‎2008 Sep 29 2:06 PM
can anybody tell me how to use sap note (macro) in abap coding
Regards.
Kusum
‎2008 Sep 29 2:21 PM
you can use macro as in a program..
macro display.
write:'this is macro'..
end-of-definition.
display.
‎2008 Sep 29 3:03 PM
If you are trying to implement the note, you will have to check the patch versions of your current SAP system to that of the note provided. Apart from that, theres nothing much involved in implementing a note. all you have to do is to do the code modifications explained in detail in the manual provided along with the note.
‎2008 Sep 30 9:22 AM
Hi,
I want to use it in user exit, but never used. macro already I have but what is the syntact for it.
Regards.
Kusum.