cancel
Showing results for 
Search instead for 
Did you mean: 

Macro planning table elements

Former Member
0 Kudos

Hi Experts,

I'm trying to create a macro that will only produce a result when a characteristic has a certain value.

I have macros that work at detail level with this operator/function Det_level ( Char ) = 1 so I know how this works. But this is more specific. I want to use similar logic but only if the Char = xyz.

An excel statement would be IF( Char = "xyz", a + b, "").

Is this possible with the SAP macros?

Thanks in advance

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI all,

finally cound the right operator/funtion in the macro.

IOBJNM_VALUE( 'Char' ; 'xyz' ) = 1

Thanks