2024 Jan 28 8:56 AM - edited 2024 Jan 29 5:29 AM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
pls check the link.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 36 | |
| 27 | |
| 21 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.