/MDGBPX/_S_BP_PP_BP_PORG SAP (Source Structure for PP Mapping) Structure details

Dictionary Type: Structure
Description: Source Structure for PP Mapping




ABAP Code to SELECT data from /MDGBPX/_S_BP_PP_BP_PORG
Related tables to /MDGBPX/_S_BP_PP_BP_PORG
Access table /MDGBPX/_S_BP_PP_BP_PORG




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

/MDGBPX/_S_BP_PP_BP_PORG 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 "Source Structure for PP Mapping" 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_/MDGBPX/_S_BP_PP_BP_PORG TYPE /MDGBPX/_S_BP_PP_BP_PORG.

The /MDGBPX/_S_BP_PP_BP_PORG table consists of various fields, each holding specific information or linking keys about Source Structure for PP Mapping data available in SAP. These include BP_HEADER (Supplier), PRCH_ORG (Purchasing Organization), AGREL (Indicator: Relevant for agency business), BLIND (Indicator: Doc. index compilation active for purchase orders).. 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 /MDGBPX/_S_BP_PP_BP_PORG 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
ASSGNM_IDMultiple Assignment ID (Number) MDG_BP_ASSIGNMENT_IDNUMC12MDG_BP_ASSIGNMENT_ID
BP_HEADERSupplier BU_SUPPLIERCHAR10Assigned to domainALPHABU_PARTNERBPA
PRCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
AGRELIndicator: Relevant for agency business AGRELCHAR1XFELD
BLINDIndicator: Doc. index compilation active for purchase orders BLINDCHAR1XFELD
BOINDIndicator: index compilation for subseq. settlement active BOINDCHAR1XFELD
BOLREIndicator: vendor subject to subseq. settlement accounting BOLRECHAR1XFELD
BOPNRRestriction Profile for PO-Based Load Building BOPNRCHAR4CHAR4
BSTAEConfirmation Control Key BSTAECHAR4Assigned to domainBSTAE
EIKTO_MOur account number with the vendor EIKTO_MCHAR12CHAR12
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
KALSKGroup for Calculation Schema (Vendor) KALSKCHAR2Assigned to domainKALSK
KZABSOrder Acknowledgment Requirement KZABSCHAR1XFELD
KZAUTAutomatic Generation of Purchase Order Allowed KZAUTCHAR1XFELD
LEBREIndicator for Service-Based Invoice Verification LEBRECHAR1XFELD
LFABCABC indicator LFABCCHAR1LFABC
LIBESOrder entry by vendor LIBESCHAR1CHAR1
LIPREPrice marking, vendor LIPRECHAR2Assigned to domainLIPRE
LISERRack-jobbing: vendor LISERCHAR1CHAR1
LOEVM_MDelete flag for vendor at purchasing level LOEVM_MCHAR1XFELD
MEPRFPrice Determination (Pricing) Date Control MEPRFCHAR1MEPRF
MINBWMinimum order value MINBWCURR13(2) WERT7
NRGEWIndicator whether discount in kind granted NRGEW_MDGCHAR1XFELD
PAPRFProfile for transferring material data via IDoc PROACT WVMI_PAPRFCHAR4Assigned to domainWVMI_PAPRF
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
PRFREIndicator: 'relev. to price determination (vend. hierarchy) PRFRE_LHCHAR1XFELD
REF_BPOR1Rounding Profile RDPRFCHAR4Assigned to domainRDPRF
REF_BPOR2Level in the rounding profile RDZAENUMC6NUMC6
REF_BPORGCountry Key LAND1CHAR3Assigned to domainLAND1LND
REF_BPPOGPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
REF_BPPORMode of Transport for Foreign Trade EXPVZCHAR1Assigned to domainEXPVZ
REF_BPPRGPlanning calendar MRPPP_WCHAR3Assigned to domainMRPPP
REF_BPRGCustoms Office: Office of Exit/Entry for Foreign Trade DZOLLSCHAR6Assigned to domainZOLLS
RF_BPORGUnit of Measure Group MEGRUCHAR4Assigned to domainMEGRU
RF_BPPORGPlanning cycle LFRHYCHAR3Assigned to domainMRPPP
RF_BPPRGAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
SKRITVendor sort criterion for materials SKRITCHAR1SKRIT
SPERM_PPurchasing block at purchasing organization level SPERM_MCHAR1XFELD
UMSAEComparison/agreement of business volumes necessary UMSAECHAR1XFELD
VENSLVendor service level VENSLDEC4(1) DEC3_1
VERKFResponsible Salesperson at Vendor's Office EVERKCHAR30TEXT30
VSBEDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
WAERSPurchase order currency BSTWACUKY5Assigned to domainWAERS
WEBREIndicator: GR-Based Invoice Verification WEBRECHAR1XFELD
XERSRAutomatic evaluated receipt settlement for return items XERSRCHAR1XFELD
XERSYEvaluated Receipt Settlement (ERS) XERSYCHAR1XFELD
XNBWYRevaluation allowed XNBWYCHAR1XFELD
ZTERM_MTerms of Payment Key DZTERMCHAR4ZTERM

Key field Non-key field



How do I retrieve data from SAP structure /MDGBPX/_S_BP_PP_BP_PORG using ABAP code?

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

How to access SAP table /MDGBPX/_S_BP_PP_BP_PORG

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