Ansicht
Dokumentation

EXIT_RPCWPCD0_020 -

EXIT_RPCWPCD0_020 -

BAL Application Log Documentation   CPI1466 during Backup  
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.






ROGBILLS - Synchronize billing plans   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 769 Date: 20240420 Time: 112937     sap01-206 ( 15 ms )