Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All constants are defined as attributes in class /PRONOVIA/CL_PRM_DEF. The attribute list can be shown in the class builder.

Access to the values is possible using following the syntax (example):

<var> = /PRONOVIA/CL_PRM_DEF=>C_CALL_TYPE_INFO

The ABAP Include /PRONOVIA/PRM_CONSTANTS, which was used in former ProConfigurationĀ versions is still available, but new values will only be maintained in class /PRONOVIA/CL_PRM_DEF.

Access to the basic ProConfiguration customizing data is provided through static attributes holding this data or by static methods:

Attribut (A) / Method (M)

Description

  • CUST_MAI (A)

ProConfiguration basic settings.

  • CUST_IOT (A)

Table of ProConfiguration dialog textes (terms).

  • CUST_USR (A)

User settings.

  • CUST_ORG (A)

Defined organizational unit types.

  • GET_CUST_KTY (M)

Static method to return customizing for a configuration type.

  • GET_CUST_DST (M)

Static method to return customizing of status actions / definitions for a document type, identification and status.