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 Name | Description | Visability |
| BUILD_UP_INDEX_TABLE | Build up the index table (incremental build up possible) | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>BUILD_UP_INDEX_TABLE...more details | ||
| CLEANUP | Cleanup data, i.e. delete internal buffer w/o save | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>CLEANUP...more details | ||
| COMPRESS_CHANGE_INFO_TAB | Compress the change information table | Private |
| CALL METHOD /scmtms/cl_bo_dg_data=>COMPRESS_CHANGE_INFO_TAB...more details | ||
| COPY_DATA_GENERIC | Copy data within the generic data source | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>COPY_DATA_GENERIC...more details | ||
| CREATE_DATA_GENERIC | Create generic data records | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>CREATE_DATA_GENERIC...more details | ||
| DELETE_DATA_GENERIC | Delete generic data records with the given data | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>DELETE_DATA_GENERIC...more details | ||
|
| ||
| DELETE_FROM_INDEX_TABLE | Delete the given keys from the index table | Private |
| CALL METHOD /scmtms/cl_bo_dg_data=>DELETE_FROM_INDEX_TABLE...more details | ||
| DELETE_STRUCDESCR | Delete a structure descriptor | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>DELETE_STRUCDESCR...more details | ||
| FILL_BUFFER | Fill a buffer from generic table with given DB keys | Private |
| CALL METHOD /scmtms/cl_bo_dg_data=>FILL_BUFFER...more details | ||
| FILL_BUFFER_FROM_ARCHIVE | Fill buffer from archive | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>FILL_BUFFER_FROM_ARCHIVE...more details | ||
| GET_CHANGE_NUMBER | Get the current change document number | Private |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_CHANGE_NUMBER...more details | ||
| GET_COMPONENTS | Get the components for a structure | Private |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_COMPONENTS...more details | ||
| GET_COMPONENTS_OF_STRUCTURE | Get the components of a structure via fieldlist | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_COMPONENTS_OF_STRUCTURE...more details | ||
| GET_DATA_FROM_BUFFER | Get data from buffer in order to save or cleanup | Private |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_DATA_FROM_BUFFER...more details | ||
| GET_DESCRIPTOR_POINTER | Get the pointer to the descriptor information | Private |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_DESCRIPTOR_POINTER...more details | ||
| GET_DESCR_PTR_BY_DB_KEY | Get the descriptor pointer by a given DB key | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_DESCR_PTR_BY_DB_KEY...more details | ||
| GET_DESCR_PTR_BY_PARENT_KEY | Get the parent keys be a descriptor pointer | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_DESCR_PTR_BY_PARENT_KEY...more details | ||
| GET_DG_UI_PROFILE_CONF | Read the DG UI profile information | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_DG_UI_PROFILE_CONF...more details | ||
| GET_NOT_BUFFERED_BO_KEYS | Get not buffered BO keys and buffered data | Private |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_NOT_BUFFERED_BO_KEYS...more details | ||
| GET_PARENT_KEYS_BY_DESCR_PTR | Get the parent keys be a descriptor pointer | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_PARENT_KEYS_BY_DESCR_PTR...more details | ||
| GET_PARENT_KEYS_BY_STRUCNAME | Get the parent keys be a descriptor pointer | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_PARENT_KEYS_BY_STRUCNAME...more details | ||
| GET_STRDES_BY_PARENT_KEY | Get the parent keys be a descriptor pointer | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRDES_BY_PARENT_KEY...more details | ||
| GET_STRUCTURE_DESCR_BLOB | Get the structure descriptor BLOB | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRUCTURE_DESCR_BLOB...more details | ||
| GET_STRUC_DESCRIPTORS | Get structure descriptors for a given list of DB keys | Private |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRUC_DESCRIPTORS...more details | ||
| GET_STRUC_DESCR_BY_ABS_TYPES | Get a structure descriptor from a field list | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRUC_DESCR_BY_ABS_TYPES...more details | ||
| GET_STRUC_DESCR_BY_DB_KEY | Get the structure descriptor for a given DB key | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRUC_DESCR_BY_DB_KEY...more details | ||
| GET_STRUC_DESCR_BY_FIELDLIST | Get a structure descriptor from a field list | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>GET_STRUC_DESCR_BY_FIELDLIST...more details | ||
| LOG_CHANGES | Log changes on dangerous goods document data | Private |
| CALL METHOD /scmtms/cl_bo_dg_data=>LOG_CHANGES...more details | ||
| PREPARE_GEN_IDX_FOR_DB | Write index table into DB blob | Private |
| CALL METHOD /scmtms/cl_bo_dg_data=>PREPARE_GEN_IDX_FOR_DB...more details | ||
| QUERY_DATA_GENERIC | Generic query of data | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>QUERY_DATA_GENERIC...more details | ||
| READ_CHANGE_INFO | Read DG change information for given DB keys | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>READ_CHANGE_INFO...more details | ||
| READ_DATA_GENERIC | Read data from the generic data source | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>READ_DATA_GENERIC...more details | ||
| SAVE | Save data to database | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>SAVE...more details | ||
| UPDATE_DATA_GENERIC | Update the generic data source with the given data | Public |
| CALL METHOD /scmtms/cl_bo_dg_data=>UPDATE_DATA_GENERIC...more details | ||
| WRITE_INDEX_TABLE_ENTRIES | Write data to index table | Private |
| 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.
| Name | Level | Description | Initial Value | Type | Visability |
| MT_DESCRPTR_STRUCDESCR | Static Attribute | Table with descriptor pointer and structure descriptor | LIKE /SCMTMS/T_DESCRPTR_STRUCDESCR | Private | |
| MV_CHANGE_NUMBER | Static Attribute | Document change number | LIKE 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