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

printing values via text elements in scripts

Former Member
0 Likes
367

There is a unique problem that I am facing: A workarea is declared in print program.Data is passed from the program to script via text element in main window.Write_form function module is called in a loop.But no values are there in work area the moment write_form is called.even though it's available in the program.Can anyone tell me why this is so?

Thanks & Regards,

Savitha.

2 REPLIES 2
Read only

Former Member
0 Likes
341

Savitha,

The moment you call the FM Write_form it will goes to another program and you can't see the work area values during that time. Once you came out to same program from Write_form, you could be able to see.

Pls. clear if my understanding is wrong.

<b>Reward points for helpful answers</b>

Satish

Read only

0 Likes
341

We print fields like vbeln etc ---values from LIKP,LIPS tables etc.even when harcoded it does not print.

The problem is it doenst print on the form even if it disappears in between.