RSCREEN_DISBURSEMENT is an SAP Structure so does not store data like a database table does but can be used to process "Screen Fields 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_RSCREEN_DISBURSEMENT TYPE RSCREEN_DISBURSEMENT .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
CONTRACT_AMOUNT | TB_VIEW_CONTRACT_AMOUNT | CURR | 13(2) | Total Loan Amount | ||
TB_CLI_AMOUNT_INSURED | CURR | 13(2) | Single Premium for Credit Life Insurance | |||
CHARGE | TB_VIEW_CHARGE | CURR | 13(2) | Charges | ||
CAPITAL_REDUCTION | VVBMIWR | CURR | 15(2) | Capital Reduction in Position Currency | ||
REVERSAL_DEDUCTION | TB_VIEW_REVERSAL_DEDUCTION | CURR | 15(2) | Reverse Withholding | ||
NET_OUTPAYMENT_AMOUNT | BZHLGNET | CURR | 13(2) | Net outpayment amount | ||
DISCHARGED_DEBT_AMOUNT | TB_VIEW_DISCHARGED_DEBT_AMOUNT | CURR | 13(2) | Loan Amount for Discharging | ||
DISCHARGED_DEBT_AMOUNT_WERTV7 | TB_VIEW_DISCHARGED_DEBT_AMOUN2 | CURR | 13(2) | Loan Amount for Discharging | ||
DRAWN_AMOUNT | SVERF | CURR | 13(2) | Drawn Amount | ||
BALANCE | BRESVER | CURR | 13(2) | Remain. Amnt (Difference) Btwn Pmnt Amnt and Drawing Amnt | ||
CURR | WAERS | CUKY | 5 |
* | Currency Key |
Key field | |
Non-key field |
RSCREEN_DISBURSEMENT - Screen Fields for Disbursement RSCREEN_CREDIT_STANDING_RETURN - Changeable Fields for VDARL from Credit Standing RSCREEN_CREDIT_STANDING - Screen Fields for Credit Standing RSCREEN_CONTRACTPARAM - Screen Fields for Contract Parameters RSCREEN_COND_DEFINING_PARAM - Condition-Defining Parameters RSCREEN_CANCRES - Screen Structure Withdrawal / Rescission