cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with generic extraction using FM

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

I also had the same process. In the code of the function module. just check the Raise Exception code, probably ABAP guy can help. Also try to debug the code in RSA3 in debug mode. Actually it is going to a infinite loop, I guess.

Regards

Souresh

Former Member
0 Kudos

Hi souresh,

Its working fine now, the issue was not with infinite loop in my case.

Thanks

Answers (4)

Answers (4)

Former Member
0 Kudos

please provide some inputs

still after getting that issue again

Edited by: Raguman AR on Jan 7, 2008 7:28 AM

Former Member
0 Kudos

Working fine.

Former Member
0 Kudos

Solved the problem....i created everything new...like DSO's and DSource ,F..now its working fine.

Former Member
0 Kudos

HI All,

Gurus please reply, Any questiosn let me know.

Thanks

R'Man

Points will be awarded for sure.