cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Regeneration Error

Former Member
0 Kudos

Hi All,

We have interface between XI and R/3 through

ABAP Proxy. In XI we include the new field in the existing structure. But the same structure in R/3 is not getting reflected

i.e the new field is not added in the R/3 structure

Pls advise us how to regenerate the Proxy in R/3 and also we tried to regenerate the proxy,but it shows proxy internal error

saying that some structure is not found but the same structure is exist. after that we are getting " object Display only " message

Pls help us to resolve this issue.

Regards

Ganesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

First activate the datatye which u have done the changes and after that at ECC side so to Sproxy TC and go to the name sapce check ur massage interface and right click and there unill find the option regeneragte........that it u can regenerate

the proxy..

How do you activate ABAP Proxies?

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Regards,

Phani

Former Member
0 Kudos

Hi,

You can Re-generate your proxy object in R/3 SPROXY Transaction code.

goto SPROXY--Select the MI and say Regenerate

Regards

Seshagiri

Former Member
0 Kudos

Hi,

1) Have u activated the data type afer the modification?

2) Try to referesh cache

3) Go to R3->SPROXY->select message interface->right click->regenarate

4) Save it and activate it.

Chirag

turmoll
Active Contributor
0 Kudos

Hi,

If it does not help that Chirag recommended then I suggest to "delete" proxy and skip "deleting implementing class".

Just for your own safety copy the proxy method implementation code. Then, generate proxy as you do it from scratch.

Regards,

Jakub

Former Member
0 Kudos

Since we have used the external definition in XI, we are not able to regenerate directly in R/3, but i have deleted the Proxy and created the new one. It is created with different structure name and it is not matching with the old structure name.

Could you pls help me how to regenerate with old structure name .

Regards

Ganesh

Former Member
0 Kudos

Hi Ganeshan,

just edit your proxy in SPROXY transaction in r/3.................give the class name which was before deletion of proxy...........save and activate it.................now re-generate your proxy........now your inital structure will be modified.......now again save and activate your proxy in r/3.

Regards,

Rajeev Gupta