Application Development and Automation 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: 
Read only

Material master extraction

Former Member
0 Likes
317

Hi,

can anyone suggest me inputs in identifying Material master data for a material that are created / Changed on a particluar day and marked for deletion in SAP tables .

Let me know the Tables that are to checked to get the data .

Thanks in advance.

Regards,

Ry

.

1 REPLY 1
Read only

Former Member
0 Likes
289

Hi,

For changes to Material master, you can check entries of table CDHDR and CDPOS.

Get data from CDHDR for OBJECTCLAS = 'MATERIAL'. Enter the date range for which you are looking the entries. Get all the details and use the same to extract data from CDPOS.

CDPOS will give you the details if the field is marked for deletion.

Hope this helps you to start working on.

ashish