cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Long Text in Custom Reports

M_Hafeez_Rehman
Explorer
0 Likes
1,048

How to retrieve Long text in SAP Customized Reports

Long text is a sort of complicated thing for the fact, that there are no transparent table which store these text.

Long text are very widely used within all SAP objects.

In QM module long texts used in many processes for examples:

  Notification Header  (QM / PM)

  Notification Item (QM / PM)

  Result Recording (QM)

  BOM Item (PP)

Check attachment for detail solution. 

 

M_Hafeez_Rehman_0-1706505954470.png

M_Hafeez_Rehman_1-1706505979055.png

M_Hafeez_Rehman_2-1706506000055.pngM_Hafeez_Rehman_3-1706506013040.pngM_Hafeez_Rehman_4-1706506031201.pngM_Hafeez_Rehman_5-1706506045127.png

M_Hafeez_Rehman_6-1706506065788.pngM_Hafeez_Rehman_7-1706506080539.pngM_Hafeez_Rehman_8-1706506094486.pngM_Hafeez_Rehman_9-1706506106867.pngM_Hafeez_Rehman_10-1706506118852.pngM_Hafeez_Rehman_11-1706506129585.pngM_Hafeez_Rehman_12-1706506140058.pngM_Hafeez_Rehman_13-1706506159566.png

 

 

 

Accepted Solutions (0)

Answers (2)

Answers (2)

DerekDing
Product and Topic Expert
Product and Topic Expert
0 Likes

You can use the FM "READ_TEXT" to read long text.

READ_TEXT provides a text for the application program in the specified work areas.

The function module reads the desired text from the text file, the text memory, or the archive. You must fully specify the text using OBJECT, NAME, ID, and LANGUAGE. An internal work area can hold only one text; therefore, generic specifications are not allowed with these options.

After successful reading, the system places header information and text lines into the work areas specified with HEADER and LINES.

 
DerekDing
Product and Topic Expert
Product and Topic Expert
0 Likes

READ_TEXT - SAP Documentation

pls check the link.