RLOAM_FLOW_DELTA SAP (Delta of Capital Amounts from One Flow) Structure details

Dictionary Type: Structure
Description: Delta of Capital Amounts from One Flow




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




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

RLOAM_FLOW_DELTA 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 "Delta of Capital Amounts from One Flow" 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_RLOAM_FLOW_DELTA TYPE RLOAM_FLOW_DELTA.

The RLOAM_FLOW_DELTA table consists of various fields, each holding specific information or linking keys about Delta of Capital Amounts from One Flow data available in SAP. These include SHWHR (Local currency), D_BZKWR (Current Commitment Capital in Position Currency), D_BAVWR (Disbursement Obligation in Position Currency), D_BEUAVWR (Revised Amount for Disbursement Obligation in Euro).. 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: Not classified


SAP RLOAM_FLOW_DELTA 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
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
SHWHRLocal currency SHWHRCUKY5Assigned to domainWAERS
D_BZKWRCurrent Commitment Capital in Position Currency VVBZKWRCURR15(2) WERTV8_TR
D_BAVWRDisbursement Obligation in Position Currency VVBAVWRCURR15(2) WERTV8_TR
D_BEUAVWRRevised Amount for Disbursement Obligation in Euro TB_BEUAVWRCURR15(2) WERTV8_TR
D_BVAWRValue-Dated Capital in Position Currency VVBVAWRCURR15(2) WERTV8_TR
D_BVAHWValue-Dated Capital in Local Currency VVBVAHWCURR15(2) WERTV8_TR
D_BRPWRRem. Capital Acc. to Debit Position in Position Currency VVBRPWRCURR15(2) WERTV8_TR
D_BRPHWRemaining Capital Acc. to Debit Position in Local Currency VVBRPHWCURR15(2) WERTV8_TR
D_BEURPWRRevised Amount for Remaining Capital in Euro TB_BEURPWRCURR15(2) WERTV8_TR
D_BRPNWRNominal Rem.Capital Acc. to Debit Position in Position Curr. VVBRPNWRCURR15(2) WERTV8_TR
D_BRINWRNominal Effective Capital in Position Currency VVBRINWRCURR15(2) WERTV8_TR
D_BRIWREffective Capital in Position Currency VVBRIWRCURR15(2) WERTV8_TR
D_BRIHWEffective Capital in Local Currency VVBRIHWCURR15(2) WERTV8_TR
D_BATWRUnsched. Repayment: Debit Position in Position Currency VVBATSWRCURR15(2) WERTV8_TR
D_BATHWUnscheduled Repayment: Debit Position in Local Currency VVBATSHWCURR15(2) WERTV8_TR
D_BATNWRNominal Unscheduled Repayment in Position Currency VVBATNWRCURR15(2) WERTV8_TR
D_BATZWRUnsched. Repayment: Incoming Payments in Position Currency VVBATZWRCURR15(2) WERTV8_TR
D_BATZHWUnscheduled Repayment: Incoming Payments in Local Currency VVBATZHWCURR15(2) WERTV8_TR
D_BPTWRScheduled Repayment: Debit Position in Position Currency VVBPTSWRCURR15(2) WERTV8_TR
D_BPTHWScheduled Repayment: Debit Position in Local Currency VVBPTSHWCURR15(2) WERTV8_TR
D_BPTZWRScheduled Repayment: Incoming Payment in Position Currency VVBPTZWRCURR15(2) WERTV8_TR
D_BPTZHWScheduled Repayment: Incoming Payment in Local Currency VVBPTZHWCURR15(2) WERTV8_TR
D_BKGVHWExchange Rate Gains and Losses in Local Currency VVBKGVHWCURR15(2) WERTV8_TR

Key field Non-key field



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

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

How to access SAP table RLOAM_FLOW_DELTA

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