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

problem in finding the field

Former Member
0 Likes
620

Hi,

I am working on a report, i need to display the filld task code status(smsttxt) which in transaciton QM03. When i go into the technical settings this field refering the structure, so please let me know how to read this field.

Hi,

I am working on a report, i need to display the filld task code status(smsttxt) which in transaciton QM03. When i go into the technical settings this field refering the structure, so please let me know how to read this field.

3 REPLIES 3
Read only

naveen_inuganti2
Active Contributor
0 Likes
575

Hi.....

check table DD03L . you'll find table name for every field

this will sovle your query...

or try with ...

Transaction code SE84 ,table for whichever field(or structure) you want to find.

Thanks,

Naveen Inuganti.

Read only

Former Member
0 Likes
575

Hi Kiran

U can check table SMST-TASK_STATUS

Read only

Former Member
0 Likes
575

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
 USER_LINE
 STONR                           00