Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: CRMCMP_IC_FRAME & EH_ONFORWARD Call don't want to save all the transaction

$
0
0

Hi Sanjana,

 

As per my understanding from your requirement is u want to revert back particular transaction after completion of whole process .

 

In this case u can create a static variable of internal table type and keep all transaction entity  and as per condition u can revert back the transaction entity .

 

lr_transaction ?= lr_entixxxxx->get_transaction( ).

 

    if lr_transaction is bound.


if lr_transx->CHECK_SAVE_NEEDED( ) = abap_true. "Check if any unsaved object

   lr_transx->revert( ).  "Revert all if not saved

endif.

 

endif.

 

Hope it will help

 

Regards

Alok


Viewing all articles
Browse latest Browse all 7775

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>