SAP /SCMB/CL_ODM_ORDA_CLERK OO Class - ODM: Order Data Area, Generation









/SCMB/CL_ODM_ORDA_CLERK 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 /SCMB/CL_ODM_ORDA_CLERK 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 /SCMB/CL_ODM_ORDA_CLERK is /SCMB/CL_ODM_ORDA_DATA

Method list of /SCMB/CL_ODM_ORDA_CLERK 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
ACTIVATE_DATA_AREAActivate Order Data AreaPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>ACTIVATE_DATA_AREA...more details

ACTIVATE_SCOPEActivate Order Data Area AssignmentPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>ACTIVATE_SCOPE...more details

ACTIVATE_TABLEActivate Table for ComponentPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>ACTIVATE_TABLE...more details

ACTIVATE_TABLE_SETActivate Order Data Area TablesPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>ACTIVATE_TABLE_SET...more details

ADAPT_INDEX_DESCRIPTIONCheck and Adjust the Index DefinitionPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>ADAPT_INDEX_DESCRIPTION...more details

ADAPT_TABLE_KEYAdjust the Key Definition of the Template StructurePrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>ADAPT_TABLE_KEY...more details

ADJUST_TABLE_DESCRIPTIONAdjust Structure Description to Existing TablePrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>ADJUST_TABLE_DESCRIPTION...more details

APPEND_MESSAGECollect Log MessagesPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>APPEND_MESSAGE...more details

APPEND_MESSAGE_DDICCollect ABAP Dictionary MessagesPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>APPEND_MESSAGE_DDIC...more details

CHECKCheck Order Data AreaPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK...more details

CHECK_ACTIVATABILITYChecks Whether the Table Can Be ActivatedPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_ACTIVATABILITY...more details

CHECK_INDEX_UNIQUENESSCheck Tables of the Order Data AreaProtected
CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_INDEX_UNIQUENESS...more details

CHECK_NAMEChecks the Name of the Order Data TypeProtected
CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_NAME...more details

CHECK_SCOPECheck Uniqueness of the VersionProtected
CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_SCOPE...more details

CHECK_TABLE_EXISTENCECheck Existence of a TablePrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_TABLE_EXISTENCE...more details

CHECK_TABLE_NAMESPACECheck Namespace of a TablePrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_TABLE_NAMESPACE...more details

CHECK_TABLE_SETCheck Tables of the Order Data AreaProtected
CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_TABLE_SET...more details

CHECK_UNIQUENESSCheck Uniqueness of the Storage TablesProtected
CALL METHOD /scmb/cl_odm_orda_clerk=>CHECK_UNIQUENESS...more details

COMPARE_INDEXCompare Data Area Index with Component DefinitionPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>COMPARE_INDEX...more details

COMPARE_TABLECompare Data Area Table with Component StructurePrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>COMPARE_TABLE...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>CONSTRUCTOR...more details

COPY_VERSION_DEFINITIONCopy Version DefinitionPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>COPY_VERSION_DEFINITION...more details

CREATE_TADIRCreate TADIR EntryPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>CREATE_TADIR...more details

DELETE_TABLEDeletes Access StructureProtected
CALL METHOD /scmb/cl_odm_orda_clerk=>DELETE_TABLE...more details

DELETE_VERSION_DEFINITIONCopy Version DefinitionPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>DELETE_VERSION_DEFINITION...more details

DISABLE_INDEXDeactivate Table of an IndexPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>DISABLE_INDEX...more details

EXIST_VERSIONChecks Whether Order Data Area ExistsPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>EXIST_VERSION...more details

FINDFind Order Data AreaPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>FIND...more details

GENERATE_DATA_AREAGenerate Order Data AreaPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>GENERATE_DATA_AREA...more details

GENERATE_ORCGenerate Tables of a ComponentProtected
CALL METHOD /scmb/cl_odm_orda_clerk=>GENERATE_ORC...more details

GENERATE_TABLEGenerate Table for ComponentPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>GENERATE_TABLE...more details

GENERATE_TABLE_SETGenerate Tables of Order Data AreaPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>GENERATE_TABLE_SET...more details

GETDeliver Order Data AreaPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>GET...more details

GET_INDEX_DESCRIPTIONDelivers Description of Component Table IndexPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>GET_INDEX_DESCRIPTION...more details

GET_LISTDeliver Order Data Areas for Order Type/VersionPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>GET_LIST...more details

GET_TABLEDelivers Table of a Component and Its DescriptionPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>GET_TABLE...more details

GET_TABLE_DESCRIPTIONDelivers Description of Component TablePrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>GET_TABLE_DESCRIPTION...more details

GET_TABLE_NAMEDelivers Table of a ComponentPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>GET_TABLE_NAME...more details

GET_TABNAMEDeliver Table of a ComponentProtected
CALL METHOD /scmb/cl_odm_orda_clerk=>GET_TABNAME...more details

GET_USED_BYChecks Where an Order Data Area Is UsedPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>GET_USED_BY...more details

IS_ACTIVECheck Whether the Table Exists In 'Active' StatusPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>IS_ACTIVE...more details

IS_EQUALCompares the Versions of an Order Data AreaPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>IS_EQUAL...more details

IS_TABLESET_EQUALCompares the Table ListPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>IS_TABLESET_EQUAL...more details

IS_USEDChecks Whether an Order Data Area Is UsedPublic
CALL METHOD /scmb/cl_odm_orda_clerk=>IS_USED...more details

REFRESH_GENERATION_INFOUpdate Generation InformationPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>REFRESH_GENERATION_INFO...more details

SET_ORCGeneration Information for Mapping Is Being WrittenPrivate
CALL METHOD /scmb/cl_odm_orda_clerk=>SET_ORC...more details



/SCMB/CL_ODM_ORDA_CLERK 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
GC_DBSTATE_ACTIVEConstant' 'LIKE
DDIXDBSTAT
Public
GC_DBSTATE_DISABLEDConstant'O'LIKE
DDIXDBSTAT
Public
GC_DDIC_PROTOCOL_IDConstantLog ID Activation DDIC-42LIKE
SYTABIX
Public
GC_STATE_ACTIVEConstantODM: Order Data Area Active/SCMB/CL_ODM=>GC_TRUELIKE
/SCMB/ODM_ACTIVE
Public
GC_STATE_INACTIVEConstantODM: Order Data Area Active/SCMB/CL_ODM=>GC_FALSELIKE
/SCMB/ODM_ACTIVE
Public
GC_STATE_UNDEFINEDConstantODM: Order Data Area Active'U'LIKE
/SCMB/ODM_ACTIVE
Public
GC_STRUCTURE_TRACKINGConstantStandard Fields, Tracking'/SCMB/ODM_HISTORY_META'LIKE
TABNAME
Public
GC_TABCLASS_STRUCTUREConstantTable Class'INTTAB'LIKE
TABCLASS
Public
GC_TABCLASS_TABLEConstantTable Class'TRANSP'LIKE
TABCLASS
Public
GT_ORDAStatic AttributeODM: Order Data Area, Instance ManagementLIKE
TTYPE_ORDA
Protected
MO_ORDTYPEInstance AttributeLIKE
/SCMB/CL_ODM_ORDTYPE_CLERK
Public
MT_DDIC_MSGInstance AttributeODM: DDIC MessageLIKE
/SCMB/ODM_DDIC_MSG_TAB
Public
MT_PROTOCOLInstance AttributeTable with BAPI Return InformationLIKE
BAPIRETTAB
Public




/SCMB/CL_ODM_ORDA_CLERK types

LTYPE_ORDA -
TTYPE_ORDA -

Links to Related Class(s)

/SCMB/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!