Application Development and Automation 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: 
Read only

How to display a large string

Former Member
0 Likes
1,937

Hi

The function module FP_GET_LAST_ADS_TRACE returns an error message as a string. This string contains several lines of text. How can i display this text to the user in R/3?

Splitting the string into a table of character lines and then using a WRITE statement is no good because I would lose the line breaks which are essential.

cheers

Markus

Hi

The function module FP_GET_LAST_ADS_TRACE returns an error message as a string. This string contains several lines of text. How can i display this text to the user in R/3?

Splitting the string into a table of character lines and then using a WRITE statement is no good because I would lose the line breaks which are essential.

cheers

Markus

2 REPLIES 2
Read only

Former Member
0 Likes
977

Hey use the FM "EHS00_WORDWRAP02"

This definitely will help you out.

Read only

0 Likes
977

Here are some more function modules...but these are not released yet...ask ur SQA team for this whether u can use or not:

RKD_WORD_WRAP

G_WRAP_LINES

IQAPI_WORD_WRAP