SAP /SCMTMS/CL_BDFLW_INFO_2_QR_SRV OO Class - ERP TM Business Document Flow
/SCMTMS/CL_BDFLW_INFO_2_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_2_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_2_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_2_qr_srv=>ACCUMULATE_STATUS_VALUES...more details | ||
| APPLICATION_PROCESSING | Public | |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>APPLICATION_PROCESSING...more details | ||
| BUFFER_DATA | Buffering all relevant BO DDIC data | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>BUFFER_DATA...more details | ||
| BUFFER_DESCRIPTIONS | Buffering BO descriptions | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>BUFFER_DESCRIPTIONS...more details | ||
| CLEAR_BUFFER | Clearing Buffer after processing | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_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_2_qr_srv=>CONVERT_BSKEY_TO_LOGSYS_NAME...more details | ||
|
| ||
| CONVERT_UOM_INT_TO_EXT | GDT conversion of internal UoM to external UoM | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>CONVERT_UOM_INT_TO_EXT...more details | ||
| DETERMINE_URL | Determine the corrsponding BO WEB URI | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>DETERMINE_URL...more details | ||
| FILL_DOCFLOW | Starting with the replenishment of the document flow | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>FILL_DOCFLOW...more details | ||
| FILL_DOCFLOW_3SYS | Private | |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>FILL_DOCFLOW_3SYS...more details | ||
| FILL_DTR | Filling delivery transportation request | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>FILL_DTR...more details | ||
| FILL_FREIGHT_UNITS | Filling FUs | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>FILL_FREIGHT_UNITS...more details | ||
| FILL_OTR | Filling OTR successor documents | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>FILL_OTR...more details | ||
| FILL_SFIR | Filling Freight Settlement Document root data | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_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_2_qr_srv=>FILL_TOR...more details | ||
| FILL_TRQ_ITEMS | Filling the OTR and/or DTR Items | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>FILL_TRQ_ITEMS...more details | ||
| GET_SINGLE_TOR_STATUS | Map TOR Status values | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>GET_SINGLE_TOR_STATUS...more details | ||
| GET_SINGLE_TRQ_STATUS | Map TRQ Status values | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>GET_SINGLE_TRQ_STATUS...more details | ||
| GET_STATUS_INFORMATION | Get status information for a specific status value | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>GET_STATUS_INFORMATION...more details | ||
| GET_TORTYPE_DESCR | Getting the description of a TOR type | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>GET_TORTYPE_DESCR...more details | ||
| GET_TOR_BO_DESCR | Getting the TOR BO type description | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>GET_TOR_BO_DESCR...more details | ||
| GET_TRQTYPE_DESCR | Getting the description of a TRQ type | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>GET_TRQTYPE_DESCR...more details | ||
| GET_TRQ_BO_DESCR | Getting the TRQ BO type description | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>GET_TRQ_BO_DESCR...more details | ||
| GET_TRQ_FROM_ARCHIVE | Private | |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>GET_TRQ_FROM_ARCHIVE...more details | ||
| HANDLE_INBOUND_PARAMETER | Private | |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>HANDLE_INBOUND_PARAMETER...more details | ||
| INITIALIZE_MEMBER_ATTRIBUTES | Initializing the class member attributes | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>INITIALIZE_MEMBER_ATTRIBUTES...more details | ||
| MAP_DOCFLOW_SRV_OUTBD | Mapping and convereting DocFlow data for service outbound | Private |
| CALL METHOD /scmtms/cl_bdflw_info_2_qr_srv=>MAP_DOCFLOW_SRV_OUTBD...more details | ||
/SCMTMS/CL_BDFLW_INFO_2_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_CONSUMPTION | Constant | Character Length 11 | 'CONSUMPTION' | LIKE CHAR11 | 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_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_BO_REF_RESP | Instance Attribute | Proxy Structure (generated) | LIKE /SCMTMS/CPXU_BDFLW_RESP_BOREF | Private | |
| MS_BTDREF | Instance Attribute | Include Structure for Base Document | LIKE /SCMTMS/S_BASE_DOCUMENT | Private | |
| MS_DOCFLOW | Instance Attribute | Structure for Document flow from TM after ERP call | LIKE /SCMTMS/S_ERPTM_DOC_FLOW | 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_BTD_TYPE_CODE_TXT | Instance Attribute | Text Table for BTD Type Code | LIKE TY_T_BTD_CUST | Private | |
| MT_ITEMCAT_DESCRIPTION | Instance Attribute | LIKE TTY_ITEMCAT_DESCRIPTION | Private | ||
| MT_KEY_LINK_TOR_CAPATOR | Instance Attribute | Key Link | LIKE /BOBF/T_FRW_KEY_LINK | Private | |
| MT_KEY_LINK_TOR_SFIR | Instance Attribute | Key Link | LIKE /BOBF/T_FRW_KEY_LINK | Private | |
| MT_KEY_URL | Instance Attribute | LIKE TTY_KEY_URL | Private | ||
| MT_SFIR_ROOT | Instance Attribute | SFIR Root | LIKE /SCMTMS/T_SFIR_ROOT_K | Private | |
| MT_TOR_INVOICE_DATA | 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 | Instance Attribute | Tendering | LIKE /SCMTMS/T_TOR_TEND_K | Private | |
| MT_TOR_TYPE_TXT | Instance Attribute | Tor Type customizing | LIKE /SCMTMS/T_TORT_T | Private | |
| MT_TRQ_DTR_ROOT | Instance Attribute | Table of DTR root data | LIKE /SCMTMS/T_TRQ_ROOT_K | Private | |
| MT_TRQ_ITEM_ORIG | Instance Attribute | Item | LIKE /SCMTMS/T_TRQ_ITEM_K | Private | |
| MT_TRQ_TYPE_TXT | Instance Attribute | Sorted Table for Transportation Request Type Texts | LIKE /SCMTMS/T_TRQTYT | Private | |
| MT_UOM_INT_EXT | Instance Attribute | LIKE TTY_UOM_INT_EXT | Private | ||
| MV_CREATE_WEBURL | Instance Attribute | Deciding if a WEBURL shall be created | ABAP_TRUE | LIKE ABAP_BOOL | Private |
| MV_DEACTIVATE_RFA | Instance Attribute | Deactivate Read from Archive after reading data | ABAP_FALSE | LIKE ABAP_BOOL | Private |
| MV_DUMMY_MSG | Instance Attribute | Necessary for the message processing | LIKE STRING | Private | |
| MV_LOGSYS | Instance Attribute | Own Logical System | LIKE LOGSYS | Private | |
| MV_MAX_NUMBER_DOCS_WEBURL | Instance Attribute | Determining max number of documents with Web URL | 100 | LIKE INT4 | Private |
/SCMTMS/CL_BDFLW_INFO_2_QR_SRV types
STY_BO_CAT_DESCRIPTION -STY_BO_STATUS_DESCRIPTION -
STY_ITEMCAT_DESCRIPTION -
STY_KEY_URL -
TTY_BO_CAT_DESCRIPTION -
TTY_BO_STATUS_DESCRIPTION -
TTY_ITEMCAT_DESCRIPTION -
TTY_KEY_URL -
TTY_UOM_INT_EXT -
TY_S_BTD_CUST -
TY_S_INBOUND_PARAMETER -
TY_T_BTD_CUST -
TY_T_TORTXT -
TY_T_TRQTXT -
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