Ansicht
Dokumentation

EXIT_SAPLCOIH_007 -

EXIT_SAPLCOIH_007 -

RFUMSV00 - Advance Return for Tax on Sales/Purchases   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.















RFUMSV00 - Advance Return for Tax on Sales/Purchases   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 1331 Date: 20240424 Time: 091836     sap01-206 ( 18 ms )