Posting Framework - development prerequisites
Posting framework data used for processing is stored in table /PACG/ECM_FRMWD:
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
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:
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.