Posts

Showing posts with the label f110 PEXR2002

Debugging of F110 Idocs - SAP.

Image
One cannot debug F110 transaction logic directly as it gets triggered in background. Let’s take an example for better understanding. Example:  Identify the Segments for IDOC creation for Bank data. EXIT_SAPLIEDP_902 is the user exit to add/modify segments in PEXR2002 IDoc, if the contents differs for each payment document number processed in the IDoc. This user exit is called at the end of processing for each payment document.  For Example,  one can use it for manipulating the PAYEXT IDoc before it is sent to the banks for clearing the payment to the vendors. To debug this user exit, first you need to set and save the parameters in F110 transaction. Step By Step For Parameter’s Creation: 1. Parameter:   Fill vendor details also as per your requirement. 2. Free Selection:  Nothing to be selected. 3. Additional Log:  Fill vendor data as per the requirement. 4. Printout / Data Medium:  Here program RFF0EDI1 is the main prog...