100% found this document useful (1 vote)
1K views8 pages

Payment Advice Configuration

Automatic Payment Program (F110) is used to clear invoices and post payments. F110 supports three types of forms for payment advices: SAP scripts, SmartForms, and Adobe forms. SAP scripts are the default configuration provided by SAP using standard scripts named in the FBZP screen. SmartForms require maintaining form names in a table based on company code and payment method. Adobe forms configuration is done at the company code level using standard forms like F110_AVIS_INT. The appropriate form is called and sent via email or spool depending on the type.

Uploaded by

Anuj Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
1K views8 pages

Payment Advice Configuration

Automatic Payment Program (F110) is used to clear invoices and post payments. F110 supports three types of forms for payment advices: SAP scripts, SmartForms, and Adobe forms. SAP scripts are the default configuration provided by SAP using standard scripts named in the FBZP screen. SmartForms require maintaining form names in a table based on company code and payment method. Adobe forms configuration is done at the company code level using standard forms like F110_AVIS_INT. The appropriate form is called and sent via email or spool depending on the type.

Uploaded by

Anuj Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Introduction:

Automatic Payment Program (F110) is used to do the clear the invoices and post the payments.F110 is the
standard t-code for doing the same.

In addition to the above there also forms sent to customers and vendors about the Payments done which
are called Remittance Advices and Payment Advices based on the payment method configured

Forms:
 There are three kinds of forms that can be used in SAP :
 SAP scripts
 SMARTFORMS
 Adobe Forms

  For payment advices we can use all the three kinds of forms .In this document configuration and the calling logics
for all the 3 kinds of forms.SAP SCRIPTS:

 This is the default configuration provided by SAP.


 Standard script for the payment advices  : ‘F110_IN_AVIS’
 The same can be configured in the FBZP screen as shown below :
1. Payment method in company code .This will be the default script name in case in case the configuration on
the payment methods if the script name is not given.
 Enter the script name in the below mentioned place.
 Print program for each will be defined at the payment method level.

 Two types of print programs can be defined


               Use payment medium work bench :

 In the below print program will always be a standard print program in case of PMW as it is hardcoded in
the standard F110 Program .
 In the standard SAPF110V program based on the xformi indicator.
 In the T042Z table FORMI is the name of the Payment medium workbench.

 Based on the above the print program will be called.


Use classic print
programs

:                         S
MARTFORMS:

 There is no standard way of customizing smart forms in SAP for Payment advices.
 So maintain the form names in one table based on the company code and the payment method. In the
program call the form name and in the part of the code in the standard include call the form name and smart
form name.
 In case of the classic payment medium programs we can custom a Z Program.
 In case of the Payment medium work bench always the program RFFOAVIS_FPAYM is called :
 So create a Z program program and then use the same calling the smart forms.
 Logic to call should be written at this place in the include :

 Fill the variable hlp_pdfformular in the program by the same form name and then instead of the above FM
call the smart form FM and then fill the OTF data to either send mail or to create spool.

Adobe Forms:

 Adobe forms configuration can be done only in the Company code level not on the payment method level.
 SAP has already provided standard Adobe forms for the Payment advice.
 The same can be configured and can be used.
 Below are the steps to be followed for the configuration.

 Standard adobe
forms for the  F110 would be F110_AVIS_INT
 Below is the place where the Adobe form will be called and sent in either email or spool.

You might also like