/
Posting Framework - development prerequisites

Posting Framework - development prerequisites

Posting framework data used for processing is stored in table /PACG/ECM_FRMWD:

image-20240322-121752.png

 

This table must be extended:

  • Implement include CI_PACG_ECM_FRMWD.

  • Create one dummy field (e.g. ZZDUMMY).

  • Create an append structure for the include 

image-20240322-121805.png

 

Create a Z-class using /PACG/ECM_CL_A_FRMW_PROC_GEN as superclass

 

Method READ_ADDITIONAL_DATA requires redefinition. It can be used for any additional logic executed before processing of scenario steps, e.g. equipment conversion, collecting data from separate chapters. It can also be left empty.

 

Implement methods for each processing step. They should be static and public.

 

Data from /PACG/ECM_FRMWD table can be used within processing step methods.

 

Messages about successful execution:

 

Error handling:

 

Related content

Posting Framework
Posting Framework
More like this
/PACG/ECM_FRMW_SRC - Modify scenarios source data
/PACG/ECM_FRMW_SRC - Modify scenarios source data
More like this
Meter Replacement Scenario
Meter Replacement Scenario
More like this
/PACG/ECM_FRMW_PROC - (Re)start scenario processing
/PACG/ECM_FRMW_PROC - (Re)start scenario processing
More like this
/PACG/ECM_UDFG_UDF - Build UDF and UDFG out of Class.
/PACG/ECM_UDFG_UDF - Build UDF and UDFG out of Class.
More like this
/PACG/ECM_SMAT - Service material determination
/PACG/ECM_SMAT - Service material determination
More like this

If you'd like to help us improve the documentation, please provide your feedback using the communication channels listed /wiki/spaces/PFCC/pages/1561427969. Learn about support possibilities here.