Payment Advice Generation during Dunning

Hi - we are on ECC6.0 and I have noticed in the dunning table MHNK that there is a field for payment advice. Does anyone know how to generate a payment advice from the dunning run that can be printed on the form and then referenced when the customer sends a payment?
Thanks, Alisa

hello
go to f110 screen
enter rundate and identification used.
then this will be displayed ( if run already carried out)
Parameters have been entered
Payment proposal has been created
Payment run has been carried out
Posting orders: xx generated , xx completed.
click printout button which is next to proposal button.
then choose start immediate option and give a job name.
then got to sm37 and you will find the job.
once the job is finished go to spool .you will find spool button on sm37 screen.
click on spool.
you can print the advices now.
hope this solves the problem

Similar Messages

  • Payment advice generation  for payment already done ?

    Hi Gurus
    How can we create the payment advice for the payment already completed for a vendor.
    Payment program is ING-2 for Netherlands - banks transfer ( T) payment method.
    Print out prgoram is : RFFOAVIS_FPAYM
    Please let me know.
    Thanks
    Meenakshi.N
    Edited by: Meenakshi.Nakshatrula on Oct 3, 2008 7:59 PM

    hello
    go to f110 screen
    enter rundate and identification used.
    then this will be displayed ( if run already carried out)
    Parameters have been entered
    Payment proposal has been created
    Payment run has been carried out
    Posting orders: xx generated , xx completed.
    click printout button which is next to proposal button.
    then choose start immediate option and give a job name.
    then got to sm37 and you will find the job.
    once the job is finished go to spool .you will find spool button on sm37 screen.
    click on spool.
    you can print the advices now.
    hope this solves the problem

  • Payment Advice is automatically created during bank statement posting.

    Dear All,
    I am importing bank statement using FF_5, (MT940) but the problem is payment advice is getting generated automatically, due to which i am unable to clear the customer.
    I dont understand how payment advice is getting generated? Please let me know how to stop this payment advice generation? Is there any configuration made due to which the advice is getting generated automatically.
    Regards
    Srikanth

    Hi Srikanth,
    For slove that issue you can remove Cash management payment advice check box at FF_5 it self.
    Regards
    Aneesh

  • FI - Payment Advice SAPScript to email

    The standard SAP program RFFOUS_T runs a SAPScript to create the Payment Advice form. Is there a way to get to to PDF and email it to the vendors? Right now it just prints out then they mail it.
    Thanks,
    David

    No, that's not how you do it.  The functionality is built in to the payment advice generation program. 
    David, you need to implement process BTE's 2040 and 2050 (transaction FIBF).  This will allow you to email your payment advices to vendors as PDF attachments.  2040 controls the switch to method 'INT' and the setting of the address (see below) and 2050 controls the format (such as the title).
    2040 Example
    * This function module is used for BTE 00002040 to send payment
    * advice notifications via e-mail for EFTs.
      TYPE-POOLS SZADR.
      DATA: LS_ADDR1_COMPLETE TYPE SZADR_ADDR1_COMPLETE,
            LS_ADSMTP_LINE    TYPE SZADR_ADSMTP_LINE.
    * Default - Print payment advice
    * Default layout in config is Z_CHK_ADVICE_LZ for checks
      C_FINAA-NACHA = '1'.
    * Check for vendor payment and wire transaction
      CHECK: I_REGUH-LIFNR NE SPACE,
             I_REGUH-RZAWE EQ 'T'.
    * Switch to the EFT advice
      C_FINAA-FORNR = 'Z_EFT_ADVICE'.
    * Check that address number is available
      CHECK I_REGUH-ZADNR NE SPACE.
    * Read complete address of vendor/customer
      CALL FUNCTION 'ADDR_GET_COMPLETE'
           EXPORTING
                ADDRNUMBER     = I_REGUH-ZADNR
           IMPORTING
                ADDR1_COMPLETE = LS_ADDR1_COMPLETE
           EXCEPTIONS
                OTHERS         = 4.
      CHECK SY-SUBRC EQ 0.
    * Check that e-mail address is available
      LOOP AT LS_ADDR1_COMPLETE-ADSMTP_TAB INTO LS_ADSMTP_LINE
           WHERE ADSMTP-SMTP_ADDR NE SPACE
             AND ADSMTP-REMARK    EQ 'EFT'.
        EXIT.
      ENDLOOP.
      CHECK SY-SUBRC EQ 0.
    * Choose message type 'I'nternet and fill email address
      C_FINAA-NACHA = 'I'.
      C_FINAA-INTAD =  LS_ADSMTP_LINE-ADSMTP-SMTP_ADDR.

  • Sending Customer ,Dunning and Payment Advices through Mail

    hi to all
    help me inthis issue
    for Customer,Dunning and Payment Advices i need to send it through mail to customers and vendors.
    for example when we run F.27 Transaction the customer statemnts should be mailed to customer directly
    thanks in advance
    kiran reddy
    Message was edited by:
            Kiran Reddy
    Message was edited by:
            Kiran Reddy
    Message was edited by:
            Kiran Reddy
    Message was edited by:
            Kiran Reddy
    Message was edited by:
            Kiran Reddy
    Message was edited by:
            Kiran Reddy

    Yeah ,
    This will be maintianing a output type for a specific order in the Nace Configuarations for output type for the application say in ur case Payment advices.
    Here u need to maintain a program name (driver program) and a form routine as Entry in the processing routines .
    You  need to write the logic in this driver program which is a Zprogram.
    Now when ever the application is run the output type is enabled and so the driver program will execute the logic pertaining to the entries created by ur transaction.
    can achieve this  with  SO_OBJECT_SEND for the customer id  .
    hope this gives u an idea ..
    i dont know about payment advices so can t elaborate more than this but the process will be same.
    regards,
    vijay

  • Attaching a document along with payment advice during F110

    Hi All,
    when i run F110 all payments with payment mode 'T'(telegraphic) are mailed to the respective vendors and all payments with mode 'K'(Credit) are displayed in the spool(SP01).
    Now the requirement is that the contract of the vendor(contract document is attached in the vendor master-FK02) should also me mailed along with the payment advice.
    I created a Z-program(copied from RFFOEDI1) which downloads this contract document from vendor master onto the desktop and then uploads this and sends it to the customer.
    However when i do this the mail request for the contract document is being generated(as can be seen in the send requests list (t-code SOSG) and the mail also gets triggered when i process it in SCOT), but no mail request is being generated for the payment advice  .
    Also no spool for payment advices with payment mode 'K' is generated in SP01.
    Any help is appreciated and will be rewared generously.
    Thanks in advance.
    Najam
    I am attaching the part of code i have inserted -
    REPORT RFFOEDI1.
    INCLUDE ZDWNLD_ATTA. 
       F110ID-LAUFD   = ZW_LAUFD.
       F110ID-LAUFI   = ZW_LAUFI.
       F110ID-OBJKT   = KON_PARAM.
    PERFORM  F_MAIL_CONTRACT.
      INSERT T012D-EDIPN INTO HEADER.
    AT SELECTION-SCREEN ON PAR_WFOR.
      IF PAR_WFOR NE SPACE.
        SET CURSOR FIELD 'PAR_WFOR'.
        CALL FUNCTION 'FORM_CHECK'
          EXPORTING
            I_PZFOR = PAR_WFOR.
      ENDIF.
    FORM F_MAIL_CONTRACT .
       F110ID-LAUFD   = ZW_LAUFD.
       F110ID-LAUFI   = ZW_LAUFI.
       F110ID-OBJKT   = KON_PARAM.
      IMPORT SLKTAB FROM DATABASE RFDT(FB) ID F110ID.
      READ TABLE SLKTAB INDEX 1.
      IF SY-SUBRC = 0.
        W_LIFNR = SLKTAB-VONKT.
      ENDIF.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
      EXPORTING
        INPUT         = W_LIFNR
    IMPORTING
       OUTPUT        = W_LIFNR .
    *Get vendor Email Address
    SELECT SINGLE * FROM LFA1 WHERE LIFNR = W_LIFNR.
    IF SY-SUBRC = 0.
      SELECT SINGLE * FROM ADR6 WHERE ADDRNUMBER = LFA1-ADRNR.
    ENDIF.
    W_RECIPIENT = ADR6-SMTP_ADDR.
    PERFORM DOWNLOAD_ATT USING W_LIFNR.
    PERFORM UPLOAD_ATT_SEND_MAIL USING W_RECIPIENT LTP_FILENAME .
    ENDFORM.                    " F_MAIL_CONTRACT
    FORM DOWNLOAD_ATT  USING    P_W_LIFNR.
    SO_INSTI = P_W_LIFNR.
    SELECT * FROM SRGBTBREL INTO TABLE TA_SRGBTBREL
      WHERE INSTID_A =  SO_INSTI
        AND TYPEID_A = SO_TYPID
        AND CATID_A  = SO_CATID.
    IF SY-SUBRC EQ 0.
       SORT TA_SRGBTBREL BY INSTID_A TYPEID_A CATID_A.
       DELETE ADJACENT DUPLICATES FROM TA_SRGBTBREL
         COMPARING INSTID_A TYPEID_A CATID_A.
       LOOP AT TA_SRGBTBREL INTO WA_SRGBTBREL.
         PERFORM PROCESS_ATTACHMENTS
         USING  WA_SRGBTBREL-INSTID_A
                WA_SRGBTBREL-TYPEID_A
                WA_SRGBTBREL-CATID_A.
       ENDLOOP.
    ENDIF.
    ENDFORM.                    " download_att
    FORM UPLOAD_ATT_SEND_MAIL  USING    P_W_RECIPIENT
                                        P_LTP_FILENAME.
    RECEIVER = P_W_RECIPIENT.
    PERFORM ML_CUSTOMIZE USING 'Tst' 'Contract'.
    PERFORM ML_ADDRECP USING RECEIVER 'U'.
    PERFORM UPL.
    PERFORM DOCONV TABLES I_ITAB OBJBIN.
    PERFORM ML_PREPARE USING 'X' EXTENSION NAME.
    PERFORM ML_DOSEND.
    FORM ML_CUSTOMIZE  USING    OBJNAME
                                OBJDESC.
    CLEAR DOCDATA.
    REFRESH OBJPACK.
    CLEAR OBJPACK.
    REFRESH OBJHEAD.
    REFRESH OBJTXT.
    CLEAR OBJTXT.
    REFRESH OBJBIN.
    CLEAR OBJBIN.
    REFRESH OBJHEX.
    CLEAR OBJHEX.
    REFRESH RECLIST.
    CLEAR RECLIST.
    REFRESH LISTOBJECT.
    CLEAR LISTOBJECT.
    CLEAR TAB_LINES.
    CLEAR DOC_SIZE.
    CLEAR ATT_TYPE.
    DOCDATA-OBJ_NAME = OBJNAME.
    DOCDATA-OBJ_DESCR = OBJDESC.
    ENDFORM.                    " ml_customize
    FORM ML_ADDRECP  USING   PRECEIVER PREC_TYPE.
    CLEAR RECLIST.
    RECLIST-RECEIVER = PRECEIVER.
    RECLIST-REC_TYPE = PREC_TYPE.
    APPEND RECLIST.
    ENDFORM.                    " ml_addrecp
    FORM UPL .
    FILE_NAME = LTP_FILENAME.
    CALL FUNCTION 'GUI_UPLOAD'
    EXPORTING
      FILENAME = FILE_NAME
      FILETYPE = 'BIN'
    TABLES
      DATA_TAB = I_ITAB
    EXCEPTIONS
      FILE_OPEN_ERROR = 1
      FILE_READ_ERROR = 2
      NO_BATCH = 3
      GUI_REFUSE_FILETRANSFER = 4
      INVALID_TYPE = 5
      NO_AUTHORITY = 6
      UNKNOWN_ERROR = 7
      BAD_DATA_FORMAT = 8
      HEADER_NOT_ALLOWED = 9
      SEPARATOR_NOT_ALLOWED = 10
      HEADER_TOO_LONG = 11
      UNKNOWN_DP_ERROR = 12
      ACCESS_DENIED = 13
      DP_OUT_OF_MEMORY = 14
      DISK_FULL = 15
      DP_TIMEOUT = 16
      OTHERS = 17.
    PATH = FILE_NAME.
    CALL FUNCTION 'PC_SPLIT_COMPLETE_FILENAME'
    EXPORTING
    COMPLETE_FILENAME = PATH
    IMPORTING
    EXTENSION = EXTENSION
    NAME = NAME
    EXCEPTIONS
    INVALID_DRIVE = 1
    INVALID_EXTENSION = 2
    INVALID_NAME = 3
    INVALID_PATH = 4
    OTHERS = 5.
    ENDFORM.                    " upl
    FORM DOCONV TABLES MYPDF STRUCTURE TLINE
                       OUTBIN STRUCTURE SOLISTI1.
    DATA : POS TYPE I.
    DATA : LEN TYPE I.
    LOOP AT MYPDF.
    POS = 255 - LEN.
    IF POS > 134. "length of pdf_table
    POS = 134.
    ENDIF.
    OUTBIN+LEN = MYPDF(POS).
    LEN = LEN + POS.
    IF LEN = 255. "length of out (contents_bin)
    APPEND OUTBIN.
    CLEAR: OUTBIN, LEN.
    IF POS < 134.
    OUTBIN = MYPDF+POS.
    LEN = 134 - POS.
    ENDIF.
    ENDIF.
    ENDLOOP.
    IF LEN > 0.
    APPEND OUTBIN.
    ENDIF.
    ENDFORM.                    " doconv
    *&      Form  ml_prepare
          text
    FORM ML_PREPARE USING BYPASSMEMORY WHATATT_TYPE WHATNAME.
    IF BYPASSMEMORY = ''.
    CALL FUNCTION 'LIST_FROM_MEMORY'
    TABLES
    LISTOBJECT = LISTOBJECT
    EXCEPTIONS
    OTHERS = 1.
    IF SY-SUBRC EQ 0.
    MESSAGE ID '61' TYPE 'E' NUMBER '731'
    WITH 'LIST_FROM_MEMORY'.
    ENDIF.
    CALL FUNCTION 'TABLE_COMPRESS'
    TABLES
    IN = LISTOBJECT
    OUT = OBJBIN
    EXCEPTIONS
    OTHERS = 1
    IF SY-SUBRC EQ 0.
    MESSAGE ID '61' TYPE 'E' NUMBER '731'
    WITH 'TABLE_COMPRESS'.
    ENDIF.
    ENDIF.
    *Packing Info For Text Data
    DESCRIBE TABLE OBJTXT LINES TAB_LINES.
    READ TABLE OBJTXT INDEX TAB_LINES.
    DOCDATA-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJTXT ).
    CLEAR OBJPACK-TRANSF_BIN.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM = 0.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM = TAB_LINES.
    OBJPACK-DOC_TYPE = 'TXT'.
    APPEND OBJPACK.
    *Packing Info Attachment
    ATT_TYPE = WHATATT_TYPE..
    DESCRIBE TABLE OBJBIN LINES TAB_LINES.
    READ TABLE OBJBIN INDEX TAB_LINES.
    OBJPACK-DOC_SIZE = ( TAB_LINES - 1 ) * 255 + STRLEN( OBJBIN ).
    OBJPACK-TRANSF_BIN = 'X'.
    OBJPACK-HEAD_START = 1.
    OBJPACK-HEAD_NUM = 0.
    OBJPACK-BODY_START = 1.
    OBJPACK-BODY_NUM = TAB_LINES.
    OBJPACK-DOC_TYPE = ATT_TYPE.
    OBJPACK-OBJ_NAME = 'ATTACHMENT'.
    OBJPACK-OBJ_DESCR = WHATNAME.
    APPEND OBJPACK.
    ENDFORM.                    " ml_prepare
    *&      Form  ml_dosend
          text
    -->  p1        text
    <--  p2        text
    FORM ML_DOSEND .
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
      DOCUMENT_DATA = DOCDATA
      PUT_IN_OUTBOX = 'X'
      COMMIT_WORK = 'X' "used from rel. 6.10
    TABLES
      PACKING_LIST = OBJPACK
      OBJECT_HEADER = OBJHEAD
      CONTENTS_BIN = OBJBIN
      CONTENTS_TXT = OBJTXT
      RECEIVERS = RECLIST
    EXCEPTIONS
      TOO_MANY_RECEIVERS = 1
      DOCUMENT_NOT_SENT = 2
      DOCUMENT_TYPE_NOT_EXIST = 3
      OPERATION_NO_AUTHORIZATION = 4
      PARAMETER_ERROR = 5
      X_ERROR = 6
      ENQUEUE_ERROR = 7
      OTHERS = 8
    *IF SY-SUBRC EQ 0.
    *MESSAGE ID 'SO' TYPE 'S' NUMBER '023'
    *WITH DOCDATA-OBJ_NAME.
    *ENDIF.
    ENDFORM.                    " ml_dosend

    Hi,
    As far as I remember there are no direct ways in SAP do to that.
    One suggestion. Create a custom program to send emails and save it with a variant in DME (the last Tab in F110). This is the same place where you maintain the details for sending out the EDI information.
    Once you are done with F110, you can carry out the print functionality to execute the program to send out emails with the payment advice.
    hope this helps.
    Regards

  • Rffoca_t :payment advice for canada

    hi ,
    plz help  me in this issue.
    i am working on payment advices of canada with dmefile generation.
    dme file is generating but the payment advice not coming only the logo part is coming. the print program for this form is rffoca_t.
    thanks in advance.
    kiran reddy
    Message was edited by:
            kiran reddy
    Message was edited by:
            kiran reddy
    Message was edited by:
            kiran reddy

    Hi Kiran,
      Have you used DMEE transaction to define format for DMEE file.  If yes then you need to do some customization through SPRO settings.
    Regards,
    Siddhesh Sanghvi.

  • Payment advice required on ACH file to bank

    Hi Folks,
    My client have a requirement to add payment advice to ACH payment file to bank. I'm generating the DME file (ACH payments ) correctly and are able to print payment advices. I want the payment advice to be added to the DME file; When, I unchecked the
    the print control for printing payment advices, the payment advices are not added to the ACH or DME file.
    If I check the flag "individual payment" on vendor master ( means separate payment for each invoice), then the payment advices are added as a separate record on the payment file. However, we don't want individual payment for each invoice in the case of multiple invoices to the same vendor.
    Does any anyone have any idea how to fix this? I search for an OSS note but didn't find any.
    Thanks for your help.
    Tony

    Hi Tony
    Acc to my knowledge, usually we would maintain an advice note against an invoice like a reference. So Std SAP might not able to pick that adivce for multiple invoices. Which might be correct.
    I would suggest you take the help of an ABAPer to see from where it picks up the data during the individual payment and if that same field is getting  populated during the multiple (which might not be happening).
    Please, correct me if my understanding of the process is wrong.
    Regards
    Nikhil

  • Not generating IDOC for payment Advice to Vendors

    Hi,
    IDOC was getting generated before one month but now SAP system has stopped generating IDOC for vendor Payment advice. This problem is with all the vendors.
    After execution of t-c-ode F110, payment document is successfully created, but IDOC is not geenerated. There is no log about "IDOC not getting generated"
    Checked Table REGUH, IDOC number is displayed as 0000000000000.
    This was happening perfectly one month back.
    There is no change in Vendor master data, IDOC number range is available.
    There is no posting of IDOC in table DFKKTHP and checked Report REREMITADV for which there is no data.
    Waiting for your valuable responses.
    Regards
    veleyudham

    Hi,
    First check certain customization:-
    (1) FBZP setup for payment method at country level. Whether IDOC generation program is assigned or not.
    (2) Then check the variant of RFFOEDI1 in the printout tab of F110. Is the selection creteria OK?
    (3) Check the partner profile in WE20 for the bank.
    Then run the program RFFOEDI1 in SE38 for your payment run and check the output.
    You can also get this program debugged from you ABAPer to have root cause analysis.
    Regards,
    Gaurav

  • Idoc for customer payment advice

    Hi all,
    We receive Idoc for payment advice from customer. Can some body tell me how can I read this information to match the invoice.I mean how can I map Idoc field to SAP internal tables.
    How do I know which Idoc field will hit which SAP table & which table.
    So please guide me about Idoc mapping & finding appropriate field for inbound idocs.
    Edited by: Nik Wallace on Aug 5, 2008 8:04 AM

    Hello,
    Customer of vendor payment advice is the advice informing the customer that the amount has been paid against which invoices.
    You need to configure the payment advice in FBZP or give them as part of variant in F110.
    When you run the automatic payment program, based on the FBZP settings, a payment advice gets triggered.
    You are able to see your payment advice in SP02. To generate payment advice correctly, please make sure your settings in Variant (F110) are correct. Any invalid entries will result in NO generation of payment advice.
    Hope this is useful to you.
    Regards,
    Ravi

  • Automatic Clearing with Payment Advice via EDI

    I am trying to automate the cash application process via the receipt of the customer inbound 820 (using message type REMADV, type PEXR2002).  I can successfully post payment, clear open items, and set up deductions relating to a specific invoice, but I haven't been able to post deductions unrelated to an invoice.  Our customers often take deductions not related to a specific invoice at the same time as remitting payment for invoices.  Has anyone managed to post 'independent' deductions when posting a payment advice via EDI?
    I also have one small problem selecting the customer open item for clearing.  Our billing document number does not equal the financial accounting document number.  We store our billing document number in the Assignment field, and this is the number the customer will reference when remitting payment.  I have not been able to find a way to use the customer's reference number (e.g. Assignment field) to select the open item.  Has anyone had any success using the Selection Rule assigned to the payer to select open items by something other than the accounting document number?  Or is this functionality only available for manual processing of payment advices.
    Any advice would be greatly appreciated!
    Thank-you,
    Shauna

    Hi Kirti,
    We are in the process of implementing incoming payments through EDI 820. However we are getting the below error when we generate the IDOC.
    Formatting error in the field BKPF-WAERS ; see next message
        Message no. 00298
    Diagnosis
        During batch input or when executing CALL TRANSACTION... USING a screen
        field was filled with an invalid input format.
    System Response
        Processing was terminated.
    Procedure
        The screen field has the technical name BKPF-WAERS . The cause of the
        error is described in the following message.
        Correct  the appropriate BDC data."
    We tried to debug and but we got below
    In the 1st screen, the currency/ rate field comes up as blank. The value u2018USDu2019 was entered manually by me.
    The Amount comes as blank as well u2013 hence the transaction shows an warning message that the line will be ignored because of the 0 amount
    Lastly the following screen shows up and stops with the error message.
    "Different Currencies in payment advice and document header /USD.
    Any help is highly appreciated.
    Thanks in advance
    Krishna

  • Payment run (FPY1) and Dunning proposal Run (FPVA) not gettting executed

    Dear All IS-U genius people,
    When i am running the FPY1(payment run) and FPVA (Dunning proposal Run), i am getting following error:
    C Interval from 0000000021 to ZZZZZZZZZZ MAHN20070712TST14 (in dunning run)
    and
    C Interval from 0000000021 to ZZZZZZZZZZ PAYP20070710TST01 (in Payment run)
    I have seen that the Mass number ranges are there and properly assigned to the Document types.
    Please help me to solve this error.
    Regards,

    Hello,
    perhaps, I don't exactly understand, where the error is. The message
    C Interval from 0000000021 to ZZZZZZZZZZ MAHN20070712TST14
    is normally just an information message to tell you what range of business partners is processed. A mass activity always uses ALL possible numbers to build the intervals. During the run, the intervals are adjusted to existing values, as I described before -> the limits of this intervals are written to application log. But it is nomally not the range of really processed objects. If you have the possibility to restrict the selection of business partners (see FPY1, first tabstrip), then this selection is mixed up with built intervals (see function module FKK_DI_INTERVAL_INTERSECTION). Only the objects, that are in your selection are processed within a given interval.
    Do you have a selection for business partners e.g. on the first tabstrip of FPY1? Are not all business partners processed you want to be processed?
        Regards, Marina

  • Dedection is not capturing in vendor payment advice

    Hi All,
    I need your help to slove this problem,
    when i run F-58 print with payment in that payment advice dedection amout is capturing in dedection coloum,
    when i run APP (F110) in payment advice dedection amount is not capturing in dection coloum
    for both the programe we are using same payment advice form.
    thanks & Regards
    Kirin

    Hi
    When i am trying to post the document by manually simulation itself i am getting the fund value automatically but during manual posting without simulation i am trying to post the document at that time fund value is not populated automatically. Please help.
    Regards
    K.Gunasekar

  • Withholding tax vs Vendor payment advice

    Hi,
    We have configured extended withholding tax to be calculated at the time invoice posting. Because of this configuration, during the invoice posting (FB60) we are able to see withholding tax account being effected.
    We also have configuration for withholding tax to be calculated at the time of payment posting.
    We have also designed vendor payment Z report. In that report *only the withholding tax calculated at the time of "payment posting" is showing but not the withholding tax configured to be calculated at the time invoice posting
    .Is this way system behaves? What can we do to show the with holding tax which is calculated at the time of invoice to be shown in the vendor payment advice?*
    Thanks.
    Edited by: RogerMonteiro on Nov 15, 2011 1:12 PM

    Hi,
    As you did payment agains invoice you get the BELNR for payment document.
    You get the AUGBL no from BSEG table for BELNR. Then you put this in AUGBL no in BSEG table. Here you will get document cleared against this AUGBL.
    Then use this BELNR you get by running AUGBL no. Put this BELNR no in WITH_ITEM table BELNR field. Here you will get your data of invoice or advance payment cleared against payment.
    Regards
    Arun

  • F110- Payment advices for vendor - SAP standard solution

    Hello all,
    I would like to generate Payment advices via Idoc to the vendor in a standard way ( no ABAP), can I use the program RFFOUS_C ( assigned in Payment method company code ) and generate the idoc payment advices via RFFOAVIS?
    I canu2019t create the payment advices with the above programs, here what I have done so far
    1) Vendor master checked with the EDI flag
    2) FBZP is configured, assigned the RFFOUS_C
    3) Variant setup for RFFOAVIS
    4) Payment posted correctly but in the output its is saying " No row selected"
    We are using classic payment medium.
    Thanks in advance for your help

    Have you created right variant in your parameters in F110. Otherwise, no advice will be created.
    have you checked your FBZP settings, you must allow the generation of payment advice.
    Are you looking into SP02 for payment advice.

