SAP /BOBF/CL_LIB_DRAFT_HELPER OO Class - Common logic to be used by draft actions (EDIT, etc.)
/BOBF/CL_LIB_DRAFT_HELPER 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 /BOBF/CL_LIB_DRAFT_HELPER including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /BOBF/CL_LIB_DRAFT_HELPER 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 |
| CONVERT_TO_ACTIVE_DOCUMENT_KEY | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>CONVERT_TO_ACTIVE_DOCUMENT_KEY...more details | ||
| CONVERT_TO_BOPF_KEY | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>CONVERT_TO_BOPF_KEY...more details | ||
| CREATE_MSG_DRAFT_ADMIN_LOCKED | Private | |
| CALL METHOD /bobf/cl_lib_draft_helper=>CREATE_MSG_DRAFT_ADMIN_LOCKED...more details | ||
| DELETE_DRAFTS | Delete the draft instances (itself or its principal) | Public |
| CALL METHOD /bobf/cl_lib_draft_helper=>DELETE_DRAFTS...more details | ||
| EMPTY_ACTIVE_ENTITY_KEY_REF | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>EMPTY_ACTIVE_ENTITY_KEY_REF...more details | ||
| GET_ACTIVE_ENTITY_KEY_CONF | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>GET_ACTIVE_ENTITY_KEY_CONF...more details | ||
|
| ||
| GET_DRAFT_ADMINS | Get the draft administration data for draft root keys | Public |
| CALL METHOD /bobf/cl_lib_draft_helper=>GET_DRAFT_ADMINS...more details | ||
| GET_DRAFT_KEY_FOR_ACTIVE_DOC | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>GET_DRAFT_KEY_FOR_ACTIVE_DOC...more details | ||
| GET_ENQUEUE_CONTEXT_SINGLE | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>GET_ENQUEUE_CONTEXT_SINGLE...more details | ||
| GET_INSTANCE | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>GET_INSTANCE...more details | ||
| IS_EDIT_DRAFT | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>IS_EDIT_DRAFT...more details | ||
| LOCK_DRAFT_ADMIN | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>LOCK_DRAFT_ADMIN...more details | ||
| LOCK_DRAFT_ADMINS | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>LOCK_DRAFT_ADMINS...more details | ||
| READ_DRAFT | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>READ_DRAFT...more details | ||
| READ_DRAFTS | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>READ_DRAFTS...more details | ||
| UNLOCK_DRAFT_ADMIN | Public | |
| CALL METHOD /bobf/cl_lib_draft_helper=>UNLOCK_DRAFT_ADMIN...more details | ||
/BOBF/CL_LIB_DRAFT_HELPER 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 |
| GT_INSTANCE | Static Attribute | LIKE | Private | ||
| MO_CONFIGURATION | Instance Attribute | LIKE /BOBF/IF_FRW_CONFIGURATION | Private | ||
| MO_INSTANCE | Static Attribute | LIKE /BOBF/CL_LIB_DRAFT_HELPER | Private | ||
| MO_LEGACY_KEY | Instance Attribute | LIKE /BOBF/CL_LIB_LEGACY_KEY | Private | ||
| MV_LOCK_WAIT | Static Attribute | ABAP_TRUE | LIKE ABAP_BOOL | Private |
/BOBF/CL_LIB_DRAFT_HELPER types
TY_INSTANCE_BY_KEY -Links to Related Class(s)
/BOBF/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects