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

PM Notification: Malfunction report

Former Member
0 Likes
1,399

Dear all,

Using transaction IW23 we're able to view PM Notification malfunction reports.

I know most data is stored in the physical table VIQMEL.

There is only one field I'm not able to locate in a physical table.

In transaction IW23 on the "Notification"-tab, int he mioddle, you'll see the subject with a textbox containing a description.

Does anybody know the physical table where the content of this textbox can be found.

Many, many thanks in advance.

Kind regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,135

Hi all,

Anybody has an answer yet for my question?

Many thanks in advance.

Dear all,

Using transaction IW23 we're able to view PM Notification malfunction reports.

I know most data is stored in the physical table VIQMEL.

There is only one field I'm not able to locate in a physical table.

In transaction IW23 on the "Notification"-tab, int he mioddle, you'll see the subject with a textbox containing a description.

Does anybody know the physical table where the content of this textbox can be found.

Many, many thanks in advance.

Kind regards.

5 REPLIES 5
Read only

Former Member
0 Likes
1,136

Hi all,

Anybody has an answer yet for my question?

Many thanks in advance.

Read only

0 Likes
1,135

hi,

u can get from this table.

table - QMEL

field - QMTXT

also check this.

table - TQBER

field - KTEXT.

Read only

0 Likes
1,135

I guess you are refering to the long text of notification header. Use READ_TEXT function module to read this data with following parameter values

HEADLTX-TDID = 'LTXT'

HEADLTX-TDSPRAS = SY-LANGU

HEADLTX-TDNAME = notification number

HEADLTX-TDOBJECT = 'QMEL'

Read only

Former Member
0 Likes
1,134

Thanks very much for the suggestions. It has been a big help, so far.

I've find all the fields I need, but not the LongText field under the QMTXT textfield.

Any suggestions on how to fetch this long text?

Tables? BAPI's?, ...

Many thanks in advance.

Kind regards.

Read only

Former Member
0 Likes
1,134

Thanks guys...

What I did is simply create a RFC function which fetches the correct data from the READ_TEXT FM.

Kind regards.