cancel
Showing results for 
Search instead for 
Did you mean: 

Import statement to use data type in BO definition

Former Member
0 Kudos

Hi

what import statement is required to use NameAndValue  & WSCallResult data type in BO.

the namespace belong to these datatype is http://sap.com/xi/AP/PDI/ABSL.

I have used import statement  "import AP.PDI.bo"; but getting error (Definition of data type 'NameAndVale' not found. Add an import statement for the missing namespace or use a fully qualified name) when I used these data type

Please help me to get the proper import statement or fully qualified name.

Thanks

Sunil

Accepted Solutions (0)

Answers (1)

Answers (1)

ThomasSchneider
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sunil,

the data types NameAndValue  & WSCallResult are in the "ABSL" namespace. However, this namespace cannot be imported in a BO definition, but only in ABSL script files ("import ABSL;").

In the BO definition, you have to use compatible data types, for example LANGUAGEINDEPENDENT_Name.

Best regards,

Thomas

.