cancel
Showing results for 
Search instead for 
Did you mean: 

How debug EP code

Former Member
0 Kudos

Dear Experts,

I am new to EP and Webdynpro java.

Referring to above portal page, I am getting an error.

Using browse button I have uploaded a xl sheet to UI then clicked on 'Upload' button. in the back end online validation is done with MDG system then error is displayed.

I am not able to find why this error is occuring. I would like to know how to check the code behind this.

I know that jco connection is there b/w  portal and MDG system, how to find the corresponding function module in the mdg system.

thanks for your help.

reg, avinash

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

i think you can forget about it....

debug your abap code, which is easier.

Former Member
0 Kudos

Hi Avinash

Go through below sapnote if that helps...

1593107 - Logwatch Tool - Collecting Portal DefaultTrace logs

Hope this is helps.

Regards

Prithviraj.

Former Member
0 Kudos

But I don't know which FM or Program I have to debug here. How to find it out ?

Former Member
0 Kudos

Hi Avinash,

I'm not sure if this is the best way but I've done it before. At the backend system, activate system trace (ST01) for the specific user that you use in portal. After that you redo the steps until the error occur.

At the backend, stop the system trace and analyse the log. I'm sure the logs will give you some clues.

Hope it helps.

Regards,

Carroll M

Former Member
0 Kudos

Hello Carroll,

Can I try ST01 in Quality system ?

reg, avin

Former Member
0 Kudos

Hi,

Yes, you have to do that at the client which the portal connected to.

Regards,

Carroll

Former Member
0 Kudos

Hello,

Once after error occurs in portal, then I have to do 'trace off', right ?

reg, avinash

Former Member
0 Kudos

Hi,

Yes. deactivate trace and then proceed to 'Analysis'. Put the user name and also the time frame.

Wish you luck!

Regards,

Carroll M

junwu
Active Contributor
0 Kudos

get the java code

Former Member
0 Kudos

I could find out Function group. Many FM are under it. Looking at descriptions of FMs coulnt find the relavant one.

I have to go in deep again.

reg, avinash