Show TOC

I/O FieldLocate this document in the navigation structure

Integration

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

  • An InputField - if theOUTPUTONLY flag is not set and the dropdown type isNo drop-down box.
  • A TextView - if theOUTPUTONLY flag is set.
  • A Label - if the flagLABELLEFT (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 islist box orlist box with key

InputField Mapping Rules

InputField Property Bound to Context Attribute Value

Enabled

 

ConstantTrue

Length

LENGTH

Element attributeDefined Length

Password

PASSWORD_FIELD

Element display attributeInvisible

ReadOnly

READ_ONLY

Complement of element program attributeInput

Size

 

ConstantStandard

State

 

ConstantNormal orRequired depending on screen element

Tooltip

 

Element attributeQuick Info

Value

VALUE

Set at runtime

Visible

VISIBLE

Element runtime attributeActive

TextView Mapping Rules

TextView Property Bound to Context Attribute Description

Design

 

ConstantStandard

Enabled

 

ConstantTrue

Layout

 

ConstantNative

Text

VALUE

Element attributeText

Tooltip

TOOLTIP

Element attributeQuick Info

Visible

TEXT_VISIBLE

Element runtime attributeActive

Wrapping

 

INITIAL

Label Mapping Rules

Label Property Bound to Context Attribute Description

Design

 

ConstantLight ifLABELRIGHT==X, constant Standard otherwise

Enabled

 

ConstantTrue

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 attributeText

Tooltip

 

Element attributeQuick Info

Visible

VISIBLE

Element runtime attributeActive

Width

 

INITIAL

Wrapping

 

INITIAL

DropDownByKey Mapping Rules

DropDownByKey Property Bound to Context Attribute Description

Enabled

ENABLED

Complement of field program attributeInput

SelectedKey

ABAP_VALUE

Set at runtime

Size

 

ConstantStandard

State

 

ConstantNormal

Tooltip

 

Element attributeQuick Info

Visible

VISIBLE

Element runtime attributeActive

Width

 

INITIAL

DropDownByKey Event Action Name Description
OnSelect TBD

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