cancel
Showing results for 
Search instead for 
Did you mean: 

Macro...

Former Member
0 Kudos

Hi All,

1. How can I write a macro which will copy all values from a particular key figure to another key figure??

2. How can write a charactersitcs based macro .?? By that I mean to say that macro shoud shoud run when a perticular chacteristic is chosen from Selction profile.. say Plant 1000.

Thanks,

Denish--09886366153

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1. How can I write a macro which will copy all values from a particular key figure to another key figure??

Check [Advanced Macros|http://help.sap.com/saphelp_scm50/helpdata/en/17/a5216532a111d398260000e8a49608/frameset.htm]. This is a common function a macro is used for!

2. How can write a charactersitcs based macro .?? By that I mean to say that macro shoud shoud run when a perticular chacteristic is chosen from Selction profile.. say Plant 1000.

You need to use a IF condition and check IF 9ALOCNO = 1000, then do XXX...

Answers (0)