R2BANC SAP (BBP Strcture R/2 BANC Accnt Assignment Purchase Requisition) Structure details

Dictionary Type: Structure
Description: BBP Strcture R/2 BANC Accnt Assignment Purchase Requisition




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




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

R2BANC 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 Strcture R/2 BANC Accnt Assignment Purchase Requisition" 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_R2BANC TYPE R2BANC.

The R2BANC table consists of various fields, each holding specific information or linking keys about BBP Strcture R/2 BANC Accnt Assignment Purchase Requisition data available in SAP. These include MAFID (Master File ID), 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 R2BANC 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 Master File ID0
BUKRS Company Code0
WERKS Plant0
MATNR Material Number0
BANFN Purchase Requisition Number0
BNFPO Item Number for Purchase Requisition0
KNTPO Item Number of Account Assignment Record0
LOEKZ Deletion Indicator for Account Assignmnet Item0
EBAKZ Indicator that Purchase Requistion Fully Ordered0
AEDAT Creation/Change/Deletion Date0
MENGE Purchase Requisition Quantity0
VPROZ Percentage for Division in Multiple Account Assignment0
BAWRT Requisition Value0
SAKTO G/L Account Number0
GSBER Business Area0
KOSTL Cost Center0
PROJN Project Number (16 figure)0
KDANR Sales Order Number0
KDHPS Main Item of Sales Order0
KDUPS Customer Order Sub-item0
ANLN0 Asset Key with preceeding zeros0
ANLN1 Main Asset Number0
ANLN2 Asset Sub-number0
AUFNR Order Number0
AUFPS Item Number of Order0
WEMPF Goods Recipient0
ABLAD Unloading Point0

Key field Non-key field



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

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

How to access SAP table R2BANC

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