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_member210123
Active Participant
0 Kudos

After running the progream in debuggin mode.Keep a break pooint at the function module.'WRITE_FORM'.

So that it stops when the function module is encountered.

This is the only solution for this.

Former Member
0 Kudos

Hi,

1.First Activate the Debugger from the Utikites-->Activate Debugger.

2.Run the form from the Transaction.

3.Then observe the Address window ,where it was tiggering and search for the variables which are not displaying the values.

Reward points if helpful.

Thanks and regards,

Shiva Kumar,

Answers (0)