Skip to Content
0
Former Member
Jul 14, 2008 at 06:14 AM

IDOC ,Memory Id,problem

350 Views

Hi,

I have an idoc configured for sales order. This is executed from user exit of sales order. There is a z program for that. This Z program is called through an event using function module bp_event_raise and it runs in background at that time.

This event bp_event_raise is called in an update function module.

Now to capture deleted record i am using function exit EXIT_SAPLVEDC_004 which is there in function module idoc_output_ordrsp.

I am trying to capture the deleted records in user exit and trying to pass it to the function exit throgh memory id. But it is not working. Any clue???

Shweta