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: 
Read only

finding the field

Former Member
0 Likes
719

I am working on a report, i need to display the field task code status(smsttxt) and it is 40 char field which in transaciton QM03. This field i have to display based on Task Code , this is also in same transaction When i go into the technical settings this field refering the structure, so please let me know how to read this field.

I am working on a report, i need to display the field task code status(smsttxt) and it is 40 char field which in transaciton QM03. This field i have to display based on Task Code , this is also in same transaction When i go into the technical settings this field refering the structure, so please let me know how to read this field.

4 REPLIES 4
Read only

Former Member
0 Likes
688

the same reply i am giving again, you tell me did you understand this or not. if not please let me know.

I am not sure of the table. But you can get the Text using the Function module

STATUS_TEXT_EDIT

Go to Table QMEL , With the Notification number, Get the OBJNR from QMEL table.

use this OBJNR and call the Function STATUS_TEXT_EDIT, specify language as sy-langu.

sample run.

Import parameters               Value
 
 CLIENT                          100
 FLG_USER_STAT
 OBJNR                           QM000200000010
 ONLY_ACTIVE                     X
 SPRAS                           EN
 BYPASS_BUFFER
 
 
 Export parameters               Value
 
 ANW_STAT_EXISTING
 E_STSMA
 LINE                            OSNO NOTE   "this is the status text
 USER_LINE
 STONR                           00

Read only

0 Likes
688

Hi,

Thank You very much, Initially i confused. But now I got that one.

Read only

0 Likes
688

what made you confuse..

I mentioned same in Both the threads,

please read the rules. and Don't duplicate the posts.

Read only

Former Member
0 Likes
688

<LOCKED BY MODERATOR - DUPLICATED THREAD>

Greetings,

Blag.