Adding fields 2 standard payment list program  (RFZALI20)  in F110 t-code

hi frnds,
it is a standard progrm using the logical database pfy. to retrive data.
i have to add 5 more fileds  along with footer approved by and page break(shown below) to the output list.
please help me with ur inputs.
Header Data:
*Note:
Keep the header data same as standard payment list.
Summary Data:
*Note:
Following fields are only those needs to be added in customized program. For the rest, please refer to the standard program  
·     Vendor Chinese Name
·     Check/TT No.
·     PO No.
·     Purchasing Group
·     Reference
·     Due Date
Footer Data:
*Note:
The Footer Data need to be display at the bottom of each page:
·     Review By
·     Prepared By:
Breaking:
·     Page break when information overflow
ZH Name     C     20     As standard     As standard     ADRC- NAME1NAME2     Display vendor Chinese name:Select NAME1NAME2 from ADRCWHERE ADRC-ADDRNUMBER=REGUH- ADRNRAND ADRC-NATION = ‘C’If no data can be retrieved, leave the field as blank.Wrap if the name exceed the limit. Insert the field under Vendor English Name in payment list.Refer to the attached for layout, Highlighted is place should be inserted to : 
Check/TT No.     C     8     As standard     As standard     PAYR-CHECT     Display Check/TT number of this payment documentSelect CHECT from PAYRWhere PAYR-LAUFD = REGUH-LAUFDAnd PAYR-LAUFI= REGUH-LAUFIAnd PAYR-VBLNR= REGUH-VBLNR which is displayed in current payment listInsert the field in header line 1 of layout pop-up.
PO No.     C     10     As standard     As standard     BSEG-EBELN     Display the PO number of invoice documentSelect EBELN from BSEG Where BSEG-BELNR=REGUP-BELNRBSEG-GJAHR=REGUP-GJAHRAnd BSEG-BUZEI= REGUP-BUZEIInsert the field in position line 1 of layout pop-up. 
Purchasing Group     C     4     As standard     As standard     EKKO-EKGRP     Display purchasing group in order to identify the buyer in charge of related POSelect EKKO-EKGRP from EKKO where EKKO-EBELN =BSEG-EBELN  Where BSEG-BELNR=REGUP-BELNRBSEG-GJAHR=REGUP-GJAHR  And BSEG-BUZEI= REGUP-BUZEIInsert the field in position line 1 of layout pop-up.
Reference     C     10     As standard     As standard     BKPF-XBLNR     Display physical invoice number of each invoice document in SAPSelect XBLNR from BKPF Where BKPF-BELNR=REGUP-BELNRBKPF-GJAHR=REGUP-GJAHRInsert the field in position line 1 of layout pop-up.
Due Date     C     10     As standard     As standard     Calculated     Display due date for the invoice document.Refer to the calculated logic of the field RFPOSXEXT-FAEDT in program SAPLKKBL (T-Code:FBL1N)Insert the field in position line 1 of layout pop-up.

Hi Sridhar,
Please can you help me. I got the same problem to add the fields to the Payment run Program (RFZALI20). Can You please suggest me how can i solve this problem. I need to add LIFNR, XBLNR & EBELN fields from REGUP table.
Can you please help me ASAP.
Thanks & Regards
Rajendra
Message was edited by:
        Rajendra Prasad

