Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What does Field Label tab does in Data element properties

Former Member
0 Likes
901

Hi,

Please explain What does Field Label tab does in Data element properties. It has following interface:

Length Field Label

Short

Medium

Long

Heading

Thanks!

~Sid

Max Points for precise answers

Hi,

Please explain What does Field Label tab does in Data element properties. It has following interface:

Length Field Label

Short

Medium

Long

Heading

Thanks!

~Sid

Max Points for precise answers

2 REPLIES 2
Read only

Former Member
0 Likes
620

Hi Sid,

You can assign text information to a data element with the field labels.

The field labels are used to display a screen field. You can copy structure components and table fields from the ABAP Dictionary to the input template when you define a screen in the Screen Painter (Get from Dict. function). You can also assign a field a field label that is derived from the data element of the field.

The text of the field label can be translated centrally with the translation tools. The text is then displayed in the input template in the user’s logon language.

<b>Short, Medium and Long Field Labels</b>

Keywords of different lengths for identifying screen fields. Since the space available for such texts depends on the input template, you can define the text information in three different lengths.

A maximum length must be assigned for each field label. It is the upper limit for the lengths of all translations of the given text. The maximum length of the field label therefore should be somewhat longer than the given text in the original language.

<b>Headers</b>

This text is used as a column header when you output the contents of fields as a list in the Data Browser. It can also be assigned to a field in the Screen Painter.

A maximum length must also be assigned for the header. It is the upper limit for the lengths of all translations of the header. Choose the maximum length of the header to be somewhat longer than the given text in the original language. Also note that the header is often displayed above the corresponding column when preparing list output. The length of the header therefore should not exceed the length of the data element.

Thanks,

Vinay

Read only

Former Member
0 Likes
620

Hi

<b>Short Field Label</b>

Definition

One of the following:

- Short field label

- Medium field label

- Long field label

Can be assigned as prefixed text to a screen field referring to the ABAP Dictonary. The text is displayed on the screen in the logon language of the user (if the text was translated into this language).

A heading can be defined to output the field values in lists. This heading is automatically included in the list header row, in the logon language.

<b>Medium Field Label</b>

Definition

One of the following:

- Short field label

- Medium field label

- Long field label

Can be assigned as prefixed text to a screen field referring to the ABAP Dictonary. The text is displayed on the screen in the logon language of the user (if the text was translated into this language).

A heading can be defined to output the field values in lists. This heading is automatically included in the list header row, in the logon language.

<b>Long Field Label</b>

Definition

One of the following:

- Short field label

- Medium field label

- Long field label

Can be assigned as prefixed text to a screen field referring to the ABAP Dictonary. The text is displayed on the screen in the logon language of the user (if the text was translated into this language).

A heading can be defined to output the field values in lists. This heading is automatically included in the list header row, in the logon language.

<b>Heading</b>

Definition

One of the following:

- Short field label

- Medium field label

- Long field label

Can be assigned as prefixed text to a screen field referring to the ABAP Dictonary. The text is displayed on the screen in the logon language of the user (if the text was translated into this language).

A heading can be defined to output the field values in lists. This heading is automatically included in the list header row, in the logon language.

<b>Reward If Usefull</b>