Skip to Content
0
Former Member
Dec 31, 2007 at 04:57 AM

Issue with generic extraction using FM

68 Views

Hi All,

I am trying to load from one DSO to other DSO, where i am trying to use generic extraction using FM, where i created strucutre of second DSO .

created Generic datasource with Function module.

when i am loading data using infopackage, its loading perfectly into PSA(with 100 records) and when i am loading thru DTP to Data target( second DSO), it is looping many records in each datapackage(like 8 million in each package) and updating into datatarget finally 100 records. but it is taking long time to finish the process.( i copied RSAX_GET_SIMPLE_DATA) and added transformation logic to it .

so i would like to know, if there is anything i have to change in the Function module code, to fix this.

i would also like to know, request is already in PSA, will it again extract from FM, when updating thru DTP.

Thanks

R,man

Points will be awarded.