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 NameDescriptionVisability
APPEND_DROP_DOWN_VALUESPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>APPEND_DROP_DOWN_VALUES...more details

CHECK_CUST_EXCEL_TABLECheck the customizing table for editable fieldsPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>CHECK_CUST_EXCEL_TABLE...more details

CONFIGURE_CELLS_INTO_LISTConfigure the cells into the dropdownPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CONFIGURE_CELLS_INTO_LIST...more details

CONSTRUCTORPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>CONSTRUCTOR...more details

CONVERT_DATEconvert date into external formatPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CONVERT_DATE...more details

CONVERT_DATE_DESCconvert date to dd-mmm-yyyy formatPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CONVERT_DATE_DESC...more details

CONVERT_DECIMAL_NOTATIONPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CONVERT_DECIMAL_NOTATION...more details

CONVERT_QTY_AMOUNT_INPUTConvert Quantity / Amount Input for backend storagePrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CONVERT_QTY_AMOUNT_INPUT...more details

CONVERT_SEC_TO_DHMconvert sec of duration to day hour and minutePrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CONVERT_SEC_TO_DHM...more details

CONV_DECIMAL_TO_STRINGdelete trailing 0s from decimal and return it as stringPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CONV_DECIMAL_TO_STRING...more details

CONV_OUTPUTConverts excel values to column fieldsPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>CONV_OUTPUT...more details

CONV_STRING_FORMATConverts to string format removing extra 0s.Public
CALL METHOD /scmtms/cl_carr_rfq_excel=>CONV_STRING_FORMAT...more details

CREATE_CARR_RFQ_FLAT_VIEW_SECCreate Flat view Section DataPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_CARR_RFQ_FLAT_VIEW_SEC...more details

CREATE_CARR_RFQ_ITEM_SHEETPrepare carrier RFQ item sheetPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_CARR_RFQ_ITEM_SHEET...more details

CREATE_CARR_RFQ_METADATA_SHEETCreate metadata sheet for Carrier RFQ Flat View ExcelPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_CARR_RFQ_METADATA_SHEET...more details

CREATE_DROPDDOWN_SHEETCreate Dropdown SheetPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_DROPDDOWN_SHEET...more details

CREATE_FAG_SHEETCreate Agreement SheetPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_FAG_SHEET...more details

CREATE_FWAQ_FROM_EXCELCreate FWAQ from excelPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_FWAQ_FROM_EXCEL...more details

CREATE_FWAQ_ITEM_SHEETDownload header and item info of FWAQPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_FWAQ_ITEM_SHEET...more details

CREATE_HEADER_SHEETcreate header sheet of excelPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_HEADER_SHEET...more details

CREATE_MERGE_LISTPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_MERGE_LIST...more details

CREATE_METADATA_SHEETCreates metadata sheet for structured and compatible excelPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_METADATA_SHEET...more details

CREATE_NEW_ITEMcreate new item from excelPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_NEW_ITEM...more details

CREATE_QUOTATIONcreate quotationPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_QUOTATION...more details

CREATE_RATE_SHEETcreate rate table sheetPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RATE_SHEET...more details

CREATE_RFQ_DATA_DESCcreate rfq data description(make fields editable)Private
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_DATA_DESC...more details

CREATE_RFQ_DETAILS_SHEETRFQ Detail SheetPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_DETAILS_SHEET...more details

CREATE_RFQ_HEADER_SECTIONRFQ Header SectionPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_HEADER_SECTION...more details

CREATE_RFQ_ITEM_SHEETcreate carrier instancesPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_ITEM_SHEET...more details

CREATE_RFQ_ITEM_SHEET_MASTERCreate Mater InstancePrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_ITEM_SHEET_MASTER...more details

CREATE_RFQ_VALIDITY_SECTIONRFQ Detail Sheet : Validity SectionPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_RFQ_VALIDITY_SECTION...more details

CREATE_TCCS_ITEMupdate tccs itemsPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_TCCS_ITEM...more details

CREATE_TCCS_ITEM_TABLECreate the TCCS item hierarchyPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_TCCS_ITEM_TABLE...more details

CREATE_TRADE_LANEupdate trade lanePrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>CREATE_TRADE_LANE...more details

DOWNLOAD_TO_EXCELDownload the RFQ to an excelPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>DOWNLOAD_TO_EXCEL...more details

EXECUTE_QUERYExecutes queryPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>EXECUTE_QUERY...more details

FILL_COL_HEADER_DESCRIPTIONFill the Column Header Description for excel fieldsPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>FILL_COL_HEADER_DESCRIPTION...more details

FILL_DATA_ELEMENT_DESCFill Column Header with Data Element DescriptionPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>FILL_DATA_ELEMENT_DESC...more details

FILL_DROP_DOWNPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>FILL_DROP_DOWN...more details

FILL_OTR_TEXT_DESCFill Column Header with OTR Text DescriptionPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>FILL_OTR_TEXT_DESC...more details

FILL_RFQ_CUST_TABLESFill the customizing tables for carrier rfqPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>FILL_RFQ_CUST_TABLES...more details

GET_AMOUNT_EXTERNALPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_AMOUNT_EXTERNAL...more details

GET_AMOUNT_INTERNALException to catch if number not presentPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_AMOUNT_INTERNAL...more details

GET_CARR_RFQ_DEM_RATE_DATAGet carrier RFQ data from excelPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_CARR_RFQ_DEM_RATE_DATA...more details

GET_DEF_ROUTEget default route data for an itemPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_DEF_ROUTE...more details

GET_MERGE_LIST_DETAILSGet merge list detailsPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_MERGE_LIST_DETAILS...more details

GET_NODE_DATAPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_NODE_DATA...more details

GET_RATE_TABLE_DATAgets the rate table data from excelPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_RATE_TABLE_DATA...more details

GET_RFQ_DATAgets the excel sheet data from excel helperPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>GET_RFQ_DATA...more details

IS_RATE_SCALE_MODIFIEDCheck if the rate or scale instances are modifiedPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>IS_RATE_SCALE_MODIFIED...more details

MODIFY_FAG_FROM_EXCELModify the Agreement from excelPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>MODIFY_FAG_FROM_EXCEL...more details

MODIFY_FROM_EXCELPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>MODIFY_FROM_EXCEL...more details

MODIFY_FWAQ_FROM_EXCELModify FWAQ from excelPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>MODIFY_FWAQ_FROM_EXCEL...more details

MODIFY_RFQ_FROM_EXCELSystem Exception Converting to a NumberPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>MODIFY_RFQ_FROM_EXCEL...more details

NEXT_COLPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>NEXT_COL...more details

PREPARE_CARR_RFQ_DEM_RATE_DATAprepares data for carrier rfq in flat view formatPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>PREPARE_CARR_RFQ_DEM_RATE_DATA...more details

PREPARE_RATE_DATAprepares data for rate sheet in structured formatPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>PREPARE_RATE_DATA...more details

PREPARE_RFQ_DATAprepares RFQ data for excel helperPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>PREPARE_RFQ_DATA...more details

PREP_RFQ_HEADER_SECTION_DATAPrepare RFQ Header Section DataPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>PREP_RFQ_HEADER_SECTION_DATA...more details

PREP_RFQ_VALIDITY_SECTION_DATAPreapre RFQ Validity Section DataPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>PREP_RFQ_VALIDITY_SECTION_DATA...more details

ROUNDING_EXTERNAL_AMOUNTException to catch if number not presentPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>ROUNDING_EXTERNAL_AMOUNT...more details

SET_RATE_UPDATE_FROM_CPSet Rate change from collaboration portalPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>SET_RATE_UPDATE_FROM_CP...more details

SET_SB_RATE_UPLOADSet the context for scenario builderPublic
CALL METHOD /scmtms/cl_carr_rfq_excel=>SET_SB_RATE_UPLOAD...more details

UPDATE_PIVOT_CAPACITYUpdate the Pivot CapacityPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>UPDATE_PIVOT_CAPACITY...more details

UPDATE_PIVOT_RATEUpdate the Pivot RatesPrivate
CALL METHOD /scmtms/cl_carr_rfq_excel=>UPDATE_PIVOT_RATE...more details

UPLOAD_RATE_TABLEupload rate table from excelPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_DROP_DOWN_SHEET_NAMEInstance Attribute'Drop_Down_Data_RFQ'LIKE
STRING
Private
GC_EXCEL_DATAConstantLIKE
Public
GC_FIELD_IDConstantLIKE
Private
GC_FWAQ_EXCEL_DATAConstantLIKE
Public
GC_TCCS_EXCEL_DATAConstantLIKE
Public
GS_LISTConstantLIKE
Private
GT_BUSINESS_PARTNERStatic AttributeBusinessPartnerLIKE
/SCMTMS/T_FAG_PARTY_K
Private
GT_CARRIERSInstance AttributePartyLIKE
/SCMTMS/T_FAG_PARTY_K
Private
GT_COMMODITY_CODESInstance AttributeTable type for helper FAG Commodity Code ReferencesLIKE
/SCMTMS/T_FAG_REF_CC
Private
GT_CONTRACTORSInstance AttributeContractorsLIKE
/SCMTMS/T_FAG_CONTRACTORS_K
Private
GT_DEFAULT_ROUTESInstance AttributeAgreement Item Default Route combined table typeLIKE
/SCMTMS/T_FAG_ITM_DEF_ROUTE_K
Private
GT_DEF_LOCInstance AttributeSchedule LocationsLIKE
/SCMTMS/T_SCH_LOCATION_K
Private
GT_FAG_DESCInstance AttributeItemTextLIKE
/SCMTMS/T_SHORT_TEXT_K
Private
GT_FAG_ITEMInstance AttributeitemsLIKE
/SCMTMS/T_FAG_ITEMS_K
Private
GT_FAG_ROOTInstance AttributeAgreement RootLIKE
/SCMTMS/T_FAG_ROOT_K
Private
GT_ITEM_DESCInstance AttributeItemTextLIKE
/SCMTMS/T_SHORT_TEXT_K
Private
GT_ITEM_PARTYStatic AttributePartyLIKE
/SCMTMS/T_FAG_PARTY_K
Private
GT_LOCATION_ADDRESSStatic AttributeTrade lane location addressLIKE
/SCMTMS/T_BO_LOC_ADDR_DETAILSK
Private
GT_LOCATION_DESCRIPTIONStatic AttributeTrade lane location descriptionLIKE
/SCMTMS/T_BO_LOC_DESCRIPTION_K
Private
GT_PRE_COND_ROOTInstance AttributePre conditions ROOTLIKE
/SCMTMS/T_PRE_ROOT_K
Private
GT_RATE_ROOTInstance AttributeRate rootLIKE
/SCMTMS/T_TCRATES_ROOT_K
Private
GT_RATE_VALIDITYInstance AttributeValidity Period For RateLIKE
/SCMTMS/T_TCRATE_VLD_PRD_K
Private
GT_RT_ROOT_VLD_LINKStatic AttributeKey LinkLIKE
/BOBF/T_FRW_KEY_LINK
Private
GT_SCH_ROOTInstance AttributeRootLIKE
/SCMTMS/T_SCH_ROOT_K
Private
GT_TCCS_DATAInstance AttributeRootLIKE
/SCMTMS/T_TCCS_ROOT_K
Private
GT_TCCS_ITEMInstance AttributeItemLIKE
/SCMTMS/T_TCCS_ITEM_K
Private
GT_TCCS_ITEM_DESCRIPTIONStatic AttributeTCCS Item DescriptionLIKE
/SCMTMS/T_SHORT_TEXT_K
Private
GT_TCCS_TEXTInstance AttributeItemTextLIKE
/SCMTMS/T_SHORT_TEXT_K
Private
GT_TRADE_LANESInstance AttributePreconditions based on Trade laneLIKE
/SCMTMS/T_PRE_TRADE_LANE_K
Private
GT_UNIT_OF_MEASUREStatic AttributeLIKE
TT_UNIT_OF_MEASURE
Private
GT_ZONE_DESCRIPTIONStatic AttributeCombined Structure of Description node of TMS BO TZNLIKE
/SCMTMS/T_BO_TZN_DESC_K
Private
GV_FWAQ_KEYStatic AttributeNodeIDLIKE
/BOBF/CONF_KEY
Private
GV_RFQ_DETAILStatic AttributeLIKE
STRING
Public
MO_BP_SMStatic AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_FAG_SMInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_LOCATION_SMInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_RATE_SMInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_SCH_SMInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_TCCS_SMInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MO_ZONE_SMInstance AttributeContaining the public service methods of a service managerLIKE
/BOBF/IF_TRA_SERVICE_MANAGER
Private
MS_USR_INFOStatic AttributeUser master record (runtime data)LIKE
USR01
Private
MT_AIR_CONS_TYPE_DESCStatic AttributeLIKE
/SCMTMS/IF_CUST_AIR_CONS_TYPE=>TT_AIR_CONS_TYPE_DESCR
Private
MT_AWARD_CONF_REASON_TStatic AttributeContains the Award Confirmation DescriptionLIKE
/SCMTMS/CL_TCM_CUST_ACCESS=>TT_AWARD_CONF_REASON_T
Private
MT_BONUS_MALUS_DESCStatic AttributeLIKE
TT_BONUS_MALUS_DESC
Private
MT_CAPACITY_DIMStatic AttributeTCM: Calculation BaseLIKE
TT_CAPACITY_DIM
Private
MT_CHARGE_TYPE_DESCStatic AttributeLIKE
TT_CHARGE_TYPE_DESC
Private
MT_CHARGE_USAGE_DESCStatic AttributeLIKE
TT_CHARGE_USAGE_DESC
Private
MT_CODE_LISTStatic AttributeLIKE
/BOFU/IF_CODE_LIST_PROVIDER=>TT_CODE_VALUES
Private
MT_COMMODITY_CODE_DESCStatic AttributeLIKE
/SCMTMS/IF_CUST_CCODE=>TT_CCODE_DESCR
Private
MT_COMMODITY_CODE_TYPE_DESCStatic AttributeLIKE
/SCMTMS/IF_CUST_CCODE=>TT_CCODE_TYPE_DESCR
Private
MT_CONT_BASIS_DESCStatic AttributeTable type for Contract Basis DescriptionsLIKE
/SCMTMS/T_COBAS_DESCR
Private
MT_CUST_PTY_RCOTXTStatic AttributeRole CodeLIKE
/SCMTMS/T_PARTY_RCO_TXT
Private
MT_DIM_PROFILEStatic AttributeLIKE
TT_DIMWPT
Private
MT_EQUIP_CODEInstance AttributeLIKE
TT_EQUIP_CODE
Private
MT_EQUIP_GROUPStatic AttributeLIKE
TT_EQUIP_GROUP
Private
MT_EXCEL_FIELDSStatic AttributeEditability for Excel Fields (ttyp)LIKE
/SCMTMS/T_EXLFLD
Private
MT_FAG_STATUS_DESCStatic AttributeLIKE
TT_FAG_STATUS_DESC
Private
MT_FLAT_VIEWStatic AttributeLIKE
TT_FLATVIEW
Private
MT_INSTRUCTION_TYPE_DESCStatic AttributeLIKE
TT_INSTRUCTION_TYPE_DESC
Private
MT_ITEM_STATUSStatic AttributeLIKE
TT_ITEM_STATUS
Private
MT_ITEM_TYPEStatic AttributeLIKE
TT_ITEM_TYPE
Private
MT_LIST_INDEXStatic AttributeLIKE
TT_LIST_INDEX
Private
MT_LOC_GEO_TYPE_DESCStatic AttributeLIKE
TT_LOC_GEO_TYPE_DESC
Private
MT_MOT_DESCStatic AttributeLIKE
TT_MOT_DESC
Private
MT_MOVEM_TYPE_DESCStatic AttributeLIKE
TT_MOVEM_TYPE_DESC
Private
MT_MTR_DESCStatic AttributeLIKE
TT_MTR_DESC
Private
MT_OPERATION_CODEStatic AttributeLIKE
TT_OPERATION_CD
Private
MT_ORIENTATION_CODE_DESCStatic AttributeLIKE
TT_ORIENTATION_CODE_DESC
Private
MT_PERIODICITY_CODE_DESCStatic AttributeLIKE
TT_PERIODICITY_CODE_DESC
Private
MT_PRIO_CODEDESCStatic AttributeLIKE
TT_PRIO_CODEDESC
Private
MT_QUOT_STATUSStatic AttributeLIKE
TT_QUOT_STATUS
Private
MT_RATE_TABLEStatic AttributeLIKE
TT_RATE_TAB
Private
MT_RESP_CODE_DESCStatic AttributeLIKE
TT_RESP_CODE_DESC
Private
MT_RFQ_ITEMSStatic AttributeLIKE
TT_RFQ_ITEM
Private
MT_RFQ_STATUS_CODE_DESCStatic AttributeLIKE
TT_RFQ_STATUS_CODE_DESC
Private
MT_RFQ_TYPEStatic AttributeLIKE
TT_RFQ_TYPE
Private
MT_RFQ_TYPE_DESCStatic AttributeLIKE
/SCMTMS/IF_CUST_RFQTYPE=>TT_RFQ_TYPE_DESC
Private
MT_SERVICE_LEVELStatic AttributeLIKE
TT_SERVICE_CODE
Private
MT_SERVICE_TYPE_DESCInstance AttributeLIKE
TT_SERVICE_TYPE_DESC
Private
MT_SHEET_NAMESInstance AttributeLIKE
/SCMTMS/CL_EXCEL07_ADAPTER=>TT_SHEET_NAME
Private
MT_SHIPPING_TYPE_DESCStatic AttributeLIKE
TT_SHIPPING_TYPE
Private
MT_STAGE_CAT_DESCStatic AttributeLIKE
TT_STAGE_CAT_DESC
Private
MT_STAGE_TYPE_DESCStatic AttributeLIKE
TT_STAGE_TYPE_DESC
Private
MT_TCCS_ITEMInstance AttributeContains the TCCS items after rearrangingLIKE
/SCMTMS/T_TCCS_ITEM_K
Private
MT_TCCS_ITEMSStatic AttributeLIKE
TT_TCCS_ITM
Private
MT_TCCS_ITEM_TEMPInstance AttributeContains the TCCS itemsLIKE
/SCMTMS/T_TCCS_ITEM_K
Private
MT_TIMEZONEStatic AttributeLIKE
TT_TIMEZONE
Private
MT_TRAFFIC_DIRECTION_DESCStatic AttributeLIKE
TT_TRAFFIC_DIRECTION_DESC
Private
MV_DCPFMStatic AttributeDecimal FormatLIKE
USR01-DCPFM
Private
MV_INDEXInstance Attribute0LIKE
I
Private
MV_SB_RATE_HIGHInstance AttributeAmountLIKE
I
Protected
MV_SB_RATE_LOWInstance AttributeAmountLIKE
I
Protected
MV_SB_RATE_UPLOADInstance AttributeSet the context for scenario builderLIKE
BOOLE_D
Protected
MV_UPDATE_RATES_FROM_CPInstance AttributeUpdate Rates from Collaboration Portal for Rate changeLIKE
BOOLE_D
Protected
SC_DOWNLOAD_OPTIONConstantLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!