Application Development 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: 

Transaction XK02->Environment-Classification. To fetch the data changed here

Former Member
0 Kudos

Hi All,

I have a requirement where in I need to display the changes made to a vendor in the classifications under the environment tab, into a custom program created for showing enhancements.

The changes can be seen in the change document.

Where is this data stored actually or how can i fetch it so that the details of the changes done can be picked and displayed via this custome code?

Any inputs or suggestions will be highly appreciated.

Thanks

5 REPLIES 5

former_member197622
Participant
0 Kudos

Hi Dharmin,

Change in objects are stored in CDHDR and CDPOS

in object ID put the vendor and check the other fields to see the changes

Regards

MC

0 Kudos

Hi Marco,

I checked in these tables.

But it does not show any entries for changes made under classifications section.

Former Member
0 Kudos

Hi Dharmin,

You could also watch with debugger to see how SAP retrieves that data, that will help you to figure out the correct object type (classification data may be stored under a separate object type in CDHDR/CDPOS than the main vendor data).

Jim

0 Kudos

Hi Jim,

Shouldn't all the object class be retrieved if I enter the Object ID in CDHDR?

Like I enter the vendor in object ID where the classification changes are done then I guess I should even get this object class where it is stored right?

But there are no corresponding entries in the table. 

raymond_giuseppi
Active Contributor
0 Kudos

Did you check your "Customizing" with transaction O1CL for object table LFA1 ?

(For reference, read KBA 1705101 - How to Activate Classification Change Documents)

Regards,

Raymond