Application Development 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: 

Question About How to Click event on ALV Grid Report....

Former Member
0 Kudos

Dear All,

Can anyone tell me how to know the screen no while calling 'XD03'....

I meant to say that when you use transaction XD03.. can anyone tell me the

"How to know the screen no. which has called with transaction XD03"...

Warm Regards,

Nirav Parekh

5 REPLIES 5

Former Member
0 Kudos

Sy-dynnr is teh system variable which stores the current screen number.

Reward if helpful.

0 Kudos

Ya man its working....

Its working...i think its logic... that i was forgot...

Thanks & Regards,

Nirav Parekh

Former Member
0 Kudos

Hi,

Go to se93.

Put this t-code.

You will get the screen number which is called first time.

Reward if helpful.

Regards

Azad.

Former Member
0 Kudos

Hi Nirav,

Go to the menu, select System->Status. this shall give you the information regarding the screen selected, program being used and other information too.

Reward points if this helps,

Kiran

Former Member
0 Kudos

hi,

goto that particulr transaction and keep your cursor in any field and press f1.

u willknow the screen number and field also.