V_T056I is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this View. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_V_T056I TYPE V_T056I .
Below is the documentation avaialable and full details of the fields which make up this View.
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 | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
MANDT | MANDT | CLNT | 3 | T000 | Client | |
IRULE | IRULE | CHAR | 10 | T056G | Interest Calculation Rule | ALPHA |
CURR | WAERS | CUKY | 5 | TCURC | Currency Key | |
INDICAT | SHKZG | CHAR | 1 | Debit/Credit Indicator | ||
DATEFROM | FKK_DAT_IV | CHAR | 8 | Date from which the entry is valid | INVDT | |
NUMB | FKKNUMB | CHAR | 15 | Sequence Number | ||
AMOUNTFROM | FKKBTRGAB | CURR | 13(2) | Interest Amount Limit | ||
SCALE | FKKSCALE | CHAR | 2 | Amount-independent levels for interest rate determination | ALPHA | |
REFERENCE | REFERENZ | CHAR | 10 | T056R | Reference Interest Rate | |
ZILABEZ | LAZITEXT | CHAR | 60 | Long text for reference interest rate | ||
SURCHARGE | DZUSCHLZIN | DEC | 9(6) | Premium or discount on reference interest | ||
MINPERCENT | MINPERCENT | DEC | 10(7) | Minimum percentage rate | ||
MAXPERCENT | MAXPERCENT | DEC | 10(7) | Maximum percentage rate | ||
NAME | KTEXT | CHAR | 20 | General Name |
Key field | |
Non-key field |