Hi,
In standard SAP, the end button on WEBIc save all object. I want to eject just some object of this save.
I enhance the EH_ONFOWARD_CALL like :
DATA: lr_core TYPE REF TO cl_crm_bol_core,
lr_transx TYPE REF TO if_bol_transaction_context.
lr_core ?= cl_crm_bol_core=>get_instance( ).
lr_transx ?= lr_core->get_transaction( ).
Can you help me to loop on the transaction_tab attribut to check the type of objet (BTOrder)?
Thank's a lot
Carole