cancel
Showing results for 
Search instead for 
Did you mean: 

Can we create Multivalued list in CAS ( Cloud application studio ) for custom business object

former_member182606
Participant
0 Kudos

Hi All,

Can we create a Multivalued List in Cloud application studio for a custom business object since I cannot find Option for it in the UI Toolbar and Property of a Drop down listbox. Or any option to create Multivalued code list in CAS (Cloud application studio).

Regards,

Chella.

Accepted Solutions (1)

Accepted Solutions (1)

anant_acharya
Advisor
Advisor
0 Kudos

Dear Chella,

You cannot create Multivalue codelist can through Cloud Application Studio.

Please refer the blog - https://blogs.sap.com/2015/10/30/multi-value-codelists/ for detail information.

Regard

Anant

Answers (3)

Answers (3)

prabhanjan_reddy
Participant
0 Kudos

Dear,

Yes you can achieve this functionality with the Code List Data Type.

Suppose : For Contract Status field if i have create the values with New, In process, Completed. Then create a code lsit data type and use it in your Custom BO.

Then the values will be reflected.

This the same way like we create a custom field with AET in SAP CRM with the domain values.

Thanks in advance,

Prabhanjan

former_member182606
Participant
0 Kudos

Hi Saurabh Kabra,

Thanks for your reply but I want to display it in the Custom Business object UI screen. Is it possible to create it without KUT using SDK ?

Regards,

Chella.

former_member226
Employee
Employee

Hi,

No, You cannot create multivalue codelist from SDK.

Thanks

Saurabh

former_member226
Employee
Employee
0 Kudos

Hi,

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.

Thanks

Saurabh

JOSC_ITLAB
Participant
0 Kudos

Hi,

is there a way to get these KUT codelists via any webservice?

Kind Regards,

Johannes

former_member226
Employee
Employee
0 Kudos

Hi,

Yes you can do this. You just Create a Ref to Customer Specific Field and then you can access it in your SDK Solution. Check thread this to see how to use KUT in SDK.

Once it is available in your solution then you can access it via web service.

Thanks

Saurabh

JOSC_ITLAB
Participant
0 Kudos

Hi Saurabh,

i think you misunderstood me there. I want to get the codelists which are behind a Key-User-Tool field via a WebService just like the service QueryCodeListIn. I dont need the values in the SDK.

Kind Regards,

Johannes

former_member226
Employee
Employee
0 Kudos

Hi,

I assume that the MultiValueCode list which you are talking about is for some Standard BO. In that case yes you can do it via KUT using 'Service Extension'.

Thanks

Saurabh

lessip
Participant
0 Kudos

Hi Saurabh,

I have a similar requirement than Johannes. How can I create such a multi-value selection field in a Custom Embedded Component (EC) with a custom BO as data structure behind?

The custom EC is included into the standard AccountTI.

Thanks in advance and best regards,
Patric