cancel
Showing results for 
Search instead for 
Did you mean: 

Indbound Interface not visible in Receiver business service

former_member248450
Active Participant
0 Kudos

Hello Experts-

II have created a business service.

After creating the business service, when try to enter receiver inbound interfaces.

The message interface which I declared in IR is not visible .

I am not able to select it as its not visible.

When I manually input the name system display object doesnt exist. But, In IR I can see its there. Do I have to do any kind of import?

I am doing a Flat file to RFC scenario.

Thanks,

raj.

Accepted Solutions (1)

Accepted Solutions (1)

former_member181985
Active Contributor
0 Kudos

Have you activated the interface in IR? Check the cache notifications status in IR.

former_member248450
Active Participant
0 Kudos

I dont have any waiting objects in the change list I activated all of them

justin_santhanam
Active Contributor
0 Kudos

My interfaces is asynchronous outbound messsage( mi_filetype) . This is the message interface I have declared for the input text file and now it it is an inbound message for receiver service. But i dont see it there.

So you are saying mi_filetype acts as both Outbound and Inbound Interface?

~raj.

former_member248450
Active Participant
0 Kudos

Yes. Below is little more detail descripition on what i did.

In IR design , this is what I have

MI_filetype (outbound asynchronous) and I have assigned its message type (mt_filetype) to it.

In message mapping I have mapped

mt_filetype to RFC message (ZFILEtype)

mapped the source interface MI_filetype to Target interface ZFILETYPE.

I have sucessfully tested interface mapping. .

Activated the change list.

In IR configuration,

I have created a scenario and then Busniess service for sender. and create dit communication channel.

In next step business service for receiver, I am assuming the receiver inbound interface would be MI_filetype?

Is that not right?

Thanks,

Raj

justin_santhanam
Active Contributor
0 Kudos

Raj,

as per your scenario description following is the OB./IB interfaces

MI_FILETYPE - Outbound Interface

ZFILETYE - Inbound Interface

Any questions, let us know!

raj.

Former Member
0 Kudos

> In next step business service for receiver, I am assuming the receiver inbound interface would be MI_filetype?

Here you have to use the RFC and not the MI_filetype.

I hope this helps.

Regards,

Sarvesh

former_member200962
Active Contributor
0 Kudos
In next step business service for receiver, I am assuming the receiver inbound interface would be MI_filetype?

No, the interface should be ZFILETYPE.....the RFC is suppose.

Now when you try to select the interface in the business service you will only see the Inbound Interfaces.....now in the same pop-window.....click on the dropdown and select Any (instead of Inbound)......refresh the view and all the available interfaces (including the Outbound) will be seen.....select the one which you want.....this is how it needs to be done.

former_member248450
Active Participant
0 Kudos

Thanks Abhishek.

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Hello Raj,

Did you added the Inbound interface name in the service?

Double click on the service, there you will see Inbound/Outbound interface - there you add your interface.

Thanks!

former_member248450
Active Participant
0 Kudos

I opened the receiver business service.

In receiver section for the service,

I am trying to add the interface. The interface is not visible only interfaces visible here are inbound interfaces. My interfaces is asynchronous outbound messsage( mi_filetype) . This is the message interface I have declared for the input text file and now it it is an inbound message for receiver service. But i dont see it there.

Thanks for the help.