cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in ABAP proxy generation

Former Member
0 Kudos

Hi all,

While trying to create ABAP proxy for an outbound & sync interface, after specifying packge (local) and prefix for objects, an information dialog box appears, saying:

<b>Message Interface PurchaseOrder_out | urn:tbit40:workshop:groupSK:webapp references External Message PurchaseOrderCombined | urn:tbit40:workshop:groupSK:webapp | PurchaseOrderResponse | urn:xiworkshop</b>

Is the above information also an error message ?

I am not able to see a list of abap class and other objects created.

FYI, I am using XSD metadata for PO information.

Pls help.

- Shankar.

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

but do you see any error ?

what happens then you click enter to processed?

Regards,

michal

Former Member
0 Kudos

Hi Michal,

No - I do not see any error. The dialog box is of 'information' type and status bar also doesn't show anything.

I checked in se24 also, but no class is found, so that means it is not created at all.

Thanks,

MichalKrawczyk
Active Contributor
0 Kudos

but do you see the classes in TCODE SPROXY?

any objects generated over there?

Regards,

michal

Former Member
0 Kudos

In SPROXY I simply see the list of SWC's and there is no new objects oberved.

Can u pls tell where these objects can be seen ?

Thanks,

- shankar

MichalKrawczyk
Active Contributor
0 Kudos

in SPROXY when go go to your message interface

a new object should be created

Regards,

michal

Former Member
0 Kudos

It is not created...

- Shankar.

Former Member
0 Kudos

Hi,

I must ask - where are you running SPROXY ?

When you right click on the Message Interface and select <Create Proxy> is this where the message occurs ?

Remember after this step you need to activate the proxy as well.

Kind regards

Colin.

Former Member
0 Kudos

Hi Colin

I am running SPROXY in XI server (i.e.Abap stack)

<b>"When you right click on the Message Interface and select <Create Proxy> is this where the message occurs ?"</b>

Yes, the message comes at this stage only. After I mention package (save locally) and prefix and say 'ok', the dialog box pops up.

Thanks,