Ansicht
Dokumentation

EXIT_SAPLWRWB_002 -

EXIT_SAPLWRWB_002 -

BAL_S_LOG - Application Log: Log header data   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Area

Allocations (SAP Retail)

Description

You use this user exit to define the conditions under which the requested quantity is automatically adopted as the confirmed quantity.

Example of your own condition:

The requested quantity is only adopted as the confirmed quantity if the requested quantity does not exceed 20 per cent of the quantity planned.

Dependencies

The user exit is only used if in Customizing for the notification category the "Fill confirmed quantity with requested quantity" indicator has the value 2.

If you activated order quantity optimizing in allocation tables, (cf, rounding indicator), the confirmed quantity is rounded off in line with the rounding profile defined for the plant. The requested quantity is adopted as it is.

Interface

Input:

  • FI_USER
User (system data at logon).
  • FI_ALLOC_ITEM
Allocation table item data
  • FI_ALLOC_PLANT
Plant data for allocation table item.
FI_ALLOC_PLANT_GROUP
Plant group data for allocation table item
  • FI_ALLOC_PLANT_STATU
Plant status data
  • FI_ALLOC_DC
Data on distribution center supplying the plant
  • FI_NOTIFICATION_TYPE
Notification category data entered for plant.

Output:

  • FO_ACCEPT_CONFIRMED_QTY
Controls whether the requested quantity is adopted as the confirmed quantity.
  • FO_ACCEPT_CONFIRMED_QTY = 'X'

Requested quantity is adopted as the confirmed quantity.
  • FO_ACCEPT_CONFIRMED_QTY = ' '

Confirmed quantity is not automatically filled.

Exceptions:

  • FA_ERROR
An error occurred during user exit check.





ABAP Short Reference   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 2379 Date: 20240424 Time: 154353     sap01-206 ( 34 ms )