cancel
Showing results for 
Search instead for 
Did you mean: 

How to add the JCO Table and Structure in a collection List

Former Member
0 Kudos

hi,

I have a BAPI which is returns me a Table and a structure. As i have used JCO I will receive it in JCO Table and JCO Structure. Now the question is that how I should pass both these of these using a collection to the frontend for displaying the data from it.

Thanks' & Regards,

Samir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Samir,

Try this https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1358%3Fpage%3Dlast%26x-showcontent%3Doff%26x-o...; [original link is broken] [original link is broken]>blog [original link is broken] [original link is broken].

Using the loop in code samples you may put these in an arraylist (or some other collection), put this arraylist to request or session variables(in web) and use the data. Or you may simply pass the Jco.Table.

Regards,

Barış

[Reward helpful answers]

Answers (0)