/SAPSRM/S_QTE_ITEM_DET SAP (Quote Item Details) Structure details

Dictionary Type: Structure
Description: Quote Item Details




ABAP Code to SELECT data from /SAPSRM/S_QTE_ITEM_DET
Related tables to /SAPSRM/S_QTE_ITEM_DET
Access table /SAPSRM/S_QTE_ITEM_DET




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

/SAPSRM/S_QTE_ITEM_DET 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 "Quote Item Details" 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_/SAPSRM/S_QTE_ITEM_DET TYPE /SAPSRM/S_QTE_ITEM_DET.

The /SAPSRM/S_QTE_ITEM_DET table consists of various fields, each holding specific information or linking keys about Quote Item Details data available in SAP. These include DESCRIPTION (Short Text), ORDERED_PROD (Product Name Entered), REV_LEV (Revision Level), SRC_QUANTITY (Quantity in Order Unit).. 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 /SAPSRM/S_QTE_ITEM_DET 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
DESCRIPTIONShort Text TXZ01CHAR40TEXT40
ORDERED_PRODProduct Name Entered BBP_ORDERED_PRODCHAR54CRM_ORDERED_PROD
REV_LEVRevision Level CC_REVLVCHAR2NUMCVCC_REVLVRVS
SRC_QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
DELIV_DATEItem Delivery Date EINDTDATS8DATUM
DELIV_TIMEDelivery Time of the Item BBP_DELIV_TIMETIMS6TIME
VPER_STARTTimeframe From BBP_VPER_STARTDATS8DATUM
VPER_ENDTimeframe To BBP_VPER_ENDDATS8DATUM
VPER_TYPEDelivery Date Type (From-Date, To-Date, Timeframe ...) BBP_VPER_TYPECHAR2/SAPSRM/VPER_TYPE
DELIV_DAYSDelivery Time in Days BBP_DELIV_DAYSNUMC3NUMC3
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SRC_VALUENet Value BBP_VALUECURR15(2) WERT8
SRC_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SRC_VALUE_NEW_CURRNet Value BBP_VALUECURR15(2) WERT8
PRICENet Price BBP_PRICECURR13(2) WERT7
PRICE_UNITPrice Unit EPEINDEC5DEC5
VALUENet Value BBP_VALUECURR15(2) WERT8
PRODUCT_TYPEProduct Type COMT_PRODUCT_TYPECHAR2Assigned to domainCOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
PRODUCT_TYPE_DESCShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
SH_CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
SH_CATEGORY_TEXT_SEARCHCategory Description COMT_CATEGORY_TEXTCHAR80TEXT80
PARTNER_PRODProduct Number of Vendor BBP_PARTNER_PRODCHAR40PRSHTEXT40
MFR_NO_EXTExternal manufacturer code name or number EMNFRCHAR10CHAR10
MANU_PRODManufacturer Part Number BBP_MFRPNCHAR40CHAR40
INCOTERM_KEYIncoterm Key BBP_INCOTERM_KEYCHAR3Assigned to domainBBP_INCOTERM_KEY
INCOTERM_LOCIncoterm Location BBP_INCOTERM_LOCATIONCHAR28BBP_INCOTERM_LOCATION
EXPSV_ITEM_TYPEItem Variant BBP_EXPRESSIVE_ITEM_TYPECHAR5BBP_EXPRESSIVE_ITEM_TYPE
GROUPING_LEVELSpecifies How Hierarchy Positions are to be Managed BBP_GROUPING_LEVELCHAR1BBP_GROUPING_LEVEL
NOT_AVAILABLECheckbox XFELDCHAR1XFELD
ACCEPT_INDDiscount/Rejection Indicator at Item Level BBP_DEDUCT_INDCHAR1XFELD
DEDUCT_INDDiscount/Rejection Indicator at Item Level BBP_DEDUCT_INDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_QTE_ITEM_DET using ABAP code?

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

How to access SAP table /SAPSRM/S_QTE_ITEM_DET

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