A Useful Trick to Debug Pop Up

download A Useful Trick to Debug Pop Up

of 7

Transcript of A Useful Trick to Debug Pop Up

  • 8/10/2019 A Useful Trick to Debug Pop Up

    1/7

    Generated by Jive on 2013-11-27+01:00

    1

    ABAP Testing and Troubleshooting: A usefultrick to debug pop-up...

    Posted by Andrea MolinaAug 9, 2013

    Sometimes we need to debug a process but the logic that you need to debug is after a

    button event after 3 pop-ups. So, what you do? Debug everything trying to figure it out when

    your point starts... NO! You can create a shortcut on your desktop and drop down it into

    your pop-up or before the event and the debug will start after it.

    Creating a debug shortcut:

    Change the title to help you to identify the client, change the tcode to /h and chose a place to

    save the shortcut

    http://scn.sap.com/servlet/JiveServlet/showImage/38-90555-259687/Shorcut_step1.pnghttp://scn.sap.com/people/andrea.molina
  • 8/10/2019 A Useful Trick to Debug Pop Up

    2/7

    ABAP Testing and Troubleshooting: A useful trick to debug pop-up...

    Generated by Jive on 2013-11-27+01:00

    2

    And Finish.

    Go to your desktop and find your shortcut:

    http://scn.sap.com/servlet/JiveServlet/showImage/38-90555-259878/Shorcut_step2.png
  • 8/10/2019 A Useful Trick to Debug Pop Up

    3/7

    ABAP Testing and Troubleshooting: A useful trick to debug pop-up...

    Generated by Jive on 2013-11-27+01:00

    3

    Now, how the magic happens:

    http://scn.sap.com/servlet/JiveServlet/showImage/38-90555-259879/Shorcut_step3.png
  • 8/10/2019 A Useful Trick to Debug Pop Up

    4/7

    ABAP Testing and Troubleshooting: A useful trick to debug pop-up...

    Generated by Jive on 2013-11-27+01:00

    4

    A message will be shown...

    Continue the process... And the debbug will starts after your click event!

    Hope it helps

    475 Views Tags: abap, debug;, debuggin';, debug_popup;, shortcut;, debug_shortcut

    http://scn.sap.com/servlet/JiveServlet/showImage/38-90555-259884/Shorcut_step3.png
  • 8/10/2019 A Useful Trick to Debug Pop Up

    5/7

    ABAP Testing and Troubleshooting: A useful trick to debug pop-up...

    Generated by Jive on 2013-11-27+01:00

    5

    Aug 17, 2013 12:36 PM K S

    i gotta so check this out.

    Thankyou for sharing,

    KS

    Aug 17, 2013 12:45 PM Priyaranjan Gupta K S in response to

    Hi Andrea,

    Good one..

    Till now i was aware of notepad method only. Now will try this one also..

    Thanks.

    ~Priyaranjan

    Aug 19, 2013 4:40 AM Suresh Radhakrishnan

    It works when I choose Type as 'System Command'. Doesn't work with type as 'Transaction'.

    Thanks for this tip.

    Aug 19, 2013 9:45 AM Andrea Molina Suresh Radhakrishnan in response to

    It's right! I forgot to change it! Need to be System Command! Thanks

    Aug 19, 2013 9:52 AM

    Nice Blog!

    Aug 28, 2013 8:47 PM Eric Peterson

    Someone showed me this just last week. Good to see someone else sharing this useful tip!

  • 8/10/2019 A Useful Trick to Debug Pop Up

    6/7

    ABAP Testing and Troubleshooting: A useful trick to debug pop-up...

    Generated by Jive on 2013-11-27+01:00

    6

    Sep 2, 2013 5:54 AM Naresh Krishnamoorthy

    Informative...Thanks.

    Best Regards,

    Naresh K.

    Sep 23, 2013 6:41 AM KIRAN RAJAN

    Hi Andrea,

    useful tip!!!!! thanks for sharing

    Oct 4, 2013 8:23 AM Akberhusain Ajmeri

    Great Job

    Thanks for sharing

    Oct 17, 2013 11:21 AM Jerry Wang

    Hi Andrea,

    Thanks for your sharing. I am also always using your tip with slightly different approach.

    I just create a txt file with content:

    [FUNCTION]

    Command=/H

    Title=Debugger

    Type=SystemCommand

  • 8/10/2019 A Useful Trick to Debug Pop Up

    7/7

    ABAP Testing and Troubleshooting: A useful trick to debug pop-up...

    Generated by Jive on 2013-11-27+01:00

    7

    It works as well

    Best regards,

    Jerry

    Oct 17, 2013 11:49 AM Aditya Varrier

    Hi Andrea,

    useful tip!

    Cheers,

    Aditya V