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

reg set get parameter

Former Member
0 Likes
536

SET PARAMETER ID 'BUK' FIELD p_bukrs.

SET PARAMETER ID 'FAN' FIELD wa_final-rfha.

CALL TRANSACTION 'TM02' AND SKIP FIRST SCREEN.

here my transection is called as per previous onthought number i am passing is different

4 REPLIES 4
Read only

Former Member
0 Likes
497

Hi,

Some times the parameter-id of the field will be different from what you can using F1 help on the field in the Transaction screen.

So place a break-point on SET statement and check in debugging once. You will get the correct parameter-id.

Thanks,

Jyothi

Read only

0 Likes
497

i have taken parameter id from screen

Read only

Former Member
0 Likes
497

Put a debugger and see the value for p_bukrs and wa_final-rfha before calling the transaction.

Regards

Sathar

Read only

Former Member
0 Likes
497

solved by self