Skip to Content
1
Apr 18, 2014 at 08:28 PM

Delayed data request

68 Views

Another question regarding data retriaval.

I have the Stattement

oTable.bindrows("/SOHeaders");

But than I hit the Statement it does not go to the backend catching the data, but later.

But then I use

oModel.read('/SOHeaders')

it goes imediatilly catching the data.

Does anybody know the reason?

Thanks Joerg