In the typical scenario the checklists are created in the Cloud and sent back to SAP. In the SAP they can be mainly read, some additional activities could be performed as well once the checklist is created in SAP (see the chapters above).
However, the opposite scenario is possible as well:
...
Create a checklist template at the customer side.
Write a custom program (not in /PACG namespace, but in in the Z or Y namespace) creating the checklist instances. These checklist instances will refer to the checklist template. You always write the program creating the checklist instance for the given checklist template.
...
Program
...
Description
...
/PACG/ECD_CLTD_CRE01
...
Sample and easy program creating a very easy checklist. Notice, that the integral part of this program is a checklist template number 230 version 4, available only on the proaxia ERD server (the checklist template itself is not delivered with E4C to the customer). You cannot execute this program in the client environment – you can only use the code as a template for your implementation.
...
/PACG/ECD_CLTD_CRE02
Sample program demonstrating the supported UI controls, which can be used when you generate the checklists. The following are supported:
...
Text Input in Chapter,
...
Long Text Input in Chapter,
...
Number Input in Chapter,
...
Checkbox in Chapter,
...
Dropdown in Chapter,
...
State in Chapter,
...
Date in Chapter,
...
Time in Chapter,
...
Date/Time in Chapter,
...
Text Input in Table,
...
Number Input in Table,
...
Text Input in Serie,
...
checklist template
...
.
...