/IBS/SRB_SHEETH_RS SAP (Structure for RBD Provisions IAS - Header Data of Sheet) Structure details

Dictionary Type: Structure
Description: Structure for RBD Provisions IAS - Header Data of Sheet




ABAP Code to SELECT data from /IBS/SRB_SHEETH_RS
Related tables to /IBS/SRB_SHEETH_RS
Access table /IBS/SRB_SHEETH_RS




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

/IBS/SRB_SHEETH_RS 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 "Structure for RBD Provisions IAS - Header Data of Sheet" 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_/IBS/SRB_SHEETH_RS TYPE /IBS/SRB_SHEETH_RS.

The /IBS/SRB_SHEETH_RS table consists of various fields, each holding specific information or linking keys about Structure for RBD Provisions IAS - Header Data of Sheet data available in SAP. These include RS_PROP (RBD: Probability of Risk Provision Usage), RS_PROP_DR (RBD: Usage Amount Contingent Liability), RS_PASSV (RBD: Indicator Prohibition of Liability Recognition (Reset)), RS_BESTAND (RBD: Provision Balance Current Period).. 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: Cannot Be Enhanced


SAP /IBS/SRB_SHEETH_RS 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
RS_BASISRBD: Open Contingent Liability in Contract Currency /IBS/E_RS_BASISCURR23(2) /IBS/O_RBTRGV
RS_PROPRBD: Probability of Risk Provision Usage /IBS/E_RS_PROPDEC5(2) /IBS/O_RS_PROP
RS_PROP_DRRBD: Usage Amount Contingent Liability /IBS/E_RS_PROP_DRDEC5(2) /IBS/O_RS_PROP
RS_PASSVRBD: Indicator Prohibition of Liability Recognition (Reset) /IBS/E_RS_PASSVCHAR1/IBS/O_RYESNO
RS_BESTANDRBD: Provision Balance Current Period /IBS/E_RSB_AJCURR23(2) /IBS/O_RBTRGV
RS_BESTAND_UNRBD: Position Unwinding Current Period (Reset) /IBS/E_RSB_UN_AJCURR23(2) /IBS/O_RBTRGV
RS_BESTAND_VJRBD: Provision Balance Previous Periods /IBS/E_RSB_VJCURR23(2) /IBS/O_RBTRGV
RS_BESTAND_UN_VJRBD: Position Unwinding Previous Periods (Reset) /IBS/E_RSB_UN_VJCURR23(2) /IBS/O_RBTRGV
RS_BEDARFRBD: Provision Requirement /IBS/E_RS_BDCURR23(2) /IBS/O_RBTRGV
RS_BEDARF_UNRBD: Unwinding Requirements (Provision) /IBS/E_RS_BDUCURR23(2) /IBS/O_RBTRGV
RS_AE_BESTAND_VJRBD: Change Balance Provision Previous Periods /IBS/E_RS_AEB_VJCURR23(2) /IBS/O_RBTRGV
RS_BEDARF_AJRBD: Change Requirement Provision Current Period /IBS/E_RS_BD_AJCURR23(2) /IBS/O_RBTRGV
RS_BEDARF_VJRBD: Change Requirement Provision Previous Periods /IBS/E_RS_BD_VJCURR23(2) /IBS/O_RBTRGV
RS_SUM_IA_ERWARBD: Defined Utilization (Total) /IBS/E_RS_IA_ERWCURR23(2) /IBS/O_RBTRGV
RS_SUM_IA_ABGERBD: NPV of Expected Utilization /IBS/E_RS_SUMIAACURR23(2) /IBS/O_RBTRGV
RS_SUM_CF_ERWARBD: Total Cash Flow Expectation (Reset) /IBS/E_RS_SUMCFECURR23(2) /IBS/O_RBTRGV
RS_SUM_CF_ABGERBD: NPV of Expected Cash Flows (Provision) /IBS/E_RS_SUMCFACURR23(2) /IBS/O_RBTRGV
RS_SUM_SICH_ABRBD: NPV of Expected Collateral Revenues (Reset) /IBS/E_RS_SUMCOACURR23(2) /IBS/O_RBTRGV
RS_SUM_I_UNWRBD: Unwinding Amount /IBS/E_BETUNCURR23(2) /IBS/O_RBTRGV
RS_SUM_I_UNW_MEMRBD: Unwinding Amount /IBS/E_BETUNCURR23(2) /IBS/O_RBTRGV
RS_SUM_UNWRBD: Unwinding Amount /IBS/E_BETUNCURR23(2) /IBS/O_RBTRGV
RS_SUM_UNW_MEMRBD: Unwinding Amount /IBS/E_BETUNCURR23(2) /IBS/O_RBTRGV
RS_SHEETNR_REFRBD: Fair Value Sheet Reference /IBS/E_SHEETNR_REFNUMC10ALPHA/IBS/O_RLFDNR
RS_OP_CH_UNWRBD: Open Position Change Provision /IBS/E_RS_OPCHUNWCURR23(2) /IBS/O_RBTRGV
RS_BEST_UMB_ABRBD: Balance Sheet Transfer - Retirement - Provision /IBS/E_RS_B_UMABCURR23(2) /IBS/O_RBTRGV
RS_BEST_UMB_ZURBD: Balance Sheet Transfer - Acquisition - Provision /IBS/E_RS_B_UMZUCURR23(2) /IBS/O_RBTRGV
RS_INITRBD: Initialization (Provision) for Current Period /IBS/E_RAE_INIT_RSCURR23(2) /IBS/O_RBTRGV
RS_INIT_VJRBD: Initialization of Provision (Previous Periods) /IBS/E_RAE_INIT_RS_VJCURR23(2) /IBS/O_RBTRGV

Key field Non-key field



How do I retrieve data from SAP structure /IBS/SRB_SHEETH_RS using ABAP code?

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

How to access SAP table /IBS/SRB_SHEETH_RS

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