Ansicht
Dokumentation

EXIT_RPCWEXIT_850 - Import Customer Data from Infotype 201

EXIT_RPCWEXIT_850 - Import Customer Data from Infotype 201

CL_GUI_FRONTEND_SERVICES - Frontend Services   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

This customer exit is used to write customer fields in the process logic of the Basic Pension Payments infotype from the loop structure to the infotype structure.

If you have included additional fields in the loop structure of infotype201, you must make sure that the fields are transferred to the database after being maintained by the user.

You have included the fields tex01,...tex18 in the customer include structure CI_P0201 for infotype structure PS0201.

You have included the field texnr in the customer include structure for the loop structure P01C_S0201.

You have also include the field texnr in screen 2000 of the Basic Pension Payments infotype.

To ensure that the infotype fields are read in the loop structure of the input template for the infotype, you must insert the following coding in the customer exit:

data: $lfdnr type p01c_s0201-lfdnr.
do 18 times varying $lfdnr from cex850_p0201-lfd01
next cex850_p0201-lfd02.
if sy-index eq cex850_do_index.
cex850_rbtab-lfdnr = $lfdnr.
endif.
enddo.





Parameters

CEX850_DO_INDEX
CEX850_P0201
CEX850_RBTAB

Exceptions

Function Group

XAV1

General Data in Customer Master   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 1611 Date: 20240523 Time: 083549     sap01-206 ( 29 ms )