cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in RSA3 Data

former_member202517
Participant
0 Kudos

Hi Experts,

We are facing an issue with RSA3 Data related to 0pm_om_opa_2 Datasource where we had enhanced and included PRIOK field related to AFIH table.

There is some problem with the data while testing in Quality. When we tried to check the data based on order numbers(AUFNR) its showing the data for PRIOK field in RSA3. But when we try to extract the data based on Fiscal year/period its not showing the data for Priok field.

For example:

Order number = 1234567 when check individually based on order number selections in RSA3 its showing data for Priok field which is in 003.2015 period.

But when we tried to extract entire 003.2015 the same order number is showing priok as blank.

Please suggest on my issue.

Accepted Solutions (0)

Answers (4)

Answers (4)

PavelRamanouski
Participant
0 Kudos

Hello! It seems that you are using a customer-exit and logic built into it, clear the field PRIOK for each new data row before they are saved in the result table. For a more precise answer your code is needed.

Former Member
0 Kudos

Hi,

Order number will always be unique and not blank.

Try to debug the code which you have implemented in the logic.

i think Priok field is priority related to some other fields.

Regards.

sander_vanwilligen
Active Contributor
0 Kudos

Hi,

Please share your coding.

Best regards,

Sander

former_member182429
Active Participant
0 Kudos

Do you have a customer exit implemented on this extractor?

It sounds like there is some bugged logic that is causing the field values to not appear when extracting in bulk vs. extracting by single records.