2006 Nov 30 12:54 AM
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.
2006 Nov 30 1:16 AM
Hi
Messsage Text has a restriction of 73 Characters.
Maybe in this case, you can try using some POPUP_FM's.
Kind Regards
Eswar
2006 Nov 30 5:08 AM
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.
2006 Nov 30 5:13 AM
hi,
try the FM ->
POPUP_TO_INFORM
or POPUP_FOR_INFORMATION
.
rgds
Anver
2006 Nov 30 5:14 AM
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.