Start of Content Area

Background documentation Note About Form Classes  Locate the document in its SAP Library structure

All application data of SAP Learning Solution that you want to output in a document must be modelled as a form level in the form class. Every form level has a data dictionary (DDIC) structure or DDIC table type. For text variables of SAP Learning Solution, only DDIC structures, not DDIC table types, are used for form levels.

All text variables you want to use in a document are listed in the DDIC structures of the form level. You can classify your form levels and the corresponding DDIC structures according to different aspects, for example, recipient-specific data, course-related data and so on.

When the form classes are processed, the fields of the DDIC structures are filled from the read classes of the text variables of the same names.

Caution

Ensure that the fields of the DDIC structure for the form level have the same names as the text variables. If not, there will be no data transport to the form level!

Ensure that the typing of the DDIC structure of the form level is correct. This must be identical with the typing of the text variable. If not, the document cannot be output!

 

End of Content Area