Hello,
My Program A has a selection parameter p_abc.
On clicking from output of Program A , I call T-code. This T-code has a selection parameter and I want to fill this selection parameter with value p_abc.
I'm using
SET PARAMETER ID 'ABC' FIELD p_abc.
CALL TRANSACTION 'T-code'.
Please guide.
Regards,
Sushant