cancel
Showing results for 
Search instead for 
Did you mean: 

OpenByKeyOut to Account from EC

gayathri_ramachandran
Participant
0 Kudos

Hello Experts,

I have configured OpenByKey Out to Account in one of my EC. To my knowledge, I have done all the things rightly, but somehow it doesn't open the account. Please support.

1.OBN Configuration


2. Outport Configuration

3. Event handler configuration

4. Field with Link mapped to Event Handler

When I click on the link, I get this Account basic layout screen and the key is not getting passed. Not sure why?

Please support

Thanks

Gayathri.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member240914
Participant
0 Kudos

Use Thing Based navigation instead of OBN. More details refer the link :

https://blogs.sap.com/2013/11/22/sap-cloud-development-how-to-create-a-comlete-thing-based-ui/

gayathri_ramachandran
Participant
0 Kudos
cod-account-ti.jpg

Thanks Pramodh,

Unfortunately this doesn't work for me.

gayathri_ramachandran
Participant
0 Kudos

Hello Pramodh,

Ignore my previous comment, I tried again, and this time there is no error, but the link still opens the Account template. Can you please point out if I'm missing something.

1. The Link field associated to ThingTypeContainer

2. The Field in Data model mapped to TT

3. The Outport to Account TI

former_member240914
Participant
0 Kudos

hi,

Configuring thing based navigation is very simple. First of all make sure there is NO on click events configured for the field.

1) Create a data model field AccountUUID and bind it to Account UUID.

In the properties of AccountUUID - Under Thing Type Information associate the thing type ex: Thing Type Mode = Static and Associated Thing Type = COD_ACCOUNT_TT

2) Create a Link field ( either ID or Name)

Properties: Semantic = Edit, under Thing Type:

Associated Thing Type container - Bind the AccountUUID field.

Hope this helps.

thanks & regards

Pramodh

gayathri_ramachandran
Participant
0 Kudos

Thanks for your response Pramodh,

Did the same thing, but with AccountIID. And found this works fine only when I pass the UUID.

Thanks a lot..