/IBS/TRB_SCHIST SAP (RBD IAS - History Value Adjustment Collateral) Table details

Dictionary Type: Table
Description: RBD IAS - History Value Adjustment Collateral




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




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

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

The /IBS/TRB_SCHIST table consists of various fields, each holding specific information or linking keys about RBD IAS - History Value Adjustment Collateral 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: Date, Recovery Time).. 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_SCHIST 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: Date, Recovery Time /IBS/E_DVERWDATS8/IBS/O_RDATUM
CASHTYPERBD: Cash Category /IBS/E_CASHTCHAR2/IBS/O_CASHT
COLLTYPERBD: Collateral Type /IBS/E_ISSICHCHAR6/IBS/CRB_COLTY_P/IBS/O_RCHR06
HEDGETYPERBD: Hedge Type for IAS Processing /IBS/E_IHEDGCHAR6/IBS/O_RCHR06
RATINGRBD: Credit Standing of Collateral Provider /IBS/E_RATINGCHAR3/IBS/O_RCHR03
SIGN_MANRBD: Indicator for Manually Entered Collateral /IBS/E_KZMANSCHAR1/IBS/O_RYESNO
CURRENCYRBD: Currency of Risk Provision /IBS/E_RBARWCUKY5Assigned to domainWAERS
VALUERBD: Amount in Transaction Currency /IBS/E_BTWHRCURR23(2) /IBS/O_RBTRGV
VEANTRBD: Recoverable Proportion of Collateral in Percent /IBS/E_VEANTDEC5(2) DEC3_2
EXPECTRBD: Expected Amount of Collateral Recovery /IBS/E_EBBWHRCURR23(2) /IBS/O_RBTRGV
PRESENT_VALRBD: Net Present Value in Contract Currency /IBS/E_EBWHRCURR23(2) /IBS/O_RBTRGV
UNWINDINGRBD: Unwinding Amount /IBS/E_BETUNCURR23(2) /IBS/O_RBTRGV
UNWINDING_MEMRBD: Unwinding Amount /IBS/E_BETUNCURR23(2) /IBS/O_RBTRGV
CREDITSYSTEMCredit System /IBS/E_TYPGWCHAR3/IBS/O_RCHR03
RECEIVABLE_IDRBD: Receivable ID /IBS/E_RECIEVCHAR64ALPHA/IBS/O_RECIEV
CAGMTIDCollateral Agreement ID /IBS/E_CAGMTIDCHAR40ALPHA/IBS/O_CAGMTID
RCCOLRBD: Liquidation Costs Collateral (Amount) /IBS/E_RCCOLCURR23(2) /IBS/O_RBTRG
VALUEVTRBD: Collateral Value Including Liquidation Costs /IBS/E_BTWHRVTCURR23(2) /IBS/O_RBTRGV
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_SCHIST using ABAP code

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

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

How to access SAP table /IBS/TRB_SCHIST

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