MBEPOH SAP (Transfer Structure: Purchase Order Header) Structure details

Dictionary Type: Structure
Description: Transfer Structure: Purchase Order Header




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




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

MBEPOH 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 "Transfer Structure: Purchase Order Header" 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_MBEPOH TYPE MBEPOH.

The MBEPOH table consists of various fields, each holding specific information or linking keys about Transfer Structure: Purchase Order Header data available in SAP. These include EBELN (Purchasing Document Number), BUKRS (Company Code), EKORG (Purchasing Organization), EKGRP (Purchasing Group).. 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 MBEPOH 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
STYPEBatch Input Interface Record Type STYPE_BICHAR1CHAR1
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
EKORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
BSARTOrder Type (Purchasing) BSARTCHAR4Assigned to domainBSARTBSA
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BEDATPurchase Order Date BEDATDATS8DATUM
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZBD1TCash discount days (direct input, transfer of POs) MZBDETCHAR3CHAR3
ZBD2TCash discount days (direct input, transfer of POs) MZBDETCHAR3CHAR3
ZBD3TCash discount days (direct input, transfer of POs) MZBDETCHAR3CHAR3
ZBD1PCash discount percentage 1 (direct input, transfer of POs) MZBD1PCHAR6CHAR6
ZBD2PCash discount percentage 2 (direct input, transfer of POs) MZBD2PCHAR6CHAR6
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WKURSExchange rate (direct input, transfer of POs) MWKURSCHAR10CHAR10
KUFIXIndicator: Fixing of Exchange Rate KUFIXCHAR1XFELD
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
IHREZYour Reference IHREZCHAR12TEXT12
VERKFResponsible Salesperson at Vendor's Office EVERKCHAR30TEXT30
TELF1Vendor's Telephone Number TELF0CHAR16TEXT16
EXPVZMode of Transport for Foreign Trade EXPVZCHAR1Assigned to domainEXPVZ
ZOLLACustoms Office: Office of Exit/Entry for Foreign Trade DZOLLSCHAR6Assigned to domainZOLLS
NAME1Name 1 NAME1_GPCHAR35NAME
NAME2Name 1 NAME1_GPCHAR35NAME
NAME3Name 1 NAME1_GPCHAR35NAME
NAME4Name 1 NAME1_GPCHAR35NAME
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City ORT01_GPCHAR35TEXT35
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
STRASHouse number and street STRAS_GPCHAR35TEXT35
PFACHPO Box PFACHCHAR10PFACH
PSTL2P.O. Box Postal Code PSTL2CHAR10PSTLZ
ANREDTitle ANREDCHAR15TEXT15
TELX1Telex number TELX1CHAR30TEXT30
TELFXFax Number TELFXCHAR31TEXT31
TELTXTeletex number TELTXCHAR30TEXT30
DATLTData communication line no. DATLTCHAR14TEXT14
TELBXTelebox number TELBXCHAR15TEXT15
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO

Key field Non-key field



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

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

How to access SAP table MBEPOH

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