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

Similar Messages

  • Need to add field to standard program.

    Hi all
    I need to add a field to standard program whic is from the Ztable.  How do I do it and where should i add the field. 
    Plz help.
    Regrds
    Mona

    My queries is I need to create a ztable and using that ztable field I need to get data. I need to change the output of the standard program that output shud have that field.
    for eg. Company code specific data. this company code field i need to have in program output that means i need to use this ztable in standard program.
    If not clear plz tell me
    mona Please respond to the same thread.
    so everyone could answer for your query.
    if it is a report program copy it as a Zprogram.
    create a ztable in se11 .
    add fields and data entries finish all those work there.
    and in the copied std pgm
    add select-options: s_new_f1 for ztable-f1.
    or u can also use parameters: p_f1 type ztable-f1.
    under : at selection-screen output.
    <perform select query operation for the new ztable.>
    select singe * from table ztable wa_ztable where f1 = p_f1.
    so that the new field willl also come along with the standard output.
    Please check this

  • AP -add field in Payments screen

    Hi all
    In the AP abc Manager responsibility --Payments screen
    is it possible to add an extra field in the same screen along with Type,Bank Account ..fields
    kindly guide
    thanking in advance

    Please enable the below DFF
    Title : Payment Information
    Application : Payables
    Define your extra filed here...once you defined the field, compile the DFF.
    Once you compiled the DFF, In the Payment Screen , you just click the [ ] to see the defined field.
    Please revert back for any questions.
    Thanks
    Pradeep

  • Add field to standard program

    Hi experts,
       how can v add a field to the standard program..it is asking access key..
    Thx in advance.
    Neelima.N

    Hi,
    What you can do is find an USER-EXIT or a BAdi (business add-ins) for the standard program.
    It is not avisable to change standard code as if you go for an upgrade then all the user-defined code will be lost.
    But using the above approach the user-defined code will be replaced/lost.
    Hope this solves your problem.
    Thanks & Regards,
    Tarun Gambhir

  • Payment program F110 - how to add second print program in customizing

    Hello all,
    i would like to add second (another print program after standard sapscript print program customized in table T042Z) print program in transaction F110. This second smartform print program should be customizable  and triggered automatically within payment run.
    Thanks, zd.

    Hi,
    You can assign two forms in FBZP.
    Payment methods per company code
    Double click on payment method
    In Form Data
    You can assign Next Form 
    Both the forms should get printed when you run F110.
    Thanks,
    Ravi

  • Add selection screen field in standard program

    Hi Friends,
    I have a requirement to add a language selection screen field in standard programs (RFSUSA00, RFITEMGL, RFIDPL11, RFBELJ10_NACC, RFIDPL06, RAGITT_ALV01 , RFASLD15 , S_PL0_86000028 , RFCASH00 , RFIDPL18).
    This is such that when I select the appropriate language the output should get printed in that paticular language. Can someone help me with how to do this?
    Regards,
    Dikshitha

    Hi Dixitha,
    Use implicit enhancement option.
    Desplay the report in se38.
    In Menu, go to Edit > Enhancement Operations > Show Implicit Enhancement Options.
    The system will show you lines (in color) where you can add your enhancement.
    This function will allow you to add business rules, substitute fields, do extra calculations, and other unique, non-standard requirements.
    Reddy

  • 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

  • Assignment field in Payment Proposal Display

    Hi,
    I would like to have Assignment field in Payment Proposal Display.
    I checked in Tcode O7Z6 but could not find the option
    Can anyone let me is this possibel..if yes what is the way
    thanks,
    JR

    Hi,
    In standard SAP it is not possible to add the field Assignment (ZUONR) for displaying it in Payment Proposal.
    I think the only option is to develop a ABAP program, but this will unnecessarily make things complex in APP.
    Thanks
    Murali.

  • How to inactive "Credit Limit" field under "Payment Term" tab of BP Master

    Hi,
    Can anyone tell how to inactive "Credit Limit" field under "Payment Term" tab of BP Master Data in BP module?   I'd prefer to revise SAP SP (store procedure)...
    Thanks in advance

    Hi Michelle,
    You could use the sample codes available while installing the SDK setup.
    like in this path C:\Program Files\SAP\SAP Business One SDK\Samples\COM UI\VB.NET
    Add this code under SBO_Application_ItemEvent which will disable the field.
            If (pVal.FormType = 134 And pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_LOAD And pVal.Before_Action = False) Then
                Dim oforms As SAPbouiCOM.Form
                Dim oitems As SAPbouiCOM.Item
                oforms = SBO_Application.Forms.GetFormByTypeAndCount(pVal.FormType, pVal.FormTypeCount)
                oitems = oforms.Items.Item("85")
                oitems.Enabled = False
            End If
    Note that the above is only a sample code and you have to track other events as well to disable this field like in add mode, browsing records
    If you need help with SDK, post it in SDK forum.
    Regards,
    Vijay kumar
    SAP Business One Forums Team

  • Payment program F110 msg FZ618

    When multiple payment documents does NOT have a payment method, the payment program F110 will stop any checks over 100K and displays message FZ618: > Payment amount is not within the limits allowed ( 0 - 99,999.00  ).
    But when the payment document has a C, it will allow multiple payment documents to be combined into a check over 100k, this is NOT what we want.  They want to continue to supply a payment method in the document and so we need to change the program to not allow checks over 100k no matter what the payment method is in the vendor or document.
    Is the program that we need to change LF11MF01? Or what is the correct program we need to modify?

    Solution: FBZP, add value to distribution amount in payment method by company code.

  • Payment Program - Query

    Hi,
    We have a system in legacy where we have the policy of signing of cheques based on authority i.e. a cheque of say upto 25000 can be signed by M1 grade, 25001 - 100000 by M2 grade & so on.
    How can i replicate the same concept in SAP.
    Requirement:
    When i run the payment program (being M2), the system should only select invoices which fall within my authority i.e. 25001 - 100000 & not others.
    Is it possible. plz suggest
    thanx

    Stalin
    The payment method supplement is used when you need to have additional details for some transactions like payment. This is generally used to group payments. You can use this on documents beyond some value and exclude this payment method supplement with the general run. You can execute the payment run seperately for these payment method supplement and have the additional signature for these checks (if the process is manual)
    Else I dont see if you could achieve this unless you develop a Zprogram to do this.
    Help on the field is below:
    Payment Method Supplement
    Characteristic in an open item for the grouping of payments.
    Use
    Items with different payment method supplements are settled individually. When printing a form, it is possible to print separately according to payment method supplement. Checks can thus be divided into several groups that are then subject to a number of different checking procedures in the company before being mailed, for example.
    Procedure
    When entering invoices, the payment method supplement is defaulted from the master record of the customer/vendor. You can overwrite this supplement.

  • I need to add fields in additional fields B the sales order line item

    i  need to add fields in additional fields B beside the field (icon_val_quantity_ structure) in the sales order line item, How to achicve this? please help me..

    Please fined the below solution for achieving your requirement.
    1. Add new filed "B" in table VBAP.
      a) T.code  SE11 --> Enter structure name VBAP --> display
      b) Goto --> Append Structure --> Enter Structure name and new field "B"
    2. request your basis team and take the access key for modification of stabdard program SAPMV45A & Screen: 8459
       a) After receiving access key for standard program then got o SE51 --> enter program name  SAPMV45A & Screen: 8459
       b) click change Button
       c) click layout button
       d) add new field "B" below of the screen (F6 -> enter table name : VBAP --> get from dictionary --> selet new field and past in screen )
    3) write below code in flow logic
    PROCESS BEFORE OUTPUT.
                               Verarbeitung vor der Ausgabe
      MODULE ZZPB_INITIALIZE_8459.
      MODULE ZZPB_OUTPUT_8459.
    PROCESS AFTER INPUT.
      CHAIN.
        FIELD VBAP-New field name "B".
        FIELD ZVC_SALES_EXPORT-ZZAPLHENKO.
      ENDCHAIN.
      MODULE ZZPA_OUTPUT_8459.
    4. functin Module code
    module ZZPB_OUTPUT_8459 output.
      Data: l_v_actve type ale_active,
            l_v_ttyp  type c.
      Data: l_v_tragr type tragr.
    l_v_ttyp = t180-trtyp.
      if l_v_actve is initial.
        l_v_ttyp = 'A'.
      endif.
      LOOP AT SCREEN.
        CASE l_v_ttyp.
          WHEN 'A' OR 'C'.
            SCREEN-INPUT = 0.
        ENDCASE.
      ENDLOOP.

  • Automatic Payment Program -Display of Payment Proposal

    Dear Gurus,
    My client has maintained a industry field for all the vendor in their Master Data.The Reason for that when they run the APP they just select the industry in the free selection field.And the payment prosopal should be specific to Industry wise.
    But my problem is that when the payment proposal is display their is no field for industry ,and because of that its difficult for me to segregate the payment proposal as per Industry wise.
    for Example
    0001  is for Chemical Industry
    0002  is for Construction Industry
    And when i run the Payment program system will give for these 2 industry wise payment proposal.But how should i differentiate between industry 0001 & industry 0002.Because there is no field in the payment proposal window through which i can differentiate between these 2 industry payment.
    I thing i have myself clear regarding the requirement.
    Regards
    Anant

    Thanks for our valuable suggestion.But i am also stuck there how should i group the payment because industry field is not there in BSID & BSIK,or is there any thing i have to do to maintained the payment proposal as per Industry wise.
    Can you please help me in that.
    Regards
    Anant

  • Plant - automatic payment program

    Dear All,
    we have single Company code, and we have 10 plants across India, we need to use APP(automatic payment program) run for the respective plants, can it be possible, can any one give some insight on this, were in some automatic provisons can be made so that we can run payment program for the respective plants.
    asap.
    regards
    sgs

    Dear Gopal,
    Good morning and greetings,
    Normally a plant is attached to a business area and in the automatic payment run in the Free Selection TAB you can define the additional field of Business Area (BSEG-GSBER) and execute it...This would pick up all the transactions relating to that particular business area and that is attached to your plant.
    Please reward points if found useful.
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Business area wise Automatic Payment program run

    Dear all
    clarifications regarding Automatic Payment Program vs Business Area,  They want to run Automatic Payment Program  run Business Area wise
    They want to run payment run with reference of business area
    for example
    1) BUSINESS AREA : A
    2) BUSINESS AREA :  B
    Is it possible to enter business ares in automatic payment program run, if it is not possible what is the ultimate solution for this.
    appreaciated
    regards
    babu
    From Chandigarh to Chennai - find friends all over India. Click here.

    Dear all
    herre client is introdusing business area for running business
    when i check in oby6 business area financial statments as required
    if am going to pass a entry in f-02 the after assigning cost center the error is cost center not assigned to business area.
    if i am going for caost center to assign business area in tc-ks02 here business area is required entry  if i enterd business area if i saved that one the error is The field change business area isnot possible (transaction data already exists)
    Field change Business Area is not possible (transaction data already exists)
    Message no. KS134
    Diagnosis
    To ensure the consistency of existing data, you can only change object Business Area if no transaction data exists in the change period; that is, neither plan data nor actual data has been posted.
    As transaction data already exists, it is not possible to change objects in this time period.
    Procedure
    If you still want to change the object, select a suitable change interval by choosing "Edit -> Analysis period...".
    if i follow above menu bar  edit-analysis period  it is giving same error
    appricated
    regards
    babu

Maybe you are looking for

  • Will Apple Mini-DVI to Video Adapter device work on HD TV's?

    I have a Macbook. Will using just the Apple Mini-DVI to Video Adapter work for me if I have and HD TV so that I can watch movies from the Internet on the HD TV screen? How good will the quality be compared to watching on the Macbook itself? And I've

  • HT2476 How do I copy the names of files in a finder window to a text document?

    How do I copy the names of files in a finder window to a text document?

  • Serial numbers in Goods issue

    Hi All, We have an existing Warehouse management process where the Goods issue is first posted. This creates a transfer order. The IDOC created by the transfer order tells the external system to Pick a material. Now we are trying to introduce serial

  • Download User's pdf Manual path?

    Hi all, I have downloaded the Studio 2 Logic pro User's Manual pdf version and would like to place it in the right place so clicking on help in menu bar will open that instead of the HTML manual-does anyone know the right path to the right place? Mes

  • Data in table control

    Hi ABAP Gurus, I have a tbale control with 2 rows of data. I need to change these rows into display mode so that the user cannot edit the already existing data. But the user should be allowed to enter any new data in the table control. Can anyone ple