V_ISSR_IFTOTAB 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_ISSR_IFTOTAB TYPE V_ISSR_IFTOTAB .
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 | Client | ||
TOTABLE | TOTABLE | CHAR | 30 | DD02L | Receiver Table | |
TABLEGROUP | ISSR_TABLEGROUP | CHAR | 30 | TISSR_MATABGRP | Table group | |
SUMTABLE | ISSR_SUMTABLE | CHAR | 30 | DD02L | Summary table | |
NUMKR_OBJEKT | NROBJ | CHAR | 10 | Name of number range object | ||
NUMKR_INTERVALL | NRNR | CHAR | 2 | Number range number | ||
STRUC_ALV_PROT | ISSR_TOTAB_OUTPUT_STRUCTURE | CHAR | 30 | Output struct. | ||
DESCRIPTION | ISSR_DESCRIPTION | CHAR | 60 | Description |
Key field | |
Non-key field |