Show TOC Entering content frame

Component documentation I/O Field Locate the document in its SAP Library structure

Integration

An I/O Field or Template screen element is mapped onto one of the following:

·        An InputField - if the OUTPUTONLY flag is not set and the dropdown type is No drop-down box.

     A TextView - if the OUTPUTONLY flag is set.

     A Label - if the flag LABELLEFT (LABELRIGHT) and OUTPUTONLY is set and there is an I/O or Text Field to the right (left) of the element

     A DropDownByKey - if the dropdown type is list box or list box with key

 

InputField Mapping Rules

InputField Property

Bound to Context Attribute

Value

Enabled

 

Constant True

Length

LENGTH

Element attribute Defined Length

Password

PASSWORD_FIELD

Element display attribute Invisible

ReadOnly

READ_ONLY

Complement of element program attribute Input

Size

 

Constant Standard

State

 

Constant Normal or Required depending on screen element

Tooltip

 

Element attribute Quick Info

Value

VALUE

Set at runtime

Visible

VISIBLE

Element runtime attribute Active

 

TextView Mapping Rules

TextView Property

Bound to Context Attribute

Description

Design

 

Constant Standard

Enabled

 

Constant True

Layout

 

Constant Native

Text

VALUE

Element attribute Text

Tooltip

TOOLTIP

Element attribute Quick Info

Visible

TEXT_VISIBLE

Element runtime attribute Active

Wrapping

 

INITIAL

 

Label Mapping Rules

Label Property

Bound to Context Attribute

Description

Design

 

Constant Light if LABELRIGHT==X, constant Standard otherwise

Enabled

 

Constant True

LabelFor

 

ID of the corresponding DynproInput element. In general, this is the ID of the first element to the right of the text field.

Text

 

Element attribute Text

Tooltip

 

Element attribute Quick Info

Visible

VISIBLE

Element runtime attribute Active

Width

 

INITIAL

Wrapping

 

INITIAL

 

DropDownByKey Mapping Rules

DropDownByKey Property

Bound to Context Attribute

Description

Enabled

ENABLED

Complement of field program attribute Input

SelectedKey

ABAP_VALUE

Set at runtime

Size

 

Constant Standard

State

 

Constant Normal

Tooltip

 

Element attribute Quick Info

Visible

VISIBLE

Element runtime attribute Active

Width

 

INITIAL

DropDownByKey Event

Action Name

Description

OnSelect

TBD

FctType is the type of the function code and FctCode is the function code of the element. This action is only defined if the FctCode attribute is not empty.

 

 

Leaving content frame