Application Development 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: 

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

uppu_narayan
Active Participant
0 Kudos

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

Former Member
0 Kudos

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.

former_member209119
Active Participant
0 Kudos

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.