Ansicht
Dokumentation

EXIT_SAPLCOIH_007 -

EXIT_SAPLCOIH_007 -

ABAP Short Reference   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

The customer expansion is called in the case of order release and of technical completion. It is used to place expansions in conjunction with permits.

The following example can be expanded on a customer-specific basis. It shows how permits can be read in:


*----------------------------------------------------------------------*
* INCLUDE ZXWOCU05 *
*----------------------------------------------------------------------*

data: begin of ihsg_tab occurs 30.
include structure ihsg.
data: end of ihsg_tab.

data: begin of ihgns_tab occurs 30.
include structure ihgns.
data: end of ihgns_tab.
if not ind_gen is initial.

call function 'SPECIALPER_FOR_PRINT'
exporting
objnr = caufvd_imp-objnr
tables
pihsg = ihsg_tab
pihgns = ihgns_tab
exceptions
others = 1.

endif.















BAL_S_LOG - Application Log: Log header data   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1331 Date: 20240329 Time: 152241     sap01-206 ( 16 ms )