cancel
Showing results for 
Search instead for 
Did you mean: 

Extractionof general task operation Long text

Former Member
0 Kudos

Hi Experts,

I am looking for extracting the long text of general task list operation. I have come across a FM read_text which require the following inputs Text Name ,Text ID , Text Object. I am unable to find from which table the Text Name-RSTXT are available.

If you have any better method or ideas please share your experience.

Regards

DP

Accepted Solutions (0)

Answers (2)

Answers (2)

peter_atkin
Active Contributor
0 Kudos

SAP uses function module READ_TEXT in the task list to read the operation texts using the following:

ID = PLPO

LANGUAGE = as required

NAME = contatenation of client, task list type, task list name, key for task list group, number of the task list node

OBJECT = ROUTING

PeteA

Former Member
0 Kudos

DP,

That is easiest way to get the long text information. You should be able to get the Text name , ID and Object by choosing Goto > Header. Text name is generally a combination of client and Object values which can be obtained from the respective database table. Text ID and Text Object are fixed values per object.

Regards

Narasimhan

Former Member
0 Kudos

Hi ,

Thanks for the quick responds. My requirement is to find the list of TEXTNAME from a table so that I can pass it into the FM.Since there are numbers of tasklist and multiple number of operation having long text and have different object values.

It is not possible to check it manually from header.

Can you tell me from which table I can get the object values.?

DP

Former Member
0 Kudos

Check this FM WPSTS_TASKLIST_READ_FROM_DB. This might help.