Show TOC

 Interface for Determining Default Parameter Values

In the standard system, the determination function modules have the following interface:

Import tables

  • I_CVDDP_TAB

    Table with key values for determining the default parameter values

  • I_SYMBOL_TAB (optional)

    Structure file data (table ESTLS) and symbol definition data (table TCGA6) for the symbols outside repeating groups

  • I_SYMBOL_RG_TAB (optional)

    Structure file data (table ESTLS) and symbol definition data (table TCGA6) for the symbols within repeating groups and for the repeating groups themselves

  • I_CVDDP_VAL_TAB (optional)

    Values that were already determined for the symbols outside repeating groups

  • I_CVDDP_VAL_RG_TAB (optional)

    Values that were already determined for symbols within repeating groups

    As this data is also passed to the determination function module, the function module can take the data from a previous run again if it is programmed to do so. Here, you must ensure that the structure data remains consistent between the already determined data and new data.

Export tables

  • E_CVDDP_TAB

    Table with the determined values for the symbols outside repeating groups

  • E_CVDDP_RG_TAB (optional)

    Table with the determined values for the symbols within the repeating groups

    Note Note

    At least one entry must be created for each symbol and each repeating group if you intend it to be possible to enter data on the screen. This also applies if no value could be selected.

    In the fields that describe the structural interdependencies between the values, the PARHIER, PAROBJ, and PAROBJPAR fields must be filled so that the screen can be set up. With the fields that describe the symbol value, the LANGU, OBJECT, ATTRIB, ORD, and VALUETYP fields must be filled.

    End of the note.