Ansicht
Dokumentation

J-J30001 - IS-M/MDIS: OBSOLETE - MDIS Delivery Update

J-J30001 - IS-M/MDIS: OBSOLETE - MDIS Delivery Update

ROGBILLS - Synchronize billing plans   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

The statistics update for M/SD deliveries only uses data from the deliveries and delivery-order assignments themselves, with the addition of some data derived in the standard system.
If you want to use other data in the statistics update that is not made available as standard, this data can be read by means of user exits.

User exit '001' - Derive data at delivery level
User exit '002' - Derive data at order assignment level

Procedure:

1. Define new data as fields in ABAP/4 Data Dictionary
The fields must be added to the user structures provided for this purpose: MCJLFGUSR (delivery level) or MCJLFZUSR (delivery-order assignment level).

2. Determine new fields in user exits
Data from the documents is used to determine the field contents:

User exit '001':
I_XMCJLFG (all fields from delivery - structure MCJLFGB)
I_CONTROL (general update control, for example whether the update
is a normal update or regenerative planning)

User exit '002':
I_XMCJLFG (all fields from delivery - structure MCJLFGB)
I_XMCJLFZ (all fields from order assignment - structure MCJLFZB)
I_CONTROL (general update control, for example whether the update
is a normal update or regenerative planning)
This means data from the delivery itself is also used for the order assignment. If the delivery is assigned several orders, the user exit is processed several times (for each order assigned). No data from other orders is used when processing an assignment.

Once the new field contents have been determined, they are transferred to the update program via the structures E_XMCJLFGUSR (user exit '001') or E_XMCJLFZUSR (user exit '002').

3. Field catalogs
The new fields must be included in field catalogs so that they can be used when defining info structures.

CAUTION
Please note the following when using these user exits:

Updating changes to documents

The system only updates deliveries in the Media Information System that have a shipping date in the past. When this is done, a delivery is transferred as a 'new delivery' to the information system as it is at the time of update. This means that no special features apply here.






General Data in Customer Master   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 2352 Date: 20240425 Time: 152558     sap01-206 ( 43 ms )