2009 Feb 27 6:57 AM
Dear Experts,
I want to call a Trasaction code from a Program and want to submit the data to the selection screen of the called program.
Submit does not work as the called program is a Mod. pool with number of transaction codes in it.
Please revert with a suitable option.
regards,
Abhijit
2009 Feb 27 7:31 AM
Dear All,
How do I know if Parameter ID's are available?????
Regards,
Abhijit G. Borkar
2009 Feb 27 6:59 AM
2009 Feb 27 7:01 AM
Hi
you can use call transaction statement and if the selection screen fields of the transaction has parameter id then export to parameter id
2009 Feb 27 7:07 AM
Hi Abhijit,
Try following:
1. If Parameter IDs are available, set those Parameter IDs and use Call Transaction.
2. Populate the required values using BDC. it will help.
Let me know the details so that I can think of some other option.
Regards,
Anil
2009 Feb 27 7:10 AM
You can use BDC - CALL TRANSACTION method for your requirement.
Regards,
Joan
2009 Feb 27 7:31 AM
Dear All,
How do I know if Parameter ID's are available?????
Regards,
Abhijit G. Borkar
2009 Feb 27 7:56 AM
Hi Abhijit,
You can go to the particular selection-screen parameter and press F1. then go to technical details and you can know whether parameter id is maintained or not.
Regards,
Anil
2009 Feb 27 9:32 AM
Thanks Anil,
It's done.
Thank you very much!!!!!!!!
regards,
Abhijit G. Borkar