2007 Feb 07 9:53 AM
Hi all,
Im 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
2007 Feb 07 10:17 AM
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'.
2007 Feb 07 10:16 AM
hi
good
go through this link
http://help.sap.com/saphelp_srm30/helpdata/en/ee/8804050393ea4596330fe181092003/content.htm
thanks
mrutyun^
2007 Feb 07 10:17 AM
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'.