/IBS/TRB_SHIST_I SAP (RBD IAS - History Provision Utilization) Table details

Dictionary Type: Table
Description: RBD IAS - History Provision Utilization




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




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

/IBS/TRB_SHIST_I is a standard SAP Table which is used to store RBD IAS - History Provision Utilization data and is available within R/3 SAP systems depending on the version and release level.

The /IBS/TRB_SHIST_I table consists of various fields, each holding specific information or linking keys about RBD IAS - History Provision Utilization data available in SAP. These include SHEETNR (RBD: Fair Value Sheet), POSIT (RBD: Sequence Number), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), DUE_DATE (RBD: Due Date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /IBS/TRB_SHIST_I 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
MANDANTClient MANDTCLNT3Assigned to domainMANDT
SHEETNRRBD: Fair Value Sheet /IBS/E_SHEETNRNUMC10ALPHA/IBS/O_RLFDNR
POSITRBD: Sequence Number /IBS/E_POSITNUMC10ALPHA/IBS/O_RLFDNR
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DUE_DATERBD: Due Date /IBS/E_DFAELLDATS8/IBS/O_RDATUM
CURRENCYRBD: Currency of Risk Provision /IBS/E_RBARWCUKY5Assigned to domainWAERS
RATERBD: Expected Utilization (Installment) /IBS/E_RB_IACURR23(2) /IBS/O_RBTRGV
SIGN_DEB_CREDRBD: Debit / Credit Indicator Individual Item Source System /IBS/E_KZSHVCHAR1/IBS/O_RSHKZG
RS_PROPRBD: Probability of Risk Provision Usage /IBS/E_RS_PROPDEC5(2) /IBS/O_RS_PROP
EXPECTRBD: Expected Utilization (Weighted) /IBS/E_RB_IA_EXPWCURR23(2) /IBS/O_RBTRGV
PRESENT_VALRBD: Net Present Value in Contract Currency /IBS/E_EBWHRCURR23(2) /IBS/O_RBTRGV
CFTYPRBD: Cash Flow Category /IBS/E_CFTYPCHAR6/IBS/O_CFTYP
CFCATRBD: Cash Flow Category /IBS/E_CFCATCHAR2/IBS/O_CFCAT
ANUSRRBD: User Who Made First Entry /IBS/E_RANUSRCHAR12Assigned to domainXUBNAME
ANDATRBD: Date of First Entry /IBS/E_RANDATDATS8/IBS/O_RDATUM
ANUHRRBD: Time First Entry Was Made /IBS/E_RANUHRTIMS6/IBS/O_RUZEIT
ANHERRBD: Origin of First Entry /IBS/E_RANHERCHAR20Assigned to domainTCODE
AEUSRRBD: User who Made the Change /IBS/E_RAEUSRCHAR12Assigned to domainXUBNAME
AEDATRBD: Date of Last Change /IBS/E_RAEDATDATS8/IBS/O_RDATUM
AEUHRRBD: Time of Last Change /IBS/E_RAEUHRTIMS6/IBS/O_RUZEIT
AEHERRBD: Origin of Last Change /IBS/E_RAEHERCHAR20Assigned to domainTCODE

Key field Non-key field



How do I retrieve data from SAP table /IBS/TRB_SHIST_I using ABAP code

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

SELECT SINGLE *
FROM /IBS/TRB_SHIST_I
INTO CORRESPONDING FIELDS OF WA_/IBS/TRB_SHIST_I
WHERE...

How to access SAP table /IBS/TRB_SHIST_I

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