SAP /SCMTMS/CL_BDFLW_INFO_QR_SRV OO Class - OBSOLETE CLASS!! ERP TM Business Document Flow
/SCMTMS/CL_BDFLW_INFO_QR_SRV 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_BDFLW_INFO_QR_SRV 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_BDFLW_INFO_QR_SRV 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 |
| ACCUMULATE_STATUS_VALUES | Accumulates generically the different status values | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>ACCUMULATE_STATUS_VALUES...more details | ||
| APPLICATION_PROCESSING | Public | |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>APPLICATION_PROCESSING...more details | ||
| CLASS_CONSTRUCTOR | singleton object creation | Public |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>CLASS_CONSTRUCTOR...more details | ||
| CLEAR_BUFFER | Clearing Buffer after processing | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>CLEAR_BUFFER...more details | ||
| CONVERT_BSKEY_TO_LOGSYS_NAME | Convert Business System Key to Logical system (ALE) name | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>CONVERT_BSKEY_TO_LOGSYS_NAME...more details | ||
| CONVERT_UOM_EXT_TO_INT | GDT conversion of internal UoM to external UoM | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>CONVERT_UOM_EXT_TO_INT...more details | ||
|
| ||
| DETERMINE_URL | Determine the corrsponding BO WEB URI | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>DETERMINE_URL...more details | ||
| FILL_DESCRIPTON_BUFFERS | Fill the buffer of the required descriptions | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>FILL_DESCRIPTON_BUFFERS...more details | ||
| FILL_DOCFLOW | Starting with the replenishment of the document flow | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>FILL_DOCFLOW...more details | ||
| FILL_DTR | Filling delivery transportation request | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>FILL_DTR...more details | ||
| FILL_FREIGHT_UNITS | Filling FUs | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>FILL_FREIGHT_UNITS...more details | ||
| FILL_OTR | Filling OTR successor documents | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>FILL_OTR...more details | ||
| FILL_SFIR | Filling Freight Settlement Document root data | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>FILL_SFIR...more details | ||
| FILL_TOR | filling FOs or BOs data in corespondence to the FUs | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>FILL_TOR...more details | ||
| FILL_TRQ_ITEMS | Filling the OTR and/or DTR Items | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>FILL_TRQ_ITEMS...more details | ||
| GET_DDIC_BO_STATUS_VALUES | Get status fieldname, code and code description from DDIC | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>GET_DDIC_BO_STATUS_VALUES...more details | ||
| GET_INSTANCE | Return singleton | Public |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>GET_INSTANCE...more details | ||
| GET_SINGLE_TOR_STATUS | Map TOR Status values | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>GET_SINGLE_TOR_STATUS...more details | ||
| GET_STATUS_INFORMATION | Get status information for a specific status value | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>GET_STATUS_INFORMATION...more details | ||
| INITIALIZE_MEMBER_ATTRIBUTES | Initializing the class member attributes | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>INITIALIZE_MEMBER_ATTRIBUTES...more details | ||
| MAP_DOC_FLOW | Mapping docflow data for service | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>MAP_DOC_FLOW...more details | ||
| PREPARE_AND_BUFFER_DATA | Buffer data as attribute members | Private |
| CALL METHOD /scmtms/cl_bdflw_info_qr_srv=>PREPARE_AND_BUFFER_DATA...more details | ||
/SCMTMS/CL_BDFLW_INFO_QR_SRV 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 |
| MC_STRUCTURENAME_TOR_ROOT | Constant | '/SCMTMS/S_TOR_ROOT_K' | LIKE STRING | Private | |
| MC_STRUCTURENAME_TRQ_ROOT | Constant | '/SCMTMS/S_TRQ_ROOT_K' | LIKE STRING | Private | |
| MC_TENDERING_LIFECYCLE | Constant | Version Number Component | 'TENDERING' | LIKE CHAR10 | Private |
| MR_DOCURL | Instance Attribute | Enable URL generation for Business Objects | LIKE /SCMTMS/CL_DOCUMENT_URL | Private | |
| MR_LOG | Instance Attribute | BOPF independent/parallel Log | LIKE /SCMTMS/CL_LOG_NONBOPF | Private | |
| MR_SINGLETON | Static Attribute | Synchronous A2A Service for TM ERP Document Flow | LIKE /SCMTMS/CL_BDFLW_INFO_QR_SRV | Protected | |
| MR_SRVMGR_TOR | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MR_SRVMGR_TRQ | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MS_INBOUND_PARAMETER | Instance Attribute | LIKE TY_S_INBOUND_PARAMETER | Private | ||
| MS_TRQ_ROOT_ORIG | Instance Attribute | Transportation Request Root | LIKE /SCMTMS/S_TRQ_ROOT_K | Private | |
| MT_BO_CAT_DESCRIPTION | Instance Attribute | LIKE TTY_BO_CAT_DESCRIPTION | Private | ||
| MT_BO_STATUS_DESCRIPTION | Instance Attribute | LIKE TTY_BO_STATUS_DESCRIPTION | Private | ||
| MT_DOC_FLOW | Instance Attribute | Document Flow | LIKE /SCMTMS/T_DOC_FLOW | Private | |
| MT_DOC_FLOW_RELATION | Instance Attribute | Document Flow Relation | LIKE /SCMTMS/IF_DOC_FLOW=>GTY_TS_DOC_FLOW_RELATION | Private | |
| MT_ITEMCAT_DESCRIPTION | Instance Attribute | LIKE TTY_ITEMCAT_DESCRIPTION | Private | ||
| MT_KEY_LINK_TOR_CAPATOR_ORIG | Instance Attribute | Key Link | LIKE /BOBF/T_FRW_KEY_LINK | Private | |
| MT_KEY_LINK_TOR_SFIR_ORIG | Instance Attribute | Key Link | LIKE /BOBF/T_FRW_KEY_LINK | Private | |
| MT_SFIR_ROOT_ORIG | Instance Attribute | SFIR Root | LIKE /SCMTMS/T_SFIR_ROOT_K | Private | |
| MT_TOR_INVOICE_DATA_ORIG | Instance Attribute | Root | LIKE /SCMTMS/T_TCC_ROOT_K | Private | |
| MT_TOR_ITEM_ORIG | Instance Attribute | TOR items | LIKE /SCMTMS/T_TOR_ITEM_TR_K | Private | |
| MT_TOR_ROOT_ORIG | Instance Attribute | Root Node | LIKE /SCMTMS/T_TOR_ROOT_K | Private | |
| MT_TOR_TEND_ORIG | Instance Attribute | Tendering | LIKE /SCMTMS/T_TOR_TEND_K | Private | |
| MT_TRQ_ITEM_ORIG | Instance Attribute | Item | LIKE /SCMTMS/T_TRQ_ITEM_K | Private | |
| MT_UOM_INT_EXT | Instance Attribute | LIKE TTY_UOM_INT_EXT | Private | ||
| MV_CREATE_WEBURL | Instance Attribute | ABAP_TRUE | LIKE ABAP_TRUE | Private | |
| MV_DUMMY_MSG | Instance Attribute | LIKE STRING | Private | ||
| MV_MAX_NUMBER_DOCS_WEBURL | Instance Attribute | Max number of documents to which Web URLs will be determind | 100 | LIKE INT4 | Private |
/SCMTMS/CL_BDFLW_INFO_QR_SRV types
TTY_BO_CAT_DESCRIPTION -TTY_BO_STATUS_DESCRIPTION -
TTY_ITEMCAT_DESCRIPTION -
TTY_UOM_INT_EXT -
TY_BO_CAT_DESCRIPTION -
TY_BO_STATUS_DESCRIPTION -
TY_ITEMCAT_DESCRIPTION -
TY_S_INBOUND_PARAMETER -
TY_UOM_INT_EXT -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects