TCM_S_ELEMENT SAP (TCM Transportation Charge Element) Structure details

Dictionary Type: Structure
Description: TCM Transportation Charge Element




ABAP Code to SELECT data from TCM_S_ELEMENT
Related tables to TCM_S_ELEMENT
Access table TCM_S_ELEMENT




Structure field list including key, data, relationships and ABAP select examples

TCM_S_ELEMENT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "TCM Transportation Charge Element" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TCM_S_ELEMENT TYPE TCM_S_ELEMENT.

The TCM_S_ELEMENT table consists of various fields, each holding specific information or linking keys about TCM Transportation Charge Element data available in SAP. These include TCM_SUBCAT_CODE (Transportation Charge Element Subcategory Code), TCM_CAT_CODE (Transportation Charge Element Category Code), TCM_PAYMENT_ARR_CODE (Transportation Charge Payment Arrangement Code), CALC_RESOLUTION_CODE (Transportation Charge Element Resolution Base Code).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP TCM_S_ELEMENT structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TCM_ELEMENT_TYPETransportation Charge Element Type Code TCM_TRCHARG_ELMNT_TYPECDCHAR15Assigned to domainTCM_TRCHARG_ELMNT_TYPECD
TCM_SUBCAT_CODETransportation Charge Element Subcategory Code TCM_TRCHARG_SUBCATEGORY_CDCHAR6Assigned to domainTCM_TRCHARG_SUBCATEGORY_CD
TCM_CAT_CODETransportation Charge Element Category Code TCM_TRCHARG_CATEGORY_CDCHAR3Assigned to domainTCM_TRCHARG_CATEGORY_CD
TCM_PAYMENT_ARR_CODETransportation Charge Payment Arrangement Code TCM_TRCHARG_PAYM_ARR_CDCHAR3
CALC_RESOLUTION_CODETransportation Charge Element Resolution Base Code TCM_TRCHARG_CALC_RES_CDCHAR4
KSCHLCondition Type KSCHLCHAR4Assigned to domainKSCHLVKS
SERVICEActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
ACC_ASSIGN_CATAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
SHEET_NOEntry Sheet Number LBLNICHAR10Assigned to domainALPHALBLNILBLESSR
LFGJAFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
INTROWInternal line number for limits INTROWNUMC10NUMC10
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
CURRENCY 0
AMOUNT_ELEMENT 0
RATE_DETAIL 0
DATE_TIME_PERIOD 0
BTD_REF 0
ELEMENT_ACC 0
LOCATION 0

Key field Non-key field



How do I retrieve data from SAP structure TCM_S_ELEMENT using ABAP code?

As TCM_S_ELEMENT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TCM_S_ELEMENT as there is no data to select.

How to access SAP table TCM_S_ELEMENT

Within an ECC or HANA version of SAP you can also view further information about TCM_S_ELEMENT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


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!