Hello Experts,
As we are working on a RollOut project. In the planning book, for ex if Infoobject (charactorstic) Value is Not Equal to 1 then KF1 from Table 1 and KF8 from Table 2 must be in hide.
for that macro developed and used the Infoobject function ACT_IOBJNM_VALUE('CH1'<> '1')
Now there is a requirement InfoObject value <> 59 and 70, same 2 KFs must be in hide if infoobject value <> 59 and 70.
For that have developed macro and tested,unfortunately test results are passed for positive case where test results failed for negative case.
If i try with above macro only for Infoobject value Single value both positive and negative cases are working fine.
Already this macro is working fine in production for Infoobject <> 10, In the planning book this macro has mentioned directly executable macro and start macro.
Is there any way to achieve this functionality. Or else i have to write the macro in any different way to achieve this requirement.
kindly advice on macro development or any other directions to achieve this requirement.
Regards,
SV