on 2022 Jul 28 1:06 PM
Hello,
In my SAP ecc system PDT is showing as 122 days and in APO system it is showing as 155 days.
Can anybody help me why there is a difference in both systems.
Thanks in advance
Hello Sufyan,
did you activate the ChangeLogging for Lcoation products in SPRO - if yes , then you should see changes in /SAPAPO/PROD_CD_READ - of course you wont find changes before the time of activating the change logging.
To my knowledge the CIF standard integration between ECC and APO does not change the PDT. You could check if you have an ECC prodoct master data outbound BADI implementation (SMOD > CIFMAT01 > Customer exit EXIT_SAPLCMAT_001 / Include ZXCIFU01) or an APO CIF product master inbound BADI implementation active (SE95 --> SMOD_APOCF005) which might be a source of changing the PDT coming from ECC.
Regards
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sufyan,
as I said before - a standard CIF integration between and ECC and an APO system transfers the PDT in the product master data 1:1. There is no calculation or change applied by SAP out of the box. Check this in your test environment: update MM02 in ECC and see what it ends up in APO in /SAPAPO/MAT1. If it is not 1:1 maybe you can recognize a pattern like ECC=100 -> APO=50. In this case it obviously calculates it by /2. Check (1) the ECC outbound data queue in debugging (is ECC sending 100?) - if yes, debug the inbound queue in APO (is it still 100 in the inbound structure ?) - if yes, check if you have an enhancement in the BAPI for product master in APO (BAPI_PRDSRVAPS_SAVEMULTI2) which manipulates the value while posting it. If no, ask SAP for help by opening an incident.
Regards
Thoas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sufyan,
are you using standard CIF integration between ECC and APO - if yes, then the values should be equal. Users can actually change the value in the material master maintenance transaction in APO using /SAPAPO/MAT1 (similar to MM01/MM02 in ECC) and this could be one reason. Other question is if you do use a CIF inbound BADI to change the PDT inbound APO (or outbound ECC towards APO) ?
If you activated ChangeLogging for Location Product Master data in APO (via SPRO --> SCM Basis --> Master Data --> Product --> activate change documents) then you can see the PDT changes using transaction code /SAPAPO/PROD_CD_READ.
Regards
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
5 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.