cancel
Showing results for 
Search instead for 
Did you mean: 

CSFG Cross System Interco Sales Orders in APO

adamcohen7
Explorer
0 Kudos

Hi

We are using the Cross System Interco process with 2 ECC systems connected to 1 APO system: we create a Stock Transfer Order in APO which is transferred to ECC1 system to create Purchase Order which then triggers and ALE message to ECC2 system to create the Sales Order. This Sales Order comes to APO which triggers key completion (removal of demand node on original Stock Transfer Order).

We have indentified the following issues when the same product can be sold to external customer and intercompany from the same source location. The product has forecast on source location but this is only for external customer demand, as intercompany demand is managed as network distribution demand.

1) When using Strategy 10, the Sales Order is not planning relevant in APO SNP or PPDS. This means at key completion the demand on the source location disappears in APO. We have looked CIF user exit to set the Sales Order to planning relevant which is ok for PPDS but not SNP. In SNP we are limited by the fact that DEMAND_CALC macro ignores sales order demand when strategy is 10.

2) When using Strategy 20, the Sales Order is planning relevant in APO SNP or PPDS but consumes the forecast.

I was wondering if anyone has come across similar issues?

We are currently looking at the possibility of using CIF user exit to change the APO order categories for Sales Order from BM > EK and SO Delivery from BR to ER so like VMI orders they will be considered in SNP key figure TLB-Confirmed Demand. Has anyone implemented something similar or can see issues with this solution?

Thanks in advance for your help.

Regards

Adam

Accepted Solutions (1)

Accepted Solutions (1)

rupesh_brahmankar3
Active Contributor

Hello,

You may use the user exit CIFIRQ01 Function module exit EXIT_SAPLBTAP_001 runs when the data for requirements reduction has already been converted to APO format by the APO Core Interface (CIF), but before it is sent to APO. It enables you to influence data for requirements reduction (interface parameter CT_CIF_IR_RED) on a customer-specific basis before it is sent to SAP APO.

Implement user-exit EXIT_SAPLBTAP_001 in ECC system, changing field CT_CIF_IR_RED-ATPCAT from 'BR' to 'ER' in customizing coding.

Best Regards,

R.Brahmankar

Answers (0)