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

BDC without tcode authorization

naveen_pundir
Explorer
0 Likes
1,781

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

3 REPLIES 3
Read only

MarcinPciak
Active Contributor
0 Likes
974

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

Read only

Former Member
0 Likes
974

Hi,

In the below FM, specify the required tcode which you dont have authorization,...You can still run..

ALINK_CALL_TRANSACTION.

Regards

Shiva

Read only

Former Member
0 Likes
974

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 .