cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inport & Outport in C4C

aleksandrs_antonuks2
Participant
0 Likes
1,272

Hi all,

I am super new to C4C and would like to get some understanding on what inport/outport are.

Can you please explain with a simple example these two definitions?

Thank you in advance!

Br,
Aleks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member226
Employee
Employee

Hi,

As C4C runs on MVC(Model View Controller) architecture, hence Inport and Outport are part of Controller. They help the system to navigate from one UI to another UI along with some parameters. Basically, to start the navigation from one screen to another screen, you need to fire an Outport (before leaving) and this should be bound to the inport of receiving UI/screen. This completes the navigation.

Please have a look at following tutorial series to know about them in detail:

https://blogs.sap.com/2019/12/19/getting-started-with-the-cloud-application-studio-new-video-series/ ( Specially Part 10 https://youtu.be/deKT4sZf_J8 )

aleksandrs_antonuks2
Participant

Hi Saurabh,

Thank you very much for your answer!

Br,

Aleks.

Answers (0)