RSBAIPROV SAP (Temporary Storage of Selected InfoProvider Data) Table details

Dictionary Type: Table
Description: Temporary Storage of Selected InfoProvider Data




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




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

RSBAIPROV is a standard SAP Table which is used to store Temporary Storage of Selected InfoProvider Data data and is available within R/3 SAP systems depending on the version and release level.

The RSBAIPROV table consists of various fields, each holding specific information or linking keys about Temporary Storage of Selected InfoProvider Data data available in SAP. These include RELID (Region in IMPORT/EXPORT Data Table), IDXRID (), PACKNO (), SRTF2 (Next record counter in EXPORT/IMPORT data tables).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RSBAIPROV table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RELIDRegion in IMPORT/EXPORT Data Table INDX_RELIDCHAR2SYCHAR02
IDXRID RS_BA_RFC_IPROV_DTE_IDCHAR32SYSUUID_C
PACKNO RS_BA_RFC_IPRV_DTE_PACKNO_CHARCHAR10
SRTF2Next record counter in EXPORT/IMPORT data tables INDX_SRTF2INT410SYBIN4
INFOPROVInfoProvider RSINFOPROVCHAR30RSINFOPROVRSIRSINFOPROV
INFOPROV_STRUCView: InfoObjects + Nav.Attr. with InfoObject field names(2) RSVIEWTIOBJNM2CHAR30TABNAME
END_OF_DATABoolean RS_BOOLCHAR1RS_BOOL
SYSTEM_TIME RS_BA_RFC_IPRV_DTE_SYSTEMTIMENUMC15TSTPSTZNTSTMPSL
USERNAMEUser name USERNAMECHAR12USERNAME
CLUSTR RS_BA_RFC_IPROV_DTE_DATALNINT25DATALN
CLUSTD RS_BA_RFC_IPROV_DTE_DATALRAW32000

Key field Non-key field



How do I retrieve data from SAP table RSBAIPROV using ABAP code

The following ABAP code Example will allow you to do a basic selection on RSBAIPROV to SELECT all data from the table
DATA: WA_RSBAIPROV TYPE RSBAIPROV.

SELECT SINGLE *
FROM RSBAIPROV
INTO CORRESPONDING FIELDS OF WA_RSBAIPROV
WHERE...

How to access SAP table RSBAIPROV

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