How to start custom transaction in SAP R3 with SBC

Hello all,

I would like to start custom made transaction in SAP R/3 4.6c system with SAP Business Connector 4.6.

Is that possible and what do I need to do?

TIA

Gordan

Sorry Gordan, I’ve been offline for a while. Did you get a response to your question?
The short answer is yes, and it’s pretty easy.
Create a new function (SM37), and remote enable it. You can call the function like you would any other BAPI (although strictly speaking, your new function is not a BAPI). In the ABAP in the new function, you just do a CALL TRANSACTION the same way you would in a BDC program.
There are a couple things to watch out for, but it’s usually not that bad.
Hope that helps.

Curtis