cancel
Showing results for 
Search instead for 
Did you mean: 

PSA DATA MISMATCH WITH SOURCE_PACKAGE INTERNAL TABLE DATA AND DATA IS NOT POPULATING INTO INFO OBJECT

former_member217770
Participant
0 Kudos

Please find below data from PSA  and also   in source_package  internal table.

I could see data for fields  ZZENGMR and ZZENGPTR   in PSA  but not in   source_package   internal table of  start routine. 

There is no modifications made to Source_package   . Kindly let me know what could be the reason

Thanks all

Accepted Solutions (1)

Accepted Solutions (1)

RamanKorrapati
Active Contributor
0 Kudos

Hi Naidu,

Please check certain records at PSA and source_package rather than checking whole data.

As my guess your PSA also may have null data for some records which your seeing at source_package. .

So try to see 10 records at psa and try to see same 10 records at source_package.

That may give some clarity about data issue.

Once you load data to target what problem your getting?

Thanks

former_member217770
Participant
0 Kudos

I have  compared as you said.

the strange what i see is  when  i have checked in the PSA table(/BIC/B0000567000) i could see data for the Required document numbers .

when i check based on  individual request data of psa(by double clicking psa request)  i  am seeing data with zeros.

Please let me know the reason.

Thanks all

RamanKorrapati
Active Contributor
0 Kudos

Hi,

See table level it may shows whole table data.

particular doc may have multiple transactions. in that some may have data and others may have 0.

So you need to see the exact record with proper selections.

like use doc number and changed date. that may give only one record.

cross check same record at PSA table and request wise also.

is this full load or delta load?

if its full load then just delete whole psa data and reload it.

Before reload, please activate data source and whole connected data flow.

Thanks

former_member217770
Participant
0 Kudos

Yes. Correct.  I am seeing the data in PSA table    which for old request .

Now the issue in the Enhanced Extractor abap code. I am able to figure out.  Thank you for help

Thanks all

Answers (2)

Answers (2)

KodandaPani_KV
Active Contributor
0 Kudos

Hi,

if you are working on the inventory/Purchasing take the some PO or material check the RSA3,PSA, source pacakge records.

while extracting data form ECC to BW use the proper selections at IPK.

check the in logic written any clear, modify and update funcitons pelase check.

Thanks,

Phani,

Former Member
0 Kudos

Hi ,

I have couple of questions

1. Is this the first time that you are loading ?

2. Which system are you trying to load this.

3 Is it loaded Via IPAK (psa and then target) / DTP is used for loading

Nothing should block the data from populating in the source_package as per the details which you have mentioned

Also check for the below points,

Check for the transformation mapping. if everything is fine then you could reactivate the transformation and then check the load.

Regards

Vivek

former_member217770
Participant
0 Kudos

Let me answer your questions vivek

1. Is this the first time that you are loading ?

NO

2. Which system are you trying to load this.

Development

3 Is it loaded Via IPAK (psa and then target) / DTP is used for loading

Loading  via IPAK

Honestly abap code has been  written above filling source_package in routine.

i could see the values are filled with   zeros    forall entries    000000000

Thanks all

Former Member
0 Kudos

Hi

You can get a sample of data from the psa and try to load those records

Also Could you try activating the transformation  and then retrigger the load ?

Thanks

Vivek