Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Message capture

Former Member
0 Likes
439

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

2 REPLIES 2
Read only

Former Member
0 Likes
410

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.

Read only

Former Member
0 Likes
410

Hi,

Try using sy-msgid,sy-magnr,sy-msgv1 after

call transaction.

Regards

Amole