cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to find SWCV in BW system for inbound proxy

jegathees_waran
Active Participant
0 Kudos

Hello Friends,

There is one interface running in our system. It is FILE to PROXY. Every day MDM sends some vendor details in files form. PI polls the file and map to structure for BW. (BW is SAP System).

In Operation Mapping, Sender Side : Our own interface and structure is used. On the Receiver side, 'GenericVendorIN' interface from SAP SWCV 'BI CONT' is used.

Messages are processed successfully for this interface in PI (PI 7.1) and failed in BW side due to application error. Not all messages, few messages.

When we try to troubleshoot the business logic (ABAP) written for this inbound interface in BW system, this SWCV BI CONT is not displayed in SPROXY transaction. But, we see successful messages and failure messages in BW system. (Txn: SXMB_MONI). ESR is connecting fine. Our SWCV is adisplayed correctly.

Friends, could you please clarify why SAP Standard SWCV BI CONT is not displayed in SPROXY transaction? For any errors, how do we troubleshoot then on the inbound side i.e in BW system.

Thanking you.

Kind regards,

Jegathees P.

Accepted Solutions (0)

Answers (2)

Answers (2)

jegathees_waran
Active Participant
0 Kudos

Hi Micael,

Thanks for your reply. I think this is not related to SXMB_ADM settings. Because, we could see successfull messages in SXMB_MONI. Also this is ABAP Proxy. BW is SAP system.

Former Member
0 Kudos

hi,

In BW, check in tx SXMB_ADM, option Integration Engine configuration, if you have in category RUNTIME, parameter IS_URL something like that "dest://<NameOfYourRfcDestination>".

and in SM59 (of BW), check that you have the same RFC destination (type H).

or maybe you use a Java proxy, instead of an abap proxy.

regards.

Mickael