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

Reg: Tracking deleted Classification data

Former Member
0 Likes
479

Hello All,

My scenario is like this :

1. Go to MM02

2. Change the Material

3. Select the Classification View

4. In the Screen enter the Class from the F4 Help

5. Save the settings.

6. Go to MM02 again with the same material and from the menu choose :

Menu Bar --> Environment --> Change Overview.

7. Here we can see what we added in the classification view.

8. Now the other way round :

I went to MM02 for the same Material.

9. Selected the classification View

10. Deleted the entry which I have added previously.

11. Saved the changes.

12. Now if I again gointo MM02 for the same material and check the Change Overview from the Menu Bar I'm not able to see any selection.

13. This is actually right bcoz the only entry which was there was deleted.

14. But my requirement is to get the Classification --> the class which I had deleted and show that the so-and-so class has been deleted instead of a blank screen.

I checked some user exits but I'm not able to know which is the one .

I hope I'm clear in explaining my issue !!!

Can any one help me out ?

Regards,

Deepu.K

2 REPLIES 2
Read only

Former Member
0 Likes
404

Deepu,

Does your deletion get recorded in table CDHDR?

Thanks

Ganesh.S

Read only

Former Member
0 Likes
404

Hello All,

For this I'm using the User Exit .

User Exit is : EXIT_SAPLCLFM_002

Include is : ZXCLFU02

I'm inserting a <b>dummy class</b> each time when all the records of the classification data is being deleted so that the change records will be available.

Regards,

Deepu.K