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

Multi Value Codelists Restrictions in SAP CLOUD Application Studio

former_member640082
Participant
0 Likes
597

Hi Experts,

I have two multivalue lists: listA (values: A1, A2, A3) and listB(values: B1, B2, B3, B4, B5).

And the following correlation between them:

- if A1 is selected in listA then only B1 or B2 is available in listB,

- if A2 is selected in listA then only B1, B3 or B4 is available in listB,

- if A3 is selected in listA then only B5 is available in listB.

theses two Codlist exists in the same UI as extension fields in standard BO.

How can i do this using SAP CLOUD Application Studio?

Best regrads

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member228663
Participant

Hi Sarah,

Its looks not feasible to achieve this using Cloud application studio,we don't have any option to control the values of two multivalue codelist using back-end.

I will suggest you to explore the "Code List Restriction" using front-end configuration, I think you can control the values based on your condition.

Hope this will help you.

Thanks,

Manoj Kannaujiya

former_member564242
Active Participant
0 Likes

Hi Sarah,

Multivalue codelist can only be created via KUT from UI. Once created on UI if you want you can use it into your SDK by creating a "Refererence to Customer Specific Fields" obejct in SDK and use it in your script.

You cannot create Multivalue codelist can through Cloud Application Studio.

https://blogs.sap.com/2015/10/30/multi-value-codelists/

Above is the blog for reference.

Regards

Sneha