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

debug badi through MSS Screen

Former Member
0 Likes
735

hello

I need to debug a badi through MSS screen (portal). How to do it?

pls let me know

GS

5 REPLIES 5
Read only

Former Member
0 Likes
688

Gaurav,

I think you cannot debug fron Portal.

BADI exists in SAP R/3 and not in portal, so you will have to debug from SAP R/3.

Regards

Srikanth M

Read only

0 Likes
688

but the report runs on portal. i want to run it and stop it in badi method.

Read only

0 Likes
688

Hi,

It is not possible to debug through portal.

Read only

Former Member
0 Likes
688

Hi,

Place an external breakpoint in the badi, also activate external debugging for your user (Settings->debugging ins se38)

Also most MSS transactions have a corresponding SAP GUI tcode, you can execute that from SAP GUI itself.

Regards,

Sai

Read only

0 Likes
688

i tried to put external breakpoint and changing user names ..it does not work. any other idea from the experts