Question:
Hi,
I have a characteristic (let say employee) with an attribute 'salary' (KF attribute).
Is it possible to read an KF attribute with FOX function ?
The general question is when we have a table where a value corresponds to another value (eg A=0.900, B=0.950...), what is the best way to read this table to use the target value (eg 0.900) in a formula ?
Thanks
Anthony
Answer:
You can use the FOX function:
ATRV(attributname, varname)
Regards.
Answer:
thanks.
We finally decided to read a specific table with an exit abap instead of reading attributes in bw for maintenance reasons.
anthony