cancel
Showing results for 
Search instead for 
Did you mean: 

Problem sending message using ABAP Proxy

Former Member
0 Kudos

Hi,

I have done the following:

1. Created an outbound interface in XI 3.0, sp11

2. Created Proxy for this in ABAP using sproxy

3.Created ABAP pgm to call this proxy

4. Maintained SM59 http destination to XI

5. Sender r/3 system is WAS 620 + Plugin for XI Connectivity(APPINT)

6. I also did sxmb_adm in Sender System to have Integration Engine URL pointing to XI System.

7. I registered queues in SMQR.

8. SICF service is active for defalt/xi/engine in both Sender and target systems.

I cannot get my proxy to work I get a sy-subrc of 4 and pgm aborts.

Can someone please tell me what is going wrong?

Thanks

Ashish

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ashish,

check these weblogs, hope they help to fix your issue.

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Regards

Vishnu

Former Member
0 Kudos

Hi,

The most important thing to note is the package structure.All ur objects should be in the fourth level like this:

structure package

Main package

sub package

subsub package

WHILE CREATING PACKAGES

(1) transaction se21.

(2) Applcn component is BC-XI.

(3) Software component is HOME.

(4) Use transport layer as SAP.

(5) specify SAI_TOOLS iin the package interfaces inside packages

Priyanka