cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent please !!! Macro with Info objects

former_member309586
Participant
0 Kudos

Hi Gurus,

I have one question.

I have one infoobject (CHAR) " customer type" under that we have EXT (external) and INT (internal) and i need to write a macro which reads only EXT external customer when we select Customer type and copy EXT values to seperate Key figure.

Please guys your answers will be helpfull

Thanks a Lot

Regards,

Raj Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

just create a simple copy macro that executes only when your load is at EXT characterisitic level. If you load INT or BOTH it should not work.

the macro step for checking can be ACT_IOBJNM_VALUE()

the next step would be for copying

alternately you can load all customer type and use macro DRILL_DOWN() to separate EXT from INT and use the logic above

pl search for some threads with "drill down" and you will get some more ideas on this

Answers (2)

Answers (2)

former_member309586
Participant
0 Kudos

Thanks

former_member309586
Participant
0 Kudos

Hi Gurus,

Can any one help me in getting the Macro solution please.

have one infoobject (CHAR) " customer type" under that we have EXT (external) and INT (internal) and i need to write a macro which reads only EXT external customer when we select Customer type and copy EXT values to seperate Key figure.

Please guys your answers will be helpfull