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

Re: in service order line item if i click delete on item 10 ,it is not deleted?

$
0
0

Hi sagar,

 

only service order status not equal to e0004 that time only they want delete functionality in service order line item..i did code changes on EH_ONONE_CLICK_ACTION method

CASE lv_event.

        WHEN 'DELETE'.

* delete single entity

          IF lr_ent IS BOUND.

            CHECK lr_ent->lock( ) EQ abap_true.

            lr_ent->delete( ).

            CALL METHOD refresh_items( ).

            view_group_context->set_view_editable( me ).

          ENDIF.

 

but still its getting information on followup document is existing in service order..so could you please help here.

 

Thanks & Regards

Kalpana


Viewing all articles
Browse latest Browse all 7775

Trending Articles



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