cancel
Showing results for 
Search instead for 
Did you mean: 

Break Point in Webdynpro JAVA and SAP

Former Member
0 Kudos

Good Morning.

I am creating a development for web dynpro Java using Function Module RFC in ABAP.

I want know how can put a break point in the system SAP ERP (Backend) and run an application in web dynpro java?

I did this steps:

1.) SE37--->name RFC

2) button Display

3) Set/Delete external Break point.

4) In the SAP Netweaver Developer Studio >Name of project>Webdynpro>Applications>Name Appplication-->deploy new archive and run.

But this not stop.

The question is :

How can do this?

Kind Regards

Accepted Solutions (0)

Answers (6)

Answers (6)

susmita_panigrahi
Active Participant
0 Kudos

Hi

Please refer the below forum:

Thanks

Susmita

Former Member
0 Kudos

Hi,

Please check if the RFC is working properly.I have a doubt that the RFC is not working .goto SE-38 and write the name of the rfc and press excute push button.if its is showing all the values,then check where your calling the rfc and and see if its really calling the rfc.

former_member40425
Contributor
0 Kudos

go to following link.

I hope it helps.

Regards,

Rohit

arjun_thakur
Active Contributor
0 Kudos

Hi,

Refer this article: [Debugging ABAP Code from within Web Dynpro Application|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/0e9a9d90-0201-0010-478e-991dbea73a30&overridelayout=true].

I hope it helps.

Regards

Arjun

Former Member
0 Kudos

Hi,

Put External Break point.

If u put Session Break Point it will not trigger from webdynpro application.

Regards,

Sunaina Reddy t

monalisa_biswal
Contributor
0 Kudos

hi,

Is the sap user id used for setting up break point same as the logged in user's sap id?

You should set breakpoint for the user with which you run webdynpro application.

Former Member
0 Kudos

I am set the breakpoint for the user with which i am run webdynpro application.

But not work.

Kind regards

Former Member
0 Kudos

Hi,

you have to login into the SAP ECC System using the same "User name " and " Client " provided while creating the rfc model.

and make sure that the rfc is executing or not through the webdynpro java application ?

Regards,

Ramesh