cancel
Showing results for 
Search instead for 
Did you mean: 

Sample transactions using JRA actions

Former Member
0 Kudos

Hi,

Are there any sample transactions in the module library that use JRA actions ? Can somebody point me to the right source?

Regards,

Chanti.

Accepted Solutions (0)

Answers (1)

Answers (1)

jamie_cawley
Advisor
Advisor
0 Kudos

The module libraries only use jco, but a transaction using jra would be almost identical.

Jamie

Former Member
0 Kudos

I have always been using SAP JCo Interface action in my transactions which is pretty straight forward.

Now with JRA, do I have to have a 'Start Session', 'Function Call', 'Commit' and 'End Session' actions?

jamie_cawley
Advisor
Advisor
0 Kudos

The commit and rollback are only used on a small portion of the babi's, most auto commit. Generally you would have a start session, at least one function call, then an end session once all ecc communication is completed. There are also JCO actions that do the same. This is benefical when a trx is running multiple babi's, because it results in less communication calls.

Jamie