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

Create a note in me21n by abap code

Former Member
0 Likes
639

Hi experts,

i'm wondering if it's possible to create a note by abap code ?

I found this function module during my research "SO_WIND_NOTE_CREATE_API1",

but i don't understand how to use it, and if it's helpful for my need.


Thanks in advance for replies !

1 ACCEPTED SOLUTION
Read only

former_member196651
Contributor
0 Likes
573

Hi Yacine,

Ya it is possible to create a note by abap code. The FM you mentioned here can be used for it also.

But what is your exact requirement? To create a note from ME21N does not require this FM. You can directly go to the GOS toolbar on the top left hand corner. There you have option for creating the note.

Regards,

Abijith

Hi experts,

i'm wondering if it's possible to create a note by abap code ?

I found this function module during my research "SO_WIND_NOTE_CREATE_API1",

but i don't understand how to use it, and if it's helpful for my need.


Thanks in advance for replies !

2 REPLIES 2
Read only

former_member196651
Contributor
0 Likes
574

Hi Yacine,

Ya it is possible to create a note by abap code. The FM you mentioned here can be used for it also.

But what is your exact requirement? To create a note from ME21N does not require this FM. You can directly go to the GOS toolbar on the top left hand corner. There you have option for creating the note.

Regards,

Abijith

Read only

0 Likes
573

Hi Abijith,

thanks for your reply, i need to create this note by abap code beceause i have a Z* program that send mail from a workflow, and i need to take the header and body of my mail, and paste it into a note on purchase order.

My real problem is on this Function module, i don't understand how to use it on my program and how to send this note to it's specific purchase order.

Regards,