RSEBANI SAP (Additional data fields relevant to purchasing) Structure details

Dictionary Type: Structure
Description: Additional data fields relevant to purchasing




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




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

RSEBANI 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 "Additional data fields relevant to purchasing" 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_RSEBANI TYPE RSEBANI.

The RSEBANI table consists of various fields, each holding specific information or linking keys about Additional data fields relevant to purchasing data available in SAP. These include BEDNR (Requirement Tracking Number), KZFIX (Indicator: Purchasing info record data are fixed), KUNNR (Customer), EMLIF (Vendor to be supplied/who is to receive delivery).. 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 RSEBANI 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
AFNAMName of Requisitioner/Requester AFNAMCHAR12AFNAM
BEDNRRequirement Tracking Number BEDNRCHAR10CHAR10
KZFIXIndicator: Purchasing info record data are fixed CN_KZFIXCHAR1XFELD
KUNNRCustomer EKUNNRCHAR10Assigned to domainALPHAKUNNRKUN
EMLIFVendor to be supplied/who is to receive delivery EMLIFCHAR10Assigned to domainALPHALIFNR
ADRN2Address number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
KALNRCost Estimate Number for Cost Est. w/o Qty Structure CK_KALNRNUMC12Assigned to domainCK_KALNRKNR
KLVARCosting Variant CK_KLVARCHAR4Assigned to domainKLVARKRT
WKURSExchange Rate WKURSDEC9(5) EXCRTKURSP
RSCOMPSpare Part Indicator RSCOMPCHAR1XFELD
MFLICProcurement indicator CN_MFLICCHAR3TCNMFCN_MFLIC
FPLNRBilling plan number / invoicing plan number FPLNRCHAR10Assigned to domainFPLNR
FLIEFFixed Vendor FLIEFCHAR10Assigned to domainALPHALIFNR
BSTLNBill of material STNUMCHAR8NUMCVSTNUMSTLNR
BSTLTBOM category STLTYCHAR1STLTY
STKANEdge in the exploded BOM tree STKANNUMC6STKAN
GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
GUID_16GUID in 'RAW' format GUID_16RAW16SYSUUID
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
SOBSLSpecial procurement type SOBSLCHAR2T460ASOBSL
STRECKEInd.: Third-party requisition STRECKECHAR1XFELD
CREADATDate on Which Record Was Created ERDATDATS8DATUM
CREABYName of Person who Created the Object ERNAMCHAR12USNAM
PPE_EXTERN_KEYChar63 CHAR63CHAR63CHAR63
CHANGEBYName of Person Who Changed Object AENAMCHAR12USNAM
CHANGEDATChanged On AEDATDATS8DATUM
BRTDATEFixed key date BRUTRDATS8DATUM
IDNLFMaterial Number Used by Vendor IDNLFCHAR35IDNEX
MFRPNManufacturer Part Number MFRPNCHAR40CHAR40
MFRNRNumber of a Manufacturer MFRNRCHAR10Assigned to domainALPHALIFNR
CATALOGIDIdentifier for allowed catalogs KATALOGIDCHAR20Assigned to domainKATALOGID
CATALOG_PROD_IDProduct ID in Catalog CATALOG_PROD_IDCHAR40CATALOG_PROD_ID
MCN33Single-Character Indicator CHAR1CHAR1CHAR1
.INCLU--AP 0
ADPIC_REF_RSPOSReference item ADPIC_D_REF_RSPOSNUMC4RSPOS

Key field Non-key field



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

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

How to access SAP table RSEBANI

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