cancel
Showing results for 
Search instead for 
Did you mean: 

Driver Program and Script

Former Member
0 Kudos

Hi,

I have a script and corresponding driver program. How do I check at what point a window in a script is getting printed. Because, I can see values in the driver program which are not getting printed in the script ( in an address window in this case). There is no 'write_form' with that address window name in the driver program. Please guide me.

Thanks & Regards,

Vishnu Priya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Priya,

The write Form function module has attributes like

window name,

text element

and the variable consisitng of data,

This is the place where you window gets called

Reward if use full.

karthick

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Priya,

Sometimes the Script form will be assigned to the Program.In such a case,no need of WRITE_FORMs. In ur case the same might be happened.

Ok u do one thing, activate the debugger for the script in SE71 by typing ' /h ' in the Command bar. Now execute the transaction or else the program. Then u can seee where & when that window is getting executed.

Hope this will be helpful.

Reward points if helpful

Pavan.