cancel
Showing results for 
Search instead for 
Did you mean: 

How can I update workitem text (WI_TEXT) at SWWWIHEAD table?

alonso_valenzue
Participant
0 Kudos

I want to update the WI_TEXT field at SWWWIHEAD table. I tried with the FM SWL_WI_UPDATE but it didn't work. I want to update without execute an UPDATE sentence directly in the database. Exists some function module that make this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try the foll FM's;

SWW_WI_TEXTS_CHANGE_S

SWW_WI_TEXTS_CHANGE

SWD_HEADER_SET

However,if you need to change the text/description for the work item,you need to do it as the task level in the workflow.Goto PFTC.Enter the task no and directly chnage the description for the Work item.After saving the chnages ,run tcode SWU_OBUF.The new description shcnages can be seen for the work item now.

See this related thread for more details:

BR,

Disha.

Do reward points for useful answers.

Answers (1)

Answers (1)

alonso_valenzue
Participant
0 Kudos

Thanks Disha, I used FM SWW_WI_TEXTS_CHANGE and worked very good.