cancel
Showing results for 
Search instead for 
Did you mean: 

How to test server proxy in ECC 6.0 ?

Former Member
0 Kudos

Hi,

Please tell me how to test server proxy created in SPROXY of ECC 6.0 .

I am following this blog .

When i am executing the test service provider i am getting an error with " program terminated " message creating a dump .

How to test it through this method ? Is there any other way to test in ECC6.0

Thanks,

Laawanya D

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

> When i am executing the test service provider i am getting an error with " program terminated " message creating a dump .

> How to test it through this method ? Is there any other way to test in ECC6.0

This happens when you try to test it with old SAP GUI. So first update the GUI and then try.

P.S. I hope this you have already sovled by this time, but it may help to others who face same kind of problem.

Regards,

Sarvesh

Former Member
0 Kudos

Hi,

Put a break point in the proxy code and in SPROXY execute the program.U have to give the XML and then exexute it.

goto SAP dump analysis(SP22) to check why its getting dump.

Regards,

Phani

Former Member
0 Kudos

Hi,

I have put a breakpoint in my proxy code and when i am trying to execute only, i am getting the error "Program terminated" .

I am using ECC6.0 , so when i am clicking on Test Interface, i am not getting "Application Data Entry" parameters as given in Stefan's blog , but I am getting something like:

Input:

1.Generate template Data

2.Enforce Stylesheet generation

(I have checked both 1 & 2 .)

&

Error Handling:

1.Don't catch Application faults

if i check this and execute , my program gets terminated , leaving a dump and if i dont set it also My program gets terminated .

So what to do now ?

former_member859847
Active Contributor
0 Kudos

Hi,

First select your message interface under relaterd name space.

once you click o test interface, it will ask general template data and XMl.

please check the XML tab.

then you entered in to new screen i.e editing payload.

please copy the payload form message mappin g and execute it.

then u are receiveing any errors pls let us know.

warm regards

mahesh.

Former Member
0 Kudos

at first check ur code.

then put a break point and then u test the proxy....

also check in ST22 .. the reason for dump.. (check the select queries carefully).

former_member859847
Active Contributor
0 Kudos

Hi,

In 'sproxy' t.code you have option to test the server proxy

by providing sample input in xml.

i.e select u r message interface under name space.

and go to menu bar

proxy-> test interface.

as per the blog, u can put break point to debug the ABAP program.

still you have problem, pls let us know.

warm regards

mahesh.