‎2007 Apr 18 5:02 AM
Hi,
Is there a way to change the position of screen fields dynamically in a module pool program?
My requirement is that based on the value of a variable, I need to arrange a few input and text fields on a subscreen in different order.
Points will be rewarded for helpful answers..
Regards
Abhishek
‎2007 Apr 18 5:34 AM
Abhishek,
Create different screens as per your requirement and call them depending upon the value given in the variable.You can try in this way.I think changing the position of the fields dynamically is not possible.May be Anji or Rich can help you in this regard.
K.Kiran.
‎2007 Apr 18 5:34 AM
Abhishek,
Create different screens as per your requirement and call them depending upon the value given in the variable.You can try in this way.I think changing the position of the fields dynamically is not possible.May be Anji or Rich can help you in this regard.
K.Kiran.
‎2007 Apr 18 5:36 AM
Hi,
For this what I can think of is that u need to create the fields multiple times on the same screen and then using SCREEN variables, u need to make them visible/invisible.
e.g. Say, u want Matnr at first position at one time and 6th position at another. In that case, what u can do is create the field MATNR twice and them hide/unhide it depending upon the condition.
Hope this helps.
Regards,
Himanshu