R2BANF SAP (BBP Structure R/2 BANF) Structure details

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




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




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

R2BANF 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 BANF" 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_R2BANF TYPE R2BANF.

The R2BANF table consists of various fields, each holding specific information or linking keys about BBP Structure R/2 BANF data available in SAP. These include MAFID (Mafid), BUKRS (Company Code), WERKS (Plant), MATNR (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 R2BANF 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
MANDA Client0
MAFID Mafid0
BUKRS Company Code0
WERKS Plant0
MATNR Material Number0
BANFN Purchase Requisition Number0
BNFPO Item Number0
KNTPO Item Number Account Assignment Record0
BSART Order Type / Contract Type0
BSAKZ Order Type Indicator0
BSTAT Processing Status0
ESTKZ Creation Indicator0
FRGKZ Release Flag0
FRGZU Release Status of Purchase Requisition0
FRGST Release Strategy0
AEDAT Creation/Change/Deletion Date0
BLOEK Deletion Indicator0
SBNAM Name of user responsible0
AFNAM Requester0
LGORT Storage Location0
MATKL Material Class / Material Group0
EKGRP Purchasing Group0
DISPO MRP Controller0
BEDNR Number of External Requisition Note0
TXS01 Language Key0
TXZ01 Text Line0
TXS02 Language Key0
LFDAT Delivery / Completion Date0
DLFWO Indicator Delivery Date Display0
FRGDT Release Date0
BADAT Creation Date of Purchase Requisition0
BAMNG Purchase Requisition Quantity0
MEINS Stockkeeping Unit0
PREIS Price of Purchase Requisition0
PEINH Price Unit0
BDDAT Date of Last Monitoring0
BATOL Resubmission Interval of Purchase Requisition0
BVDRK Number of Resubmissions0
LIFNR Supplier0
BVDAT Creation/Change/Deletion Date0
BUMNG Requirements Quantity0
WEBAZ Processing Time for Goods Receipt0
PSTYP Item Category0
WEPOS Indicator for Goods Receipt0
REPOS Indicator for Invoice Entry0
KFLAG Internal Indicator for Account Assignment0
AUPOS Number of Multiple Account Assignment Items0
VRTKZ Indicator Division Multiple Account Assignment0
TWRKZ Indicator for Partial Invoice Entry0
BSDAT Creation Date of Purchase Order0
BBSTN Purchase Order Number0
BSMNG Order Quantity0
EBAKZ Indicator: Requisition Closed0
FLIEF Fixed Supplier0
KTKBU Company Code0
KTKNR Number of Outline Agreement0
KTPNR Item Number of Outline Agreement0
KTMFD Mafid of Outline Agreement in Contract0
INFNR Info Record Number0
RESNR Reservation Number0
RESBK Company Code of Supplying Plant at TR0
RESWK Reservation Plant for Transfer Requirement0
BWTAR Valuation Type0
GSBER Business Area0
KZBRB Indicator: Gross Requirement B/' '0

Key field Non-key field



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

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

How to access SAP table R2BANF

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