MMPUR_S_DBL_ASSIGNEDREQS SAP (Supply Source Assignment in ME21N) Structure details

Dictionary Type: Structure
Description: Supply Source Assignment in ME21N




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




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

MMPUR_S_DBL_ASSIGNEDREQS 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 "Supply Source Assignment in ME21N" 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_DBL_ASSIGNEDREQS TYPE MMPUR_S_DBL_ASSIGNEDREQS.

The MMPUR_S_DBL_ASSIGNEDREQS table consists of various fields, each holding specific information or linking keys about Supply Source Assignment in ME21N data available in SAP. These include SOURCE_INT (Supply source in internal format), SOURCE_EXT (Supply source in external format), OBJKEY (Object key in supply source assignment), LIFNR (Account Number of Vendor or Creditor).. 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 MMPUR_S_DBL_ASSIGNEDREQS 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
CATEGORYCategory for supply source assignment MMPUR_SOSUPPLY_CATEGORYCHAR30
SOURCE_INTSupply source in internal format MMPUR_CONCAT_SOSUPPLY_INTCHAR32
SOURCE_EXTSupply source in external format MMPUR_CONCAT_SOSUPPLY_EXTCHAR80
OBJKEYObject key in supply source assignment MMPUR_CONCAT_SOSUPPLY_OBJCHAR20
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LIFNR_EXTName 1 NAME1_GPCHAR35NAME
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
BANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
BNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BSMNGQuantity Ordered Against this Purchase Requisition BSMNGQUAN13(3) MENG13
MENGEPurchase Requisition Quantity BAMNGQUAN13(3) MENG13
EBAKZPurchase Requisition Closed EBAKZCHAR1XFELD
KONNRNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
KTPNRItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
INFNRNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EMATNMaterial Number Corresponding to Manufacturer Part Number EMATNCHAR18Assigned to domainMATN1MATNRHTN
TXZ01Short Text TXZ01CHAR40TEXT40
AFNAMName of Requisitioner/Requester AFNAMCHAR12AFNAM
WERKS 0
WERKSPlant WERKS_DCHAR4WERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
LFDATItem Delivery Date EINDTDATS8DATUM
FRGDTPurchase Requisition Release Date FRGDTDATS8DATUM
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
BEDNRRequirement Tracking Number BEDNRCHAR10CHAR10
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
IMAGETAB 0
BSTYPPurchasing Document Category BSTYPCHAR1BSTYP

Key field Non-key field



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

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

How to access SAP table MMPUR_S_DBL_ASSIGNEDREQS

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