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

Create Dynamic Code List via Custom Business Object Association

0 Likes
634

Hello community,

I try to create to create a dynamic code list via custom business object association. Therefore I am proceeding as described by Jerry Wang in his blogs https://blogs.sap.com/2017/11/17/step-by-step-to-create-two-drop-down-list-with-dependency/ and https://blogs.sap.com/2017/09/30/create-dynamic-code-list-via-custom-business-object-association/

The second link describes how to create a code list in PDI.

So I created a new BO

However in my case the codelist needs to be maintained in multiple languages.

e.g. in logon language English I need

Code Parent Code Code Text

010 Chemical Industry

and for logon in German I would need

Code Parent Code Code Text

010 Chemiche Industrie

How do I achieve this?

Best regards

Thorsten

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee
0 Likes

Hi,

Not tried though, but may be you can change the data type of your CodeList description BO field "CodeText" to LONG_Name (AP.Common.GDT NameSpace) as this will give you the possibility to maintain Text against each language.