cancel
Showing results for 
Search instead for 
Did you mean: 

Wrong data in PSA but correct data in RSA3

anju_naidu
Participant
0 Kudos

Hello Experts,

I have a issue which  looks strange to me.

I enhanced the 2LIS_03_BF data source for Delivery & Item .

For one Material document there are 4 items ( 1/2/3/4) and it's respective Delivery document also have 4 items (10/20/30/40).

If i run setup for single / total Material doc  the at RSA3 T code shows correct values for all items. like below

MatDoc No   Material Item Delviery Doc   Delivery Item

0102               1/2/3/4             546                    10/20/30/40


But when i loaded the same into PSA  the values are change to like below.

MatDoc No   Material Item Delviery Doc   Delivery Item

0102               2/2/3/4             546                    20/20/30/40


No code in Info package. what the strange happend here.

Kindly suggest me with the needful.

Thanks-

Anjan 

Accepted Solutions (1)

Accepted Solutions (1)

anju_naidu
Participant
0 Kudos

Thankyou Gurus,

For all you inputs .We have implemented the notes 1666802,1743532.

And they manupulated the following classes and methods.

And my problem  solved.

Thanks-

Anjan

RamanKorrapati
Active Contributor
0 Kudos

Hi Ak,

Please close the thread by choosing your own reply as correct answer. that would helpful to others when they come across this thread. Hope you understand.

Thanks

Answers (6)

Answers (6)

anju_naidu
Participant
0 Kudos

Thanks Guys for all your suggestion.

We came to know the problem with SAP standard datasource it self.( there is no enhancements on this DS )

Any suggestion on this!

Former Member
0 Kudos

Hi Anju,

Yes, there is an issue with this extractor.

Some ABAP coding issue.

You can implement the below notes 1743532, 1793692 & 1410263 to correct the same.

BR

Adlin

former_member182343
Active Contributor
0 Kudos

Hi,

Try to Re intall data source and replicate once or twice.

anshu_lilhori
Active Contributor
0 Kudos

Hi,

From your data i can identify the case that 1 is changing to 2 somehow for the first record.

Strange behavior need to check on it if some conversion are happening or need to maintained.

Regards,

AL

Former Member
0 Kudos

Hi Arjun,

If you have made changes in your DS

     Replicate Datasource

     Do an init load

     Proceed with your delta.

Hope this helps!

BR

Adlin

sreenath_adapa
Explorer
0 Kudos

Hi naidu,

Go for new Infopackage with Full and filter the material doc and check

it might be heppening with the delta / full properties in Rsa3/PSA

Put Rsa3/IP in full and check

former_member182470
Active Contributor
0 Kudos

Replicate your DS in BW and try to load and check the situation.

RamanKorrapati
Active Contributor
0 Kudos

Hi Anju,

Have you tried to run info pack with selection based on specific mat doc. if possible just try to load upto psa. if that correct then delete your previous load and try again. i that's also brings wrong data, then go for info pak debug.

Thanks