SAP /BOFU/CL_PPF_CONTAINER OO Class - Output Mgmt for BOPF BOs: Persistant Container
/BOFU/CL_PPF_CONTAINER 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_CONTAINER 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 BI_OBJECTInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class BI_PERSISTENTInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_BUSINESS_OBJECT_PPFInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_LOCK_PPFInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_OS_STATEInterface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class IF_WORKFLOWMethod list of /BOFU/CL_PPF_CONTAINER 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 |
| GET_ACTV_PROF_FLAG | Reads Attribute ACTV_PROF_FLAG | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_ACTV_PROF_FLAG...more details | ||
| GET_APPL_KEY | Reads Attribute APPL_KEY | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_APPL_KEY...more details | ||
| GET_ARCHIVING_STATUS | Reads Attribute ARCHIVING_STATUS | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_ARCHIVING_STATUS...more details | ||
| GET_BO_KEY | Reads Attribute BO_KEY | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_BO_KEY...more details | ||
| GET_BO_ROOT_KEY | Reads Attribute BO_ROOT_KEY | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_BO_ROOT_KEY...more details | ||
| GET_CHANGE_MODE | Reads Attribute CHANGE_MODE | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_CHANGE_MODE...more details | ||
|
| ||
| GET_CONTEXT | Reads Attribute CONTEXT | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_CONTEXT...more details | ||
| GET_DB_KEY | Reads Attribute DB_KEY | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_DB_KEY...more details | ||
| GET_DETER_APPLOG | Reads Attribute DETER_APPLOG | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_DETER_APPLOG...more details | ||
| GET_DOC_ID_FLD_1 | Reads Attribute DOC_ID_FLD_1 | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_DOC_ID_FLD_1...more details | ||
| GET_DOC_ID_FLD_2 | Reads Attribute DOC_ID_FLD_2 | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_DOC_ID_FLD_2...more details | ||
| GET_DOC_ID_FLD_3 | Reads Attribute DOC_ID_FLD_3 | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_DOC_ID_FLD_3...more details | ||
| GET_DOC_ID_FLD_4 | Reads Attribute DOC_ID_FLD_4 | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_DOC_ID_FLD_4...more details | ||
| GET_DOC_ID_FLD_5 | Reads Attribute DOC_ID_FLD_5 | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_DOC_ID_FLD_5...more details | ||
| GET_LAST_CHNG_TIME | Reads Attribute LAST_CHNG_TIME | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_LAST_CHNG_TIME...more details | ||
| GET_NODE_KEY | Reads Attribute NODE_KEY | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_NODE_KEY...more details | ||
| GET_PPF_PROFILE | Reads Attribute PPF_PROFILE | Public |
| CALL METHOD /bofu/cl_ppf_container=>GET_PPF_PROFILE...more details | ||
| SET_ACTV_PROF_FLAG | Sets Attribute ACTV_PROF_FLAG | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_ACTV_PROF_FLAG...more details | ||
| SET_APPL_KEY | Sets Attribute APPL_KEY | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_APPL_KEY...more details | ||
| SET_ARCHIVING_STATUS | Sets Attribute ARCHIVING_STATUS | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_ARCHIVING_STATUS...more details | ||
| SET_BO_ROOT_KEY | Sets Attribute BO_ROOT_KEY | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_BO_ROOT_KEY...more details | ||
| SET_CHANGE_MODE | Sets Attribute CHANGE_MODE | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_CHANGE_MODE...more details | ||
| SET_CONTEXT | Sets Attribute CONTEXT | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_CONTEXT...more details | ||
| SET_DETER_APPLOG | Sets Attribute DETER_APPLOG | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_DETER_APPLOG...more details | ||
| SET_DOC_ID_FLD_1 | Sets Attribute DOC_ID_FLD_1 | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_DOC_ID_FLD_1...more details | ||
| SET_DOC_ID_FLD_2 | Sets Attribute DOC_ID_FLD_2 | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_DOC_ID_FLD_2...more details | ||
| SET_DOC_ID_FLD_3 | Sets Attribute DOC_ID_FLD_3 | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_DOC_ID_FLD_3...more details | ||
| SET_DOC_ID_FLD_4 | Sets Attribute DOC_ID_FLD_4 | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_DOC_ID_FLD_4...more details | ||
| SET_DOC_ID_FLD_5 | Sets Attribute DOC_ID_FLD_5 | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_DOC_ID_FLD_5...more details | ||
| SET_LAST_CHNG_TIME | Sets Attribute LAST_CHNG_TIME | Public |
| CALL METHOD /bofu/cl_ppf_container=>SET_LAST_CHNG_TIME...more details | ||
| _GET_DATA | Get Data | Public |
| CALL METHOD /bofu/cl_ppf_container=>_GET_DATA...more details | ||
| _GET_GUID | Get GUID | Public |
| CALL METHOD /bofu/cl_ppf_container=>_GET_GUID...more details | ||
| _GET_KEYS | Get Keys | Public |
| CALL METHOD /bofu/cl_ppf_container=>_GET_KEYS...more details | ||
| _SET_DATA | Set Data | Public |
| CALL METHOD /bofu/cl_ppf_container=>_SET_DATA...more details | ||
/BOFU/CL_PPF_CONTAINER 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 |
| ACTV_PROF_FLAG | Instance Attribute | Active Profile | LIKE /BOFU/ACTIVE_PPF_PROFILE | Protected | |
| APPL_KEY | Instance Attribute | Semantic Key of Application Object | LIKE PPFDAPPKEY | Protected | |
| ARCHIVING_STATUS | Instance Attribute | Archiving Status | LIKE /BOFU/ARCHIVING_STATUS_CODE | Protected | |
| BO_KEY | Instance Attribute | Business Object Key (with Conversion Exit) | LIKE /BOFU/OBM_BO_KEY | Protected | |
| BO_ROOT_KEY | Instance Attribute | NodeID | LIKE /BOBF/CONF_KEY | Protected | |
| CHANGE_MODE | Instance Attribute | Change category | LIKE /BOBF/CONF_CHANGE_MODE | Protected | |
| CONTEXT | Instance Attribute | INTERNAL: Only for Use By PPF Utilities: NOT FOR BADIs | LIKE CL_CONTEXT_PPF | Protected | |
| DB_KEY | Instance Attribute | NodeID | LIKE /BOBF/CONF_KEY | Protected | |
| DETER_APPLOG | Instance Attribute | Application Log: Log Handle | LIKE BALLOGHNDL | Protected | |
| DOC_ID_FLD_1 | Instance Attribute | BO Node Identifier Field 1 | LIKE /BOFU/PPF_DOC_ID_1 | Protected | |
| DOC_ID_FLD_2 | Instance Attribute | BO Node Identifier Field 2 | LIKE /BOFU/PPF_DOC_ID_2 | Protected | |
| DOC_ID_FLD_3 | Instance Attribute | BO Node Identifier Field 3 | LIKE /BOFU/PPF_DOC_ID_3 | Protected | |
| DOC_ID_FLD_4 | Instance Attribute | BO Node Identifier Field 4 | LIKE /BOFU/PPF_DOC_ID_4 | Protected | |
| DOC_ID_FLD_5 | Instance Attribute | BO Node Identifier Field 5 | LIKE /BOFU/PPF_DOC_ID_5 | Protected | |
| LAST_CHNG_TIME | Instance Attribute | Changed On | LIKE /BOFU/TSTMP_CHANGED_TIME | Protected | |
| NODE_KEY | Instance Attribute | Node | LIKE /BOBF/OBM_NODE_KEY | Protected | |
| PPF_PROFILE | Instance Attribute | PPF: Name of Action Profile | LIKE PPFDCNTXT | Protected |
/BOFU/CL_PPF_CONTAINER types
TYP_BUSINESS_KEY - Business keyTYP_BUSINESS_KEY_TAB - Business keys
TYP_DATA_TAB - Data Table
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