Application Development and Automation 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: 
Read only

module pool programming

Former Member
0 Likes
596

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.

4 REPLIES 4
Read only

Former Member
0 Likes
568

Hi Sharbani,

What attributes , u are setting in dynamic ?

Please tell me than I will give u in details

Thanks

Tarak

Read only

Former Member
0 Likes
568

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

Read only

Former Member
0 Likes
568

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.

Read only

Former Member
0 Likes
568

thanx evryone...

its already solved. It was a simple problem.. I had not set screen-output as 1.

Thanx again.