cancel
Showing results for 
Search instead for 
Did you mean: 

Message text of Work item (MESSTEXT)

former_member467250
Discoverer
0 Kudos

Hi Gurus,

I want to know in which table the message text (MESSTEXT) of the work item (Table SWWWIHEAD field WI_ID) is stored and how to retrieve it.

Below are the details of the message I want to know:

Struture name: SWLWI_DISP

Field name: MESSTEXT (I want this information)

Data element: SWR_MSGLIN

Program name: SAPLSWF_PLOG_UI

Thanks in advance.

Regards,

Fahim

Accepted Solutions (0)

Answers (2)

Answers (2)

keohanster
Active Contributor

We might be able to help you if you told us the WHY? What is your goal for this? Do you need to collect workitem messages for some external report?

Sue

former_member467250
Discoverer
0 Kudos

Hi Susan,

Thanks for your response.

Yes, I am developing an external report.

Regards, Fahim

pokrakam
Active Contributor
0 Kudos

SWWLOGHIST

former_member467250
Discoverer
0 Kudos

Hi Mike,

Thanks again for your reply.

I am sorry, I am a functional consultant and don't know much about the ABAP.

Could you please describe a bit more about how to retrieve the information from SWWLOGHIST? I am unable to find field MESSTEXT in this table (MESSTEXT is the information I am looking for).

Thanks in advance.

Regards, Fahim

pokrakam
Active Contributor
0 Kudos

The table only contains the message components (Message class, ID, type, parameters). You can generate the corresponding text using FM BAPI_MESSAGE_GETDETAIL, which is what happens in the log display.