RDISB_DERIVED_INFO SAP (Derived Information for Disbursement) Structure details

Dictionary Type: Structure
Description: Derived Information for Disbursement




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




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

RDISB_DERIVED_INFO 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 "Derived Information for Disbursement" 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_RDISB_DERIVED_INFO TYPE RDISB_DERIVED_INFO.

The RDISB_DERIVED_INFO table consists of various fields, each holding specific information or linking keys about Derived Information for Disbursement data available in SAP. These include IFULLPART (Full / Partial Disbursement Indicator), ADISBGROSS (Gross Disbursement Amount), PDISBQUOTE (Disbursement Quota), INETGROSS (Gross / Net Disbursement Amount).. 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 RDISB_DERIVED_INFO 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
CONTRCURRCurrency SWHRCUKY5Assigned to domainWAERSWHR
IFULLPARTFull / Partial Disbursement Indicator TB_DISBFULLPARTCHAR1XFELD
ADISBGROSSGross Disbursement Amount TB_DISBGROSSCURR13(2) WERTV7
PDISBQUOTEDisbursement Quota TB_DISBQUOTEDEC12(8) T_DISBQUOTE
INETGROSSGross / Net Disbursement Amount TB_DISB_NETGROSSCHAR1T_DISBNETGROSS
ADISCWITHHDiscount Withheld / Premium Disbursement TB_DISCWITHHCURR13(2) WERTV7
AARRWITHHArrears Witheld TB_ARRWITHHCURR13(2) WERTV7
AOTHERSWITHHOther Amounts Withheld TB_OTHERSWITHHCURR13(2) WERTV7
ADRAWINGSAmount Drawn by a Third Party TB_DRAWINGSCURR13(2) WERTV7
AARRNOTWITHHOverdue Items not Withheld TB_ARRNOTWITHHCURR13(2) WERTV7
DWITHHUPTOWithhold.Up To TB_WITHHUPTODATS8DATUM
DEXCHANGERDate of Exchange Rate TB_DISBDEXCHANGERDATS8DATUM
MTEMPLNOTemplate Number TB_DISBTEMPLNOCHAR2CHAR02
DFIXEDFROMDate Condition Effective from DGUELDATS8DATUM
AVALIDATCAPValue-Dated Capital on the Due Date TB_VALDATCAPCURR13(2) WERTV7
ADISBOFFDisbursement Obligation at Start of Fixed Period TB_ADISBOFFCURR13(2) WERTV7
AAVDISOBAvailable Disbursement Obligation on Due Date TB_DISBAVDISOBCURR13(2) WERTV7
AREMDISOBRemaining Disbursement Obligation TB_DISBREMDISOBCURR13(2) WERTV7
PDISBRATEPay-in/disbursement rate KZAHLUNGDEC10(7) DEC3_7

Key field Non-key field



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

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

How to access SAP table RDISB_DERIVED_INFO

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