‎2008 Nov 07 9:36 AM
I have a program which i can't change and also can't create a new one in server.
I need to enter 'options' in call transation from options....
How can i do that while debugging?
Thanks
Manu
‎2008 Nov 07 9:38 AM
‎2008 Nov 07 9:43 AM
Hi Nandha
thx for the reply.
actualy i have a program which is parking journals using call transaction (transaction is FV50) but i have found that during recording i need t check ' No batch input session' (where we give t-code), which sets sy-binpt ' ', but when i see during debugging its ' '
so i need to add ctu_params options during debugging.
as i cant change the program neither i can do recording or cfreate a sample program in the server.
Thanks
Manu
‎2008 Nov 07 10:00 AM
Hi,
If the value of MODE is hardcoded then you need to keep a break point in the respective program of that transaction and u need to change the value of MODE in debugging mode.
If the value of MODE is in the variable then u can change the value MODE in debugging mode by keeping break point at call trtansaction statement.
Regards
‎2008 Nov 07 9:40 AM
It is not possible to change the constant value in the debugging mode. Instead you can modify the value after assigned to some other variable.