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