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 |
---|---|
| ProConfiguration basic settings. |
| Table of ProConfiguration dialog textes (terms). |
| User settings. |
| Defined organizational unit types. |
| Static method to return customizing for a configuration type. |
| Static method to return customizing of status actions / definitions for a document type, identification and status. |
...