SAP /BOBF/CL_LIB_AUTH_DRAFT_ACTIVE OO Class - Authority class for draft enabled applications









/BOBF/CL_LIB_AUTH_DRAFT_ACTIVE 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_AUTH_DRAFT_ACTIVE including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for /BOBF/CL_LIB_AUTH_DRAFT_ACTIVE is /BOBF/CL_FRW_AUTHORITY_CHECK

Interface Implementation

This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /BOBF/IF_LIB_AUTH_DRAFT_ACTIVE

Method list of /BOBF/CL_LIB_AUTH_DRAFT_ACTIVE 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_DRAFT_OWNERPrivate
CALL METHOD /bobf/cl_lib_auth_draft_active=>CHECK_DRAFT_OWNER...more details

CONSTRUCTORPublic
CALL METHOD /bobf/cl_lib_auth_draft_active=>CONSTRUCTOR...more details

CONVERT_BOPF_KEYS_TO_ADMINPrivate
CALL METHOD /bobf/cl_lib_auth_draft_active=>CONVERT_BOPF_KEYS_TO_ADMIN...more details

CREATE_MESSAGES_NO_DRAFT_AUTHPrivate
CALL METHOD /bobf/cl_lib_auth_draft_active=>CREATE_MESSAGES_NO_DRAFT_AUTH...more details

GET_DRAFT_ENTITY_NAMEPrivate
CALL METHOD /bobf/cl_lib_auth_draft_active=>GET_DRAFT_ENTITY_NAME...more details

MAP_MESSAGES_FOR_STATIC_CHECKPrivate
CALL METHOD /bobf/cl_lib_auth_draft_active=>MAP_MESSAGES_FOR_STATIC_CHECK...more details



/BOBF/CL_LIB_AUTH_DRAFT_ACTIVE 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
MO_CONFIGURATIONInstance AttributeLIKE
/BOBF/IF_FRW_CONFIGURATION
Private
MO_DRAFT_ACTIVEInstance AttributeLIKE
/BOBF/CL_LIB_DRAFT_ACTIVE_UTIL
Private
_MEInstance AttributeLIKE
/BOBF/IF_LIB_AUTH_DRAFT_ACTIVE
Private


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!