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_SINGLETON

Method 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 NameDescriptionVisability
CHECK_BO_NODECheck if BO Node Can Participate in Output MgmtPublic
CALL METHOD /bofu/cl_ppf_config=>CHECK_BO_NODE...more details

CHECK_CLASS_IMPL_INTFClass Implements Interface?Public
CALL METHOD /bofu/cl_ppf_config=>CHECK_CLASS_IMPL_INTF...more details

CHECK_GET_PARTNERS_FUNCTODO: OM: Get Partners Selector BRFplus FunctionPublic
CALL METHOD /bofu/cl_ppf_config=>CHECK_GET_PARTNERS_FUNC...more details

CHECK_PROF_SEL_FUNCTODO: OM: Check Profile Selector BRFplus FunctionPublic
CALL METHOD /bofu/cl_ppf_config=>CHECK_PROF_SEL_FUNC...more details

CLEANUPCleanupPublic
CALL METHOD /bofu/cl_ppf_config=>CLEANUP...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /bofu/cl_ppf_config=>CONSTRUCTOR...more details

GET_ACTIONS_AND_PTYPESGet Actions and Processing Types for Given ProfilePublic
CALL METHOD /bofu/cl_ppf_config=>GET_ACTIONS_AND_PTYPES...more details

GET_ACT_FOR_ACTIONOM: For a Given Action, Get Action DetailsPublic
CALL METHOD /bofu/cl_ppf_config=>GET_ACT_FOR_ACTION...more details

GET_AGGREGATE_ACTIONS_4_BOGet all Aggreagate Actions for BOPublic
CALL METHOD /bofu/cl_ppf_config=>GET_AGGREGATE_ACTIONS_4_BO...more details

GET_DIRECT_OUTPUT_AGENTSOM: Get Direct Output Agents for Given NodePublic
CALL METHOD /bofu/cl_ppf_config=>GET_DIRECT_OUTPUT_AGENTS...more details

GET_DIRECT_OUTPUT_AGENTS_4_BOOM: Get Direct Output Agents for BOPublic
CALL METHOD /bofu/cl_ppf_config=>GET_DIRECT_OUTPUT_AGENTS_4_BO...more details

GET_DOA_BY_NAMEOM: Get all DOAs/one for given DOA namePublic
CALL METHOD /bofu/cl_ppf_config=>GET_DOA_BY_NAME...more details

GET_INSTANCEPublic
CALL METHOD /bofu/cl_ppf_config=>GET_INSTANCE...more details

GET_MEDIUM_CUST_CLASSGet Medium Customizing ClassPublic
CALL METHOD /bofu/cl_ppf_config=>GET_MEDIUM_CUST_CLASS...more details

GET_NODE_PPF_AGENTOM: For Given BO Node, PPF AgentPublic
CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PPF_AGENT...more details

GET_NODE_PPF_AGENTSOM: For Given BO Node, PPF AgentsPublic
CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PPF_AGENTS...more details

GET_NODE_PPF_AGENTS_FOR_BOOM: For Given BO, Get PPF Agents for All NodesPublic
CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PPF_AGENTS_FOR_BO...more details

GET_NODE_PPF_AGENTS_V2OM: For Given BO Node, PPF Agents ( Bufered data)Public
CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PPF_AGENTS_V2...more details

GET_NODE_PROFILEOM: Get PPF Profile Associated with BO NodePublic
CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PROFILE...more details

GET_NODE_PROFILESOM: Get PPF Profiles Associated with BO NodePublic
CALL METHOD /bofu/cl_ppf_config=>GET_NODE_PROFILES...more details

GET_PTYP_FOR_PROC_TYPEOM: For a Given Processing Type, Get Processing Type DetailsPublic
CALL METHOD /bofu/cl_ppf_config=>GET_PTYP_FOR_PROC_TYPE...more details

GET_TRANSIENT_ACTIONS_4_BOGet transient actions for BOPublic
CALL METHOD /bofu/cl_ppf_config=>GET_TRANSIENT_ACTIONS_4_BO...more details

GET_TRANSIENT_ACTION_4_BO_V2Get 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_PROFILEPublic
CALL METHOD /bofu/cl_ppf_config=>GET_TRANSIENT_ACTION_4_PROFILE...more details

IS_BO_CONFIGUREDOM: Is Given BO Configured for Output ManagementPublic
CALL METHOD /bofu/cl_ppf_config=>IS_BO_CONFIGURED...more details

PPF_GET_APPLICATIONPPF: Get PPF ApplicationPublic
CALL METHOD /bofu/cl_ppf_config=>PPF_GET_APPLICATION...more details

UTIL_GET_LOGON_USER_PARTNERGet Logon User Communication PartnerPublic
CALL METHOD /bofu/cl_ppf_config=>UTIL_GET_LOGON_USER_PARTNER...more details

UTIL_GET_PRINTER_4_LOGON_USERGet Printer for Logon User and Set It As Default PrinterPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GO_INSTANCEStatic AttributePPF Adapter Configurations: Read ModuleLIKE
/BOFU/CL_PPF_CONFIG
Public
MO_PPF_CUST_APIInstance AttributePPF: API for CustomizingLIKE
CL_CUST_API_PPF
Public
MO_TRACEInstance AttributeOutput Management Trace ControlLIKE
/BOFU/CL_PPF_TRACE
Protected
MT_ACTION_DEF_TEXTInstance AttributePPF: Table with Texts for Action DefinitionsLIKE
PPFTTACTNT
Protected
MT_DOA_CONFInstance AttributeDirect Outputs: w/o PPF, w/o History; Immediate OutputsLIKE
/BOFU/T_PPF_DOA
Protected
MT_PPF_CONFInstance AttributeBO Node specific settings for PPF usageLIKE
/BOFU/T_PPF_CONF
Protected
MT_TRANS_ACTInstance AttributeLIKE
TT_TRANS_ACT
Protected
SC_KIND_OF_PPF_PROFILEConstantLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!