BBPEKPOC SAP (Transfer Structure: Create/List PO Item (3.1I)) Structure details

Dictionary Type: Structure
Description: Transfer Structure: Create/List PO Item (3.1I)




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




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

BBPEKPOC 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 "Transfer Structure: Create/List PO Item (3.1I)" 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_BBPEKPOC TYPE BBPEKPOC.

The BBPEKPOC table consists of various fields, each holding specific information or linking keys about Transfer Structure: Create/List PO Item (3.1I) data available in SAP. These include ADDRESS (Address), MATERIAL (Material Number), PUR_MAT (Material Number), INFO_REC (Number of Purchasing Info Record).. 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 BBPEKPOC 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
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
ADDRESSAddress ADRNRCHAR10Assigned to domainALPHAADRNR
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PUR_MATMaterial Number EMATNRCHAR18Assigned to domainMATN1MATNRMAT
INFO_RECNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
ITEM_CATItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
ACCTASSCATAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
AGREEMENTNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
AGMT_ITEMItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
STORE_LOCStorage Location BBPLGORTCHAR4CHAR4
MAT_GRPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
SHORT_TEXTShort Text TXZ01CHAR40TEXT40
DISTRIBDistribution indicator for multiple account assignment VRTKZCHAR1VRTKZ
PART_INVPartial Invoice Indicator TWRKZCHAR1TWRKZ
KANBAN_INDKanban Indicator KBNKZCHAR1KBNKZ
PLANTPlant EWERKCHAR4Assigned to domainWERKSWRK
ALLOC_TBLAllocation Table Number ABELNCHAR10Assigned to domainALPHAABELNABE
AT_ITEMItem number of allocation table ABELPNUMC5Assigned to domainABELP
UNITPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
NET_PRICECurrency Amount in BAPI Interfaces BBPCURRDEC23(4) BBPCURR
PRICE_UNITPrice Unit EPEINDEC5DEC5
CONV_NUM1Numerator for Conversion of Order Price Unit into Order Unit BPUMZDEC5UMBSZ
CONV_DEN1Denominator for Conv. of Order Price Unit into Order Unit BPUMNDEC5UMBSN
ORDERPR_UNOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
PCKG_NOPackage number PACKNONUMC10Assigned to domainPACKNO
PROMOTIONCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
ACKN_REQDOrder Acknowledgment Requirement KZABSCHAR1XFELD
TRACKINGNORequirement Tracking Number BEDNRCHAR10CHAR10
PLAN_DELPlanned Delivery Time in Days EPLIFDEC3DEC3
RET_ITEMReturns Item RETPOCHAR1XFELD
AT_RELEVRelevant to Allocation Table AURELCHAR1AUREL
VEND_MATMaterial Number Used by Vendor IDNLFCHAR35IDNEX
QUAL_INSPStock Type INSMKCHAR1INSMK

Key field Non-key field



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

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

How to access SAP table BBPEKPOC

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