Hi,
I am writing a macro to enable data entry only when drill-down on 2 characteristics say Customer and Material.
=========================
IF
- Disaggregation Check
DET_LEVEL('9AMATNR')=1
AND
DET_LEVEL('9ACUST')=1
Row : KeyFigure (Attributes)=
ROW_INPUT(1)
ELSE
Row : KeyFigure (Attributes)=
ROW_INPUT(0)
ENDIF
=========================
When I try to generate this ,I am getting the error
the field DET_LEVEL is unkknown but there is a similar field CON_DET_LEVEL.
I tried using AGG_LEVEL also but then got the error that CON_AGG_LEVEl is available.
But I couldn't find either CON_DET_LEVEL or CON_AGG_LEVEL in functions list. Neither was I able to use it.
Can anyone tell me what could be the problem ?
Thanks,
Arunesh Chakrapani
Edited by: Arunesh Chakrapani on Jan 31, 2008 8:53 AM