null

Skip to end of banner
Go to start of banner

Constants _ Attributes

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

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.

  • No labels