V_T5ASRPROCGROUP is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View V_T5ASRPROCGROUP" 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_T5ASRPROCGROUP TYPE V_T5ASRPROCGROUP .
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 | ||
PROCGRP | ASR_PROCGRP | CHAR | 4 | Group of Processes | ||
CTEXT | TEXT20 | CHAR | 20 | Text (20 Characters) |
Key field | |
Non-key field |
V_T5ASRPROCGROUP - Generated Table for View V_T5ASRPROCGROUP V_T5ASRPROCCONT - Generated Table for View V_T5ASRPROCCONT V_T5ASRPROCCHK - Generated Table for View V_T5ASRPROCCHK V_T5ASRPROC - Generated Table for View V_T5ASRPROC V_T5ASRPRINS - Generated Table for View V_T5ASROBJ_TYPE - Generated Table for View V_T5ASROBJ_TYPE