SAP ABAP Interface IF_SGEN_CONSTANTS (Constants for SGEN)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-UPG-TLS-TLA (Application Component) Upgrade Tools for ABAP
⤷
SLGN (Package) Post-Upgrade Generation Tools

⤷

⤷

Properties
Interface | IF_SGEN_CONSTANTS | |
Short Description | Constants for SGEN |
General Data
Package | SLGN | Post-Upgrade Generation Tools |
Created | 20100526 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SGEN_CONSTANTS has no forward declaration.
Interfaces
Interface IF_SGEN_CONSTANTS has no interface.
Friends
Interface IF_SGEN_CONSTANTS has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_DONE | Constant | Public | Type reference (TYPE) | I | 1 | 20100610 | ||
2 | GC_GENSTATUS_DONE | Constant | Public | Type reference (TYPE) | CHAR1 | 'X' | Single-Character Flag | 20100614 | |
3 | GC_GENSTATUS_ERROR | Constant | Public | Type reference (TYPE) | CHAR1 | 'E' | Single-Character Flag | 20100614 | |
4 | GC_GENSTATUS_INITIAL | Constant | Public | Type reference (TYPE) | CHAR1 | 'I' | Single-Character Flag | 20100614 | |
5 | GC_GENSTATUS_IN_PROCESS | Constant | Public | Type reference (TYPE) | CHAR1 | 'P' | Single-Character Flag | 20100614 | |
6 | GC_GENSTATUS_SYNTAX_ERROR | Constant | Public | Type reference (TYPE) | CHAR1 | 'S' | Single-Character Flag | 20100614 | |
7 | GC_GEN_TYPES | Constant | Public | Type reference (TYPE) | CHAR8 | '1CFJKMST' | Character field, 8 characters long | 20100526 | |
8 | GC_INCLUDE_TYPE | Constant | Public | Type reference (TYPE) | CHAR1 | 'I' | Single-Character Flag | 20100526 | |
9 | GC_JOBNAME | Constant | Public | Type reference (TYPE) | BTCJOB | 'RSPARAGENER8M' | Background Job Name | 20100526 | |
10 | GC_JOB_ABORTED | Constant | Public | Type reference (TYPE) | CHAR1 | 'A' | Single-Character Flag | 20100526 | |
11 | GC_JOB_FINISHED | Constant | Public | Type reference (TYPE) | CHAR1 | 'F' | Single-Character Flag | 20100526 | |
12 | GC_JOB_NOTEXIST | Constant | Public | Type reference (TYPE) | CHAR1 | '0' | Single-Character Flag | 20100526 | |
13 | GC_JOB_PRELIMINARY | Constant | Public | Type reference (TYPE) | CHAR1 | 'P' | Single-Character Flag | 20100526 | |
14 | GC_JOB_READY | Constant | Public | Type reference (TYPE) | CHAR1 | 'Y' | Single-Character Flag | 20100526 | |
15 | GC_JOB_RUNNING | Constant | Public | Type reference (TYPE) | CHAR1 | 'R' | Single-Character Flag | 20100526 | |
16 | GC_JOB_SCHEDULED | Constant | Public | Type reference (TYPE) | CHAR1 | 'S' | Single-Character Flag | 20100526 | |
17 | GC_JOB_UNKNOWN | Constant | Public | Type reference (TYPE) | CHAR1 | '?' | Single-Character Flag | 20100526 | |
18 | GC_LOG_MODE_BATCH | Constant | Public | Type reference (TYPE) | SGEN_LOG_MODE_D | 'B' | Log Mode for SGEN | 20100706 | |
19 | GC_LOG_MODE_DIALOG | Constant | Public | Type reference (TYPE) | SGEN_LOG_MODE_D | 'D' | Log Mode for SGEN | 20100706 | |
20 | GC_LOG_MODE_SHADOW | Constant | Public | Type reference (TYPE) | SGEN_LOG_MODE_D | 'S' | Log Mode for SGEN | 20100706 | |
21 | GC_NOT_DONE | Constant | Public | Type reference (TYPE) | I | 0 | 20100610 | ||
22 | GC_OPT_BSP | Constant | Public | Type reference (TYPE) | I | 5 | Generation of BSP applications | 20100527 | |
23 | GC_OPT_INSTALL | Constant | Public | Type reference (TYPE) | I | 1 | Generation of selected components | 20100527 | |
24 | GC_OPT_LOAD | Constant | Public | Type reference (TYPE) | I | 4 | Generation of current GENSETC | 20100527 | |
25 | GC_OPT_PCK | Constant | Public | Type reference (TYPE) | I | 8 | Generation of Packages | 20120209 | |
26 | GC_OPT_REUSE | Constant | Public | Type reference (TYPE) | I | 3 | Generation of current GENSETC | 20100527 | |
27 | GC_OPT_TRG | Constant | Public | Type reference (TYPE) | I | 7 | Generation of Transport Requests | 20100528 | |
28 | GC_OPT_UPGRADE | Constant | Public | Type reference (TYPE) | I | 2 | Generation of current GENSETC | 20100527 | |
29 | GC_OPT_WDY | Constant | Public | Type reference (TYPE) | I | 6 | Generation of Web Dynpro applications | 20100527 | |
30 | GC_TASK_FREE | Constant | Public | Type reference (TYPE) | I | 1 | 20100610 | ||
31 | GC_TASK_NOT_FREE | Constant | Public | Type reference (TYPE) | I | 0 | 20100610 | ||
32 | GC_TASK_STATE_COMPLETED | Constant | Public | Type reference (TYPE) | CHAR1 | 'C' | Single-Character Flag | 20100611 | |
33 | GC_TASK_STATE_FINISHED | Constant | Public | Type reference (TYPE) | CHAR1 | 'F' | Single-Character Flag | 20100611 | |
34 | GC_TASK_STATE_INITIAL | Constant | Public | Type reference (TYPE) | CHAR1 | 'I' | Single-Character Flag | 20100611 | |
35 | GC_TASK_STATE_PROCESSING | Constant | Public | Type reference (TYPE) | CHAR1 | 'P' | Single-Character Flag | 20100611 |
Methods
Interface IF_SGEN_CONSTANTS has no method.
Events
Interface IF_SGEN_CONSTANTS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_COMPONENT_FLAG_S | Public | See coding | 20120203 | BEGIN OF gty_component_flag_s,
component TYPE dlvunit,
flag TYPE abap_bool, "flag for mark column
END OF gty_component_flag_s
|
||
2 | GTY_COMPONENT_FLAG_T | Public | See coding | 20120203 | gty_component_flag_t TYPE STANDARD TABLE OF gty_component_flag_s WITH DEFAULT KEY
|
||
3 | GTY_COMPONENT_S | Public | Type reference (TYPE) | DLVUNIT | Software Component | 20100622 |
|
4 | GTY_COMPONENT_T | Public | See coding | 20100610 | gty_component_t TYPE STANDARD TABLE OF dlvunit WITH DEFAULT KEY
|
||
5 | GTY_GENSETM_S | Public | Type reference (TYPE) | GENSETM | Generation Set for ABAP Objects and BSP Applications | 20100609 |
|
6 | GTY_GENSETM_T | Public | Type reference (TYPE) | GENSETM_T | Generation Set for Used Machine Types | 20100609 |
|
7 | GTY_JOBTAB_S | Public | Type reference (TYPE) | RSJOBTABM | Table for Background Job Control Data | 20100607 |
|
8 | GTY_JOBTAB_T | Public | See coding | 20100607 | gty_jobtab_t TYPE STANDARD TABLE OF rsjobtabm
|
||
9 | GTY_JOB_LIST_UI_S | Public | Type reference (TYPE) | SGEN_JOB_UI_S | UI Structure for Job Overview | 20100607 |
|
10 | GTY_JOB_LIST_UI_T | Public | See coding | 20100607 | gty_job_list_ui_t TYPE STANDARD TABLE OF sgen_job_ui_s
|
||
11 | GTY_RELEASEMAP_T | Public | See coding | Mapping Table for Bit Field: (G)TODIR-RELMAP | 20100527 | gty_releasemap_t TYPE STANDARD TABLE OF releasemap
|
|
12 | GTY_REPLIST_S | Public | See coding | 20100527 | BEGIN OF gty_replist_s ,
line(120),
END OF gty_replist_s
|
||
13 | GTY_REPLIST_T | Public | See coding | 20100527 | gty_replist_t TYPE STANDARD TABLE OF gty_replist_s
|
||
14 | GTY_REPOLOAD_PROG_S | Public | See coding | 20100527 | BEGIN OF gty_repoload_prog_s,
progname TYPE progname,
machtype TYPE rfcmach,
udat TYPE rdir_udate,
utime TYPE ddtime,
sdat TYPE d010_sdate,
stime TYPE d010_stime,
END OF gty_repoload_prog_s
|
||
15 | GTY_REPOLOAD_PROG_T | Public | See coding | 20100527 | gty_repoload_prog_t TYPE STANDARD TABLE OF gty_repoload_prog_s
|
||
16 | GTY_SERVER_TYPE_S | Public | Type reference (TYPE) | SERVTYPEM | Application Servers Selected for Parallel Generation | 20100621 |
|
17 | GTY_SERVER_TYPE_T | Public | See coding | 20100527 | gty_server_type_t TYPE STANDARD TABLE OF servtypem
|
||
18 | GTY_TADIR_S | Public | See coding | 20100615 | BEGIN OF gty_tadir_s,
pgmid TYPE pgmid,
object TYPE trobjtype,
obj_name TYPE sobj_name,
END OF gty_tadir_s
|
||
19 | GTY_TADIR_T | Public | See coding | 20100608 | gty_tadir_t TYPE STANDARD TABLE OF gty_tadir_s
|
||
20 | GTY_TASKLIST_S | Public | See coding | 20100531 | BEGIN OF gty_tasklist_s,
taskname(4) TYPE c, "Verwaltung der Tasks
rfcdest TYPE rfcdest,
task_state(1) TYPE c, " i = initial, c = completed, p = in process
receive_subrc TYPE sysubrc,
receive_msg TYPE char80,
END OF gty_tasklist_s
|
||
21 | GTY_TASKLIST_T | Public | See coding | 20100531 | gty_tasklist_t TYPE STANDARD TABLE OF gty_tasklist_s WITH KEY taskname
|
||
22 | GTY_TDEVC_S | Public | See coding | 20100615 | BEGIN OF gty_tdevc_s,
devclass TYPE devclass,
dlvunit TYPE dlvunit,
END OF gty_tdevc_s
|
||
23 | GTY_TDEVC_T | Public | See coding | 20100526 | gty_tdevc_t TYPE STANDARD TABLE OF gty_tdevc_s WITH DEFAULT KEY
|
||
24 | GTY_TDEVC_UI_S | Public | See coding | 20120222 | BEGIN OF gty_tdevc_ui_s,
status_icon TYPE icon_d,
devclass TYPE devclass,
flag_subpck TYPE abap_bool,
subpck_count TYPE int4,
ctext TYPE as4text,
pdevclass TYPE devlayer,
dlvunit TYPE dlvunit,
parentcl TYPE parentcl,
" celltab TYPE lvc_t_styl,
END OF gty_tdevc_ui_s
|
||
25 | GTY_TDEVC_UI_T | Public | See coding | 20120222 | gty_tdevc_ui_t TYPE STANDARD TABLE OF gty_tdevc_ui_s WITH DEFAULT KEY
|
||
26 | GTY_TFDIR_T | Public | See coding | 20100528 | gty_tfdir_t TYPE STANDARD TABLE OF tfdir
|
||
27 | GTY_TODIR_T | Public | See coding | 20100527 | gty_todir_t TYPE STANDARD TABLE OF todir
|
||
28 | GTY_TODIR_TADIR_S | Public | See coding | 20100527 | BEGIN OF gty_todir_tadir_s,
tadirpgmid TYPE pgmid,
tadirobject TYPE trobjtype,
tadirobjname TYPE sobj_name,
name(40) TYPE c,
component TYPE dlvunit,
genstatus(1) TYPE c,
END OF gty_todir_tadir_s
|
||
29 | GTY_TODIR_TADIR_T | Public | See coding | 20100527 | gty_todir_tadir_t TYPE STANDARD TABLE OF gty_todir_tadir_s
|
||
30 | GTY_TRDIR_S | Public | See coding | 20100615 | BEGIN OF gty_trdir_s,
name(40) TYPE c,
subc(1) TYPE c,
END OF gty_trdir_s
|
||
31 | GTY_TRDIR_T | Public | See coding | 20100615 | gty_trdir_t TYPE SORTED TABLE OF gty_trdir_s WITH UNIQUE KEY name
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |