Dear all,
I got the messages in the I_RETURN table.It contain 3 messages . When i using the following f m i got one message.
But i have show these message in the pop up screen.
loop at i_return where TYPE = 'E'.
endloop.
call function 'POPUP_TO_INFORM'
exporting
titel = 'ERROR IN PURCHAE ORDER CREATION'
txt1 = I_RETURN-message.
txt2 = 'text2'
exceptions
others = 0.
I need the all Messages
Please help me