SAP /BOFU/CL_PPF_CONFIG OO Class - PPF Adapter Configurations: Read Module
/BOFU/CL_PPF_CONFIG is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /BOFU/CL_PPF_CONFIG including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOFU/IF_ABSTRACT_SINGLETONMethod list of /BOFU/CL_PPF_CONFIG SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CHECK_BO_NODE | Check if BO Node Can Participate in Output Mgmt | Public |
| CALL METHOD /bofu/cl_ppf_config=>CHECK_BO_NODE...more details | ||
| CHECK_CLASS_IMPL_INTF | Class Implements Interface? | Public |
| CALL METHOD /bofu/cl_ppf_config=>CHECK_CLASS_IMPL_INTF...more details | ||
| CHECK_GET_PARTNERS_FUNC | TODO: OM: Get Partners Selector BRFplus Function | Public |
| CALL METHOD /bofu/cl_ppf_config=>CHECK_GET_PARTNERS_FUNC...more details | ||
| CHECK_PROF_SEL_FUNC | TODO: OM: Check Profile Selector BRFplus Function | Public |
| CALL METHOD /bofu/cl_ppf_config=>CHECK_PROF_SEL_FUNC...more details | ||
| CLEANUP | Cleanup | Public |
| CALL METHOD /bofu/cl_ppf_config=>CLEANUP...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /bofu/cl_ppf_config=>CONSTRUCTOR...more details | ||
|
| ||
| GET_ACTIONS_AND_PTYPES | Get Actions and Processing Types for Given Profile | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_ACTIONS_AND_PTYPES...more details | ||
| GET_ACT_FOR_ACTION | OM: For a Given Action, Get Action Details | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_ACT_FOR_ACTION...more details | ||
| GET_AGGREGATE_ACTIONS_4_BO | Get all Aggreagate Actions for BO | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_AGGREGATE_ACTIONS_4_BO...more details | ||
| GET_DIRECT_OUTPUT_AGENTS | OM: Get Direct Output Agents for Given Node | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_DIRECT_OUTPUT_AGENTS...more details | ||
| GET_DIRECT_OUTPUT_AGENTS_4_BO | OM: Get Direct Output Agents for BO | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_DIRECT_OUTPUT_AGENTS_4_BO...more details | ||
| GET_DOA_BY_NAME | OM: Get all DOAs/one for given DOA name | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_DOA_BY_NAME...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD /bofu/cl_ppf_config=>GET_INSTANCE...more details | ||
| GET_MEDIUM_CUST_CLASS | Get Medium Customizing Class | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_MEDIUM_CUST_CLASS...more details | ||
| GET_NODE_PPF_AGENT | OM: For Given BO Node, PPF Agent | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PPF_AGENT...more details | ||
| GET_NODE_PPF_AGENTS | OM: For Given BO Node, PPF Agents | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PPF_AGENTS...more details | ||
| GET_NODE_PPF_AGENTS_FOR_BO | OM: For Given BO, Get PPF Agents for All Nodes | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PPF_AGENTS_FOR_BO...more details | ||
| GET_NODE_PPF_AGENTS_V2 | OM: For Given BO Node, PPF Agents ( Bufered data) | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PPF_AGENTS_V2...more details | ||
| GET_NODE_PROFILE | OM: Get PPF Profile Associated with BO Node | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PROFILE...more details | ||
| GET_NODE_PROFILES | OM: Get PPF Profiles Associated with BO Node | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PROFILES...more details | ||
| GET_PTYP_FOR_PROC_TYPE | OM: For a Given Processing Type, Get Processing Type Details | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_PTYP_FOR_PROC_TYPE...more details | ||
| GET_TRANSIENT_ACTIONS_4_BO | Get transient actions for BO | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_TRANSIENT_ACTIONS_4_BO...more details | ||
| GET_TRANSIENT_ACTION_4_BO_V2 | Get transient actions for BO(mass enabled) | Public |
| CALL METHOD /bofu/cl_ppf_config=>GET_TRANSIENT_ACTION_4_BO_V2...more details | ||
| GET_TRANSIENT_ACTION_4_PROFILE | Public | |
| CALL METHOD /bofu/cl_ppf_config=>GET_TRANSIENT_ACTION_4_PROFILE...more details | ||
| IS_BO_CONFIGURED | OM: Is Given BO Configured for Output Management | Public |
| CALL METHOD /bofu/cl_ppf_config=>IS_BO_CONFIGURED...more details | ||
| PPF_GET_APPLICATION | PPF: Get PPF Application | Public |
| CALL METHOD /bofu/cl_ppf_config=>PPF_GET_APPLICATION...more details | ||
| UTIL_GET_LOGON_USER_PARTNER | Get Logon User Communication Partner | Public |
| CALL METHOD /bofu/cl_ppf_config=>UTIL_GET_LOGON_USER_PARTNER...more details | ||
| UTIL_GET_PRINTER_4_LOGON_USER | Get Printer for Logon User and Set It As Default Printer | Public |
| CALL METHOD /bofu/cl_ppf_config=>UTIL_GET_PRINTER_4_LOGON_USER...more details | ||
/BOFU/CL_PPF_CONFIG attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GO_INSTANCE | Static Attribute | PPF Adapter Configurations: Read Module | LIKE /BOFU/CL_PPF_CONFIG | Public | |
| MO_PPF_CUST_API | Instance Attribute | PPF: API for Customizing | LIKE CL_CUST_API_PPF | Public | |
| MO_TRACE | Instance Attribute | Output Management Trace Control | LIKE /BOFU/CL_PPF_TRACE | Protected | |
| MT_ACTION_DEF_TEXT | Instance Attribute | PPF: Table with Texts for Action Definitions | LIKE PPFTTACTNT | Protected | |
| MT_DOA_CONF | Instance Attribute | Direct Outputs: w/o PPF, w/o History; Immediate Outputs | LIKE /BOFU/T_PPF_DOA | Protected | |
| MT_PPF_CONF | Instance Attribute | BO Node specific settings for PPF usage | LIKE /BOFU/T_PPF_CONF | Protected | |
| MT_TRANS_ACT | Instance Attribute | LIKE TT_TRANS_ACT | Protected | ||
| SC_KIND_OF_PPF_PROFILE | Constant | LIKE | Public |
/BOFU/CL_PPF_CONFIG types
TS_AGGR_ACT -TS_TRANS_ACT -
TT_AGGR_ACT -
TT_PPF_ACT - Actions
TT_PPF_PTYP - Processing Types
TT_TRANS_ACT -
Links to Related Class(s)
/BOFU/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects