Application Development and Automation 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: 
Read only

Sap Note Macro

Former Member
0 Likes
455

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

Regards.

Kusum

3 REPLIES 3
Read only

Former Member
0 Likes
428

you can use macro as in a program..

macro display.

write:'this is macro'..

end-of-definition.

display.

Read only

Former Member
0 Likes
428

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.

Read only

0 Likes
428

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.