SIMGSCR SAP (Fields for Group SIMG screens) Structure details

Dictionary Type: Structure
Description: Fields for Group SIMG screens




ABAP Code to SELECT data from SIMGSCR
Related tables to SIMGSCR
Access table SIMGSCR




Structure field list including key, data, relationships and ABAP select examples

SIMGSCR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Fields for Group SIMG screens" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SIMGSCR TYPE SIMGSCR.

The SIMGSCR table consists of various fields, each holding specific information or linking keys about Fields for Group SIMG screens data available in SAP. These include G_NES_09 (Activity), G_CRI_09 (Critical), G_COU_09 (Country code in IMG), G_RA1_09 (Select activities for countries).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SIMGSCR structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
G_VGM_09Assignment to the Procedure Model VORMZ_DCHAR3VORMZVORMZ
G_NES_09Activity SIMG_ACTNUMC1SIMG_ACT
G_CRI_09Critical SIMG_CRITNUMC1SIMG_CRIT
G_COU_09Country code in IMG SIMG_COUCHAR3T005LAND1
G_RA1_09Select activities for countries XFELD_3CHAR1XFELD
G_RA2_09Select activities for countries XFELD_3CHAR1XFELD
G_RA3_09Select activities for countries XFELD_3CHAR1XFELD
G_VGM_091Assignment to the Procedure Model VORMZ_DCHAR3VORMZVORMZ
G_VGM_TXTName of the implementation phase in the Procedure Model VORMTXCHAR40TEXT40
G_VGM_MRKCheckbox XFELDCHAR1XFELD
G_NES_092Activity SIMG_ACTNUMC1SIMG_ACT
G_NES_TXTExplanatory short text DDTEXTCHAR60DDTEXT
G_NES_MRKCheckbox XFELDCHAR1XFELD
G_CRI_093Critical SIMG_CRITNUMC1SIMG_CRIT
G_CRI_TXTExplanatory short text DDTEXTCHAR60DDTEXT
G_CRI_MRKCheckbox XFELDCHAR1XFELD
G_COU_094Country code in IMG SIMG_COU2CHAR3T005LAND1
G_COU_TXTText, 40 Characters Long TEXT40CHAR40TEXT40
G_COU_MRKCheckbox XFELDCHAR1XFELD
P_RA1_0100Checkbox XFELDCHAR1XFELD
P_RA2_0100Checkbox XFELDCHAR1XFELD
P_FIL_0100Text field of length 8 TEXT8CHAR8TEXT8
P_PAT_0100Local file for upload/download LOCALFILECHAR128LOCALFILE
P_VP1_0100Checkbox XFELDCHAR1XFELD
P_VP2_0100Checkbox XFELDCHAR1XFELD
P_VP3_0100Checkbox XFELDCHAR1XFELD
P_HL1_0100Checkbox XFELDCHAR1XFELD
P_HL2_0100Checkbox XFELDCHAR1XFELD
P_LEV_0100Hierarchy level HIER_LEVELNUMC1NUM1
P_VIC_0100Checkbox XFELDCHAR1XFELD
P_VIN_0100Unique ID - 32 characters HIER_GUIDCHAR32SYCHAR32

Key field Non-key field



How do I retrieve data from SAP structure SIMGSCR using ABAP code?

As SIMGSCR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SIMGSCR as there is no data to select.

How to access SAP table SIMGSCR

Within an ECC or HANA version of SAP you can also view further information about SIMGSCR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!