- Home
- Resources
- SAP Tables
- SGOS_TREE - SGOS: View of Generic Services (cl_gui_simple_tree)
SAP Table SGOS_TREE
SGOS: View of Generic Services (cl_gui_simple_tree)
SGOS_TREE (SGOS: View of Generic Services (cl_gui_simple_tree)) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.
Additionally we provide an overview of foreign key relationships, if any, that link SGOS_TREE to other SAP tables.
Source: SGOS_TREE (SGOS: View of Generic Services (cl_gui_simple_tree))
SGOS_TREE table fields
Field |
Data element |
Checktable |
Datatype |
Length |
Decimals |
|
NKEY |
ALV Tree Control: Node Key |
LVC_NKEY |
|
CHAR |
|
12 |
0 |
|
NAME |
Technical Name of Generic Object Service |
SGS_SRVNAM |
|
CHAR |
|
12 |
0 |
|
CLSNAME |
Object Type Name |
SEOCLSNAME |
|
CHAR |
|
30 |
0 |
|
SERVICE |
|
CL_GOS_SERVICE |
|
REF |
|
0 |
0 |
|
STATUS |
SGOS: Status of a Service Object |
SGS_STATUS |
|
INT1 |
|
3 |
0 |
Possible values
0 |
Active |
1 |
Inactive |
2 |
Invisible |
|
TYPE |
SGOS: Service Type |
SGS_SRVTYP |
|
INT1 |
|
3 |
0 |
Possible values
1 |
Single Service |
2 |
Service List and Default Service |
3 |
Service List |
4 |
Service with Sub-Functions and Default |
5 |
Service with Sub-Functions |
|
ISCONTROL |
SGOS: Service Executable as Control |
SGS_ISCNTL |
|
CHAR |
|
1 |
0 |
Possible values
X |
Available |
NULL |
Not available |
|
PREVSRV |
Predecessor |
SGS_SRVPRV |
|
CHAR |
|
12 |
0 |
|
NEXTSRV |
Next Object Service in Menu and Toolbox |
SGS_SRVNXT |
|
CHAR |
|
12 |
0 |
|
SUBSRV |
Subordinate Object Service in Menu and Toolbox |
SGS_SRVSUB |
|
CHAR |
|
12 |
0 |
|
ICON |
Icon for the Generic Object Service |
SGS_ICON |
|
CHAR |
|
30 |
0 |
|
SRVCMIT |
SGOS: Service Requires Commit Work for Data Backup |
SGS_COMMIT |
|
CHAR |
|
1 |
0 |
Possible values
X |
Available |
NULL |
Not available |
|
TEXT |
Description of Generic Object Services |
SGS_DESCR |
|
CHAR |
|
40 |
0 |
|
ICONTEXT |
Quick Info Text for the Icon of this Object Service |
SGS_QINFO |
|
CHAR |
|
30 |
0 |
|
FUNCTION |
Function Code |
UI_FUNC |
|
CHAR |
|
70 |
0 |
|