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: 

How to retrieve long text from buffer in QM02

jagesh_lakdawala
Active Participant
0 Kudos

Hi Experts,

in QM02 Transaction, when user enters the Task Long texts and Header Long text and then selects the Print Notification from the menu bar.

in Printing, I have configured the smart form which displays the Tasks Long Text and Header Text.

Now issue is, READ_TEXT FM which I have used inside the smart form for displaying the long text is not giving the recent texts which is just entered by the user in current session, this may be because they are not yet saved into the DB Table.

is there any way to get the long text which is not saved in DB and yet in buffered memory only, I have tried out to read the various globally available internal tables of SAP standard programs but not found any desired one.

please suggest any alternative.

Thanks & Regards,

Jagesh

5 REPLIES 5

raymond_giuseppi
Active Contributor
0 Kudos

Which value did you pass to LOCAL_CAT parameter of READ_TEXT FM?

Regards,

Raymond

0 Kudos

Hi,

I am not passing any value to this parameter.

please advise.

Regards,

Jagesh

0 Kudos

In your opinion what value must you pass, you have 5 seconds

(or read documentation of function group STXD)

0 Kudos

Hi Raymond,

could not use the LOCAL_CAT parameter and resolved my issue through other work around.

ABAP Memory export/import concept for each Notification Task memory ID.

Thank you,

Regards,

Jagesh

0 Kudos

Instead you could try to use IQS4_GET_NOTIFICATION inside.