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: 

FM to get table field length

Former Member
0 Kudos

Hello,

I'm writing a screen in which I get a table field name.

I want to show and update value of that field on the screen. I need a function module to get the field length according to the fieldname. Additionally , I need to know how to change the field length dynammically on the screen.

Thanks,

Michal.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Thanks all for the answers.

Do you know how to make the input field length on the screen dynammically ?

5 REPLIES 5

Former Member
0 Kudos

check TABLE DD03L, ther´s all the information you need.

Former Member
0 Kudos

Hi,

Use the function module

DDIF_FIELDINFO_GET

Former Member
0 Kudos

Hi,

CRS_GET_DDIC_TABLE

regards

Nicole

Former Member
0 Kudos

Thanks all for the answers.

Do you know how to make the input field length on the screen dynammically ?

0 Kudos

loop at screen until you got the field you wish to edit.

the attribute is length.