CONTRACT_PRICE_CALC SAP (Structure for Contract Item Net Price Calculation) Structure details

Dictionary Type: Structure
Description: Structure for Contract Item Net Price Calculation




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




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

CONTRACT_PRICE_CALC 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 "Structure for Contract Item Net Price Calculation" 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_CONTRACT_PRICE_CALC TYPE CONTRACT_PRICE_CALC.

The CONTRACT_PRICE_CALC table consists of various fields, each holding specific information or linking keys about Structure for Contract Item Net Price Calculation data available in SAP. These include ERP_CONTRACT_ID (Number of Principal Purchase Agreement), ERP_CONTRACT_ITM (Item Number of Principal Purchase Agreement), SRM_CONTRACT_ID (Central Contract), SRM_CONTRACT_ITM (Central Contract Item 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 (character-type or numeric)


SAP CONTRACT_PRICE_CALC 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
BUZEIDocument Item in Invoice Document RBLGPNUMC6NUMC6
ERP_CONTRACT_IDNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
ERP_CONTRACT_ITMItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
SRM_CONTRACT_IDCentral Contract SRM_CONTRACT_IDCHAR10ALPHABBP_BAPI_EBELNMMBSI_MEKK_CC
SRM_CONTRACT_ITMCentral Contract Item Number SRM_CONTRACT_ITEMNUMC10BBP_ITEMNO
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
INTROWInternal line number for limits INTROWNUMC10NUMC10
SRVMAPKEYItem Key for eSOA Messages SRVMAPKEYNUMC10
PSTYPItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SRVPOSActivity Number ASNUMCHAR18Assigned to domainALPHAASNUMASN
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase unit of measure F_MEINSUNIT3Assigned to domainCUNITMEINS
BEWAEPurchase order currency BSTWACUKY5Assigned to domainWAERS
WKURSExchange Rate WKURSDEC9(5) EXCRTKURSP
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
NETWRNet Order Value in PO Currency BWERTCURR13(2) WERT7

Key field Non-key field



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

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

How to access SAP table CONTRACT_PRICE_CALC

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