PEKKO SAP (Auxiliary Fields, Purchasing Document Header Printout) Structure details

Dictionary Type: Structure
Description: Auxiliary Fields, Purchasing Document Header Printout




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




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

PEKKO 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 "Auxiliary Fields, Purchasing Document Header Printout" 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_PEKKO TYPE PEKKO.

The PEKKO table consists of various fields, each holding specific information or linking keys about Auxiliary Fields, Purchasing Document Header Printout data available in SAP. These include LPEIN (Category of Delivery Date), EINDT (Item Delivery Date), WERKS (Plant), LFDAT (Delivery Date).. 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 PEKKO 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
EMLIFVendor to be supplied/who is to receive delivery EMLIFCHAR10Assigned to domainALPHALIFNR
LPEINCategory of Delivery Date LPEINCHAR1TPRGPRGBZ
EINDTItem Delivery Date EINDTDATS8DATUM
WERKSPlant EWERKCHAR4T001WWERKSWRK
LFDATDelivery Date EEINDCHAR10CHAR10
LABNROrder Acknowledgment Number LABNRCHAR20TEXT20
PRITXPeriod description in printout PRITXCHAR6TEXT6
ZBTXTTerm of Payment DZBTXTCHAR80TEXT80
NETWRTarget Value for Header Area per Distribution KTWRTCURR15(2) WERT15
KZABSOrder Acknowledgment Requirement KZABSCHAR1XFELD
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
KUNNRCustomer EKUNNRCHAR10Assigned to domainALPHAKUNNRKUN
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
ADRN2Number of delivery address ADRN2CHAR10Assigned to domainALPHAAD_ADDRNUM
DRUNRSequential Number DRUNRNUMC4NUMC4
DRDATLast Transmission DRDATDATS8DATUM
DRUHRTime DRUHRTIMS6UZEIT
HSAMMNew Input Values XFLAGCHAR1XFLAG
PRSDRPrice Printout PRSDRCHAR1XFELD
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
MSR_IDProcess Identification Number MSR_PROCESS_IDCHAR10ALPHAMSR_PROCESS_ID

Key field Non-key field



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

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

How to access SAP table PEKKO

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