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

Change_pointers_read FM

Former Member
0 Likes
890

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

??

2 REPLIES 2
Read only

Former Member
0 Likes
574

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.

Read only

0 Likes
574

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?