Skip to Content
1
Aug 01, 2007 at 07:38 PM

Internal Table - logic for Chunk

246 Views

Hi,

I have an internal table with n records.

I want to use at a time say max of 20 records .

This is calling a BDC.

i.e.

loop at n record.

take 20 records.

call BDC.

then next set of recrds.

repeat process till all records processed.

Thanks in Advance.

Amit