Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to know about a deleted record from IDoc

Former Member
0 Kudos

Hi,

I have a scenario where a CREMAS IDoc is generated when I am deleting a vendor data from the master table. But I am unable to distinguish between IDocs generated for deleted vendor and IDocs for new or updated vendor. Is there any way to know this??

regards,

Biranchi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI Bianchi,

go to we05, look at your IDoc and see the E1LFA1M-MSGFN Value.

This one shows what is to be done (deletion, Update, fullload, new)

Regards,

Gordon

4 REPLIES 4

Former Member
0 Kudos

HI Bianchi,

go to we05, look at your IDoc and see the E1LFA1M-MSGFN Value.

This one shows what is to be done (deletion, Update, fullload, new)

Regards,

Gordon

0 Kudos

Hi Gordon,

Thanks for your speedy reply. I checked the data in WE05 for all the IDocs that I have sent. In all the IDoc that I have sent, the value under E1LFA1M-MSGFN is 005. Please help me in figuring out the record type(deleted, new, updated) from this value.

regards,

Biranchi

0 Kudos

You can go through table BDCPV to find out more about the creditor.

Look at the Flag (deletion/New/Update).

Former Member
0 Kudos

go to WE09, select your IDOC type and date range , segment E1LFA1M, field LOEVM value = 'X'. this will give you the list of all idocs which deleted the vendors