cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy problem

Former Member
0 Kudos

Hi all..

We are sending data from SRM to ECC through XI

We are using ABAP proxy...

And teh software component we are using is SRM server 5.5 and the data types are all standard..

But they added some more Z datatypes in Datatypes in XI ... But the class generated is CO_BBPX1_SUSDDN_OUT ( standard ) and the feilds are not viosible in that proxy class..

If i want to regenrate that class . there is no option.....

I dont want to change the name but all that feilds need to be come into taht proxy class..

Regards,

Ashok

Edited by: ashok ugar on Dec 19, 2008 11:48 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Perform a usage dependency of the SRM SWC to you individual SWC. After this import your SWX in IR and you could see a "Basis" tag under which all SRM objects could be seen. There you may edit the SRM objects. and then regenerate the proxy.

Regards,

Prateek

Former Member
0 Kudos

already it edited ..but how to renerate the proxy...............

prateek
Active Contributor
0 Kudos

There is no different option of regenrating. You will have to use the same "Create" option.

Regards,

Prateek

Former Member
0 Kudos

If you generate proxy it creates the strcuture as like in XI messagetype.It should contain zdatatypes also.

If zdatatypes added after generation of proxy ,you can regenerate the proxy with the same name.

Former Member
0 Kudos

I dont have any option to regenerate the proxy