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

Delete Classification data

Former Member
0 Likes
1,703

I am using MM11 transaction to schedule a creation of material with classification data. After execution of MM11 SAP put entry into PCDHDR and PCDPOS table and classification data entries into KSSK and AUSP tables.

Now if I cancel the schedule fo material it should delete the classification data along with data form PCDHDR and PCDPOS.My problem is that, SAP deleting data only from PCDHDR and PCDPOS table not the classification data.Please suggest me how I can delete the classification data. Is there any standard Function module to delete the classification ?

3 REPLIES 3
Read only

Former Member
0 Likes
877

You have to delete the classifications separately. There is a standard SAP program that will do this: RCCLBI03. It's documented.

Rob

Read only

0 Likes
877

I tried th FM used in program to delete classification, but no success. Any body have any idea about this problem.

Read only

0 Likes
877

Why the FM? Can't you just use the program as is?

Rob