cancel
Showing results for 
Search instead for 
Did you mean: 

Add Custom Field to Outport

rafal_d
Explorer
0 Kudos
330

Hello,

We do have a case in which passing value vie Outport to Embedded Component will be the best option, however as far as I know this is not possible. I want to double check , therefere my question here.

In Configuration Explorer I can open COD_Account_TI. There I have an option to Add View with embedded Component (in Extensibility Explorer). While doing it I use BIND and there I have a list of port to use.

In all cases I used so far PublicOutportECCustomerRoot with the parameter 'AccountID'.

In that way I can pass Account ID to embedded component.

The problem is - for Account I have created (in KUT) custom field and I would like to pass the value via OutPort.

Is there any option for it?

regards

Rafal

View Entire Topic
ThiagoSarmento
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Rafal,

You can't pass the KUT field value in the outport, only PDI fields. Perhaps you can copy the KUT field value to other PDI field and hide the KUT field from screen.

BR,
Thiago

rafal_d
Explorer
0 Kudos

Hello Thiago,

Thanks a lot for your response.

Can you please give me a hint how it can be done?

In my case object AP.FO.BusinessPartner.Global:Customer is not extendable, so I will need to add it to 'AP.FO.BusinessPartner.Global:BusinessPartnerSolutionExtensions'.

How to add field in SDK is clear for me.

The problem is in COD_Account_TI. There I see Public Ports which I usually use. Example : PublicOutportECCustomerRoot

Since this is SAP standard, I assume if there will be option to add new field there I shall see something in 'Extensibility Explorer'.

What I want to achieve is:

I want to add Embedded Component - additional tab for Account - to which I want to pass custom field value instead of AccountID (which is available in PublicOutportECCustomerRoot).

thanks and regards

Rafal