2008 Nov 19 5:50 AM
Hi.
Is there anyway by which I could restrict the authrozation for a Tcode to be limited only using a BDC.
I do not want the user to have access to start the transaction on its own accord, but they should be able to do so when another program calls it via a BDC.
Regards,
Chinmaya
2008 Nov 19 7:41 AM
2008 Nov 19 7:47 AM
But that on it's own won't prevent the transaction from being called in the foreground.
Worth investigating might be checking system field sy-batch = 'X' upfront in the transaction's program code, possibly by checking a special authority as an exception for error handling from the BDC processing...
Cheers,
Julius