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

CLAF_CLASSIFICATION_OF_OBJECTS - RMWB tcode

Former Member
0 Likes
507

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

2 REPLIES 2
Read only

Former Member
0 Likes
397

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

Read only

0 Likes
397

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