Ansicht
Dokumentation

EXIT_SAPLCOIH_007 -

EXIT_SAPLCOIH_007 -

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   PERFORM Short Reference  
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 Application Log Documentation   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 1331 Date: 20240426 Time: 180910     sap01-206 ( 17 ms )