‎2008 Oct 07 8:37 AM
Hello gurus,
I want to display long error
message like
"A BBD is missing on the semi-finished batches to be consumed. This data is required to calculate the BBD of the manufactured product. Check the SF batches before releasing the order again.."
so can you please tell me the procedure for displaying in pop up window.
i have tried.
message gv_mesg type 'E' DISPLAY LIKE 'I'.
but it gives up pop window heading error but information icon but i want error red icon.
‎2008 Oct 07 8:49 AM
‎2008 Oct 07 8:52 AM
‎2008 Oct 07 8:55 AM
hi,
try like this..
message gv_msg type 'I' display like 'E'.
Regards,
Bharani
Edited by: seethaRamaiah bharani on Oct 7, 2008 9:55 AM
‎2008 Oct 07 8:56 AM
‎2008 Oct 07 9:50 AM
hi,
Thanks for your help. but can you please tell me that what can i give for message class
CALL FUNCTION 'AQ_INT_SHOW_MESSAGE_AS_POPUP'
EXPORTING
POPUP_POS_X = 5
POPUP_POS_Y = 5
message_class =
message_number =
message_type =
MESSAGE_VAR1 =
MESSAGE_VAR2 =
MESSAGE_VAR3 =
MESSAGE_VAR4 =
EXCEPTIONS
INTERNAL_ERROR = 1
MESSAGE_DOES_NOT_EXIST = 2
OTHERS = 3
.
IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
here can you tell me values
‎2008 Oct 07 10:11 AM
‎2008 Oct 07 9:01 AM
you can try like
if the condition is not satisfied
call screen 100 starting at 10 10 ending at 50 50.
then click on the screen 100
there you can insert the text in layout