ABAP-SD-error caused by "Order combination mark" of customer master data

Source: Internet
Author: User

When creating a delivery order with vl01n (the customer's two orders are combined with one delivery order), an error message is displayed, indicating that the combination is incorrect, judging from the symptom, what conditions should be met when the two orders are merged. People familiar with the SD configuration know that this is related to the shipment replication control. You can also find the corresponding configuration based on the current error message.

The specific path is as follows:

Locate the configuration items for corresponding replication Control Based on the wrong delivery order type and source order type, such:
051 is a combined requirement check routine.

Find the code of this routine, set a breakpoint, exit and re-run the business, the system enters the debugging status, and stops at the breakpoint;


According to the code above, if likp-kzazu is empty, the order number must be consistent; otherwise, an error is returned. Obviously, kzazu is a flag indicating whether to allow
Different sales orders are combined to open a delivery order. Based on this judgment, find the order header data.

There is indeed an order combination mark, not checked. Most of the Order header data is copied from the customer's master data.
Follow this idea to find the customer master data:

There is an order combination not checked on the sending page.

After finding the cause, the solution is simple. The customer master data is preferred to be correct, and the current order must be checked separately.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.