‎2009 Jun 29 3:27 PM
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
‎2009 Jun 29 6:57 PM
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