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

call transaction

Former Member
0 Likes
446

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

4 REPLIES 4
Read only

Former Member
0 Likes
419

Hi,

Please eloberate ur doubt?

Regards,

Nandha

Read only

0 Likes
419

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

Read only

0 Likes
419

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

Read only

amit_khare
Active Contributor
0 Likes
419

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.