cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro Dictionary

Former Member
0 Kudos

Hi All,

Is there any way to get the built in data type present in the dictionary using the webdynpro API. Like in GP we can get the types using IGPAttributeInfo.BASE_STRING.

The problem is if I want to create a node attribute dynamically then I have to give

personNode.getNodeInfo().addAttribute("selected_1", "ddic:com.sap.dictionary.boolean");

Here I need to hardcode the built in type "ddic:com.sap.dictionary.boolean").Is there any way to prevent this hardcoding.

Thanks & Regards,

Sudhir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (0)