on ‎2019 Nov 27 2:10 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.