Application Development 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: 

small dout in creating table

Former Member
0 Kudos

Hi experts,

Good day to all,

i am new to abap.

in creating a table, while creating a data element, in fieldlabels why we should we need to give options like

large discription

medium "

in what way it helps in the table,

becz if i change again that "medium" iam getting errors

thanks in advance

suresh

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos

Hi,

Better practice is that you should give all these options like small medium large and heading...

and take char as is..

small: 10

medium:15

large: 20

heading:25

its not standard but we used to use them..

and this descriptions is only shown while you create table maintenance generator.....to that perticuler fields header....

hope this would be help!

Please reward if solved!

Amit.

8 REPLIES 8

former_member181995
Active Contributor
0 Kudos

Hi,

Better practice is that you should give all these options like small medium large and heading...

and take char as is..

small: 10

medium:15

large: 20

heading:25

its not standard but we used to use them..

and this descriptions is only shown while you create table maintenance generator.....to that perticuler fields header....

hope this would be help!

Please reward if solved!

Amit.

Former Member
0 Kudos

Hi,

As well as the table maintenance generator, these texts also have the potential to be used in ALV reports and screen painter. Always a good idea to fill them all in.

Regards,

Nick

Former Member
0 Kudos

hI

IT WILL HELPFUL WHEN WE ARE TRYING TO DISPLAY THE FILED LABEL IN THE OUTPUT

IF YOU WANT LONG TEXT DESCRIPTION THEN YOU WILL USE THAT LONG OTHER WISE SHORT ETC..

0 Kudos

Hi naresh

thaks for u r reply,

is there any relation between field length and this "meadium"

regards

suresh

0 Kudos

No there won't any relation for filed length and meadium

filed length is constant

filed lable is used to display the filed description for output

0 Kudos

thanks naresh

and once again thanks to all

GayathriRR
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

The purpose of Small , medium and large is that: If ur table has 19 fields and wen in debugger mode or anywhere else wen u r viewing this table then the small heading will appear in the field of the table ,.When you manually expand the length of the column the other headings medium and large will appear.

Regards,

Gayathri

Former Member
0 Kudos

hi suresh,

short lable will display for f4 help,

medium and long will display for the screen whenever u use

the domain or that field for selection screen,also displays in alv grid,

regards,

priya