Ansicht
Dokumentation

EXIT_SAPLF050_007 -

EXIT_SAPLF050_007 -

rdisp/max_wprun_time - Maximum work process run time   PERFORM Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

User exit ALE-FI, message types FIDCMT, FIDCC1, FIDCC2: outgoing IDOC.

For each document the complete, created IDoc is transferred to user exit 007 in the sending system with an IDoc control record and IDoc user data. You have the option of changing the IDoc data again. It is then sent without further checks.

You can also prevent the IDoc from being sent by deleting the transferred indicator DISTRIBUTION. It is set to "X" in the standard system, which would mean that the IDoc is sent.

*) possible IDOC data processing for FIDCCP01:
LOOP AT IDOC_DATA
WHERE DOCNUM = IDOC_DOCNUM.
CASE IDOC_DATA-SEGNAM.
WHEN 'E1FIKPF'.
...
WHEN 'E1FISEG'.
...
WHEN 'E1FINBU'.
...
WHEN 'E1FISEC'.
...
WHEN 'E1FISET'.
...
WHEN OTHERS. "possibly user-defined segment
...
ENDCASE.
ENDLOOP.






PERFORM Short Reference   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 1032 Date: 20240328 Time: 171754     sap01-206 ( 18 ms )