cancel
Showing results for 
Search instead for 
Did you mean: 

Value help for custom field in Manage Bank Accounts app in S4HANA is not appearing

0 Kudos

Hello Experts,

I am trying to enhance standard Manage Bank Accounts Fiori app in S4HANA cloud with a custom field, I am able to add the custom field in Header area but value help for that field through @ObjectModel.foreignKey.association is not working.

Foreign Key View:

@ObjectModel.representativeKey: 'PlanningLevel'

define view ZI_PLANNINGLEVEL as select from t036 {

key t036.ebene as PlanningLevel }

-------------------------------------------------------------------------------------------------

Extended Basic View :

extend view I_BankAccountTP with ZI_BANKACCOUNTTP

association [0..1] to ZI_PLANNINGLEVEL as _PlanningLevelVH

on $projection.zz_fdlev = _PlanningLevelVH.PlanningLevel {

@ObjectModel.foreignKey.association: '_PlanningLevelVH'

zz_fdlev,

_PlanningLevelVH }

---------------------------------------------------------------------------------------------

Extended Consumption View:

extend view C_BankAccountTP with ZC_BANKACCOUNTTP

@ObjectModel.foreignKey.association: '_PlanningLevelVH'

@Search: {defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #HIGH}

zz_fdlev,

_PlanningLevelVH }

Hope i made myself clear in expaining about my issue.

Looking forward to getting the solution.

Regards,

Micheal

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi @MICHEAL PHILOMINE RAJA A,

did you get the answer , Please share the solution if found .

I want to add a custom field in the Manage Bank accounts App .

Br,

Pankaj

0 Kudos

Hi @MICHEAL PHILOMINE RAJA A,

did you get the answer , Please share the solution if found .

I want to add a custom field in the Manage Bank accounts App .

Br,

Pankaj

0 Kudos

Hi @MICHEAL PHILOMINE RAJA A,

did you get the answer , Please share the solution if found .

I want to add a custom field in the Manage Bank accounts App .

Br,

Pankaj