Checking Customizing
To check if the back-end Customizing has been configured correctly, call up and test some of the back-end functions for reading data.
You can use the test to identify and correct errors in Customizing. You can also configure the Customizing without a middleware system.
The business Customizing has been configured successfully.
There is suitable test data available in the system for the Customizing settings.
...
1. Call up the Function Builder under SAP Easy Access ® Tools ® ABAP Workbench ® Development ® Function Builder.
2. Test the following function modules:
¡ MAM30_001_GETLIST List of orders
¡ MAM30_001_GETDETAIL Detail data for the order
¡ MAM30_011_GETLIST List of notifications
¡ MAM30_011_GETDETAIL Detail data for the notification
¡ MAM30_030_GETLIST List of functional locations
¡ MAM30_030_GETDETAIL Detail data for the functional location
¡ MAM30_031_GETLIST List of equipment
¡ MAM30_031_GETDETAIL Detail data for the equipment
¡ MAM30_095_GETLIST Customizing scenario
¡ MAM30_095_GETDETAIL Detailed data for Customizing scenario
The function modules for lists return a list of the objects for the user or for the overall scenario.
a. Enter the names of the function modules in the Function Builder and choose Single Test.
b. Enter the user configured in Customizing for the USER import parameter and choose Execute to start the function module.
In the function modules for details, you must enter the key of an object returned in the function module for lists, such as the order number. The function modules for details return additional detail data of the object.
The return tables now contain the selected values. If the return tables do not contain any results, check the RETURN table for error messages. The error messages give details of incorrect settings in Customizing.