cancel
Showing results for 
Search instead for 
Did you mean: 

CDHDR Table

Former Member
0 Kudos

HI

In one of my material, changes are not updated in Changes log..

Can i find the same in CDHDR(Whats the object to use) or any other table to find material changes of material master?

Reg

Shan1242

Accepted Solutions (1)

Accepted Solutions (1)

Manoj_Mahajan78
Active Contributor

Shan,

You will get it from CDPOS Table...

go to table CDPOS with

OBJECTCLAS = Ur Material

OBJECTID = Material number

Take help from ur ABAP person...

REWARD POINTS IF U FINDS THIS AS USEFUL...

Regds

MM

Answers (2)

Answers (2)

Former Member

I think you should get your Change in item in CDPOS as this is the item table and the one which you have mentioned is Header table so go to CDHDR

Enter OBJECTCLAS = 'MATERIAL'

OBJECTID = Material number

You will get the change number.

With the change number obtained above go to table CDPOS with

OBJECTCLAS = 'MATERIAL'

OBJECTID = Material number

and changenr = change number obtained from CDHDR.

I have added the object class so that u can get the exact change

Hope this helps

Cheers

Message was edited by:

Anuj Oswal

Former Member
0 Kudos

Whas the object name to use there for materials?

In that table different selection parameters available which oen you suggest to find it?

Reg

Shan1242

Former Member
0 Kudos

hi

try VERKBELEG as object name