‎2013 Mar 06 11:32 AM
hiii...I am facing a problem in module pool programming...I am fetching data from ztable and displaying it in a text box. The value is getting stored but its not visible. I hav set the screen attributes dynamically. Can anyone tell me if any attribute is affecting it. Please help.
‎2013 Mar 06 12:06 PM
Hi Sharbani,
What attributes , u are setting in dynamic ?
Please tell me than I will give u in details
Thanks
Tarak
‎2013 Mar 06 12:55 PM
Hello,
you can use leave to list-processing and return to screen 0 at PAI event in your program.....it starts the list processor from dialog processor....
Thanks
Sabyasachi
‎2013 Mar 06 1:03 PM
hi Sharbani,
Instead of a text field u can go for a Input/Output field, but u need to make that as 2-Dimensional and 'O/p Only'in the properties. Then there is no difference between the two.
Solution Using Input/Output field.
1) Declare a string in your program.
DATA text(10) TYPE C.
2) In the Screen Layout get that field 'TEXT' from Program.
Then u can change the text Dynamically in that TEXT and it will reflect in your screen.
‎2013 Mar 07 6:54 AM
thanx evryone...
its already solved. It was a simple problem.. I had not set screen-output as 1.
Thanx again.