cancel
Showing results for 
Search instead for 
Did you mean: 

WD abap Query - Regarding Edit note

Former Member
0 Kudos

Hi all,

On click of one button on main screen, i need pop up screen where i can edit this prepopulate text.

-


Assistant Manager (CSM) request/removal

Organisation reference : 50158579

Add or Remove (A/R) :

Employee Full Name :

TOMI user ID (NOT password) :

Employee Personnel No :

Effective date :

Your Name :

Your contact telephone number :

Employee must appear on your timesheet before you can apply for them

to have access. Allow 5 working days. The named employee will then

be able to complete the timesheet on your behalf using a special

link from TOMI headed EFORMS.

-


User can edit this note and then he will click on Ok button to send this text as Email.

I tried to achieve this using text edit element but not able to achieve this functionality.

In module pool we can achieve this functionality using function module which call standard editor. But we could not call this in WD abap.

CALL FUNCTION 'TXW_TEXTNOTE_EDIT'

EXPORTING

edit_mode = 'X'

TABLES

t_txwnote = note.

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>But we could not call this in WD abap.

No, function modules that relie on the control framework, SAPGUI, or office integration of course can not be used within the browser only enviornment of Web Dynpro.

>I tried to achieve this using text edit element but not able to achieve this functionality.

Please elaborate. What about the TextEdit UI element did not meet your needs? Do you want more editing/formatting functionality? Or did you have some other problem. Please describe.