BBPPOGN SAP (Transfer Structure: Determine Procurement Transaction: Item) Structure details

Dictionary Type: Structure
Description: Transfer Structure: Determine Procurement Transaction: Item




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




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

BBPPOGN 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: Determine Procurement Transaction: Item" 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_BBPPOGN TYPE BBPPOGN.

The BBPPOGN table consists of various fields, each holding specific information or linking keys about Transfer Structure: Determine Procurement Transaction: Item data available in SAP. These include CATALOG (Char 20), PUR_GROUP (Purchasing Group), PREQ_NAME (Name of Requisitioner/Requester), MATERIAL (Material Number).. 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 BBPPOGN 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
PREQ_ITEMItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
CATALOGChar 20 CHAR20CHAR20CHAR20
PUR_GROUPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
PREQ_NAMEName of Requisitioner/Requester AFNAMCHAR12AFNAM
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PUR_MATMaterial Number EMATNRCHAR18Assigned to domainMATN1MATNRMAT
MANUF_PROFNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
MANU_MATCharacter field of length 40 CHAR40CHAR40CHAR40
MFR_NOCharacter Field Length = 10 CHAR10CHAR10CHAR10
MFR_NO_EXTCharacter Field Length = 10 CHAR10CHAR10CHAR10
SHORT_TEXTShort Text TXZ01CHAR40TEXT40
MAT_GRPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
PLANTPlant EWERKCHAR4Assigned to domainWERKSWRK
STORE_LOCStorage Location BBPLGORTCHAR4CHAR4
SUPPL_PLANSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
QUANTITYPurchase Requisition Quantity BAMNGQUAN13(3) MENG13
UNITPurchase Requisition Unit of Measure BAMEIUNIT3Assigned to domainCUNITMEINS
DEL_DATCATCategory of Delivery Date LPEINCHAR1Assigned to domainPRGBZ
DELIV_DATEDelivery date LFDATDATS8DATUM
C_AMT_BAPICurrency Amount in BAPI Interfaces BBPCURRDEC23(4) BBPCURR
PRICE_UNITPrice Unit EPEINDEC5DEC5
ACCTASSCATAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
ITEM_CATItem Category in Purchasing Document PSTYPCHAR1Assigned to domainPSTYP
FIXED_VENDFixed Vendor FLIEFCHAR10Assigned to domainALPHALIFNR
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
AGREEMENTNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
AGMT_ITEMItem Number of Principal Purchase Agreement KTPNRNUMC5Assigned to domainEBELP
INFO_RECNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
VEND_MATText string 22 characters CHAR22CHAR22CHAR22
AVAIL_QTYPurchase Requisition Quantity BAMNGQUAN13(3) MENG13
CONF_VENDSingle-Character Indicator CHAR1CHAR1CHAR1
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DOC_TYPEPurchasing Document Type ESARTCHAR4Assigned to domainBSARTBSA
MOVE_TYPEMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
PO_PRICEAdopt Requisition Price in Purchase Order BPUEBCHAR1BPUEB
OBJ_TO_GENSingle-Character Indicator CHAR1CHAR1CHAR1
NO_OBJ_POSSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table BBPPOGN

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