SAP /SCMB/CL_LDM_TRL008RC OO Class - Proxy Class (generated)
/SCMB/CL_LDM_TRL008RC 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_LDM_TRL008RC including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Interface Implementation
This OO class is an Interface Implementation, which means it will implement its own version of the methods from implementation class /SCMB/II_LDM_TRL008RCMethod list of /SCMB/CL_LDM_TRL008RC 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 |
| ACTIVATE_EXT_XML_HANDLING | Activate extended XML handling to get correct CONTROLLER inf | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>ACTIVATE_EXT_XML_HANDLING...more details | ||
| AUTHORITY_CHECK | Obsolete | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>AUTHORITY_CHECK...more details | ||
| BUSINESS_LOGIC | Business Logic | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>BUSINESS_LOGIC...more details | ||
| CONSTRUCTOR | Constructor | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>CONSTRUCTOR...more details | ||
| DEACTIVATE_EXT_XML_HANDLING | Deactivate extended XML handling | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>DEACTIVATE_EXT_XML_HANDLING...more details | ||
| EXCEPTION_HANDLING | Obsolete | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>EXCEPTION_HANDLING...more details | ||
|
| ||
| EXPORT_CONVERSION | Export conversion | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>EXPORT_CONVERSION...more details | ||
| FINALIZE_EO | Finilize Exactly Once Execution of Services | Private |
| CALL METHOD /scmb/cl_ldm_trl008rc=>FINALIZE_EO...more details | ||
| IDENTIFY_PRODUCT | Identify Product | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>IDENTIFY_PRODUCT...more details | ||
| IMPORT_CONVERSION | Import conversion | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>IMPORT_CONVERSION...more details | ||
| IMPORT_CONVERSION_TR | Import Conversion (Transportation Lane Header) | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>IMPORT_CONVERSION_TR...more details | ||
| IMPORT_CONVERSION_TRM | Import Conversion (Means of Transport) | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>IMPORT_CONVERSION_TRM...more details | ||
| IMPORT_CONVERSION_TRPRODM_LANE | Import Conversion (Product-specific Means of Transport) | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>IMPORT_CONVERSION_TRPRODM_LANE...more details | ||
| IMPORT_CONVERSION_TRPROD_LANE | Import Conversion (Product-specific) | Public |
| CALL METHOD /scmb/cl_ldm_trl008rc=>IMPORT_CONVERSION_TRPROD_LANE...more details | ||
| PREPARE_EO | Prepare Exactly Once Execution of Services | Private |
| CALL METHOD /scmb/cl_ldm_trl008rc=>PREPARE_EO...more details | ||
/SCMB/CL_LDM_TRL008RC 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 |
| GC_MAX_TIME | Constant | '235959' | LIKE T | Public | |
| GC_MIN_TIME | Constant | '000000' | LIKE T | Public | |
| GC_TRNAME_000 | Constant | Transportation Lane Model | '000' | LIKE /SAPAPO/TR_TRNAME | Public |
| GC_TZONE_UTC | Constant | Time Zone | 'UTC' | LIKE TZNZONE | Public |
| MR_IDP_HELPER | Instance Attribute | API Interface for Idempotent WS Service | LIKE IF_WS_IDP_HELPER | Private | |
| MT_APPLMSG | Instance Attribute | Return Table for Messages | LIKE APPLMSGTAB | Private | |
| MV_IS_EO_REQUESTED | Instance Attribute | General Flag | LIKE FLAG | Private | |
| MV_MSG_ID | Instance Attribute | LIKE STRING | Private | ||
| MV_MSG_UUID | Instance Attribute | GUID in 'CHAR' Format in Uppercase | LIKE GUID_32 | Private |
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