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

ABAP Proxy

Former Member
0 Likes
987

Hi,

I need to make a change on a data structure which is proxy generated. When i tried changing it, I got (change using transaction SPROXY) I did that, went to SPROXY and traced where the proxy was. The interface showed DataTypes, Messagetypes, Service Interfaces, and Orphaned Objects. The change was for me to add additional fields to the proxy structure. I'm new to abap proxies and have no idea how to make the change. What would be the steps in adding new fields to this particular Proxy Structure?

It currently shows:

CustomerGroup1

CustomerGroup2

I need to make a third one to show:

CustomerGroup1

CustomerGroup2

CustomerGroup3

Edited by: JustinL on Sep 5, 2011 10:24 AM

5 REPLIES 5
Read only

Former Member
0 Likes
826

XI folks will have to add the field in the structure in XI system and then you need to regenrate the structure in SPROXY

Read only

0 Likes
826

Hi,

step 1. The extra field needs to add the PI/XI guys first they will activate the structure in PI system.

Step2: They will access ECC system tcode SPROXY to activate the same proxy so that new field will be added in your structures.

Read only

Former Member
0 Likes
826

ok, I saw it update once PI was activated. will i need to regenerate or activate for the ecc side?

Read only

0 Likes
826

Hi,

You need to regenerate the proxy in ECC as well.

Read only

0 Likes
826

ok it worked! thanks!