-1

I have to see which screen is called from which program. Is there any table that contain called screen entries in SAP ABAP.

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Harshal
  • 41
  • 1
  • 1
  • 10
  • 1
    A screen is called from the program it belongs to. Could you please give details about the context, what do you exactly need? – Sandra Rossi Sep 25 '18 at 17:06

1 Answers1

1

Check tables:

  1. T185V - subscreens
  2. D020T - screens/progs
  3. TRDIR - common program catalog
Suncatcher
  • 10,355
  • 10
  • 52
  • 90