/SAPSRM/S_CTR_IT_BD_DATA SAP (Contract Item Basic Data.) Structure details

Dictionary Type: Structure
Description: Contract Item Basic Data.




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




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

/SAPSRM/S_CTR_IT_BD_DATA 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 "Contract Item Basic Data." 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_CTR_IT_BD_DATA TYPE /SAPSRM/S_CTR_IT_BD_DATA.

The /SAPSRM/S_CTR_IT_BD_DATA table consists of various fields, each holding specific information or linking keys about Contract Item Basic Data. data available in SAP. These include NUMBER_EXT (External Item Number), DESCRIPTION (Item Description), CATEGORY_ID (Category ID), MANU_PROD (Manufacturer Part 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 /SAPSRM/S_CTR_IT_BD_DATA 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
NUMBER_INTItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
NUMBER_EXTExternal Item Number BBP_ITEM_NO_EXTNUMC10
DESCRIPTIONItem Description BBP_ITEM_DESCCHAR40TEXT40
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
MANU_PRODManufacturer Part Number MFRPNCHAR40CHAR40
MFR_NO_EXTExternal manufacturer code name or number EMNFRCHAR10CHAR10
QUANTITYTarget Quantity for Contract Item BBP_ITEM_TARGET_QUANTITYQUAN13(3) MENG13
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
PRICENet Price BBP_PRICECURR13(2) WERT7
PRICE_UNITPrice Unit EPEINDEC5DEC5
PARTNER_PRODProduct Number of Vendor BBP_PARTNER_PRODCHAR40PRSHTEXT40
VALUETarget Value BBP_ITEM_TARGET_VALUECURR15(2) WERT8
DELIV_DAYSDelivery Time in Days BBP_DELIV_DAYSNUMC3NUMC3
INCOTERM_KEYIncoterm Key BBP_INCOTERM_KEYCHAR3Assigned to domainBBP_INCOTERM_KEY
INCOTERM_LOCIncoterm Location BBP_INCOTERM_LOCATIONCHAR28BBP_INCOTERM_LOCATION
MIN_ORDER_VALUEMinimum Order Value BBP_MIN_ORDER_VALUECURR15(2) WERT8
MIN_ORDER_QUANMinimum Order Quantity BBP_MIN_ORDER_QUANTITYQUAN13(3) MENG13
UOM_DENOMINATORDenominator for Conversion to Base Unit of Measure BBP_UOM_DENOMINATORINT410INT4
UOM_NUMERATORCounter for Conversion to Base Unit of Measure BBP_UOM_NUMERATORINT410INT4
PS_EXSNRExternal Sort Number /SAPPSSRM/_EXSNRNUMC5NUMC5
PS_IPTPublic Sector Item Type /SAPPSSRM/_IPTCHAR10Assigned to domain/SAPPSSRM/_IPT
TAR_IVALRelationship of Release Value to Target Value (in Percent) BBP_PER_IVALDEC3DEC3
TAR_QTYRelationship of Release Quantity to Target Quantity (in Per) BBP_PER_QTYDEC3DEC3
CATALOG_INDDocument (Contract) Transferred to Catalog BBP_CATALOG_INDCHAR1XFELD
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EXLINConfigurable Line Item Number /SAPSRM/EXLINCHAR40/SAPSRM/EXLIN
REV_LEVRevision Level CC_REVLVCHAR2NUMCVCC_REVLVRVS
PERCENT_LOWLower Limit Percentage BBP_PERCENT_LOWDEC5(2) BBP_PERCNT_PI
PERCENT_HIGHUpper Limit Percentage BBP_PERCENT_HIGHDEC5(2) BBP_PERCNT_PI
UNLIMITEDCheckbox XFELDCHAR1XFELD
UNIT_DESCDescription of Unit of Measurement BBP_UNIT_DESCCHAR40CHAR40
ITEM_TYPE_DESC_TEXTTerms of Payment BBP_TEXT1_052CHAR50TEXT50
PRODUCT_TYPE_DESCProduct Type /SAPSRM/S_CLL_PRODUCT_TYPECHAR4/SAPSRM/S_CLL_PRODUCT_TYPE
DISTRIBUTION_FLAGCheckbox XFELDCHAR1XFELD
ITM_RELEASEDStatus of Item BBP_ITM_RELEASEDCHAR1BBP_ITM_RELEASED
LOCAL_SOURCINGBlock Local Sourcing Indicator BBP_LOCAL_SOURCE_INDCHAR1XFELD
SH_CATEGORY_TEXTCategory Description COMT_CATEGORY_TEXTCHAR80TEXT80
CATEGORY_TXTCategory Description BBP_BW_CATEGORY_TEXTCHAR80TEXT80
PMNTTRMS_TXTTerms of Payment BBP_TEXT1_052CHAR50TEXT50
PRODUCT_TYPEProduct Type BBP_PRODUCT_TYPECHAR2Assigned to domainCOM_PRODUCT_TYPE

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_CTR_IT_BD_DATA

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