Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg: Adding a parameter whose data type is of table type in the method of buisness object

uppu_narayan
Active Participant
0 Likes
624

Hello Experts,

I want to add a parameter to my custom buisness object method, and that parameter is a nested table, so i have created a table type and then when i tried using the same in BOR to add the parameter to my method, It gives an error saying that ...this data type cannot be used in BOR Method.So can u suggest me how to achieve this.

Thanks and Regards

Hello Experts,

I want to add a parameter to my custom buisness object method, and that parameter is a nested table, so i have created a table type and then when i tried using the same in BOR to add the parameter to my method, It gives an error saying that ...this data type cannot be used in BOR Method.So can u suggest me how to achieve this.

Thanks and Regards

2 REPLIES 2
Read only

Former Member
0 Likes
573

Hi Narayan,

we can give the parameter as table for that we have to check the box Multiline and give your structure name there it will be come internal table type parameter.

Read only

Former Member
0 Likes
573

Hi,

I guess nested tables are not allowed as a parameter to the BOR methods. Input parameters must be simple fields, or a structure, or range tables. Nested tables are not allowed.