EPM_PO_HEADER_UI SAP (Po Header UI Fields) Structure details

Dictionary Type: Structure
Description: Po Header UI Fields




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




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

EPM_PO_HEADER_UI 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 "Po Header UI Fields" 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_EPM_PO_HEADER_UI TYPE EPM_PO_HEADER_UI.

The EPM_PO_HEADER_UI table consists of various fields, each holding specific information or linking keys about Po Header UI Fields data available in SAP. These include PO_ID (EPM: Purchase Order Number), PARTNER_GUID (EPM: Generic Node Key), CURRENCY_CODE (EPM: Currency Code), GROSS_AMOUNT (EPM: Total Gross Amount).. 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 EPM_PO_HEADER_UI 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
NODE_KEYEPM: Generic Node Key SNWD_NODE_KEYRAW16SYSUUID
PO_IDEPM: Purchase Order Number SNWD_PO_IDCHAR10ALPHAD_EPM_ID
PARTNER_GUIDEPM: Generic Node Key SNWD_NODE_KEYRAW16SYSUUID
CURRENCY_CODEEPM: Currency Code SNWD_CURR_CODECUKY5H_TCURC
GROSS_AMOUNTEPM: Total Gross Amount SNWD_TTL_GROSS_AMOUNTCURR15(2)
NET_AMOUNTEPM: Total Net Amount SNWD_TTL_NET_AMOUNTCURR15(2)
TAX_AMOUNTEPM: Total Tax Amount SNWD_TTL_TAX_AMOUNTCURR15(2)
LIFECYCLE_STATUSEPM: Purchase Order Lifecycle Status SNWD_PO_LC_STATUS_CODECHAR1D_PO_LC
APPROVAL_STATUSEPM: Purchase Order Approval Status SNWD_PO_AP_STATUS_CODECHAR1D_PO_AP
CONFIRM_STATUSEPM: Purchase Order Confirmation Status SNWD_PO_CF_STATUS_CODECHAR1D_PO_CF
ORDERING_STATUSEPM: Purchase Order Ordering Status SNWD_PO_OR_STATUS_CODECHAR1D_PO_OR
BP_CONTACT_GUIDEPM: Generic Node Key SNWD_NODE_KEYRAW16SYSUUID
BP_IDEPM: Business Partner ID SNWD_PARTNER_IDCHAR10ALPHAD_EPM_IDH_EPM_BP
BP_COMPANY_NAMEEPM: Company Name SNWD_COMPANY_NAMECHAR80TEXT80H_EPM_BP_NAME
BP_LEGAL_FORMEPM: Legal Form of Business Partner SNWD_LEGAL_FORMCHAR10CHAR10
TITLEEPM: Title SNWD_TITLECHAR10CHAR10
FIRST_NAMEEPM: First Name SNWD_FIRST_NAMECHAR40D_CHAR_40
LAST_NAMEEPM: Last Name SNWD_LAST_NAMECHAR40D_CHAR_40
INITIALSEPM: Initials SNWD_INITIALSCHAR10CHAR10
SEXEPM: Sex SNWD_SEXCHAR1D_MF
CITYEPM: City SNWD_CITYCHAR40D_CHAR_40
POSTAL_CODEEPM: Postal Code SNWD_POSTAL_CODECHAR10CHAR10
STREETEPM: Street SNWD_STREETCHAR60D_CHAR_60
BUILDINGEPM: Building SNWD_BUILDINGCHAR10CHAR10
COUNTRYEPM: Country Code SNWD_COUNTRYCHAR3Assigned to domainLAND1F4_INTCA
EMAIL_ADDRESSEPM: E-Mail Address SNWD_EMAIL_ADDRESSCHAR255D_CHAR_255
PHONE_NUMBEREPM: Phone Number SNWD_PHONE_NUMBERCHAR30
PHONE_EXTENSION EPM: Phone Extension0
SINGLE_PO_URL URL to PO Maintenance Application0
CREATED_ATUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
CHANGED_ATUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

How to access SAP table EPM_PO_HEADER_UI

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