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: 

Convert quantity field LQUA-VERME to User specific own data settings in module pool

0 Kudos

Hi Experts,

How to convert and validate quantity field LQUA-VERME (declared as character type in screen painter )in to user specific own data settings after pressing enter in module pool?

Thanks,

Sujitha.

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

Why don't you use ddic reference in your dynpro and let the system do the job (define screen field with a structure and use statement TABLES  in TOP include, the structure will give reference to unit or currency, and that's all)

Regards,
Raymond

0 Kudos

Hi Giuseppi,

Is there any way to refer the field name with ddic structure and restrict the length on screen.

On Screen

text field qty(3):(i/p) field LQUA-VERME(18)

but here screen size is 20 which cannot hold 21 characters.

Thanks,

sujitha

0 Kudos

In screen painter just check the "scrollable" box.

Regards,

Raymond