TRCON_S_COMSUB_PRASP_ITEM SAP (TC-Item: Commodity sub-items and their pricing aspects) Structure details

Dictionary Type: Structure
Description: TC-Item: Commodity sub-items and their pricing aspects




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




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

TRCON_S_COMSUB_PRASP_ITEM 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 "TC-Item: Commodity sub-items and their pricing aspects" 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_TRCON_S_COMSUB_PRASP_ITEM TYPE TRCON_S_COMSUB_PRASP_ITEM.

The TRCON_S_COMSUB_PRASP_ITEM table consists of various fields, each holding specific information or linking keys about TC-Item: Commodity sub-items and their pricing aspects data available in SAP. These include TPOSN (Trading Contract: Item Number), TPOSN_SUB (Trading Contract: Sub-Item Number), SIDE (Side), TPOSN_COM (Commodity Subitem Number).. 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 TRCON_S_COMSUB_PRASP_ITEM 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
TC_NUMBTrading Contract: Trading Contract Number TKONNCHAR10Assigned to domainALPHATKONNWKNWBHK
TPOSNTrading Contract: Item Number TPOSNNUMC6TPOSNWKP
TPOSN_SUBTrading Contract: Sub-Item Number TPOSN_SUBNUMC6TPOSN
SIDESide WLF_PR_SIDECHAR2WLF_PR_SIDE
TPOSN_COMCommodity Subitem Number WLF_TPOSN_COMNUMC6TPOSN
QUANTITYCommodity Item Quantity WLF_ITEM_QUANTITYD34R34WLF_QUANTITY
UNITUnit WLF_UNITUNIT3Assigned to domainCUNITMEINS
DATE_FROMDate From WLF_DATE_FROMDATS8DATUM
DATE_TODate To WLF_DATE_TODATS8DATUM
FUTUREFuture WLF_FUTURECHAR20WLF_FUTURE
COM_GUIDcommodity GUID WLF_COM_GUIDRAW16WLF_GUID
CR_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CR_DATEDate on Which Record Was Created ERDATDATS8DATUM
CR_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
CH_NAMEName of Person Who Changed Object AENAMCHAR12USNAM
CH_DATEChanged On AEDATDATS8DATUM
CH_TIMETime of Change AEZEITTIMS6UHRZT
IT_CLOSEDItem Closed WLF_ITEM_CLOSEDCHAR1WLF_ITEM_CLOSED
COM_CATCommodity Item Category WLF_COM_ITEM_CATCHAR4WLF_COM_ITEM_CAT
NUMERATORNumerator: Conversion Factor WB2_UMZDEC5WB2_UMZ
DENOMINATORDenominator: Conversion Factor WB2_UMNDEC5WB2_UMN
ASSGMT_RELAssignment Relevant WLF_ASSGMT_RELCHAR1BVALD
HKPSTPTrading Contract: Item Category HKPSTPCHAR4TB2BJHKPSTP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BASIS_MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VENDORVendor Account Number ELIFNCHAR10LFA1ALPHALIFNRLIFKRED_C
CUSTOMERSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
EXT_REFExternal Identifier for Commodity Item WLF_EXT_IDENTIFIER_COMCHAR10CHAR10
COM_ITEM_PROPSpecial Commodity property WB2_COM_ITEM_PROPERTYRAW2WB2_COM_ITEM_PROPERTY
PLACE_HOLDER not used0
FUT_DESCRFuture description text WB2_FUTURE_DESCRCHAR40TEXT40
CUST_DESCRCustomer Address Line WB2_LINES_CUSTCHAR80LINES
VEND_DESCRVendor Address Line WB2_LINES_VENDCHAR80LINES
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
IS_SINGLETONBoolean BVALCHAR1BVALD
PRASPS 0

Key field Non-key field



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

As TRCON_S_COMSUB_PRASP_ITEM 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 TRCON_S_COMSUB_PRASP_ITEM as there is no data to select.

How to access SAP table TRCON_S_COMSUB_PRASP_ITEM

Within an ECC or HANA version of SAP you can also view further information about TRCON_S_COMSUB_PRASP_ITEM 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!