Hi Guys
Currently, i have a requirment that, in the same screen, when user choose different different option in the dropdown list, there should be different screenelements and table control with different columns showing below it.
Now, i have two plans below:
1), hide/show and move position of screen elements and table control at runtime
2), call different subscreen
I hope i can take the first way since the second way will modify structure of program ( As it is infotype screen ), any one knows how to implement the first solution?