SAP /SCMTMS/CL_BO_DG_DATA OO Class - Class to handle document based dangerous goods data









/SCMTMS/CL_BO_DG_DATA 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 /SCMTMS/CL_BO_DG_DATA 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 /SCMTMS/CL_BO_DG_DATA 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
BUILD_UP_INDEX_TABLEBuild up the index table (incremental build up possible)Public
CALL METHOD /scmtms/cl_bo_dg_data=>BUILD_UP_INDEX_TABLE...more details

CLEANUPCleanup data, i.e. delete internal buffer w/o savePublic
CALL METHOD /scmtms/cl_bo_dg_data=>CLEANUP...more details

COMPRESS_CHANGE_INFO_TABCompress the change information tablePrivate
CALL METHOD /scmtms/cl_bo_dg_data=>COMPRESS_CHANGE_INFO_TAB...more details

COPY_DATA_GENERICCopy data within the generic data sourcePublic
CALL METHOD /scmtms/cl_bo_dg_data=>COPY_DATA_GENERIC...more details

CREATE_DATA_GENERICCreate generic data recordsPublic
CALL METHOD /scmtms/cl_bo_dg_data=>CREATE_DATA_GENERIC...more details

DELETE_DATA_GENERICDelete generic data records with the given dataPublic
CALL METHOD /scmtms/cl_bo_dg_data=>DELETE_DATA_GENERIC...more details

DELETE_FROM_INDEX_TABLEDelete the given keys from the index tablePrivate
CALL METHOD /scmtms/cl_bo_dg_data=>DELETE_FROM_INDEX_TABLE...more details

DELETE_STRUCDESCRDelete a structure descriptorPublic
CALL METHOD /scmtms/cl_bo_dg_data=>DELETE_STRUCDESCR...more details

FILL_BUFFERFill a buffer from generic table with given DB keysPrivate
CALL METHOD /scmtms/cl_bo_dg_data=>FILL_BUFFER...more details

FILL_BUFFER_FROM_ARCHIVEFill buffer from archivePublic
CALL METHOD /scmtms/cl_bo_dg_data=>FILL_BUFFER_FROM_ARCHIVE...more details

GET_CHANGE_NUMBERGet the current change document numberPrivate
CALL METHOD /scmtms/cl_bo_dg_data=>GET_CHANGE_NUMBER...more details

GET_COMPONENTSGet the components for a structurePrivate
CALL METHOD /scmtms/cl_bo_dg_data=>GET_COMPONENTS...more details

GET_COMPONENTS_OF_STRUCTUREGet the components of a structure via fieldlistPublic
CALL METHOD /scmtms/cl_bo_dg_data=>GET_COMPONENTS_OF_STRUCTURE...more details

GET_DATA_FROM_BUFFERGet data from buffer in order to save or cleanupPrivate
CALL METHOD /scmtms/cl_bo_dg_data=>GET_DATA_FROM_BUFFER...more details

GET_DESCRIPTOR_POINTERGet the pointer to the descriptor informationPrivate
CALL METHOD /scmtms/cl_bo_dg_data=>GET_DESCRIPTOR_POINTER...more details

GET_DESCR_PTR_BY_DB_KEYGet the descriptor pointer by a given DB keyPublic
CALL METHOD /scmtms/cl_bo_dg_data=>GET_DESCR_PTR_BY_DB_KEY...more details

GET_DESCR_PTR_BY_PARENT_KEYGet the parent keys be a descriptor pointerPublic
CALL METHOD /scmtms/cl_bo_dg_data=>GET_DESCR_PTR_BY_PARENT_KEY...more details

GET_DG_UI_PROFILE_CONFRead the DG UI profile informationPublic
CALL METHOD /scmtms/cl_bo_dg_data=>GET_DG_UI_PROFILE_CONF...more details

GET_NOT_BUFFERED_BO_KEYSGet not buffered BO keys and buffered dataPrivate
CALL METHOD /scmtms/cl_bo_dg_data=>GET_NOT_BUFFERED_BO_KEYS...more details

GET_PARENT_KEYS_BY_DESCR_PTRGet the parent keys be a descriptor pointerPublic
CALL METHOD /scmtms/cl_bo_dg_data=>GET_PARENT_KEYS_BY_DESCR_PTR...more details

GET_PARENT_KEYS_BY_STRUCNAMEGet the parent keys be a descriptor pointerPublic
CALL METHOD /scmtms/cl_bo_dg_data=>GET_PARENT_KEYS_BY_STRUCNAME...more details

GET_STRDES_BY_PARENT_KEYGet the parent keys be a descriptor pointerPublic
CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRDES_BY_PARENT_KEY...more details

GET_STRUCTURE_DESCR_BLOBGet the structure descriptor BLOBPublic
CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRUCTURE_DESCR_BLOB...more details

GET_STRUC_DESCRIPTORSGet structure descriptors for a given list of DB keysPrivate
CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRUC_DESCRIPTORS...more details

GET_STRUC_DESCR_BY_ABS_TYPESGet a structure descriptor from a field listPublic
CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRUC_DESCR_BY_ABS_TYPES...more details

GET_STRUC_DESCR_BY_DB_KEYGet the structure descriptor for a given DB keyPublic
CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRUC_DESCR_BY_DB_KEY...more details

GET_STRUC_DESCR_BY_FIELDLISTGet a structure descriptor from a field listPublic
CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRUC_DESCR_BY_FIELDLIST...more details

LOG_CHANGESLog changes on dangerous goods document dataPrivate
CALL METHOD /scmtms/cl_bo_dg_data=>LOG_CHANGES...more details

PREPARE_GEN_IDX_FOR_DBWrite index table into DB blobPrivate
CALL METHOD /scmtms/cl_bo_dg_data=>PREPARE_GEN_IDX_FOR_DB...more details

QUERY_DATA_GENERICGeneric query of dataPublic
CALL METHOD /scmtms/cl_bo_dg_data=>QUERY_DATA_GENERIC...more details

READ_CHANGE_INFORead DG change information for given DB keysPublic
CALL METHOD /scmtms/cl_bo_dg_data=>READ_CHANGE_INFO...more details

READ_DATA_GENERICRead data from the generic data sourcePublic
CALL METHOD /scmtms/cl_bo_dg_data=>READ_DATA_GENERIC...more details

SAVESave data to databasePublic
CALL METHOD /scmtms/cl_bo_dg_data=>SAVE...more details

UPDATE_DATA_GENERICUpdate the generic data source with the given dataPublic
CALL METHOD /scmtms/cl_bo_dg_data=>UPDATE_DATA_GENERIC...more details

WRITE_INDEX_TABLE_ENTRIESWrite data to index tablePrivate
CALL METHOD /scmtms/cl_bo_dg_data=>WRITE_INDEX_TABLE_ENTRIES...more details



/SCMTMS/CL_BO_DG_DATA 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
MT_DESCRPTR_STRUCDESCRStatic AttributeTable with descriptor pointer and structure descriptorLIKE
/SCMTMS/T_DESCRPTR_STRUCDESCR
Private
MV_CHANGE_NUMBERStatic AttributeDocument change numberLIKE
CDCHANGENR
Private




/SCMTMS/CL_BO_DG_DATA types

TY_S_MAP_FNAME_LFNAME -
TY_T_MAP_FNAME_LFNAME -

Links to Related Class(s)

/SCMTMS/...
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!