Show TOC

 User-Specific Checks

You have the option of including user-specific individual checks.

You can also

  • create one or more function module(s) with defined interfaces, where these checks are performed

  • enter the names of the function modules in SAP Advanced Planner and Optimizer (SAP APO) Customizing, under Start of the navigation path Master Data Next navigation step Model and Version Management Next navigation step Configure User-Specific Model Consistency Check End of the navigation path .

The function modules entered here are considered in the model consistency check.

Implementation

To implement a function module with user-specific consistency checks, see function module /SAPAPO/MVM_CONS_CHK_EXAMPLE. All function modules you have implemented must have the same interface as this function module.

Note Note

For more information, see the function module documentation.

End of the note.