Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Sap Note Macro

Former Member
0 Kudos

can anybody tell me how to use sap note (macro) in abap coding

Regards.

Kusum

3 REPLIES 3

Former Member
0 Kudos

you can use macro as in a program..

macro display.

write:'this is macro'..

end-of-definition.

display.

Former Member
0 Kudos

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.

0 Kudos

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.