2006 Sep 29 9:09 AM
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
2006 Sep 29 9:35 AM
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.
2006 Sep 29 9:39 AM
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
2006 Sep 29 10:35 AM
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.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |