‎2009 Mar 12 4:51 AM
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.
‎2009 Mar 12 4:53 AM
Hi,
if the relevant authorisations are not there, no matter what you use, you will not be able to execute the transactions.
Regards,
Mansi.
‎2009 Mar 12 4:53 AM
Hi,
I guess you cant call any transaction for which you dont have any authorizations to access.
Hope this helps you.
Regards,
Tarun
‎2009 Mar 12 4:53 AM
Hi,
if the relevant authorisations are not there, no matter what you use, you will not be able to execute the transactions.
Regards,
Mansi.
‎2009 Mar 12 4:57 AM
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
‎2009 Mar 12 4:56 AM
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
‎2009 Mar 12 5:03 AM
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