‎2009 May 14 10:24 AM
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
‎2009 May 14 10:28 AM
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
‎2009 May 14 10:30 AM
‎2009 May 14 10:39 AM
Put a debugger and see the value for p_bukrs and wa_final-rfha before calling the transaction.
Regards
Sathar
‎2009 May 16 7:20 AM