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 for Pricing Condition Tables

Former Member
0 Likes
2,109

Hi All,

I have a requirement where I have to track the changes made in pricing condition tables A304,A305 and A306 . I need to develop a program to track all the changes made in these tables after a specific date and download the data into an excel sheet. Please let me know what is the best approach for this. Do I have to activate any change pointers for this? If yes can anybody please tell me if there is a any message type that I can use for these tables?

Thank You.

Regards,

Jhansi.

Edited by: Jhansikiran on Dec 7, 2010 11:16 AM

1 ACCEPTED SOLUTION
Read only

brad_bohn
Active Contributor
0 Likes
1,168

No, change pointers are for triggering subsequent functions such as IDOC sends. There is an existing change report for pricing conditions in pricing condition maintnenance, though its format is not suitable for download. You may want to look at it or build your own for object COND_A.

Hi All,

I have a requirement where I have to track the changes made in pricing condition tables A304,A305 and A306 . I need to develop a program to track all the changes made in these tables after a specific date and download the data into an excel sheet. Please let me know what is the best approach for this. Do I have to activate any change pointers for this? If yes can anybody please tell me if there is a any message type that I can use for these tables?

Thank You.

Regards,

Jhansi.

Edited by: Jhansikiran on Dec 7, 2010 11:16 AM

2 REPLIES 2
Read only

brad_bohn
Active Contributor
0 Likes
1,169

No, change pointers are for triggering subsequent functions such as IDOC sends. There is an existing change report for pricing conditions in pricing condition maintnenance, though its format is not suitable for download. You may want to look at it or build your own for object COND_A.

Read only

Former Member
0 Likes
1,168

Thanks a lot Brad,

The report that you mentioned was very helpful. RV16ACHD is that report and I am using function module used in that report to get the changes. Thank you.

Regards,

Jhansi.