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

Module Pool Program(SAP-ABAP)

Former Member
0 Likes
400

Hi,

A customized module pool program gives a problem ,so I want to debug this program but it doesn't allow me to debug program as well as its include also .Can anyone guide me hw to debug this program???

Thx and Regds,

Bapi Bobby

2 REPLIES 2
Read only

Former Member
0 Likes
378

either insert a break point on the code or type /h on command prompt of SAP and then execute the transaction..

or go to Se80 and right click on transaction code n select debugging mode while executing transaction..

if it is throwing some error message when u r trying to switch to debug mode then it means u don have debug authorizations.in tht case u have to contact basis team and get the debug authorizations from them to ur id..

amit

reward helpfull answers

Read only

Former Member
0 Likes
378

Hi,

First ask your basis guys to give access to change that program for your id.

else.

Copy that customized program to zprogram with all includes .And then

try to put break points and debug.

Regards,

Guru