SAP /SCMTMS/CL_BW_EXTRACTION OO Class - BW Extraction Class
/SCMTMS/CL_BW_EXTRACTION 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_BW_EXTRACTION 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_BW_EXTRACTION 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 |
| ADJUST_TIMESTAMP_RANGES | Adjust timstamp in case of timestamp range inconsistency | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>ADJUST_TIMESTAMP_RANGES...more details | ||
| BSH_DATA_RETRIEVE | Read BO BSH | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>BSH_DATA_RETRIEVE...more details | ||
| BWREL_CFIR_CUST_READ | Read Customizing of TRQ Types for BW relevance | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>BWREL_CFIR_CUST_READ...more details | ||
| BWREL_SFIR_CUST_READ | Read Customizing of TRQ Types for BW relevance | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>BWREL_SFIR_CUST_READ...more details | ||
| BWREL_TAL_BSH_CUST_READ | Read Customizing of TAL/BSH for BW relevance | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>BWREL_TAL_BSH_CUST_READ...more details | ||
| BWREL_TOR_BW_CUST_READ | Read Customizing of TOR Types for BW relevance | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>BWREL_TOR_BW_CUST_READ...more details | ||
|
| ||
| BWREL_TOR_CUST_READ | Read Customizing of TOR Types for BW relevance | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>BWREL_TOR_CUST_READ...more details | ||
| BWREL_TRQ_CUST_READ | Read Customizing of TRQ Types for BW relevance | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>BWREL_TRQ_CUST_READ...more details | ||
| CALCULATE_DURATION | Calculate duration between two UTC timestamps | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>CALCULATE_DURATION...more details | ||
| CFIR_DATA_RETRIEVE | Read BO CFIR | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>CFIR_DATA_RETRIEVE...more details | ||
| CHECK_FAG_BW_RELEVANCE | Check the Freight Agreement BW Relevance (Agreement & RFQ) | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>CHECK_FAG_BW_RELEVANCE...more details | ||
| CHECK_FAG_STATUS_BF_RELEVANCE | Check if FA Status before was relevant for the extraction | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>CHECK_FAG_STATUS_BF_RELEVANCE...more details | ||
| CHECK_STAGE_KEY_FROM_ROOT | Get Trade Lanes | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>CHECK_STAGE_KEY_FROM_ROOT...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>CLASS_CONSTRUCTOR...more details | ||
| DROP_CREATE_SETUP | Deletion and reconstruction of setup table | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>DROP_CREATE_SETUP...more details | ||
| FAG_DATA_RETRIEVE | Read BO FAG | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>FAG_DATA_RETRIEVE...more details | ||
| FILL_LIFECYCLE_RANGE_TAB_CFIR | Fill the lifecycle range table for CFIR BO's | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>FILL_LIFECYCLE_RANGE_TAB_CFIR...more details | ||
| FILL_LIFECYCLE_RANGE_TAB_SFIR | Fill the lifecycle range table for SFIR BO's | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>FILL_LIFECYCLE_RANGE_TAB_SFIR...more details | ||
| FILL_LIFECYCLE_RANGE_TAB_TOR | Fill the lifecycle range table for TOR BO's | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>FILL_LIFECYCLE_RANGE_TAB_TOR...more details | ||
| FILL_LIFECYCLE_RANGE_TAB_TRQ | Fill the lifecycle range table for TRQ BO's | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>FILL_LIFECYCLE_RANGE_TAB_TRQ...more details | ||
| FILL_TOR_STAGE_ITEM_EMISSIONS | Call Emission calculation and fill into TOR stage item | Protected |
| CALL METHOD /scmtms/cl_bw_extraction=>FILL_TOR_STAGE_ITEM_EMISSIONS...more details | ||
| FILTER_LIFECYLE_STATUS | Filter given data according to lifecycle status to mention | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>FILTER_LIFECYLE_STATUS...more details | ||
| GET_FREE_NUMBER | Get free number for setup table ID | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>GET_FREE_NUMBER...more details | ||
| GET_LOCATION_ID | Get Location ID | Protected |
| CALL METHOD /scmtms/cl_bw_extraction=>GET_LOCATION_ID...more details | ||
| GET_TOR_ITEM_CCODE | Get commodity code for TOR ITEM | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>GET_TOR_ITEM_CCODE...more details | ||
| GET_TRADE_LANES | Get Trade Lanes | Protected |
| CALL METHOD /scmtms/cl_bw_extraction=>GET_TRADE_LANES...more details | ||
| GET_TRQ_ITEM_CCODE | Get commodity code for TRQ ITEM | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>GET_TRQ_ITEM_CCODE...more details | ||
| GET_ZONE_ID | Get Zone ID | Protected |
| CALL METHOD /scmtms/cl_bw_extraction=>GET_ZONE_ID...more details | ||
| MAP_TCD_DATA | Map TCD data to extract structures | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>MAP_TCD_DATA...more details | ||
| SETUP_TABLES_DELETE | Initialization of setup table | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>SETUP_TABLES_DELETE...more details | ||
| SFIR_DATA_RETRIEVE | Read BO SFIR | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>SFIR_DATA_RETRIEVE...more details | ||
| TAL_DATA_RETRIEVE | Read BO TAL | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>TAL_DATA_RETRIEVE...more details | ||
| TOR_DATA_RETRIEVE | Read BO TOR | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>TOR_DATA_RETRIEVE...more details | ||
| TRQ_DATA_RETRIEVE | Read BO TRQ | Public |
| CALL METHOD /scmtms/cl_bw_extraction=>TRQ_DATA_RETRIEVE...more details | ||
| WRITE_CLUSTER_BSH | Write database cluster for BSH data | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>WRITE_CLUSTER_BSH...more details | ||
| WRITE_CLUSTER_CFIR | Write database cluster for CFIR data | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>WRITE_CLUSTER_CFIR...more details | ||
| WRITE_CLUSTER_FAG | Write database cluster for BSH data | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>WRITE_CLUSTER_FAG...more details | ||
| WRITE_CLUSTER_SFIR | Write database cluster for SFIR data | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>WRITE_CLUSTER_SFIR...more details | ||
| WRITE_CLUSTER_TAL | Write database cluster for BSH data | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>WRITE_CLUSTER_TAL...more details | ||
| WRITE_CLUSTER_TOR | Write database cluster for TOR data | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>WRITE_CLUSTER_TOR...more details | ||
| WRITE_CLUSTER_TRQ | Write database cluster for TRQ data | Private |
| CALL METHOD /scmtms/cl_bw_extraction=>WRITE_CLUSTER_TRQ...more details | ||
/SCMTMS/CL_BW_EXTRACTION 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 |
| GS_TALCUS | Static Attribute | Customizing table for BO TAL | LIKE /SCMTMS/S_TALCUS | Public | |
| GT_CFIRTY | Static Attribute | Table for FWSD Types | LIKE /SCMTMS/T_CFIR_T | Public | |
| GT_SFIRTY | Static Attribute | Table for FSD Type | LIKE /SCMTMS/T_SFIR_TYPE | Public | |
| GT_TALTY | Static Attribute | TAL Types | LIKE /SCMTMS/T_TAL_TYPE | Public | |
| GT_TORBW | Static Attribute | TOR Category - Relevance for SAP Business Warehouse | LIKE /SCMTMS/T_TORBW_T | Public | |
| GT_TORTY | Static Attribute | Sorted Version of the Customizing Table for TOR Type | LIKE /SCMTMS/T_TORTY | Public | |
| GT_TRQTY | Static Attribute | Types for Transportation Request | LIKE /SCMTMS/T_TRQTY | Public | |
| GV_ALONG_FROM | Constant | Single-Character Flag | '1' | LIKE CHAR1 | Private |
| GV_ALONG_TO | Constant | Single-Character Flag | '2' | LIKE CHAR1 | Private |
| MC_BADI_METHOD_BSH_EXTR | Constant | Badi Interface Method name | 'BSH_BW_EXTRACTION' | LIKE CHAR30 | Private |
| MC_BADI_METHOD_CFIR_EXTR | Constant | Badi Interface Method name | 'CFIR_BW_EXTRACTION' | LIKE CHAR30 | Private |
| MC_BADI_METHOD_CFIR_EXTR_DEL | Constant | Badi Interface Method name | 'CFIR_BW_EXTRACTION_DELETE' | LIKE CHAR30 | Private |
| MC_BADI_METHOD_FAG_EXTR | Constant | Badi Interface Method name | 'FAG_BW_EXTRACTION' | LIKE CHAR30 | Private |
| MC_BADI_METHOD_SFIR_EXTR | Constant | Badi Interface Method name | 'SFIR_BW_EXTRACTION' | LIKE CHAR30 | Private |
| MC_BADI_METHOD_SFIR_EXTR_DEL | Constant | Badi Interface Method name | 'SFIR_BW_EXTRACTION_DELETE' | LIKE CHAR30 | Private |
| MC_BADI_METHOD_TAL_EXTR | Constant | Badi Interface Method name | 'TAL_BW_EXTRACTION' | LIKE CHAR30 | Private |
| MC_BADI_METHOD_TOR_EXTR | Constant | Badi Interface Method name | 'TOR_BW_EXTRACTION' | LIKE CHAR30 | Private |
| MC_BADI_METHOD_TOR_EXTR_DEL | Constant | Badi Interface Method name | 'TOR_BW_EXTRACTION_DELETE' | LIKE CHAR30 | Private |
| MC_BADI_METHOD_TRQ_EXTR | Constant | Badi Interface Method name | 'TRQ_BW_EXTRACTION' | LIKE CHAR30 | Private |
| MC_BADI_METHOD_TRQ_EXTR_DEL | Constant | Badi Interface Method name | 'TRQ_BW_EXTRACTION_DELETE' | LIKE CHAR30 | Private |
| MO_MESSAGES | Static Attribute | Interface of Message Object | LIKE /BOBF/IF_FRW_MESSAGE | Public | |
| SC_BSH_LINE_TYPE | Constant | LIKE | Private | ||
| SC_FAG_CATEGORY_CODE | Constant | LIKE | Public | ||
| SO_SRV_MGR_TRADELANE | Static Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Protected | |
| SO_SRV_MGR_ZONE | Static Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Protected |
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects