cancel
Showing results for 
Search instead for 
Did you mean: 

RFCs for transactions

Former Member
0 Kudos

Hello all,

Can I call SAP transactions such as SM04, ST02 etc., from a java application? I am aware of using the JCO API to execute BAPIs for alert management but not sure which RFCs or function modules I can call to execute a desired transaction from my java application. I am very new to ABAP and am not sure how to find out RFCs corresponding to my desired transactions. Any pointers appreciated! Thanks.

-cheers,

Arvind

Accepted Solutions (0)

Answers (1)

Answers (1)

robertot4s
Active Participant
0 Kudos

Hi Arvind,

You can look for BAPIs in BAPI transaction. If you don't find any BAPI similar to the desired transactions, you have to use BATCH INPUT in order to record the transactions and encapsulate the code inside a RFC function module.

BAPIs are better than Batch input, they are more reliable and have better performance.

Regards,

Roberto