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: 

Screen Attributes in Module Pool Programming

former_member307726
Participant
0 Kudos

Dear Experts,

In Module Pool Programming, if we write LOOP AT SCREEN we can see and modify SCREEN-ACTIVE, SCREEN-INVISIBLE and other fields. But where we can modify Data Type and Other Attributes of the field dynamically?

Thanks in advance.

Regards,

Kumar

1 REPLY 1

Former Member
0 Kudos

Hello Kumar,

you can not change data type of a screen field dynamically. What you can change is an output length of a field. This can be done changing the value of SCREEN-LENGTH.

Regards

Adrian