V_T7PIQ_ACADOBJS 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_T7PIQ_ACADOBJS" 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_T7PIQ_ACADOBJS TYPE V_T7PIQ_ACADOBJS .
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 | |
PLVAR | PLVAR | CHAR | 2 | T778P | Plan Version | |
OTYPE | OTYPE | CHAR | 2 | T778O | Object Type | |
OBJID | HROBJID | NUMC | 8 | PLOGI | Object ID | |
ISTAT | ISTAT_D | CHAR | 1 | T778S | Planning Status | |
BEGDA | BEGDATUM | DATS | 8 | Start Date | ||
ENDDA | ENDDATUM | DATS | 8 | End Date | ||
LANGU | LANGU | LANG | 1 | T002 | Language Key | ISOLA |
SEQNR | SEQNR | NUMC | 3 | Number of Infotype Record with Same Key | ||
SHORT | SHORT_D | CHAR | 12 | Object Abbreviation | ||
STEXT | STEXT | CHAR | 40 | Object Name |
Key field | |
Non-key field |