Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Rollback a call transaction using CTU_PARAMS

Former Member
0 Likes
401

Is there any combination of CTU_PARAMS and ROLLBACK that can be used to rollback a call txn. A BAPI is not available for me to use to perform the function I need.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
356

Hi,

I dont think there would be any combination available for CTU_PARAMS and ROllback.

CTU_PARAMS is available only under the following FM`S :

BDC_RECORD_TRANSACTION

BDC_RUNNING

RS_HDBDC_CALL_TC_BATCH_INPUT

RS_HDBDC_CHANGE_TC_BATCH_INPUT

Rollback can be done using BAPI_TRANSACTION_ROLLBACK.

It would be good if you call the Roll back BAPI explicitly instead of doing rollback along with CTU_PARAMS. Make both of them as independent calls.

Best regards,

Prashant

Is there any combination of CTU_PARAMS and ROLLBACK that can be used to rollback a call txn. A BAPI is not available for me to use to perform the function I need.

1 REPLY 1
Read only

Former Member
0 Likes
357

Hi,

I dont think there would be any combination available for CTU_PARAMS and ROllback.

CTU_PARAMS is available only under the following FM`S :

BDC_RECORD_TRANSACTION

BDC_RUNNING

RS_HDBDC_CALL_TC_BATCH_INPUT

RS_HDBDC_CHANGE_TC_BATCH_INPUT

Rollback can be done using BAPI_TRANSACTION_ROLLBACK.

It would be good if you call the Roll back BAPI explicitly instead of doing rollback along with CTU_PARAMS. Make both of them as independent calls.

Best regards,

Prashant