2007 Jun 06 7:53 AM
Hi friends,
I have a small issue in my enhancement (VA01), ie i want to add up a message box but that message is 300 characters but i cant give that in message class of type I. How can ishow this message in an information box.
can any one help me , its urgent
regards,
sharma.
2007 Jun 06 8:56 AM
Hi,
u cant provide directly a 300 char in the message info box. (its no way possible)
Instaed u can provide any no. of characters for the INFO pop up button.
In that message pop up box, u have to provide the message as "PRESS ?/F1 for DETAIL INFORMATION".
In the message class say for MESSAGE 000 -- "PRESS ?/F1 for DETAIL INFORMATION".
now select the MESSAGE 000 and Select LONG TEXT push button, the u can find the editor where u can eneter any number of charcters.
EX:
Parameters: p_nav type matnr.
if p_nav is initial.
message i000.
endif.
Now u will see a popup message "PRESS ?/F1 for DETAIL INFORMATION".
when user selects F1/? then ur info message graeter than 300 char will be executed.
Revert back if any issues,
Reward with points if helpful.
Regards,
Naveen.
2007 Jun 06 10:49 AM
Hi Naveen,
But in editor it is showing some pagagraphs used shall i erase that and give my mesage or shall i give it at down.
regards,
sharma.
2007 Jun 06 10:55 AM
2007 Jun 06 1:45 PM
Hi Desha,
Dont erase anything in the editor. But give it down,
u can mention ur longtext under &CAUSE&.
Revert back if any issues,
Reward with poinst if helpful.
Regards,
Naveen.
2007 Jun 06 9:37 AM