‎2008 Nov 12 10:15 PM
I'm using CLAF_CLASSIFICATION_OF_OBJECTS function module to get characteristic value in the tcode RMWB. i have to avoid the deleted values and i'm not able to see any indicator.
how to find the deletion indicator?
i noted that there is an field LKENZ in ausp table for deletion indicator.but its not updaing.
Any help thank in advance
Suresh
‎2008 Nov 13 2:58 AM
Hi Suresh,
can u explain litt bit more abt this issue , are u having probs with standard Tcode ? or custom program in which u are calling this FM , if so whats ur Inputs ? , how u are passing Object Key to this FM ?
regards
Prabhu
‎2008 Nov 13 1:00 PM
i'm writing custom program to get characteristic value using function module.
To get Object key i have to concenate estva-recn and estva-actn fields from ESTVA table.
and then get object key from AUSP table.
Inside program i'm calling CLAF_CLASSIFICATION_OF_OBJECTS to get the characteristic value.
even i can get from AUSP table but some time it act differ so i will go function module.
Question is if they delete entries in standard transaction still my program i'm getting those values.
So i'm trying to find deletion indicator.
Edited by: Suresh on Nov 15, 2008 10:17 PM