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 with out authorization

NAeda
Contributor
0 Likes
667

Hello Frnds

please let me know with out authorization how can we go to particulat transaction,.. how can we implement BDC Prg...?

Thnks

Hello Frnds

please let me know with out authorization how can we go to particulat transaction,.. how can we implement BDC Prg...?

Thnks

3 REPLIES 3
Read only

Former Member
0 Likes
610

some times some Transactions though not authorized .. can be executed through SE93 transaction.. put the TCODE in the Se93 Tcode and then choose Display and Execute from display Screen.

If you do not have authorization to run a BDC program then it will fail.

Read only

0 Likes
610

hello...

i want to implement the bdc program for a TCode for that the user dont have the Authourization ....see for exp i am not authorized for pa30 Tcode ..then how can i run the session and calltransaction program for that TCODE, some how i can write the prg in Se38...will it be possible to implement r is there any other method to transfer the data......?

Thnks

Read only

0 Likes
610

If you call a transaction indirectly, that is from another transaction, the authorization check is not automatically performed. You must use transaction SE97 to set the check indicator check for the entry for the pair of calling and called transaction to ensure that the called transactions are also subject to an authorization check (see SAP Note 358122).

[http://help.sap.com/saphelp_nw04s/helpdata/en/52/67167f439b11d1896f0000e8322d00/content.htm]