Ansicht
Dokumentation

EXIT_SAPLISMPM_IDOCS_001 - Create additional IDoc data segments in IORDER01 or INOTIF01 IDoc

EXIT_SAPLISMPM_IDOCS_001 - Create additional IDoc data segments in IORDER01 or INOTIF01 IDoc

CL_GUI_FRONTEND_SERVICES - Frontend Services   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This user exit can be used to insert/modify/delete entries in the IDoc data segments internal table, for IORDER01 and INOTIF01 outbound IDocs. The function is called each time a new data segment is added to the t_idoc_data internal table.

Notes

the code should look like that:

CASE idoc_type.

WHEN 'IORDER01'.

CASE segment_name.

WHEN 'E1ORHDR'.

...

ENDCASE.

WHEN 'INOTIF01'.

...

ENDCASE.

If one IDoc is extended, add the new segment data after the preceding standard segment was processed.

Technical note

To determine which of the many optional import parameter is available for which segments, look at the code of the IDOC_OUTPUT_IORDER or IDOC_OUTPUT_INOTIF calling functions.





Parameters

ADDRESS
ADRNR
IDOC_CIMTYP
IDOC_TYPE
ITEM
MSRPOINT
MSRREADING
NOTIFICATION
OPERATION
OP_MATERIAL
ORDER_HEADER
PARTNER
PERMIT
PRT
QUALIF
RELATIONSHIP
SEGMENT_NAME
SPLIT
TASK
TECHOBJ
T_IDOC_DATA
T_LONG_TEXT

Exceptions

Function Group

XIWMI

RFUMSV00 - Advance Return for Tax on Sales/Purchases   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1468 Date: 20240604 Time: 010957     sap01-206 ( 39 ms )