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

OData Bseg Loop

umayaraj
Participant
0 Likes
1,305

Hi i have performance issue with BSEG table querying & loop with from and to .

actually i take all entries from BSEG then loop (with from & to) after i export info via odata.

is there any other way to increase performance,if you know please guide me how to solve this issue.

Hi i have performance issue with BSEG table querying & loop with from and to .

actually i take all entries from BSEG then loop (with from & to) after i export info via odata.

is there any other way to increase performance,if you know please guide me how to solve this issue.

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
1,147

You could play with OPEN CURSOR if you want to send by block of data.

But I think, first, you have to give the full explanation of the goal. Why do you read BSEG ? You are not on S/4 ? Are you sure you nee the full BSEG ?

Read only

0 Likes
1,147

Hi sorry for late reply,i try build some graph apps in ui5 that's why it need and i already i use open cursor in my fm,it's not get any run time error while access large amount of data but performance very slow .

Read only

1,147

If you are playing with UI5, did you check if you have a CDS view based on ACDOCA table with Odata service generated ? (I hope you are using S/4)