DIFF |
Difference between versions of a screen |
SCRHDIFF |
|
CHAR |
|
1 |
0 |
Possible values
+ |
Screen element added |
- |
Screen element deleted |
C |
Current screen element changed compared with SAP original |
E |
Current screen element added compared with SAP original |
O |
SAP original version of screen element |
|
CONT_TYPE |
Container type (external representation) |
SCRCTYPE |
|
CHAR |
|
11 |
0 |
Possible values
NULL |
Dynpro (container) |
DYNPRO |
Dynpro (container) |
LOOP |
Step loop |
RADIOGROUP |
Selection field group |
SUBSCREEN |
Subscreen area |
TABLE_CTRL |
Table control |
FIELD_CTRL |
Field control |
ABAP_CTRL |
ABAP control |
STRIP_CTRL |
Tabstrip control |
CUST_CTRL |
Custom control |
|
CONT_NAME |
Name of container (external interface) |
SCRCNAME |
|
CHAR |
|
132 |
0 |
|
TYPE |
Type of Screen Element (External Type) |
SCRNTYPE |
|
CHAR |
|
11 |
0 |
Possible values
TEXT |
Text Field (Key Word) |
TEMPLATE |
Input/Output Field (Template) |
RADIO |
Radio Button |
CHECK |
Check Box |
FRAME |
Box with Fixed Text as Box Group Heading |
FRAME_TMPL |
Box with Variable Output Field as Group Heading |
PUSH |
Pushbutton with Fixed Text as Pushbutton Text |
PUSH_TMPL |
Pushbutton with Variable Output Field as Pushbutton Text |
INFOBUTTON |
Pushbutton for Online Help |
OKCODE |
OK Code Field |
|
NAME |
Name of a Screen Element |
SCRFNAME |
|
CHAR |
|
132 |
0 |
|
TEXT |
Text/template for a screen element |
SCRFSTXG |
|
CHAR |
|
132 |
0 |
|
DROPDOWN |
Dropdown |
SCRFDRDOWN |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
No drop down box |
L |
List box |
K |
List Box with Key |
|
ICON_NAME |
Icon: Name |
SCRFICON_N |
|
CHAR |
|
30 |
0 |
|
ICON_QINFO |
Icon: Quick info text (not standard text) |
SCRNICON_Q |
|
CHAR |
|
30 |
0 |
|
ICON_QSPEC |
Icon: Flag "special quick info text" |
SCRNICON_S |
|
CHAR |
|
1 |
0 |
|
WITH_ICON |
Icon: Output element with icon |
SCRFICONX |
|
CHAR |
|
1 |
0 |
|
ROLLING |
Scrollable input/output field |
SCRFSCROLL |
|
CHAR |
|
1 |
0 |
|
LINE |
Line where the field begins |
SCRNLINE |
|
NUMC |
|
3 |
0 |
|
COLUMN |
Column at which the field begins |
SCRNCOLN |
|
NUMC |
|
3 |
0 |
|
LENGTH |
Defined length |
SCRNDEFLG |
|
NUMC |
|
3 |
0 |
|
VISLENGTH |
Visible (visualized) length |
SCRNVISLG |
|
NUMC |
|
3 |
0 |
|
HEIGHT |
Height |
SCRNHIGH |
|
NUMC |
|
3 |
0 |
|
GROUP1 |
Modification group 1 |
SCRFGRP1 |
|
CHAR |
|
3 |
0 |
|
GROUP2 |
Modification group 2 |
SCRFGRP2 |
|
CHAR |
|
3 |
0 |
|
GROUP3 |
Modification group 3 |
SCRFGRP3 |
|
CHAR |
|
3 |
0 |
|
GROUP4 |
Modification group 4 |
SCRFGRP4 |
|
CHAR |
|
3 |
0 |
|
PUSH_FCODE |
Function code for pushbutton |
SCRFFCOD |
|
CHAR |
|
20 |
0 |
|
PUSH_FTYPE |
Type of function code for pushbutton |
SCRFPTYPE |
|
CHAR |
|
1 |
0 |
Possible values
E |
Exit Command (MODULE xxx AT EXIT-COMMAND) |
S |
System Function |
T |
Call a Transaction |
NULL |
Normal Application Function |
P |
Local GUI Functions |
H |
Internal Use |
|
CXT_MENON |
Context menu: Dynamic callback ON_CTMENU_... |
SCRPMENON |
|
CHAR |
|
20 |
0 |
|
FORMAT |
Field format (ABAP Dictionary data type) |
SCRFTYPE |
|
CHAR |
|
4 |
0 |
Possible values
ACCP |
Posting period YYYYMM |
CHAR |
Character strings, fixed length |
CUKY |
Currency key, referenced by CURR fields |
CURR |
Currency field, stored as DEC |
DATS |
Date field YYYYMMDD, stored as CHAR(8) |
DEC |
Calculation and amount field with comma and sign |
INT1 |
1-byte integer, decimal number <= 254 |
INT2 |
2-byte integer, only for length field before VARC or RAW |
INT4 |
4-byte integer, decimal number with sign |
LANG |
Language ID |
NUMC |
Character field with only digits |
PREC |
Accuracy of a QUAN field |
QUAN |
Quantity field, points to a unit field with format UNIT |
RAW |
Byte string of fixed length (hexadecimal representation) |
TIMS |
Time field (hhmmss), stored as CHAR(6) |
UNIT |
Unit key for QUAN fields |
STRG |
Character string of variable length |
RSTR |
Byte string of variable length (hexadecimal representation) |
SSTR |
Short String of Variable Length |
D34R |
Decimal Floating Point, 34 Digits, RAW on Database |
D34S |
Decimal Floating Point, 34 Digits, with Scale Field |
D34D |
Decimal Floating Point, 34 Digits, DEC on Database |
D16R |
Decimal Floating Point, 16 Digits, RAW on Database |
D16S |
Decimal Floating Point. 16 Digits, with Scale Field |
D16D |
Decimal Floating Point, 16 Digits, DEC on Database |
|
FROM_DICT |
Field from ABAP Dictionary |
SCRFDICT |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Not an ABAP Dictionary field |
X |
Field from ABAP Dictionary |
|
MODIFIC |
Modification of a field from the ABAP Dictionary |
SCRFDMOD |
|
CHAR |
|
1 |
0 |
Possible values
1 |
Text: Short |
2 |
Text: Medium |
3 |
Text: Long |
4 |
Text: Header |
V |
Text: Variable text transfer from Dictionary |
F |
Text: Fixed, modified text; no text transfer |
X |
Input/output template: fixed, modified compared with Dict. |
NULL |
Input/output template: Original from Dictionary |
|
CONV_EXIT |
Conversion Exit |
SCRFUCNV |
|
CHAR |
|
5 |
0 |
|
PARAM_ID |
Parameter ID SAP memory |
SCRFPAID |
|
CHAR |
|
20 |
0 |
|
SET_PARAM |
SET parameter |
SCRFFSPA |
|
CHAR |
|
1 |
0 |
|
GET_PARAM |
GET parameter |
SCRFFGPA |
|
CHAR |
|
1 |
0 |
|
UP_LOWER |
Upper/lower case entry |
SCRFFGKS |
|
CHAR |
|
1 |
0 |
|
NO_TEMPL |
Enter all characters in CHAR fields without template |
SCRFFOSB |
|
CHAR |
|
1 |
0 |
|
FOREIGNKEY |
Foreign key check of Dictionary is active |
SCRFFFKY |
|
CHAR |
|
1 |
0 |
|
INPUT_FLD |
Input expected for this field |
SCRFFEIN |
|
CHAR |
|
1 |
0 |
|
OUTPUT_FLD |
Output expected for this field |
SCRFFOUT |
|
CHAR |
|
1 |
0 |
|
OUTPUTONLY |
Pure output field |
SCRFOOUT |
|
CHAR |
|
1 |
0 |
|
REQU_ENTRY |
Entries in the Field |
SCRFFOBL |
|
CHAR |
|
1 |
0 |
Possible values
N |
Not Possible |
NULL |
Possible |
R |
Recommended |
O |
Required |
|
POSS_ENTRY |
Poss. entries pushbutton and modification of poss. entries |
SCRFCMBPRM |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
Display temporarily if F4 help exists (normal case) |
0 |
Do Not Display |
1 |
Temporary display |
2 |
Permanent display |
|
DROPFROM |
Entry help: Source for values |
SCRFCMBFRM |
|
CHAR |
|
1 |
0 |
Possible values
NULL |
From Dictionary (default) or flow logic (POV or VALUES) |
A |
Programmed directly in ABAP progam |
|
RIGHT_JUST |
Right-justified display |
SCRFFJUS |
|
CHAR |
|
1 |
0 |
|
LEAD_ZEROS |
Display leading zeros |
SCRFFILL |
|
CHAR |
|
1 |
0 |
|
*_ENTRY |
* Entry |
SCRFFSTR |
|
CHAR |
|
1 |
0 |
|
NO_RESET |
No reset |
SCRFFNRS |
|
CHAR |
|
1 |
0 |
|
FIXED_FONT |
Fixed font instead of proportional font |
SCRFFIXF |
|
CHAR |
|
1 |
0 |
|
BRIGHT |
Display bright |
SCRFHELL |
|
CHAR |
|
1 |
0 |
|
INVISIBLE |
Invisible display |
SCRFUNSI |
|
CHAR |
|
1 |
0 |
|
2_DIMENS |
Two-dimensional display for input/output fields |
SCRFNO3D |
|
CHAR |
|
1 |
0 |
|
LABELLEFT |
As label on left |
SCRPLABELL |
|
CHAR |
|
1 |
0 |
|
LABELRIGHT |
As label on right |
SCRPLABELR |
|
CHAR |
|
1 |
0 |
|
LTR |
Basic write direction has been defined LTR (left-to-right) |
DDLTRFLDDI |
|
CHAR |
|
1 |
0 |
Possible values
|
BIDICTRL |
DD: No Filtering of BIDI Formatting Characters |
DDBIDICTRL |
|
CHAR |
|
1 |
0 |
Possible values
|
DBLCLICK |
Responds to double-click |
SCRPDBCL |
|
CHAR |
|
1 |
0 |
|
MATCHCODE |
Search Help |
SCRFMTCH |
|
CHAR |
|
132 |
0 |
|
REF_FIELD |
Reference field |
SCRFWAER |
|
CHAR |
|
132 |
0 |
|
TC_TITLE |
Table Control Field: Title Field |
SCRNTCTIT |
|
CHAR |
|
1 |
0 |
|
TC_HEADING |
Table control field: Column header field |
SCRNTCHEAD |
|
CHAR |
|
1 |
0 |
|
TC_SELCOL |
Table Control Field: Line selection field |
SCRNTCSEL |
|
CHAR |
|
1 |
0 |
|
BUTT_RIGHT |
Checkbox/radio button to right of its text field |
SCRNBUTTRT |
|
CHAR |
|
1 |
0 |
|
DICT_I_FKY |
Dic. Attribute (non-modifiable): Foreign key check intended |
SCRNDICFOR |
|
CHAR |
|
1 |
0 |
|
DICT_I_FKD |
Dic Attribute (non-modifiable): Foreign key check impossible |
SCRNDICFDU |
|
CHAR |
|
1 |
0 |
|
DICT_I_SGN |
Dic Attributes (non-modifiable): Sign intended |
SCRNDICVRZ |
|
CHAR |
|
1 |
0 |
|
DICT_I_VAL |
Dic. Attribute (non-modifiable): Value check intended |
SCRNDICVAL |
|
CHAR |
|
1 |
0 |
|
SFW_SWITCHID |
ID of Switch in Switch Framework |
SFW_SWITCHID |
|
CHAR |
|
30 |
0 |
|
SFW_SHOWHIDE |
Reaction to Switch |
SFW_SHOWHIDE |
|
CHAR |
|
1 |
0 |
Possible values
|
PROPERTIES |
|
|
|
STRG |
|
0 |
0 |
|