Skip to Content
0
Former Member
Apr 14, 2010 at 12:54 PM

Generic Data Source extraction issue Keeps on looping the records

50 Views

Hi All,

I have created Generic Extractor based on Function Module, It pulls the records from BSEG Table. I know that we have standard Data source 0FI_GL_4, but due to some requiremnt we have created Generic DS.

I have performed all the steps like Generating Data Source, Replication.................etc.

Now when i triggered infopackage the function module in DATA SOURCE has started pulling records now strange issue im facing is though the extracotr has pulled all the records again its pulling reocrds right from start. because of this the number of records have gone for 1000.......where actually there are 100 records

I have written the code like below

Select * From Bseg into corresponding fields of tbale ITAB_BSEG.

So should i put end select any where. I dont think I need to keep Endselect because i have used Table of ITAB_BSEG

Please provide me inputs here

Sujan