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

Query regarding calling another program/transaction

Former Member
0 Likes
814

Hi,

I have a requirement of calling tranasaction mm02 but the user is not authorised to execute transaction mm02 from command prompt.Can you please tell me how it can be done.Is it possible by call transaction(BDC) approach.Or is it possible by SUBMIT(Ie is it possible to give authorisation to program but restrict trasaction).

Thank you.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
759

Hi,

if the relevant authorisations are not there, no matter what you use, you will not be able to execute the transactions.

Regards,

Mansi.

5 REPLIES 5
Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
759

Hi,

I guess you cant call any transaction for which you dont have any authorizations to access.

Hope this helps you.

Regards,

Tarun

Read only

Former Member
0 Likes
760

Hi,

if the relevant authorisations are not there, no matter what you use, you will not be able to execute the transactions.

Regards,

Mansi.

Read only

0 Likes
759

Hi,

You can cretae BDC using call transaction etc. but this has to be executed by the login id who have authorization to execute this transaction otherwise it will not help.

regards,

Pranaya

Read only

Former Member
0 Likes
759

Try using call transaction MM02, it will skip the tcode authority check

and also you can use the FM CALL_TRANSACTION_FROM_TABLE to skip the authority check.,

Edited by: Navneet Chaubey on Mar 12, 2009 10:26 AM

Read only

Former Member
0 Likes
759

Call Transaction MM02 will not work if you do not have Authorization.

Submit <Program>. will work if you copy know the program name for MM02.Again you can only execute a report program through Tcode.

If there is no authorization on a report Tcode it can be Executed by Submit <Program>

Regards,

Gurpreet