‎2009 May 16 1:20 PM
Dear Freinds,
how to run bdc program at end user end who dont have tcode (MM02)authorization ,please give me the function or or abap code or ay other way so tht i can bypass this authorization check process.
Thanks Naveen
‎2009 May 16 1:26 PM
Hi,
Simply create a program and use inside CALL TRANSACTION tcode USING bdc_tab . This overcomes authority checks as long as it is configured to do so. Check transaction SE97 where you can switch that off (by default it is off). Then the user, who is not allowed to enter MM02 mormally, will be able to run this program and access tcode without authority check.
Regards
Marcin
‎2009 May 17 10:32 AM
Hi,
In the below FM, specify the required tcode which you dont have authorization,...You can still run..
ALINK_CALL_TRANSACTION.
Regards
Shiva
‎2009 May 18 10:13 AM
you can do this by call transection method. just go to transection SHDB and do recording of MM02 transec tion. and make loop in the internal table in the program .