‎2009 Feb 10 5:53 AM
Hi all,
iam using FM 'PRELIMINARY_POSTING_FB01' for parking data.
Once the document is parked it is showing information message as' Documnet with number xxxxxxx is parked'. My requirement is to change that information to appear in the output screen instead of as information message.
plz suggest your inputs for changing it to output message
‎2009 Feb 10 5:56 AM
Hi,
Give STAUS message instead of I
message 'Documnet with number xxxxxxx is parked' type 'S'.
regards
Kiran
Edited by: Kiran Saka on Feb 10, 2009 6:57 AM
‎2009 Feb 10 5:59 AM
hi,
you have to handle system message..............then format that message as per your requirment then display to output screen.
Use FM "Format Message"
-Rick
‎2009 Feb 10 5:59 AM
Hi
you can give information message display as S (status message)
By using FM 'format message' you can get the message into a variable and then display it like a status message
Thanks
Viquar Iqbal
‎2009 Feb 10 6:00 AM
Hi ,
U can use SY-MSGV1,SY-MSGV2,SY-MSGV3,SY-MSGV4 from SYST Structure to capture that message and display it in list.
Thanks,
Nithya.
Edited by: Nithya Murugesan on Feb 10, 2009 7:03 AM
Edited by: Nithya Murugesan on Feb 10, 2009 7:03 AM
‎2009 Feb 10 6:15 AM
Hi,
I have checked all the answers above but still im getting the inf message and after clicking the inf msg then iam getting the required output on the screen.
i have to directly get the output screen message instead of information message
‎2009 Feb 10 6:19 AM
‎2009 Feb 10 10:48 AM
You can use success message 'S' as it is your success one and this will come in button not as box
Regards
rajendra