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 NameDescriptionVisability
CONVERT_TO_ACTIVE_DOCUMENT_KEYPublic
CALL METHOD /bobf/cl_lib_draft_helper=>CONVERT_TO_ACTIVE_DOCUMENT_KEY...more details

CONVERT_TO_BOPF_KEYPublic
CALL METHOD /bobf/cl_lib_draft_helper=>CONVERT_TO_BOPF_KEY...more details

CREATE_MSG_DRAFT_ADMIN_LOCKEDPrivate
CALL METHOD /bobf/cl_lib_draft_helper=>CREATE_MSG_DRAFT_ADMIN_LOCKED...more details

DELETE_DRAFTSDelete the draft instances (itself or its principal)Public
CALL METHOD /bobf/cl_lib_draft_helper=>DELETE_DRAFTS...more details

EMPTY_ACTIVE_ENTITY_KEY_REFPublic
CALL METHOD /bobf/cl_lib_draft_helper=>EMPTY_ACTIVE_ENTITY_KEY_REF...more details

GET_ACTIVE_ENTITY_KEY_CONFPublic
CALL METHOD /bobf/cl_lib_draft_helper=>GET_ACTIVE_ENTITY_KEY_CONF...more details

GET_DRAFT_ADMINSGet the draft administration data for draft root keysPublic
CALL METHOD /bobf/cl_lib_draft_helper=>GET_DRAFT_ADMINS...more details

GET_DRAFT_KEY_FOR_ACTIVE_DOCPublic
CALL METHOD /bobf/cl_lib_draft_helper=>GET_DRAFT_KEY_FOR_ACTIVE_DOC...more details

GET_ENQUEUE_CONTEXT_SINGLEPublic
CALL METHOD /bobf/cl_lib_draft_helper=>GET_ENQUEUE_CONTEXT_SINGLE...more details

GET_INSTANCEPublic
CALL METHOD /bobf/cl_lib_draft_helper=>GET_INSTANCE...more details

IS_EDIT_DRAFTPublic
CALL METHOD /bobf/cl_lib_draft_helper=>IS_EDIT_DRAFT...more details

LOCK_DRAFT_ADMINPublic
CALL METHOD /bobf/cl_lib_draft_helper=>LOCK_DRAFT_ADMIN...more details

LOCK_DRAFT_ADMINSPublic
CALL METHOD /bobf/cl_lib_draft_helper=>LOCK_DRAFT_ADMINS...more details

READ_DRAFTPublic
CALL METHOD /bobf/cl_lib_draft_helper=>READ_DRAFT...more details

READ_DRAFTSPublic
CALL METHOD /bobf/cl_lib_draft_helper=>READ_DRAFTS...more details

UNLOCK_DRAFT_ADMINPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GT_INSTANCEStatic AttributeLIKE
Private
MO_CONFIGURATIONInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION
Private
MO_INSTANCEStatic AttributeLIKE
/BOBF/CL_LIB_DRAFT_HELPER
Private
MO_LEGACY_KEYInstance AttributeLIKE
/BOBF/CL_LIB_LEGACY_KEY
Private
MV_LOCK_WAITStatic AttributeABAP_TRUELIKE
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



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!