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 pointer

Former Member
0 Likes
747

Hi

When i create attributes using 'general attribute' infotye from trnsaction code PP01 for the 'Qualification' object type, the data gets updated in HRP1222 and HRT1222.

I need to capture any changes done to HRP1222-TABNR field to generate IDOCS.

I have assinged the idoc segment E1P1222 to an idoc type and attached it to a message type. I have maintained record for this message type in transaction code BD60..I have activated the message type and created distribution model which uses this message type..

With the above settings, after doing the transaction in PP01,i dont see entry in BDCPV table

Please advice as what steps needs to be followed to get an entry in BDCPV table ?

2 REPLIES 2
Read only

nablan_umar
Product and Topic Expert
Product and Topic Expert
0 Likes
588

Is your general change pointer is set? Look using transaction BD61.

Read only

Former Member
0 Likes
588

Hi,

The change pointer for the message type has to be activated (BD50), if the IDOC is to be triggered for any changes made to the table.

The change pointer for the individual fields (in the table) have to be activated (BD52), if the idoc is to be triggered if a particular field in the table is changed.

Also as mentioned before, change pointers have to be enabled globally (BD61).