‎2006 Jun 22 8:22 AM
Hi All,
I would like to understand if we can capture the message that is displayed on the status Bar(bottom left) of the SAP Screen(ep: PR 12345 successfully created or anything like that). Will that reside at any specific location or populate in any iDoc when it is displayed. I wish to capture it and use it to send somewhere else.
thank you
Chandra
‎2006 Jun 22 9:59 AM
Hi Chandra,
it´s a bit diificult ´cause I dont know what you are doing. If you are using call transaction, than there´s the possibility to use CALL TRANSACTION tcod MESSAGES INTO itab. When you return from the called transaction in your program, you can work with the messages stored as you like it.
See transaction abaphelp for further information.
You will find an example in the help, too.
Hth
Ute
IP.S. If you find this message useful, please reward points.
‎2006 Jun 22 10:06 AM
Hi,
Try using sy-msgid,sy-magnr,sy-msgv1 after
call transaction.
Regards
Amole