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

Doubtttt

Former Member
0 Likes
573

Hi ALL,

1) Now I am in Script debugging mode. How to edit values there. for ex I am geting t_itab-bukrs = 3400 which is not editable. I want to change the comp code to say 4590.

2)In my form I am having 4 pages.

When I use utilities->test print, control goes to page 1 but i want to go to page 3 directly. How?

Regards

Divakar

Hi ALL,

1) Now I am in Script debugging mode. How to edit values there. for ex I am geting t_itab-bukrs = 3400 which is not editable. I want to change the comp code to say 4590.

2)In my form I am having 4 pages.

When I use utilities->test print, control goes to page 1 but i want to go to page 3 directly. How?

Regards

Divakar

3 REPLIES 3
Read only

Former Member
0 Likes
540

1. U cannot change the value in the script i think. Instead you go to the print program and change the value there.

2. This is possible only if u call the form through a print program where in you can set the control parameters and call the respective page that you want.

Read only

Former Member
0 Likes
540

Hi,

1) put the break point in driver program where

bukrs is populated and than change the value

there it will be reflected in script debugger

2) use page down to move to 3 page

Regards

amole

Read only

Former Member
0 Likes
540

Hi you is it import or table parameter. If yes then you can't change this value. Try to hold this value in some other variable/table inside and then make changes to that. Now replace all calls to your import/table parameters with respective variables/tables.