Similar Messages

  • Payment list program default

    Hi Experts,
    I have developed a custom program to generate payment list / proposal list. Now I need to change the default program RFZALI20 during payment run - edit - payment list / proposal list.
    Anyone could help me ?
    Regards,
    Melissa

    Please check relevant User Exit RFFOX100,RFFOX101,RFFOX102,RFFOX103,RFFOX104,RFFOX105,RFFOX200 and also find posted forum tread for your needful.
    F110 payment list program: RFZALI20
    Regards,
    Santosh

  • Adding Field to Deliverable List on Project Site

    How do I add resource names to the Deliverables List on the Project Site in Project Server 2010, Sharepoint 2010?

    Hi Tom, 
    As far as I know, you cannot add by configuration the default resource name field in the deleverable list of the project site. You might code some custom code to retrieve this information, otherwise you'll have to create a new "person or group"
    column in the list to manually add the resource name.
    Note that you can add the modified by and created by column.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Show Net Due Date in F110 - Proposal list / Payment list

    Dear Gurus,
    I would like to ask for help in below issues:
    I want to display "Net due date" field in transaction F110 - Proposal list / Payment list (program : RFZALI20) but I only found "Baseline Payment date" and "Payment term" in variant maintenance.
    Would appreciate if someone can give me the solution / suggestion for above issue?
    Thanks & regards,
    LOI

    Hi,
    1) You may copy the sample interface function module: SAMPLE_INTERFACE_00002110 (to get the passing parameters) and code your coding as below:
    **To calculate Net due date = baseline date + payment term
    FUNCTION yyyy.
      LOOP AT T_REGUP_LST.
        T_REGUP_LST-ZZFAEDT = T_REGUP_LST-ZFBDT + T_REGUP_LST-ZTERM.
        MODIFY T_REGUP_LST.
      ENDLOOP.
    ENDFUNCTION.
    2) Make sure you have declared the new field in tbl CI_REGUP_LST and CI_REGUH_LST (item level in tbl-CI_REGUP_LST; header level in tbl-CI_REGUH_LST).
    3) Configure IMG through FI > Financial Accounting Global Settings > Business Transaction Events
    a) Settings > Products > of a Customer > Define a new product and activate it
    e.g Product = Zxxxx
    b) Settings > P/S Function Modules > of a Customer >
    e.g Event = 00002110
         Product = Zxxxx
         Appl = FI-FI
         Function Module = yyyy
    4) Proceed to test the new fields added through F110: Payment / Proposal List from program RFZALI20
    I hope to hear a good news from you.
    Thanks & regards,
    LOI

  • Payment Run Programe Issue Duplicate Enrty in REGUH & REGUP

    Dear All
    I am facing a problem in F-58 transaction, I have developed customized Cheque format in Smartforms, and I customized the standard payment run program RFFOUS_C to ZRFFOU_C, when I payment with F-58 my predefine format will be printout, it is working fine but some time payment tables(REGUH & REGUP) have duplicate the payment Item anybody have some idea or solution whatu2019s goes wrong. Followings are sample entry
    BKPF Entry                                                                               
    MANDT BUKRS BELNR                GJAHR BLART BLDAT         BUDAT           MONAT           CPUDT
      100         2000   1500003026  2010    KZ       07.04.2010 07.04.2010    10 07.04.2010 11:02:47       
    REGUH Entry
      MANDT LAUFD      LAUFI   ZBUKR LIFNR      KUNNR EMPFG VBLNR      AVISG WAERS
       100   07.04.2010 00001O  2000   0000120886             1500003026       PKR 
      100   07.04.2010 00002O   2000   0000120886             1500003026       PKR   
    REGUP ENTRY
    MANDT LAUFD      LAUFI  XVORL ZBUKR LIFNR      KUNNR EMPFG VBLNR      BUKRS BELNR                                                                               
    100   07.04.2010 00001O       2000   0000120886             1500003026 BPL   1500003026
    100   07.04.2010 00001O       2000   0000120886             1500003026 BPL   1500003026
    100   07.04.2010 00002O       2000   0000120886             1500003026 BPL   1500003026
    100   07.04.2010 00002O       2000   0000120886             1500003026 BPL   1500003026
    Thanks In Advance

    The field LAUFI (additional identification) is used to distinguish between several runs with the same reconciliation key date. You can freely define the identification.So multiple entries are result of multiple runs.

  • Automatic payment program- Payment list Fields

    Dear Experts,
    After running automatic payment program when I am trying to view the Payment list(Edit-Payment-Payment list), I donu2019t see the check number in the payment document. Basically we need to see the check number because when the user take the payment list print out it gives the vendor related details with the amount but the authorized signatory need to see the check number as well along with the amount before signing the check.
    So is there any setting that I can do to flow the check number in the payment list?
    Any inputs are appreciated.
    Regards
    Paul

    Hi I have found the solution on this.
    Solution system is sorting the correspondence bases on vendor name and this setting is done when you set the payment method company code wise.
    Also we can sort the payment list vendorwise.
    Problem resolved.
    Thanks for the input
    Regards
    Paul

  • Vendor Address not displayed in Payment list RFZALI20 (F110)

    Dear All,
    One country users are not able to see the vendor address/bank details in payment list RFZALI20 in F110 transaction. However, this information is displayed when I run the payment list as shown below:
    I could find that this information is controlled by the field "Max No. of lines for Address" field on selection screen of program RFZALI20. If I set it to 0, these details disappear for me as well.
    User is running the program with a variant which uses 5 No. of lines for address but still doesn't see these details.
    Any inputs on the matter will be greatly appreciated.
    Thanks & Regards,
    Vishal Ahuja
    P.S. : I already checked for authorization by creating a test user(with same parameters) copying users' ID in production but issue could not be replicated.

    Hi,
    which output type u used for print preview? is it NEU?
    Regards,
    Pavan

  • Add fields to payment program

    Hi Gurus,
    I have a question regarding the rffo* classic payment program. I wanted to add more fields in the file that is going to be generated. However i am not able to find out how to do it like should i extend the reguh and regup tables or i should use a exit where in i call add the new fields. please help required ..
    rgds
    Edited by: SAPgopi on Apr 21, 2011 11:15 PM

    Hi Amir,
    The program documentation for the report RFZALI20 contains technical instructions for enhancing the output options.
    As mentioned in the same, the ABAP dictionary structures REGUH_LST (header information) and REGUP_LST (line item information) contain the output fields provided by program RFZALI20. You can modify these fields to suit your requirements using the CI_INCLUDES CI_REGUH_LST and CI_REGUP_LST.
    Also you can refer to consulting note 895843, which discusses on listing the payment request and the ordered payment amount in report RFZALI20. You can use this note as your guide and take hints from this to achieve your Business requirement.
    Hope this helps.
    Kind Regards
    Soumya

  • Adding fields in EDI output of Invoice List

    Hi!
    I am trying to find out what is a process of adding fields in EDI output of Invoice List...
    I mean that I need to add some extra fields to Invoice lists.
    The information I have is: name of Form, print program and output type.
    I guess I need to modify printing program, is it a correct way to go?
    Hope to avoid modifying of print form...
    Will reward,
    Mindaugas.

    I did not work on invoice list EDI,but i have done invoice.
    First you need to look at segment,if you want to add new fileds in output,then you need to create segment at WE31 Transaction.
    now create idoc type based on invoice idoc type ( WE30) here you need to use ur segment.
    Idoc has function module
    outbound - FM will start IDOC_OUTBOUND_inv*
    Inbound  - FM will Start IDOC_INBOUND_INV*
    in the FM,you will have user exit ,populate ur fields in user exit.
    Configuration :
    1 create or maintain logical system - SALE
    2. Create RFC Destination - Sm59
    3. Create port - WE21 - ( EDI - Port is FILE)
    6.Maintain partner profile - WE20 ( Give all required details like message type,idoc type)
    IDOC Status - WE02 or WE05
    Status Record - WE47
    Change pointer - BD52
    Message type : WE81
    Assign message type to idoc WE82
    finally when you create invoice list and output type medium is 6 then output will go to other system as text file.
    Note : Please maintain message control in Partner profile.

  • Additional fields require in the payment list(APP)

    Hi Gurus,
    In the APP(Automatic Payment Programme) payment list i can only dispaly the vendor's name and address.
    User want to display some additional filelds like Bank A/c no. , RTGS no. , NFTS no. etc of the same vendor on the payment list.
    Regarding the same i searched few threads but not able to findout the exact solution.I am also not sure whether any configuration is required fior the same or not?
    Please provide your valuable inputs to get a solution for the same.
    Regards,
    Deba

    Hi Hana,
    Thanks for your response.
    Yes your are right that i am talking about the payment list (RFZALI20) and also i have already maintained the "Maximum no. of address lines "5" into the field. 
    My requirement is to dispaly the vendor's (RTGS & NEFT no.) in the payment list which are exist in the "correspondence" tab of vendor master.
    I am unable to get the above mentioned fields to add in the current variant i.e. (the fields are not available in the list).
    Please suggest how to make a new varinat by assigning the above fields to be displayed in the payment list.
    Regards,
    Deba

  • Unable to capture data from drop down list in custom added field in migo tcode at item level

    Hi guys,
    need bit help in resolving query related to custom added field in Tcode migo.
    i have added a field in migo at item level ,in this i have used drop down list
    to get data but unable to capture data from drop down list.gown through
    many blogs in scn but unable to resolve.
    Please help me out in this.
    Thanks,
    Umakant.

    Hi,
    U can use following code to fill the list box
    write this code in PBO
    In layout editor please select listbox in dropdown attribute of input field and put some fctcode attribute
    TYPE-POOLS vrm.
      DATA values TYPE vrm_values WITH HEADER LINE.
      TABLES: <ur custom Database table>.
      clear values, values[].
      SELECT * FROM <ur custom Database table>.
        values-text = <TABLE FIELD TO DISPLAY IN DROPDOWN> .
        values-key = <TABLE KEY FIELD TO DISPLAY IN DROPDOWN>.
        APPEND values.
      ENDSELECT.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = '<SCREEN INPUT FIELD NAME>'
          values          = values[]
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
    Also please define the following before accessing the listbox value
    data: <listbox input field name> type <table field name>,
            <inputfield name where text to display> type string  in top include
    In PAI, select the text from the table into <inputfield name where text to display>  depending on value selected which will be called when enter key is pressed or any vale is selected

  • We are trying to do a Quick payment from payment workbench and getting 'FRM-41830: List of values contains no entries' error for payment document column/field. Payment document setup looks good. Not sure what the issue is.

    We are trying to do a Quick payment from payment workbench and getting 'FRM-41830: List of values contains no entries' error for payment document column/field. Payment document setup looks good. Not sure what the issue is.

    Already gone through following three notes but didn't found resolution.
    APXPAWKB: FRM-41830 When Clicking on Payment Document LOV (Doc ID 1081305.1)
    R12: APXPAWKB: Payment Document Lov Is Empty When Entering A Payment (Doc ID 857587.1)
    R12: Payment Workbench Error: FRM-41830 List Of Values Contains No Entries (APXPAWKB.FMB) (Doc ID 1323875.1)

  • Adding field in the standard report

    Hi ,
    i have added the one field in the standard transaction VL06 , in the outboud deliveries report according to the Note 605460. I have to add the field in LIPOV structure.
    after adding that field(include structure), in output i am not getting that added field.
    please help me .
    regards,
    ajay reddy

    >
    Ajay reddy wrote:
    > hI,
    >
    > i got the one more note to display added field in the report . (Note : 128154)
    >
    > thanks for your tme
    >
    > regards,
    > Ajay  reddy
    Hi Ajay,
    I have the same problem. I have added the field in the field catalog and the field in the final internal table also.
    But sometimes its displayed and sometime not.
    Looking forward for some help here.
    Varun

  • Adding field in standard report

    Hi,
    I have copied the standard table RM07MLBD(T-code MB5B) into Z-Report.  Now, i have to add a field LSMNG into the list output of the report.
    How to do that.?
    Plz help.!

    Thanks Max.I am not aware of this.
    But what if the required fields are not available in the standard prog then I think we have to check for either enhancement spots or copy the standard prog.Thanks again for making us aware of this INCLUDE and its functionality
    Mohit,
    RM07MLBD_CUST_FIELDS is already having LSMNG fields which needs to be uncommented.Fyi,documentation of this include is as follows
    * This include contains the structure for additional fields for report
    * RM07MLBD ( transaction MB5B )
    * the following fields are not shown in the list of report
    * RM07MLBD
    * If you want to insert some of these fields in the list of the
    * hidden fields delete the '*' in the type definition.
    Thanks,
    K.Kiran.

  • Reference field in payment proposal list

    Hi Gurus,
    Can we have reference field in payment proposal list?
    Please tell me how as it is not available in change layout fields.
    Thanks

    did you try to check your config ?

Maybe you are looking for

  • In Search of a Resource for FMS Configuration/Installation

    Good afternoon, I'm looking to build a resource list or find someone to help with our installation/confiugration of Flash Media Server. Our ITS group is shorthanded and I'd like to find someone in the Los Angeles area to come in and set it up for us.

  • FCP won't launch

    I have been using FCP for about three weeks now. Suddenly when I try to launch it, it opens briefly and then shuts down. What's up? How do I launch it?

  • Droid 3 - Deleting pre-installed apps and icons

    I picked up my Droid 3 yesterday and when you open all apps there are many apps/icons that I will never use and I would like to delete them but I can't figure out how to do this.  I clicked on one (Blockbuster) and it told me I would be taken to the

  • Receipt for iCloud Payment

    Hi, my iCloud is payed by the office. So i need a receipt. Where can i get this?

  • Does anyone have problems installing Adobe Flash Player on their iMac?

    I download the proper Version of Adobe Flash Player.  I double click and it says it was installed.  But it really isn't.  I also have uninstalled and reinstalled it but no go.  Can anyone help me?