Application Development 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: 

I want to call a Trasaction code from a Program.

Former Member
0 Kudos
122

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
97

Dear All,

How do I know if Parameter ID's are available?????

Regards,

Abhijit G. Borkar

7 REPLIES 7

Former Member
0 Kudos
97

DO BDC for this, you can use either Background or foreground

viquar_iqbal
Active Contributor
0 Kudos
97

Hi

you can use call transaction statement and if the selection screen fields of the transaction has parameter id then export to parameter id

Former Member
0 Kudos
97

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

Former Member
0 Kudos
97

You can use BDC - CALL TRANSACTION method for your requirement.

Regards,

Joan

Former Member
0 Kudos
98

Dear All,

How do I know if Parameter ID's are available?????

Regards,

Abhijit G. Borkar

0 Kudos
97

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

Former Member
0 Kudos
97

Thanks Anil,

It's done.

Thank you very much!!!!!!!!

regards,

Abhijit G. Borkar