‎2011 Dec 07 6:16 AM
Hi All,
I have a requirement like whenever a class(cl02) is created,an idoc should be created.
I have maintained two fields in BD52 :class and clint of klah table.
object table name field name
klasse klah class
klasse klah clint
I creted a new class in cl02 and in cdpos the corresponding entery is updated/reflected.
But while tried to crete idoc through BD21,the change_pointers_read is not capturing the cretion/change of the respective class.
Can anyone help me on this
??
‎2011 Dec 07 6:50 AM
Hi ,
Have you maintained the message type in BD50 and activated it before BD52.
And also let us know what exactly the data you are trying to update using change pointers..
Regards,
Ganesh.
‎2011 Dec 07 7:14 AM
Thanks for your reply.
Message type is already maintained and activated.
Basically we need to trigger idoc,when a 1:class is created(KLAH table)
2: when a class type is changed for a material(table kssk)
3:when the characteristics(of a class) is changed/created for a material(table CABN/AUSP)
But now here when I am changing anu og the above 3 options ,an Idoc is not getting triggered .While debugging I noticed, Change_pointers_read FM is not capturing those data.
I am not sure whether this is the right way to get these details or is there any other FM's for retreiving the data related to material classfication.can u help?