cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Datasource using Function module

Former Member
0 Likes
2,565

Hi All,

I have created a datasource to extract data through Function module.When i run the Function module independandtly in Tcode SE37 it is giving me the exact result.But when i check the data in RSA3 extract checker i can find that the data is totally not matching.

For ex in se37 when i executed the function module i could get the output as 32 entries.

But in RSA3 i get it as 320 . i.e 10 datapackets with 32 entries.

RSA3 output.

DataPa Record

     1     32
     2     32
     3     32
     4     32
     5     32
     6     32
     7     32
     8     32
     9     32
    10     32

* Tota    320

Can someone tell me whether i am doing something wrong.What do i need to do to get the same ouput in RSA3 as SE37 output.

Thanks in advance for you valuable suggestions.

Regards,

kumar

View Entire Topic
Former Member
0 Likes

Hi Harish,

As Syed pointed out, this seems to be case of duplicate records. A simple comparison of the RSA3 and the Se37 output will give you a clear idea.

Debugging the code as suggested anoved will be the best option.

Regards,

Saurabh

Former Member
0 Likes

Hi Saurabh,

I have already pointed out that my RSA3 entries and SE37 entries are matching.When i run the Infopackage in the BW system to pull the data from R/3 system  i can see that the values are adding up and also the corrresponding job doesnt seem to finish i have to manually kill the job.

Kumar