Maybe you are looking for

  • No keys work?

    so this has happened before, but it was only my spacebar last night my O key stoped working, and it was the last key i needed to unlock my phone this morning, EVERYTHING has stopped workng, all my keys except my K (which is one of the few letters for

  • ODI : how to raise cross reference error before loading into Essbase?

    Hi John .. if you read my post, I want to say that you impress me! really, thank for your blog. Today, my problem is : - I received a bad quality data file from ERP extract - I have cross reference table (Source ==> Target) - >> How to raise the erro

  • Web part with managed navigation terms

    So I decided to use managed navigation feature for a site I'm working on, however as a requirement, there's a need to have three different sections of navigation (top, side, bottom) and because of the limitation to use only one term set as managed na

  • Adaptive-Firewall (af) blacklist or blockedHosts? Packet-Filter (pf)

    I have just upgraded my Mac mini Server from the latest version of OS X 10.8.5 and OS X Server 2.2.1 to OS X 10.9.3 and OS X Server 3.1.2 by turning off all server services (except Open Directory), upgrade to OS X 10.9.3 and touching up System Prefer

  • Kinect Skeleton Engine

    Hey guys, I recently got an XBox Kinect and downloaded the Microsoft SDK for Win7 with the intention of using it with LabVIEW.  After a little experimentation I got stuck until I saw the presentation at NI Week by the folks from LabVIEWHacker.com.  T