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

Adding notes to a workitem

Former Member
0 Likes
739

Hi all,

I’m trying add to my workitem the possibility of editing a text, so the receiver of the WI can forward it and edit some notes.

Can anybody help me?

Thanks, regards

Massimo

1 ACCEPTED SOLUTION
Read only

former_member188972
Active Contributor
0 Likes
536

You can create an object in BOR like "STD_TEXT" to create and manage simple text in a specific task.

Note that SDT_TEXT manage standard text, normally used for sapscript, so in the table STXH you'll find these text with

TDOBJECT = 'TEXT'

in your new object you can use a different object ('Z....').

Look the method SWU_TEXT_EDIT in the object SDT_TEXT, the object is fixed to 'TEXT'.

2 REPLIES 2
Read only

Former Member
Read only

former_member188972
Active Contributor
0 Likes
537

You can create an object in BOR like "STD_TEXT" to create and manage simple text in a specific task.

Note that SDT_TEXT manage standard text, normally used for sapscript, so in the table STXH you'll find these text with

TDOBJECT = 'TEXT'

in your new object you can use a different object ('Z....').

Look the method SWU_TEXT_EDIT in the object SDT_TEXT, the object is fixed to 'TEXT'.