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

External debugger for other frontend systems!?

naveen_inuganti2
Active Contributor
0 Likes
977

Hi,

I am working on one issue,

I.E.

There is dotnet front end page --- where I am getting some error(not syntax or any its functionality error)

And the coding part behind this functionality is done in RFC function module!

How can I find out this function module...

(I know that function group which contains more than 25 function modules)...

Can I put external debugger for this RFC(If find).?

Let me know about this.

--Naveen Inuganti.

1 ACCEPTED SOLUTION
Read only

former_member217544
Active Contributor
0 Likes
956

Yes Naveen,

You can keep external debugger if you know the RFC name.

To know the RFC name, you can check the dotnet code which RFC is getting called for that operation.

Regards,

Swarna Munukoti.

Yes Naveen,

You can keep external debugger if you know the RFC name.

To know the RFC name, you can check the dotnet code which RFC is getting called for that operation.

Regards,

Swarna Munukoti.

6 REPLIES 6
Read only

former_member217544
Active Contributor
0 Likes
957

Yes Naveen,

You can keep external debugger if you know the RFC name.

To know the RFC name, you can check the dotnet code which RFC is getting called for that operation.

Regards,

Swarna Munukoti.

Read only

0 Likes
956

Where I can check that dotnet code?

Read only

0 Likes
956

Hi,

Iam not sure. But I can suggest:

1. Check with the ones who developed the frontpage.

2. Keep break-points in all the 25 RFCs and check which RFC is getting called ..

Regards,

Swarna Munukoti.

Read only

0 Likes
956

That is what we ge input from ABAPers regarding Other front end questions.,

(Unfortunately I am not able to contact then now-a-days)

Anyway Thank you very much for your attention.

Read only

0 Likes
956

If message class is known,check for the message in where used list.Get the RFC and break-point.

cheers

Read only

0 Likes
956

Hi,

I got this,

you should have user name and password to acces that HTTP(.Net) page.

Ofcourse its mandatory.

Same user name should have Debugging authorization in the SAP system, where its targets.

And You can give that user name at DEBUGGING setting and make sere that check box for session debugging on for that user.

Hope you know path for above settings,

UTILITIES -> SETTINGS-> ABAP Editer -> Debugger tab.

--Naveen Inuganti.