Data exchange framework is used in SAP S/4HANA Service for the purpose of integrating or automatically creating follow-up documents outside of Service. This is especially important in the life cycle of the service order, where data exchange framework facilitates the creation of follow-up documents like sales order, maintenance order, purchase order etc.
Data exchange framework in general makes use of standard delivered classes from SAP. Normally there will be one standard handler class for each scenario. Refer below examples.
Follow-up document | Standard delivered SAP class |
Sales order | CL_CRMS4_PROC_SALESDOC_FWD |
Maintenance order | CL_CRMS4_PROC_MAINT_FWD |
From the standard delivery perspective, forward handler class names are maintained in database table CRMS4S_EXCH_FCTR. Same way, backward handler class names are maintained in database table CRMS4D_SRV_BWD.
However, it is possible to override the standard implementing class with a custom handler class, and effectively also override the standard business logic. If there is any such requirement for business, then the subsequent steps provide detailed guidance to achieve this on project basis.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
15 | |
15 | |
14 | |
11 | |
11 | |
9 | |
8 | |
7 | |
7 | |
7 |