Entering content frameFunction documentationDistribution Processing: Methods of Adjustment Locate the document in its SAP Library structure

Use

When you adjust a distribution, the system distributes the quantities actually delivered among the recipients. In Customizing for Merchandise Distribution, in the adjustment profile for each processing method you can enter function modules that control how the adjustment is made. A number of methods have been defined in the standard version of R/3. You can also enter function modules that you develop yourself for your own methods.

Features

Adjustment Methods in the Standard Version

The function modules contained in the standard version of R/3 belong to function group WFR4. The following methods are available:

The quantity actually delivered is distributed among the recipients in proportion to their open quantities.

The quantity actually delivered is distributed among the recipients in proportion to their open quantities. The system rounds off to complete units of issue (in line with the unit of issue defined in the article master).

Customer Enhancements for Adjustment Using Customizing

You can tailor the adjustment logic to your own requirements without having to change the R/3 source code by entering your own function modules in the relevant adjustment profile. The following options are available for this:

Note

The quantity you specify for the adjustment cannot be any greater than the quantity actually delivered.

Customer Enhancements for Adjustment Using a BAdI

Delivery generation is started automatically after a manual adjustment in the following situations:

  1. The automatic adjustment is called at goods receipt.
  1. Because the permitted difference between the goods receipt quantity and the order quantity is exceeded, automatic adjustment cannot be carried out.
  1. You carry out a manual adjustment; when you save, the system starts the generation of deliveries.

Required Customizing settings in the site profile for distributing articles:

It is triggered using the BAdI WFRM_CRE_FOLLON_DOC. In the standard system, the BadI is active and the sample coding is executed. This BadI enables you to access the procedure delivered in the standard system and adjust it to meet your requirements.

 

 

Leaving content frame