‎2011 Oct 18 6:22 AM
Hi
We are in the process of upgrading our SAP from 4.6C to ECC 6.0. It is a technical upgrade.
No functional related changes have been made to the system.
In 4.6C, we have a custom program which involves simulation of prices (including variant prices/conditions) using the BAPI SD_SALESDOCUMENT_CREATE which is working fine.
However, the same custom program in ECC 6.0 does not output the variant prices only. All other prices are successfully updated by the BAPI.
Can someone kindly explain why the difference in the BAPI output between 4.6C and ECC 6??
Are we overlooking something in this part?
Thanks in advance for your replies.
Thanks
Vinodh
‎2011 Oct 18 8:26 AM
Hello,
Check SAP note 1306890 and see if it helps.
Regards,
David
‎2011 Oct 18 9:40 AM
Hi David
Thanks a lot for the reference.
But I see that this note is already installed in the systems.
Also, to make sure that we are on same page, our custom program uses the FM SD_SALESDOCUMENT_CREATE only to extract the prices applicable for the material and not to create sales documents.
While earlier in 4.6C when we could get all prices including variant prices, now in ECC 6.0 the FM does not output the relevant variant prices applicable for the material.
Thanks
Vinodh S
‎2011 Nov 03 5:35 AM
Hi all
My question has been answered.
The issue was because the Item number was being sent without preceding zeros, which was OK in 4.6C. However, in ECC the preceding zeros are required so that variant conditions are calculated successfully.
So, closing this thread.
Thanks
Vinodh S