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: 

Determining the " Task Code Text " for a notification in QM02 ??

Former Member
0 Kudos
1,701

Hi..

I need to determine the TASK CODE TEXT which is present for a notification.

This field can be found .. in QM02 transaction for certain notification types like F1.

Inside the notification under the tab TASKS, we can find this field. This field gets populated when a TASK CODE is selected. The TASK CODE TEXT contains the description of the TASK CODE selected.

How do i fetch this description.

The technical help or F1 help refers to a field which is not present in any of the tables.

I guess it is calculated at run time.

How do i get it. ?

7 REPLIES 7

Former Member
0 Kudos
758

Try for table QMSM

Hope this helps...

GauthamV
Active Contributor
0 Kudos
758

use these tables.

QPCD

QMSM

Former Member
0 Kudos
758

If you have the TASK Code go to the table QMSM and pass the TASK CODE as input in the field MNCOD the description should come in the field MATXT.

This table has an input field for Notification No also. So you can try by passing Notification Number as input.

I am unable to check the same as I do not have this notifications in my system.

Hope this helps.

Regards

0 Kudos
758

Anil,

MATXT is the TASK TEXT.. I need to find the TASK CODE TEXT......

Gautum..

I checked those tables as well and also QPCT...Doesnt help...

0 Kudos
758

Check these.

QPGT, QPCT

0 Kudos
758

No..Gautum..it isnt there..

Sagar_bankar1
Discoverer
0 Kudos
99

You can use QPCT-KURZTEXT field for TASK CODE TEXT