ID_ALL 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_ID_ALL TYPE ID_ALL .
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 | |
RANL | VVRANLW | CHAR | 13 | Security ID Number | ALPHA | |
SSTATI | SEC_STATUS | NUMC | 2 | Status of a security | ||
GSART | VVSART | CHAR | 3 | TZPA | Product Type | |
XALKZ | XALKZ | CHAR | 15 | Short name | ||
XALLB | XALLB | CHAR | 60 | Long name | ||
REPKE | REPKE_NEW | CHAR | 10 | Issuer Identity Key | ALPHA | |
REWHR | REWHR | CUKY | 5 | TCURC | Issue currency | |
SPRAS | SPRAS | LANG | 1 | T002 | Language Key | ISOLA |
LTX | TEXT30 | CHAR | 30 | Text (30 Characters) |
Key field | |
Non-key field |