CL_CUST_MANAGER_PPF - PPF: Customizing Manager
ABAP Short Reference Addresses (Business Address Services)This documentation is copyright by SAP AG.
The class serves as the central point of entry for the reading of Customizing information
The following methods are available:
- GET_INSTANCE,,,,,,Delivers an instance of the class
- GET_TTYPE_CUST,,,,Delivers the Customizing settings of an action definition
- GET_TTYPE_COLL,,,,Delivers the action definition for an action profile
- GET_MEDIUM_COLL,,,,Delivers an action definition to the assigned processings
- GET_MEDIUM_CUST,,,,Delivers the Customizing for a medium
- GET_CONTEXT_DEF,,,,Delivers the action profile
- GET_ALL_APPL,,,,,,Delivers all registering applications
- GET_TEXT_FOR_TTYPE,, ,,Delivers all text IDs for an action defintion
- GET_TEXT_FOR_TTYPE_LANG,,Delivers text ID for an action definition in a language
Relationships
Example
Get an instance of the Customizing manager:
- data: lo_cust_man type ref to cl_cust_manager_ppf.
- lo_cust_man = cl_cust_manager_ppf=>get_instance( ).
Reading all action definitions for an action profile:
- data: lo_action_cust_coll type ref to cl_ttype_cust_coll_ppf.
- lo_action_cust_coll =
- ,,lo_cust_man->get_ttype_coll( ip_appl_name = 'BOOK'
- ,,,,,,,,,, ip_context_name = 'BOOK' ).
Notes
Further information
PERFORM Short Reference CPI1466 during Backup
This documentation is copyright by SAP AG.
Length: 1614 Date: 20120526 Time: 132508 triton ( 33 ms )






