Application Development 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: 

PM Notification: Malfunction report

0 Kudos

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

0 Kudos

Hi all,

Anybody has an answer yet for my question?

Many thanks in advance.

5 REPLIES 5

0 Kudos

Hi all,

Anybody has an answer yet for my question?

Many thanks in advance.

0 Kudos

hi,

u can get from this table.

table - QMEL

field - QMTXT

also check this.

table - TQBER

field - KTEXT.

0 Kudos

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'

0 Kudos

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.

0 Kudos

Thanks guys...

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

Kind regards.