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

Notes - Standard Function Modules long text functionality

Former Member
0 Likes
316

Hi All

Need standard Function Modules for Notes (long text) functionality. I need to create a notes tab in dialog program, this notes tab has all formatting icons to enable create/upload/modify the text entered and passed to SAP standard text objects.

Edited by: sharmalvn on Jun 29, 2009 4:34 PM

1 REPLY 1
Read only

Former Member
0 Likes
287

Take a look at function modules:

- SAVE_TEXT (saves text to an existing object)

- READ_TEXT (read text from an existing object)

- CREATE_TEXT (writes text to a new object)

Hope that helps,

Michael