KEKPO SAP (Partial Structure for Adoption in Variants) Structure details

Dictionary Type: Structure
Description: Partial Structure for Adoption in Variants




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




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

KEKPO 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 "Partial Structure for Adoption in Variants" 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_KEKPO TYPE KEKPO.

The KEKPO table consists of various fields, each holding specific information or linking keys about Partial Structure for Adoption in Variants data available in SAP. These include BEDNR (Requirement Tracking Number), BPRME (Order Price Unit (Purchasing)), BPUMZ (Numerator for Conversion of Order Price Unit into Order Unit), BPUMN (Denominator for Conv. of Order Price Unit into Order Unit).. 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: Not classified


SAP KEKPO 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
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BEDNRRequirement Tracking Number BEDNRCHAR10CHAR10
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
BPUMZNumerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
BPUMNDenominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
NETPRNet Price in Purchasing Document (in Document Currency) BPREICURR11(2) WERT11
PEINHPrice Unit EPEINDEC5DEC5
AGDATDeadline for Submission of Bid/Quotation ANGABDATS8DATUM
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
BONUSSettlement Group 1 (Purchasing) EBONUCHAR2EBONU
INSMKStock Type INSMKCHAR1INSMK
SPINFIndicator: Update Info Record SPINFCHAR1SPINF
PRSDRPrice Printout PRSDRCHAR1XFELD
SCHPRIndicator: Estimated Price SCHPRCHAR1XFELD
MAHN1Number of Days for First Reminder/Expediter MAHN1DEC3MAHNT
MAHN2Number of Days for Second Reminder/Expediter MAHN2DEC3MAHNT
MAHN3Number of Days for Third Reminder/Expediter MAHN3DEC3MAHNT
UEBTOOverdelivery Tolerance Limit UEBTODEC3(1) PRZ21
UEBTKIndicator: Unlimited Overdelivery Allowed UEBTKCHAR1XFELD
UNTTOUnderdelivery Tolerance Limit UNTTODEC3(1) PRZ21
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
ABSKZRejection Indicator ABSKZCHAR1XFELD
AGMEMInternal Comment on Quotation AGMEMCHAR3Assigned to domainAGMEM
ELIKZ'Delivery Completed' Indicator ELIKZCHAR1XFELD
EREKZFinal Invoice Indicator EREKZCHAR1XFELD
VRTKZDistribution indicator for multiple account assignment VRTKZCHAR1VRTKZ
TWRKZPartial Invoice Indicator TWRKZCHAR1TWRKZ
WEPOSGoods Receipt Indicator WEPOSCHAR1XFELD
WEUNBGoods Receipt, Non-Valuated WEUNBCHAR1XFELD
REPOSInvoice Receipt Indicator REPOSCHAR1XFELD
WEBREIndicator: GR-Based Invoice Verification WEBRECHAR1XFELD
KZABSOrder Acknowledgment Requirement KZABSCHAR1XFELD
LABNROrder Acknowledgment Number LABNRCHAR20TEXT20
ETFZ1Firm Zone (Go-Ahead for Production) ETFZ1DEC3PACK2
ETFZ2Trade-Off Zone (Go-Ahead for Materials Procurement) ETFZ2DEC3PACK2
EVERSShipping Instructions EVERSCHAR2Assigned to domainEVERS
KUNNRCustomer EKUNNRCHAR10Assigned to domainALPHAKUNNRKUN
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
EKKOLCondition Group with Vendor EKKOGCHAR4CHAR4
SKTOFItem Does Not Qualify for Cash Discount ESKTOFCHAR1XFELD
PLIFZPlanned Delivery Time in Days EPLIFDEC3DEC3
NTGEWNet Weight ENTGEQUAN13(3) MENG13
GEWEIUnit of Weight EGEWEUNIT3Assigned to domainCUNITMEINS
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
BSTAEConfirmation Control Key BSTAECHAR4Assigned to domainBSTAE
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
MEPRFPrice Determination (Pricing) Date Control MEPRFCHAR1MEPRF
BRGEWGross Weight BRGEWQUAN13(3) MENG13
VOLUMVolume VOLUMQUAN13(3) MENG13
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
KOLIFPrior Vendor KOLIFCHAR10Assigned to domainALPHALIFNR
LTSNRVendor Subrange LTSNRCHAR6Assigned to domainLTSNR
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table KEKPO

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