cancel
Showing results for 
Search instead for 
Did you mean: 

Data Buffering on JCo action

shaji_chandran
Participant
0 Kudos

Hello Folks,

     I have got the below sequence in my MII Transaction where I am trying to write the data to buffer on a communication failure.  I run the program when communication between MII and ECC is down, then I get the error in the first action (SAP_JCo_Start_Session) itself and controls move to the catch block which skips other actions. On this scenario how can I move the data to buffer. Must I call the JCo Function at catch block as well?

MII 15.0 SP4 version

SAP_JCo_Start_Session

SAP_JCo_Function1 -> Calls BAPI_ALM_NOTIF_CREATE, Data buffering enabled

SAP_JCo_Function2 -> Calls BAPI_ALM_NOTIF_SAVE, Data buffering enabled

SAP_JCo_Function3 -> Calls BAPI_TRANSACTION_COMMIT, Data buffering enabled

SAP_JCo_End_Session


Thanks

Shaji



Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shaji,

Are your other action blocks which you want to be executed directly below the Catch block, If so try moving it to the right hand side branch and then execute.

May be a more detailed screenshot could explain your scenario, if needed please share the same.

Regards,

Saptaparna