BAPI_PI_HDRLEVEL SAP (Process Order Confirmation: Header Confirmation) Structure details

Dictionary Type: Structure
Description: Process Order Confirmation: Header Confirmation




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




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

BAPI_PI_HDRLEVEL 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 "Process Order Confirmation: Header Confirmation" 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_BAPI_PI_HDRLEVEL TYPE BAPI_PI_HDRLEVEL.

The BAPI_PI_HDRLEVEL table consists of various fields, each holding specific information or linking keys about Process Order Confirmation: Header Confirmation data available in SAP. These include FIN_CONF (Partial/Final Confirmation), CLEAR_RES (Clear Open Reservations), POSTG_DATE (Posting date), DEV_REASON (Reason for Variance).. 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 BAPI_PI_HDRLEVEL 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
ORDERIDOrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
FIN_CONFPartial/Final Confirmation AUERU_VSCHAR1AUERU_VS
CLEAR_RESClear Open Reservations AUSBUCHAR1XFELD
POSTG_DATEPosting date BUCHDATUMDATS8DATUM
DEV_REASONReason for Variance CO_AGRNDCHAR4TRUGCO_AGRND
CONF_TEXTConfirmation text CO_RTEXTCHAR40TEXT40
EX_CREATED_BYExternal creator of confirmation RU_EXNAMCHAR12USNAM
EX_CREATED_DATEExternal date of entry for confirmation RU_EXERDDATS8DATUM
EX_CREATED_TIMEExternal time of entry for confirmation RU_EXERZTIMS6UZEIT
CONF_QUAN_UNITConfirmation unit of measure RU_VORMEUNIT3T006CUNITMEINS
CONF_QUAN_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3T006IISOCD_UNIT
YIELDYield to Be Confirmed RU_LMNGAQUAN13(3) MENGV13
SCRAPScrap to Be Confirmed RU_XMNGAQUAN13(3) MENGV13
EXEC_START_DATEConfirmed date for start of execution RU_ISDDDATS8DATUM
EXEC_START_TIMEConfirmed time for 'Execution start' RU_ISDZTIMS6ATIME
EXEC_FIN_DATEConfirmed date for execution finish RU_IEDDDATS8DATUMEDR
EXEC_FIN_TIMEConfirmed time for 'Execution finish' RU_IEDZTIMS6ATIMEEZR
PERS_NOPersonnel number CO_PERNRNUMC8PERNRPER
EX_IDENTExternal key of a confirmation (for example from PDC system) RU_EXTID_CHARCHAR32SYSUUID_C

Key field Non-key field



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

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

How to access SAP table BAPI_PI_HDRLEVEL

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