BBPS_PROCUREMENT SAP (Determine Procurement Transaction Item - Transfer SC) Structure details

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




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




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

BBPS_PROCUREMENT 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 "Determine Procurement Transaction Item - Transfer SC" 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_BBPS_PROCUREMENT TYPE BBPS_PROCUREMENT.

The BBPS_PROCUREMENT table consists of various fields, each holding specific information or linking keys about Determine Procurement Transaction Item - Transfer SC data available in SAP. These include PREQ_ITEM (Item Number of Purchase Requisition), CATALOG (Technical Key of a Web Service (for Example - a Catalog)), PUR_GROUP (Purchasing Group), PREQ_NAME (Name of Requisitioner/Requester).. 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: Cannot Be Enhanced


SAP BBPS_PROCUREMENT 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
CATALOGTechnical Key of a Web Service (for Example - a Catalog) BBP_WS_SERVICE_IDCHAR20BBP_WS_SERVICE_ID
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_PROFManufacturer Part Profile MPROFCHAR4Assigned to domainMPROF
MANU_MATManufacturer Part Number MFRPNCHAR40CHAR40
MFR_NONumber of a Manufacturer MFRNRCHAR10Assigned to domainALPHALIFNR
MFR_NO_EXTExternal manufacturer code name or number EMNFRCHAR10CHAR10
SHORT_TEXTShort Text TXZ01CHAR40TEXT40
MAT_GRPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
PLANTPlant EWERKCHAR4Assigned to domainWERKSWRK
STORE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
SUPPL_PLANTSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
QUANTITYPurchase Requisition Quantity BAMNGQUAN13(3) MENG13
UNITPurchase Requisition Unit of Measure BAMEIUNIT3Assigned to domainCUNITMEINS
DEL_DATCATDate type (day, week, month, interval) LPEIN_INTCHAR1PRGRS
DELIV_DATEDelivery Date BBP_LFDATDATS8DATUM
C_AMT_BAPIPrice in purchase requisition BAPREBAPIDEC23(4) BAPICURR
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_MATMaterial number used by vendor IDNLF22CHAR22IDNEX22
AVAIL_QTYAvailable quantity of material as at delivery date BBP_AVAMGQUAN13(3) MENG13
CONF_VENDItem confirmed/acknowledged by vendor BBP_CONFVCHAR1XFELD
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DOC_TYPEPurchasing document type BBP_ESARTCHAR4Assigned to domainBSART
MOVE_TYPEMovement Type (Inventory Management) BWARTCHAR3Assigned to domainBWARTBWA
PO_PRICEAdopt Requisition Price in Purchase Order BPUEBCHAR1BPUEB
OBJ_TO_GENAnalysis Result: Object to be Generated BBP_OBJ_TO_GENCHAR1BBP_OBJ_TO_GEN
NO_OBJ_POSNo MM object possible BBP_NO_OBJ_POSCHAR1XFELD
GROUP_15 Character Numeric NUMC NUMC5NUMC5NUM5

Key field Non-key field



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

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

How to access SAP table BBPS_PROCUREMENT

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