Ansicht
Dokumentation

EXIT_SAPLF050_007 -

EXIT_SAPLF050_007 -

ROGBILLS - Synchronize billing plans   BAL_S_LOG - Application Log: Log header data  
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.






Fill RESBD Structure from EBP Component Structure   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1032 Date: 20240419 Time: 024336     sap01-206 ( 17 ms )