cancel
Showing results for 
Search instead for 
Did you mean: 

Quality Notification long text

abhishekashish15
Participant
0 Kudos


Hi All,

I want to export long Text data for some 500 Quality Notifications.

Presently I am going to T-Code QM11 and copying every quality notification long text and pasting it in excel.

Is there any alternative way to perform this operation.

Because extracting the data for so many notifications will take an ample lot of time.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184536
Active Contributor
0 Kudos

Dear Abhisek

Right now i don't have access to SAP sytem but every long text have TEXTID and TEXT OBJ and you can found these parameters when you open long text and explore Menu options available there. You can get long text by passing these parameters to function moudle READ_TEXT.

regards

Manish

abhishekashish15
Participant
0 Kudos

Hi Manish,

I went through your solution.

Just wanted to ask one thing.

Is there any alternate solution without the aid of an abaper?

Former Member
0 Kudos

I think you have to take help of ABAPer only. It will provide other data also which you are not getting currently.

Sandip

former_member184536
Active Contributor
0 Kudos

Hi Abhishek

There is no other way to see long text data at one go without help of abaper

Regards

Manish

Answers (2)

Answers (2)

former_member184666
Active Contributor
0 Kudos

Hi Ashish,

You need to develop to export the long text as required for multiple notifications. FM READ_TEXT will fetch the long text.

Thanks & Regards,

Ramagiri

jogeswararao_kavala
Active Contributor
0 Kudos

Hi Abhshek,

You need to develop such reports and these are simple.

We have given several such Longtext reports in the form of smartforms to our customers. See this example report.

Jogeswara Rao K