cancel
Showing results for 
Search instead for 
Did you mean: 

Re:Changes made at PI dont reflect in ECC generated structures.

Former Member
0 Kudos

Hi guys,

There is an issue with the proxy structures generated in the ECC.

Actually, using datatype enhancements, new custom fields are added in the PI system,then in ECC system,when we create the Proxy,these changes reflect,so everything is fine till here.

Once,we delete the Datatype Enhancement,and remove the custom fields added in the PI system, these changes do not reflect in the ECC system. The proxy created here does not exist,as it is deleted in PI end. When we check the proxy generated structure,we see that the custom field still exists, but this custom field does not exist in PI system as the datatype enhancement is removed.

So,please suggest on why these fields are getting accumulated in ECC,when they dont exist in PI. This is causing a lot of problem for us to proceed with the data transferring.

Vishwa.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

While creating the proxy structure, every time new structure get generated on ABAP side.

After deleteing the fields from PI end, doesn't mean that the structutre available in ABAP will also be deleted.

When you modify the objects in XI and regenrate the proxy all the old proxy objects will go under unassigned object list.

You can delete it from below given direction,

SPROXY-->Open Namspace --> Orphaned Objects / unassigned objects --> Select the proxy object and right click choose delete. Objects will be deleted.

If you are unable to trace the proxy objects use find option to trace the objects to be deleted.

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

Thanks a lot for the quick reply. But right now,under the SWCV, I dont see any orphaned objects as there is no datatype enhancement available for the datatype underlying the SWCV. So, please tell me where I can find these orphaned objects to delete them from SPROXY.

Vishwa.

Former Member
0 Kudos

Hi,

The orphaned objects are available under the namespace in SPROXY transaction.

For more details, Refer /people/michal.krawczyk2/blog/2007/04/29/xipi-abap-proxies--keep-them-clean

Here you will get some other ways to clean-up your Proxy environment.

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup,

Thanks for all those replies, It really helped us out of the issue.

Thanks others as well.

Vishwa.

Answers (2)

Answers (2)

Former Member
0 Kudos

remove the custom fields added in the PI system, these changes do not reflect in the ECC system.

Hope you have regenerated the proxy in ECC after making changes in PI data type.

If not, right click on the proxy in SPROXY-->regenerate proxy and now check the structure

Former Member
0 Kudos

Hi Vishwa,

did u Regenerated the Proxy in SPROXY transaction to get Structure changes from PI into ECC Proxy Objects...

Regards

R.Ragu