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

[ABAP] Standard Bottom bar: 'Message Information' Program?

Former Member
0 Likes
1,726

Hi Experts,

I would like to know what is the name of the program behind this information bar on the bottom of the screen?

Because, I want to catch the hardcoded messages, performed by the standard with: MESSAGE 'test' TYPE 'E'

   

Thank you very much.

Rachid.

Hi Experts,

I would like to know what is the name of the program behind this information bar on the bottom of the screen?

Because, I want to catch the hardcoded messages, performed by the standard with: MESSAGE 'test' TYPE 'E'

   

Thank you very much.

Rachid.

5 REPLIES 5
Read only

Former Member
0 Likes
1,524

Hi,

run required transaction you want find program for and

go to menu bar select menu option "System" -------> Status in that your program name is given program ( screen ) field.

and this messages also maintain in message maintenance SE91

I hope it is helpful to find program

Regard,

Yogesh

Read only

0 Likes
1,524

Hi,

this bottom bar is common to all SAP programs , including Z.

RR.

Read only

Former Member
0 Likes
1,524

Hi,

Where do you want to catch the message? After FM call? or any specific place?

R

Read only

0 Likes
1,524

Hi,

it's a Z REPORT and it calls a standard program performing a hardcoded ERROR Message TYPE 'E'.

Read only

0 Likes
1,524

Hi,

How you are calling the standard program? By Call transaction or SUBMIT ?

R