Ansicht
Dokumentation

EXIT_RPCWPCD0_020 -

EXIT_RPCWPCD0_020 -

Fill RESBD Structure from EBP Component Structure   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

This user exit is used to write the data from the customer statement structures that have been implicitly written to the int. table ISTRU to the collective table CSTIT. CSTIT is saved to the cluster PCL2(DB).
Example: Global def: field-symbols: .
in user exit:
loop at exit_istruc where struc eq 'customer_struc'.
customer_struc = istru-strud.
assign component 0 of structure customer_struc to .
perform easy_append_1 tables exit_cstit
using sy-tabix
customer_struc
.
endloop.






CL_GUI_FRONTEND_SERVICES - Frontend Services   General Material Data  
This documentation is copyright by SAP AG.

Length: 769 Date: 20240425 Time: 082557     sap01-206 ( 16 ms )