Hello Experts,
I have created generic datasource using Function module. After Init with no data transfer I am running a full load and have to fetch approx 500000 data records from source system.Now data is getting loaded in PSA in different data packets but it is repeating i.e in first data packet it is loading 18000 records then in second it is loading 43000 records including 18000 of first datapacket and so on. Due to this data load in PSA is very slow. Is their any way of bringing all these 500000 in one datapacket or different records in different datapackets. Please suggest.