SAP /SCMTMS/CL_CARR_RFQ_EXCEL OO Class - Carrier RFQ Integration with MS Excel
/SCMTMS/CL_CARR_RFQ_EXCEL 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_CARR_RFQ_EXCEL 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_CARR_RFQ_EXCEL 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 |
| APPEND_DROP_DOWN_VALUES | Private | |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>APPEND_DROP_DOWN_VALUES...more details | ||
| CHECK_CUST_EXCEL_TABLE | Check the customizing table for editable fields | Public |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CHECK_CUST_EXCEL_TABLE...more details | ||
| CONFIGURE_CELLS_INTO_LIST | Configure the cells into the dropdown | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CONFIGURE_CELLS_INTO_LIST...more details | ||
| CONSTRUCTOR | Public | |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CONSTRUCTOR...more details | ||
| CONVERT_DATE | convert date into external format | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CONVERT_DATE...more details | ||
| CONVERT_DATE_DESC | convert date to dd-mmm-yyyy format | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CONVERT_DATE_DESC...more details | ||
|
| ||
| CONVERT_DECIMAL_NOTATION | Private | |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CONVERT_DECIMAL_NOTATION...more details | ||
| CONVERT_QTY_AMOUNT_INPUT | Convert Quantity / Amount Input for backend storage | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CONVERT_QTY_AMOUNT_INPUT...more details | ||
| CONVERT_SEC_TO_DHM | convert sec of duration to day hour and minute | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CONVERT_SEC_TO_DHM...more details | ||
| CONV_DECIMAL_TO_STRING | delete trailing 0s from decimal and return it as string | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CONV_DECIMAL_TO_STRING...more details | ||
| CONV_OUTPUT | Converts excel values to column fields | Public |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CONV_OUTPUT...more details | ||
| CONV_STRING_FORMAT | Converts to string format removing extra 0s. | Public |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CONV_STRING_FORMAT...more details | ||
| CREATE_CARR_RFQ_FLAT_VIEW_SEC | Create Flat view Section Data | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_CARR_RFQ_FLAT_VIEW_SEC...more details | ||
| CREATE_CARR_RFQ_ITEM_SHEET | Prepare carrier RFQ item sheet | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_CARR_RFQ_ITEM_SHEET...more details | ||
| CREATE_CARR_RFQ_METADATA_SHEET | Create metadata sheet for Carrier RFQ Flat View Excel | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_CARR_RFQ_METADATA_SHEET...more details | ||
| CREATE_DROPDDOWN_SHEET | Create Dropdown Sheet | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_DROPDDOWN_SHEET...more details | ||
| CREATE_FAG_SHEET | Create Agreement Sheet | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_FAG_SHEET...more details | ||
| CREATE_FWAQ_FROM_EXCEL | Create FWAQ from excel | Public |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_FWAQ_FROM_EXCEL...more details | ||
| CREATE_FWAQ_ITEM_SHEET | Download header and item info of FWAQ | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_FWAQ_ITEM_SHEET...more details | ||
| CREATE_HEADER_SHEET | create header sheet of excel | Public |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_HEADER_SHEET...more details | ||
| CREATE_MERGE_LIST | Public | |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_MERGE_LIST...more details | ||
| CREATE_METADATA_SHEET | Creates metadata sheet for structured and compatible excel | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_METADATA_SHEET...more details | ||
| CREATE_NEW_ITEM | create new item from excel | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_NEW_ITEM...more details | ||
| CREATE_QUOTATION | create quotation | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_QUOTATION...more details | ||
| CREATE_RATE_SHEET | create rate table sheet | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RATE_SHEET...more details | ||
| CREATE_RFQ_DATA_DESC | create rfq data description(make fields editable) | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_DATA_DESC...more details | ||
| CREATE_RFQ_DETAILS_SHEET | RFQ Detail Sheet | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_DETAILS_SHEET...more details | ||
| CREATE_RFQ_HEADER_SECTION | RFQ Header Section | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_HEADER_SECTION...more details | ||
| CREATE_RFQ_ITEM_SHEET | create carrier instances | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_ITEM_SHEET...more details | ||
| CREATE_RFQ_ITEM_SHEET_MASTER | Create Mater Instance | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_ITEM_SHEET_MASTER...more details | ||
| CREATE_RFQ_VALIDITY_SECTION | RFQ Detail Sheet : Validity Section | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_VALIDITY_SECTION...more details | ||
| CREATE_TCCS_ITEM | update tccs items | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_TCCS_ITEM...more details | ||
| CREATE_TCCS_ITEM_TABLE | Create the TCCS item hierarchy | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_TCCS_ITEM_TABLE...more details | ||
| CREATE_TRADE_LANE | update trade lane | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_TRADE_LANE...more details | ||
| DOWNLOAD_TO_EXCEL | Download the RFQ to an excel | Public |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>DOWNLOAD_TO_EXCEL...more details | ||
| EXECUTE_QUERY | Executes query | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>EXECUTE_QUERY...more details | ||
| FILL_COL_HEADER_DESCRIPTION | Fill the Column Header Description for excel fields | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>FILL_COL_HEADER_DESCRIPTION...more details | ||
| FILL_DATA_ELEMENT_DESC | Fill Column Header with Data Element Description | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>FILL_DATA_ELEMENT_DESC...more details | ||
| FILL_DROP_DOWN | Private | |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>FILL_DROP_DOWN...more details | ||
| FILL_OTR_TEXT_DESC | Fill Column Header with OTR Text Description | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>FILL_OTR_TEXT_DESC...more details | ||
| FILL_RFQ_CUST_TABLES | Fill the customizing tables for carrier rfq | Public |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>FILL_RFQ_CUST_TABLES...more details | ||
| GET_AMOUNT_EXTERNAL | Private | |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_AMOUNT_EXTERNAL...more details | ||
| GET_AMOUNT_INTERNAL | Exception to catch if number not present | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_AMOUNT_INTERNAL...more details | ||
| GET_CARR_RFQ_DEM_RATE_DATA | Get carrier RFQ data from excel | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_CARR_RFQ_DEM_RATE_DATA...more details | ||
| GET_DEF_ROUTE | get default route data for an item | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_DEF_ROUTE...more details | ||
| GET_MERGE_LIST_DETAILS | Get merge list details | Public |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_MERGE_LIST_DETAILS...more details | ||
| GET_NODE_DATA | Private | |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_NODE_DATA...more details | ||
| GET_RATE_TABLE_DATA | gets the rate table data from excel | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_RATE_TABLE_DATA...more details | ||
| GET_RFQ_DATA | gets the excel sheet data from excel helper | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_RFQ_DATA...more details | ||
| IS_RATE_SCALE_MODIFIED | Check if the rate or scale instances are modified | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>IS_RATE_SCALE_MODIFIED...more details | ||
| MODIFY_FAG_FROM_EXCEL | Modify the Agreement from excel | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>MODIFY_FAG_FROM_EXCEL...more details | ||
| MODIFY_FROM_EXCEL | Public | |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>MODIFY_FROM_EXCEL...more details | ||
| MODIFY_FWAQ_FROM_EXCEL | Modify FWAQ from excel | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>MODIFY_FWAQ_FROM_EXCEL...more details | ||
| MODIFY_RFQ_FROM_EXCEL | System Exception Converting to a Number | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>MODIFY_RFQ_FROM_EXCEL...more details | ||
| NEXT_COL | Public | |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>NEXT_COL...more details | ||
| PREPARE_CARR_RFQ_DEM_RATE_DATA | prepares data for carrier rfq in flat view format | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>PREPARE_CARR_RFQ_DEM_RATE_DATA...more details | ||
| PREPARE_RATE_DATA | prepares data for rate sheet in structured format | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>PREPARE_RATE_DATA...more details | ||
| PREPARE_RFQ_DATA | prepares RFQ data for excel helper | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>PREPARE_RFQ_DATA...more details | ||
| PREP_RFQ_HEADER_SECTION_DATA | Prepare RFQ Header Section Data | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>PREP_RFQ_HEADER_SECTION_DATA...more details | ||
| PREP_RFQ_VALIDITY_SECTION_DATA | Preapre RFQ Validity Section Data | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>PREP_RFQ_VALIDITY_SECTION_DATA...more details | ||
| ROUNDING_EXTERNAL_AMOUNT | Exception to catch if number not present | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>ROUNDING_EXTERNAL_AMOUNT...more details | ||
| SET_RATE_UPDATE_FROM_CP | Set Rate change from collaboration portal | Public |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>SET_RATE_UPDATE_FROM_CP...more details | ||
| SET_SB_RATE_UPLOAD | Set the context for scenario builder | Public |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>SET_SB_RATE_UPLOAD...more details | ||
| UPDATE_PIVOT_CAPACITY | Update the Pivot Capacity | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>UPDATE_PIVOT_CAPACITY...more details | ||
| UPDATE_PIVOT_RATE | Update the Pivot Rates | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>UPDATE_PIVOT_RATE...more details | ||
| UPLOAD_RATE_TABLE | upload rate table from excel | Private |
| CALL METHOD /scmtms/cl_carr_rfq_excel=>UPLOAD_RATE_TABLE...more details | ||
/SCMTMS/CL_CARR_RFQ_EXCEL 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_DROP_DOWN_SHEET_NAME | Instance Attribute | 'Drop_Down_Data_RFQ' | LIKE STRING | Private | |
| GC_EXCEL_DATA | Constant | LIKE | Public | ||
| GC_FIELD_ID | Constant | LIKE | Private | ||
| GC_FWAQ_EXCEL_DATA | Constant | LIKE | Public | ||
| GC_TCCS_EXCEL_DATA | Constant | LIKE | Public | ||
| GS_LIST | Constant | LIKE | Private | ||
| GT_BUSINESS_PARTNER | Static Attribute | BusinessPartner | LIKE /SCMTMS/T_FAG_PARTY_K | Private | |
| GT_CARRIERS | Instance Attribute | Party | LIKE /SCMTMS/T_FAG_PARTY_K | Private | |
| GT_COMMODITY_CODES | Instance Attribute | Table type for helper FAG Commodity Code References | LIKE /SCMTMS/T_FAG_REF_CC | Private | |
| GT_CONTRACTORS | Instance Attribute | Contractors | LIKE /SCMTMS/T_FAG_CONTRACTORS_K | Private | |
| GT_DEFAULT_ROUTES | Instance Attribute | Agreement Item Default Route combined table type | LIKE /SCMTMS/T_FAG_ITM_DEF_ROUTE_K | Private | |
| GT_DEF_LOC | Instance Attribute | Schedule Locations | LIKE /SCMTMS/T_SCH_LOCATION_K | Private | |
| GT_FAG_DESC | Instance Attribute | ItemText | LIKE /SCMTMS/T_SHORT_TEXT_K | Private | |
| GT_FAG_ITEM | Instance Attribute | items | LIKE /SCMTMS/T_FAG_ITEMS_K | Private | |
| GT_FAG_ROOT | Instance Attribute | Agreement Root | LIKE /SCMTMS/T_FAG_ROOT_K | Private | |
| GT_ITEM_DESC | Instance Attribute | ItemText | LIKE /SCMTMS/T_SHORT_TEXT_K | Private | |
| GT_ITEM_PARTY | Static Attribute | Party | LIKE /SCMTMS/T_FAG_PARTY_K | Private | |
| GT_LOCATION_ADDRESS | Static Attribute | Trade lane location address | LIKE /SCMTMS/T_BO_LOC_ADDR_DETAILSK | Private | |
| GT_LOCATION_DESCRIPTION | Static Attribute | Trade lane location description | LIKE /SCMTMS/T_BO_LOC_DESCRIPTION_K | Private | |
| GT_PRE_COND_ROOT | Instance Attribute | Pre conditions ROOT | LIKE /SCMTMS/T_PRE_ROOT_K | Private | |
| GT_RATE_ROOT | Instance Attribute | Rate root | LIKE /SCMTMS/T_TCRATES_ROOT_K | Private | |
| GT_RATE_VALIDITY | Instance Attribute | Validity Period For Rate | LIKE /SCMTMS/T_TCRATE_VLD_PRD_K | Private | |
| GT_RT_ROOT_VLD_LINK | Static Attribute | Key Link | LIKE /BOBF/T_FRW_KEY_LINK | Private | |
| GT_SCH_ROOT | Instance Attribute | Root | LIKE /SCMTMS/T_SCH_ROOT_K | Private | |
| GT_TCCS_DATA | Instance Attribute | Root | LIKE /SCMTMS/T_TCCS_ROOT_K | Private | |
| GT_TCCS_ITEM | Instance Attribute | Item | LIKE /SCMTMS/T_TCCS_ITEM_K | Private | |
| GT_TCCS_ITEM_DESCRIPTION | Static Attribute | TCCS Item Description | LIKE /SCMTMS/T_SHORT_TEXT_K | Private | |
| GT_TCCS_TEXT | Instance Attribute | ItemText | LIKE /SCMTMS/T_SHORT_TEXT_K | Private | |
| GT_TRADE_LANES | Instance Attribute | Preconditions based on Trade lane | LIKE /SCMTMS/T_PRE_TRADE_LANE_K | Private | |
| GT_UNIT_OF_MEASURE | Static Attribute | LIKE TT_UNIT_OF_MEASURE | Private | ||
| GT_ZONE_DESCRIPTION | Static Attribute | Combined Structure of Description node of TMS BO TZN | LIKE /SCMTMS/T_BO_TZN_DESC_K | Private | |
| GV_FWAQ_KEY | Static Attribute | NodeID | LIKE /BOBF/CONF_KEY | Private | |
| GV_RFQ_DETAIL | Static Attribute | LIKE STRING | Public | ||
| MO_BP_SM | Static Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_FAG_SM | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_LOCATION_SM | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_RATE_SM | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_SCH_SM | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_TCCS_SM | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MO_ZONE_SM | Instance Attribute | Containing the public service methods of a service manager | LIKE /BOBF/IF_TRA_SERVICE_MANAGER | Private | |
| MS_USR_INFO | Static Attribute | User master record (runtime data) | LIKE USR01 | Private | |
| MT_AIR_CONS_TYPE_DESC | Static Attribute | LIKE /SCMTMS/IF_CUST_AIR_CONS_TYPE=>TT_AIR_CONS_TYPE_DESCR | Private | ||
| MT_AWARD_CONF_REASON_T | Static Attribute | Contains the Award Confirmation Description | LIKE /SCMTMS/CL_TCM_CUST_ACCESS=>TT_AWARD_CONF_REASON_T | Private | |
| MT_BONUS_MALUS_DESC | Static Attribute | LIKE TT_BONUS_MALUS_DESC | Private | ||
| MT_CAPACITY_DIM | Static Attribute | TCM: Calculation Base | LIKE TT_CAPACITY_DIM | Private | |
| MT_CHARGE_TYPE_DESC | Static Attribute | LIKE TT_CHARGE_TYPE_DESC | Private | ||
| MT_CHARGE_USAGE_DESC | Static Attribute | LIKE TT_CHARGE_USAGE_DESC | Private | ||
| MT_CODE_LIST | Static Attribute | LIKE /BOFU/IF_CODE_LIST_PROVIDER=>TT_CODE_VALUES | Private | ||
| MT_COMMODITY_CODE_DESC | Static Attribute | LIKE /SCMTMS/IF_CUST_CCODE=>TT_CCODE_DESCR | Private | ||
| MT_COMMODITY_CODE_TYPE_DESC | Static Attribute | LIKE /SCMTMS/IF_CUST_CCODE=>TT_CCODE_TYPE_DESCR | Private | ||
| MT_CONT_BASIS_DESC | Static Attribute | Table type for Contract Basis Descriptions | LIKE /SCMTMS/T_COBAS_DESCR | Private | |
| MT_CUST_PTY_RCOTXT | Static Attribute | Role Code | LIKE /SCMTMS/T_PARTY_RCO_TXT | Private | |
| MT_DIM_PROFILE | Static Attribute | LIKE TT_DIMWPT | Private | ||
| MT_EQUIP_CODE | Instance Attribute | LIKE TT_EQUIP_CODE | Private | ||
| MT_EQUIP_GROUP | Static Attribute | LIKE TT_EQUIP_GROUP | Private | ||
| MT_EXCEL_FIELDS | Static Attribute | Editability for Excel Fields (ttyp) | LIKE /SCMTMS/T_EXLFLD | Private | |
| MT_FAG_STATUS_DESC | Static Attribute | LIKE TT_FAG_STATUS_DESC | Private | ||
| MT_FLAT_VIEW | Static Attribute | LIKE TT_FLATVIEW | Private | ||
| MT_INSTRUCTION_TYPE_DESC | Static Attribute | LIKE TT_INSTRUCTION_TYPE_DESC | Private | ||
| MT_ITEM_STATUS | Static Attribute | LIKE TT_ITEM_STATUS | Private | ||
| MT_ITEM_TYPE | Static Attribute | LIKE TT_ITEM_TYPE | Private | ||
| MT_LIST_INDEX | Static Attribute | LIKE TT_LIST_INDEX | Private | ||
| MT_LOC_GEO_TYPE_DESC | Static Attribute | LIKE TT_LOC_GEO_TYPE_DESC | Private | ||
| MT_MOT_DESC | Static Attribute | LIKE TT_MOT_DESC | Private | ||
| MT_MOVEM_TYPE_DESC | Static Attribute | LIKE TT_MOVEM_TYPE_DESC | Private | ||
| MT_MTR_DESC | Static Attribute | LIKE TT_MTR_DESC | Private | ||
| MT_OPERATION_CODE | Static Attribute | LIKE TT_OPERATION_CD | Private | ||
| MT_ORIENTATION_CODE_DESC | Static Attribute | LIKE TT_ORIENTATION_CODE_DESC | Private | ||
| MT_PERIODICITY_CODE_DESC | Static Attribute | LIKE TT_PERIODICITY_CODE_DESC | Private | ||
| MT_PRIO_CODEDESC | Static Attribute | LIKE TT_PRIO_CODEDESC | Private | ||
| MT_QUOT_STATUS | Static Attribute | LIKE TT_QUOT_STATUS | Private | ||
| MT_RATE_TABLE | Static Attribute | LIKE TT_RATE_TAB | Private | ||
| MT_RESP_CODE_DESC | Static Attribute | LIKE TT_RESP_CODE_DESC | Private | ||
| MT_RFQ_ITEMS | Static Attribute | LIKE TT_RFQ_ITEM | Private | ||
| MT_RFQ_STATUS_CODE_DESC | Static Attribute | LIKE TT_RFQ_STATUS_CODE_DESC | Private | ||
| MT_RFQ_TYPE | Static Attribute | LIKE TT_RFQ_TYPE | Private | ||
| MT_RFQ_TYPE_DESC | Static Attribute | LIKE /SCMTMS/IF_CUST_RFQTYPE=>TT_RFQ_TYPE_DESC | Private | ||
| MT_SERVICE_LEVEL | Static Attribute | LIKE TT_SERVICE_CODE | Private | ||
| MT_SERVICE_TYPE_DESC | Instance Attribute | LIKE TT_SERVICE_TYPE_DESC | Private | ||
| MT_SHEET_NAMES | Instance Attribute | LIKE /SCMTMS/CL_EXCEL07_ADAPTER=>TT_SHEET_NAME | Private | ||
| MT_SHIPPING_TYPE_DESC | Static Attribute | LIKE TT_SHIPPING_TYPE | Private | ||
| MT_STAGE_CAT_DESC | Static Attribute | LIKE TT_STAGE_CAT_DESC | Private | ||
| MT_STAGE_TYPE_DESC | Static Attribute | LIKE TT_STAGE_TYPE_DESC | Private | ||
| MT_TCCS_ITEM | Instance Attribute | Contains the TCCS items after rearranging | LIKE /SCMTMS/T_TCCS_ITEM_K | Private | |
| MT_TCCS_ITEMS | Static Attribute | LIKE TT_TCCS_ITM | Private | ||
| MT_TCCS_ITEM_TEMP | Instance Attribute | Contains the TCCS items | LIKE /SCMTMS/T_TCCS_ITEM_K | Private | |
| MT_TIMEZONE | Static Attribute | LIKE TT_TIMEZONE | Private | ||
| MT_TRAFFIC_DIRECTION_DESC | Static Attribute | LIKE TT_TRAFFIC_DIRECTION_DESC | Private | ||
| MV_DCPFM | Static Attribute | Decimal Format | LIKE USR01-DCPFM | Private | |
| MV_INDEX | Instance Attribute | 0 | LIKE I | Private | |
| MV_SB_RATE_HIGH | Instance Attribute | Amount | LIKE I | Protected | |
| MV_SB_RATE_LOW | Instance Attribute | Amount | LIKE I | Protected | |
| MV_SB_RATE_UPLOAD | Instance Attribute | Set the context for scenario builder | LIKE BOOLE_D | Protected | |
| MV_UPDATE_RATES_FROM_CP | Instance Attribute | Update Rates from Collaboration Portal for Rate change | LIKE BOOLE_D | Protected | |
| SC_DOWNLOAD_OPTION | Constant | LIKE | Public |
/SCMTMS/CL_CARR_RFQ_EXCEL types
TS_CODEDESC -TS_FLAT_VIEW -
TS_HYPERLINK_STRUCT -
TS_LIST_INDEX -
TS_RATE_TABLE -
TS_READONLY_STRUCT -
TS_RFQ_DETAIL -
TS_RFQ_ITEM -
TS_TCCS_ITEM -
TT_ADJUST_PROFILE -
TT_BONUS_MALUS_DESC -
TT_CALC_METHOD_CODE -
TT_CALC_METHOD_NAME -
TT_CAPACITY_DIM -
TT_CHARGE_TYPE_DESC -
TT_CHARGE_USAGE -
TT_CHARGE_USAGE_DESC -
TT_CODEDESC -
TT_COST_PULL -
TT_DEF_ROUTE -
TT_DIMWPT -
TT_DIM_WT_PROFILE -
TT_DOMAIN_VALUES -
TT_EQUIP_CODE -
TT_EQUIP_GROUP -
TT_EXCEL_FIELD_NAMES -
TT_FAG_ITEM_KEY_FIELDS -
TT_FAG_STATUS_DESC -
TT_FA_TYPE -
TT_FIELDS -
TT_FIELD_PROPERTIES -
TT_FLATVIEW -
TT_FROM_TO -
TT_FWAQ_DATA -
TT_FWAQ_HEADER -
TT_FWAQ_ITEMS -
TT_GROUPING_RULE -
TT_HYPERLINK -
TT_INSTRUCTION_TYPE_DESC -
TT_ITEMS -
TT_ITEM_QUAN -
TT_ITEM_STATUS -
TT_ITEM_TYPE -
TT_LIST_INDEX -
TT_LOC_GEO_TYPE_DESC -
TT_LOC_TYPE -
TT_MAINTAINED -
TT_MOT_DESC -
TT_MOVEM_TYPE_DESC -
TT_MTR_DESC -
TT_OPERATION -
TT_OPERATION_CD -
TT_OPTIONS -
TT_ORIENTATION -
TT_ORIENTATION_CODE_DESC -
TT_PARTY_ROLE -
TT_PERIODICITY_CODE_DESC -
TT_PRIO_CODEDESC -
TT_QUOT_STATUS -
TT_QUOT_STATUS_REASON -
TT_RATE_STRUC -
TT_RATE_TAB -
TT_READONLY -
TT_RESOLUTION_BASE -
TT_RESP_CODE_DESC -
TT_RFQ_DATA -
TT_RFQ_DETAIL -
TT_RFQ_ITEM -
TT_RFQ_STATUS_CODE_DESC -
TT_RFQ_TYPE -
TT_ROUND_RULE -
TT_SERVICE_CODE -
TT_SERVICE_TYPE_DESC -
TT_SHIPPING_TYPE -
TT_SIGN -
TT_STAGE_CAT_DESC -
TT_STAGE_TYPE_DESC -
TT_TCCS_ITEM -
TT_TCCS_ITM -
TT_TCC_ITM_KEY_FIELDS -
TT_TIMEZONE -
TT_TRAFFIC_DIRECTION_DESC -
TT_UNIT_OF_MEASURE -
TY_EQUIP_CODE -
TY_FAG_ITEM_KEY_FIELDS -
TY_FWAQ_DATA -
TY_FWAQ_HEADER -
TY_FWAQ_ITEMS -
TY_ITEMS -
TY_ITEM_QUAN -
TY_MAINTAINED -
TY_RATE_STRUC -
TY_TCCS_ITEM -
TY_TCC_ITM_KEY_FIELDS -
TY_UNIT_OF_MEASURE -
Links to Related Class(s)
/SCMTMS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects