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: 

Information Message

Former Member
0 Kudos
138

HI Group,

When I am passing Information Message(70-80 character length) with File name and File path I am not getting all the Message,Some part of Message getting Cut can any body suggest how to solve this.I am giving foloowing message:

Message I048(ZMSG) with v_file v_filepath.

4 REPLIES 4

Former Member
0 Kudos
81

Hi

Messsage Text has a restriction of 73 Characters.

Maybe in this case, you can try using some POPUP_FM's.

Kind Regards

Eswar

Sandeep_Kumar
Product and Topic Expert
Product and Topic Expert
0 Kudos
81

Hi,

If the message type is I then it should display completely , may be in the next line but it should not throw any error.

anversha_s
Active Contributor
0 Kudos
81

hi,

try the FM ->

POPUP_TO_INFORM

or POPUP_FOR_INFORMATION 
.

rgds

Anver

Former Member
0 Kudos
81

Hi,

In your case it shall show message for sure but it won't on one line.

In a pop up of information message line will be cut after some specific characters but whole message will be there....

We can say it is limitation as far as number of characters are concern.