cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Master-Detail Multiple Key

former_member370623
Active Participant
0 Kudos

Hello ,

i've trying to use master-detail template . my master data is bkpf and detail data is bseg.

but ive some problem with multiple key. Template just accepting one collection ID .

but ive three ( Gjahr,Bukrs,Belnr) is it a must to have one ? should i concatenate my keys ?

problem : when fiori app trying to call headset_getentity its just giving BELNR .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Declare other two fields as key in Entity mapping.

Or create another field which is combination of these three field and map that field as key field.

Thanks,

Den

former_member370623
Active Participant
0 Kudos

are you talking about my model in segw ? if thats it i already declared them as a key .

Former Member
0 Kudos

Yes that's where I referred to.

1) So if these keys are already mentioned then you can try following /EntitySet(Key1='value1',Key2='value2',Key3='value3')

2)First see how do you get output in browser by calling above req. Then try to map the same for your Line items.

Thanks,

Den

former_member370623
Active Participant
0 Kudos

thanks for your help i concatenate my key into awkey i am using it . but ill try your way next time.

Answers (0)