Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Variant pricing issues in ECC for SD_SALESDOCUMENT_CREATE

Former Member
0 Likes
534

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

3 REPLIES 3
Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
464

Hello,

Check SAP note 1306890 and see if it helps.

Regards,

David

Read only

Former Member
0 Likes
464

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

Read only

Former Member
0 Likes
464

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