Ansicht
Dokumentation

JYMDISJ3 - IS-M/MDIS: Enhanced Statistics Update for Deliveries

JYMDISJ3 - IS-M/MDIS: Enhanced Statistics Update for Deliveries

ROGBILLS - Synchronize billing plans   PERFORM Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

The statistics update from deliveries in Media Sales and Distribution only uses data from deliveries and delivery-order assignments along with some enriched data from the standard system.

If you want to use other data in the statistics update that is not provided as standard, this data can be determined by means of user exits.

  • User exit '100' - Data enrichment at delivery level
  • User exit '101' - Data enrichment at order assignment level

Procedure

  1. Define the new data as fields in the ABAP/4 Data Dictionary
The fields must be included in the user structures provided for this purpose, MCJLFGUSR (delivery level) and MCJLFZUSR (delivery-order assignment level).
  1. Determine new fields in user exits
Data from the documents is provided for use in determining the field contents:
User exit '100':
  • I_XMCJLFG (all fields from the delivery - structure MCJLFGB)

  • I_CONTROL (general update control, e.g. normal update or recompilation)

User exit '101':
  • I_XMCJLFG (all fields from delivery - structure MCJLFGB)

  • I_XMCJLFZ (all fields from order assignment - structure MCJLFZB)

  • I_CONTROL (general update control, e.g. normal update or recompilation)

This means data from the delivery itself is also provided in the order assignment. If the delivery is assigned several orders, the user exit is repeated for each assigned order. No data is available from other orders when processing an assignment.
Once the new field contents have been determined, they are passed on to the update program by means of the interface structures E_XMCJLFGUSR (user exit '001') and E_XMCJLFZUSR (user exit '002').
  1. Field catalogs
The new fields must be included in field catalogs so that they can be used to define info structures.
CAUTION
The following problem situations must be taken into account when using these user exits:
Update for document changes
Only deliveries with a shipping date that is in the past are updated in the Media Information System. When this is done, the deliveries are passed on to the Media Information System in the form they took at the time of update as a 'new delivery'. For this reason, there are no special features to be taken into account here.





General Data in Customer Master   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 3147 Date: 20240419 Time: 232000     sap01-206 ( 48 ms )