cancel
Showing results for 
Search instead for 
Did you mean: 

Consideration of Alternate Resource under PDS.

Former Member
0 Kudos

Hi Experts

Our site is using the SNP with heuristic engine.

We have one question about the SNP result.

I know that the system use the procurement priority of PDS, when considering the alternate resource,

Then, the procurement priority of PDS is not changed on APO.

This data is transferred from R/3 but I can not find the corresponding data in R/3.

Do you know where that data is handled?

Thank you.

Edited by: Junhyok Choi on Jul 8, 2008 2:47 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thank you for reply.

I've checked the production version in R/3.

In R/3, there are multi-production version for one product.

and there are multi-PDS in APO.

But the procurement priority of two PDS is same.

I'd like to set the different value each PDS.

How to solve this problem?

I want to a detail description.

Thanks regards.

0 Kudos

You will need to carry out a BADI enhancement to populate Procurement Priority on your PDS

On the APO side PDS BADIs /SAPAPO/CURTO_CREATE (for PPDS PDS) /SAPAPO/CURTO_SNP (for SNP PDS) can be used to update the Procurement Priority on PDS transfer from R/3

Method CIF_IMPORT needs to be coded so that while looping at internal table ct_trprod the sprio field is updated with some appropriate value.

For example you may like to give the Production Version number as the Procurement Priority i.e. Production Version 0001 will have Procurement Priority 1 while Prod Version 0002 has Procurement Priority 2.

Hope this helps.

somnath

Answers (3)

Answers (3)

Former Member
0 Kudos

I know that the SNP consider alternate resources as different PDS.

Then, in PP/DS PDS data, alternate resources of PP/DS is handled by same PDS and multiple mode.

Maybe, Can I set the alternate resources data in SNP as same PDS like PP/DS one.

Former Member
0 Kudos

Thank you for your response.

I solved this question.

0 Kudos

Not sure if the query is understood properly.

In SNP alternate resources (mode) is handled as different PDS.

Are you seeing different Procurement Priority on the SNP PDS?

somnath

Former Member
0 Kudos

Different Produciton version in R/3 will create seperate PDS in APO.

Have you done any Customizaiton before or during CIF for PDS?

Check if you have different Produciton versions.

My