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

Text editor

Former Member
0 Likes
1,169

Hi Team

i want to create a text box in a workflow item . the work item should go from initiator to 1 level approval. once the 1 st level receives the work item the text entered by initiator should be in greyed out and below that the 1 st level approval person can write his comment in the single same text box

please can you suggest how to develop the  attached text box  and the text box should not have restrictions on number of charecters

5 REPLIES 5
Read only

nirajgadre
Active Contributor
0 Likes
1,127

Hello,

To create the text box in the workflow work item , create the own workflow work item design using the module pool screen and assign the same in the work item. so this screen will be displayed when user open the work item in his inbox.

Thanks and Regards,

Niraj Gadre

Read only

0 Likes
1,127

i want the previous comments to be in display mode and below that editable . that is all previous text added should be in display mode and below that new text should be added

Read only

0 Likes
1,127

Hello,

i think it is not possible to open the editor in the display only mode and edit mode with single editor instead. you can create one text editor with display all the previous comment in the one of the text editor in display only mode and another editor in the edit mode, where user will entered the latest comment.

so first text editor always content the latest comments in non editable mode.

Read only

0 Likes
1,127

As suggested create a dialog program and create a text editor on it. Send this as a work item. For creating you can refer example SAPTEXTEDIT_DEMO_3

Read only

Former Member
0 Likes
1,127

using protect lines this is possible