Skip to Content
0
Former Member
Oct 14, 2005 at 03:27 PM

How to retrieve long text for a particular record

1503 Views

Hi,

I've been looking through some of the numerous posts relating to reading long texts but I can't seem to find out how to retrieve the necessary parameters for READ_TEXT for a particular record without using the GUI.

Is there a way in ABAP that one could retrieve the parameters that are required to execute READ_TEXT just from one of the fields in the base table. eg. I would like to bring back a list of all materials with their associated long texts. I can run a query on MARA for example and retrieve the necessary material information but I would like to know how I could get the necessary information, for each row in my results, to pass to READ_TEXT.

What information would I need to perform the above, if at all possible?

Thanks in advance,

Charles