PEKPO SAP (Auxiliary Fields, Purchasing Document Item Printout) Structure details

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




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




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

PEKPO 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 Item 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_PEKPO TYPE PEKPO.

The PEKPO table consists of various fields, each holding specific information or linking keys about Auxiliary Fields, Purchasing Document Item Printout data available in SAP. These include LPEIN (Category of Delivery Date), EINDT (Item Delivery Date), UZEIT (Delivery Date Time-Spot), WEMNG (Quantity of Goods Received).. 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 PEKPO 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
EBELPItem Number of Purchasing Document EBELPNUMC5EKPOEBELPBSP
LPEINCategory of Delivery Date LPEINCHAR1TPRGPRGBZ
EINDTItem Delivery Date EINDTDATS8DATUM
UZEITDelivery Date Time-Spot LZEITTIMS6UZEIT
WEMNGQuantity of Goods Received WEEMGQUAN13(3) MENG13
MAHNZNumber of Reminders/Expediters MAHNZDEC3PACK2
LICHAVendor Batch Number LICHNCHAR15LICHN
XBLNRDelivery note number BLNRXCHAR35CHAR35
LWEMGQuantity of Goods Received WEEMGQUAN13(3) MENG13
BUDATPosting Date in the Document BUDATDATS8DATUM
LFDATDelivery Date LFDAT_VDATS8DATUM
TPRINTime (print format) TPRINCHAR5CHAR5
RLDATDate of return delivery RDATUDATS8DATS
RLBNRDocument number of return delivery RLBNRCHAR10ALPHABELNR
RLMNGQuantity of return delivery RLFMGQUAN13(3) MENG13
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
BSMNGQuantity as Per Vendor Confirmation BBMNGQUAN13(3) MENGE
MSR_IDProcess Identification Number MSR_PROCESS_IDCHAR10ALPHAMSR_PROCESS_ID
MSR_ITEMItem Number MSR_PROCESS_ITEMNUMC6MSR_PROCESS_ITEM
MSR_RET_REASONReturn Reason MSR_RETURNS_REASONCHAR3Assigned to domainMSR_RETURNS_REASON
MSR_RET_REASON_TEXTReturn Reason Description MSR_RET_REASON_TEXTCHAR60TEXT60
MSR_FORW_VENDORAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
MSR_FWV_TITLEForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
MSR_FWV_ADDRNUMAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
MSR_FWV_NAME1Name 1 AD_NAME1CHAR40TEXT40
MSR_FWV_NAME2Name 2 AD_NAME2CHAR40TEXT40
MSR_FWV_NAME3Name 3 AD_NAME3CHAR40TEXT40
MSR_FWV_NAME4Name 4 AD_NAME4CHAR40TEXT40
MSR_FWV_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
MSR_FWV_PO_BOXPO Box AD_POBXCHAR10CHAR10
MSR_FWV_PO_BOX_LOCPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
MSR_FWV_CITY_CODE2City PO box code (City file) AD_CIT2NUMCHAR12Assigned to domainALPHACITY_CODE
MSR_FWV_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
MSR_FWV_LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
MSR_FWV_POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
MSR_FWV_CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
MSR_FWV_CITY2District AD_CITY2CHAR40TEXT40CITY_PART
MSR_FWV_REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
RMA_VENDORVendor RMA Number MSR_VRMA_NRCHAR20MSR_RMA_NR
MSR_FORW_PLANT1Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MSR_PLANT1_TXTName NAME1CHAR30TEXT30
MSR_FORW_PLANT2Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MSR_PLANT2_TXTName NAME1CHAR30TEXT30
MSR_FORW_PLANT3Plant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MSR_PLANT3_TXTName NAME1CHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table PEKPO

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