MMPUR_S_SP_CTR_DTLS_ITM SAP (Structure for Sidepanel: Contract Item Details) Structure details

Dictionary Type: Structure
Description: Structure for Sidepanel: Contract Item Details




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




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

MMPUR_S_SP_CTR_DTLS_ITM 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 Sidepanel: Contract 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_MMPUR_S_SP_CTR_DTLS_ITM TYPE MMPUR_S_SP_CTR_DTLS_ITM.

The MMPUR_S_SP_CTR_DTLS_ITM table consists of various fields, each holding specific information or linking keys about Structure for Sidepanel: Contract Item Details data available in SAP. These include EBELP (Item Number of Purchasing Document), TXZ01 (Short Text), MATNR (Material Number), EMATN (Material Number Corresponding to 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: Cannot Be Enhanced


SAP MMPUR_S_SP_CTR_DTLS_ITM 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
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
TXZ01Short Text TXZ01CHAR40TEXT40
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18Assigned to domainMATN1MATNRHTN
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant EWERKCHAR4Assigned to domainWERKSWRK
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BEDNRRequirement Tracking Number BEDNRCHAR10CHAR10
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
KTMNGTarget Quantity KTMNGQUAN13(3) MENGE
MENGEPurchase Order Quantity BSTMGQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
BPUMNDenominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for Conversion of Order Unit to Base Unit UMBSNDEC5UMBSN
NETPRNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
PEINHPrice Unit EPEINDEC5DEC5
NETWRNet Order Value in PO Currency BWERTCURR13(2) WERT7
BRTWRGross order value in PO currency BBWERTCURR13(2) WERT7
AGDATDeadline for Submission of Bid/Quotation ANGABDATS8DATUM
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
KTMNG_CChar 20 CHAR20CHAR20CHAR20
MENGE_CChar 20 CHAR20CHAR20CHAR20
NETPR_CChar 20 CHAR20CHAR20CHAR20
NETWR_CChar 20 CHAR20CHAR20CHAR20
BRTWR_CChar 20 CHAR20CHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table MMPUR_S_SP_CTR_DTLS_ITM

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