R2BSPS SAP (BBP Structure R/2 BSPS) Structure details

Dictionary Type: Structure
Description: BBP Structure R/2 BSPS




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




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

R2BSPS 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 "BBP Structure R/2 BSPS" 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_R2BSPS TYPE R2BSPS.

The R2BSPS table consists of various fields, each holding specific information or linking keys about BBP Structure R/2 BSPS data available in SAP. These include BUZ02 (Account Assignment Item Number), MATCB (Material Control Byte), SGBYC (Segment Byte Control), BUKRS (Company Code).. 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 R2BSPS 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
BUZEI Item Number0
BUZ02 Account Assignment Item Number0
MATCB Material Control Byte0
SGBYC Segment Byte Control0
BUKRS Company Code0
POSNR Item Number0
KFLAG Internal Indicator for Account Assignment0
LOEKZ Deletion Indicator/-Marking0
STATU Status of Purchasing Document0
PEADT Date Entered/Changed/Deleted0
BANFN Purchase Requisition Number0
BNFPO Item Number for Purchase Requisition0
KNTPO Item Number of Purchase Order Account Assignment0
ARTNR Material Number0
WERKS Plant0
LGORT Storage Location0
PSTYP Item Category0
MATKL Material Class / Material Group0
MENGE Quantity0
MEINS Unit of Measure0
UMREF Conversion Factor for the Purchase Order Quantity0
LFDAT Delivery Date0
DLFWO Indicator Delivery Date Display0
SLFDT Statistics-relevant Delivery Date0
FRGDT Reservation Date0
KZSTU Indicator BOM Explosion0
BONUS Indicator: Volume-based Rebate0
INSMK Indicator for Status0
SPINF Indicator Info Record Update0
WEBAZ GR Processing Time0
UEBTO Overdelivery Tolerance Limit0
UEBTK Indicator for Overdelivery Tolerance0
UNTTO Underdelivery Tolerance Limit0
UNTTK Indicator for Underdelivery Tolerance0
PRSDR Indicator Price Printout0
NETPR Net Order Price0
NETWR Net Purchase Order Value (base unit)0
BRTWR Gross Value of Purchase Order Item0
PREIS Purchase Order Gross Price0
PEINH Price Unit0
ZSCHL Price Supplement / Reduction (Fixed Costs)0
BWTAR Valuation Type0
WEPOS Indicator for Goods Receipt0
REPOS Indicator for Invoice Entry0
WEBRE Indicator: GR-based Invoice Verification0
WEMPF Goods Recipient0
ABLAD Unloading Point0
BEDNR Requirement Tracking Number0
MAHN1 Dunning Key 10
MAHN2 Dunning Key 20
MAHN3 Dunning Key 30
MAHNZ Reminder Counter0
TXZ01 Short Text Lines of Purchase Order Item0
ELIKZ 'Del. completed' Ind.0
EREKZ Balance Invoice Indicator0
EBAKZ Indicator: Requisition Closed0
KZABS Indicator Order Acknowledgement Requirement0
LABNR Number of Order Acknowledgement0
INFNR Info Record Number0
IDNLF Material Number Used by Vendor0
MWSKZ Value Added Tax Indicator0
QZTYP Certificate Category0
AUPOS Number Account Assignment Items0
VRTKZ Indicator for Division by Goods Receipt0
TWRKZ Indicator for Partial Invoice Entry0
VPROZ Percentage Rate for Division0
VERSL Shipping Tax Key0
STZSL Custom Tax Key0
BWTTY Valuation Category0
NTGEW Net Weight0
KUNNR Customer Number0

Key field Non-key field



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

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

How to access SAP table R2BSPS

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