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

How to delete proxy structure

Former Member
0 Likes
1,598

Dear experts,

When I am trying add one field name3 to one structure . name3 is generated with proxy structure. I want to know what is this proxy structure . How it is created . What happens if i delete it. When I am trying to delete this system is giving error message the

proxy structure can be change with transaction sproxy.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
903

Hi Shilpa,

SPROXY is a transaction which is used to create proxy interfaces between XI and R/3. You can change the structure from SPROXY. You will not be able to make changes to the structure in SE11. To make changes to the structure, you need to know the proxy name.

Hope this helps.

Regards,

Sandeep

3 REPLIES 3
Read only

Former Member
0 Likes
904

Hi Shilpa,

SPROXY is a transaction which is used to create proxy interfaces between XI and R/3. You can change the structure from SPROXY. You will not be able to make changes to the structure in SE11. To make changes to the structure, you need to know the proxy name.

Hope this helps.

Regards,

Sandeep

Read only

Former Member
0 Likes
903

Hi Shilpa,

If you want to add a field to a Proxy structure. Then XI(or other 3rd party system) will have to change the structure and you will have to Regenarate the structure in R/3 using Sproxy transaction. Then the field will be added automatically.

The proxy structure are used for communcation of data between two system.

Hoping this helps.

Thanks & Regards,

Komal

Read only

Former Member
0 Likes
903

Thanks for your answers.

Actually in one structure I thought to add one field but I stopped and came back out of the structure So i got a message that proxy structure is created with that field . So i was confused what is this proxy structure.Because I have not created it.