
You can test the data mappings you have defined to check how the data transformations would work before you deploy your process or service model.
To test your mappings, you use the Data Mappings Test editor. It is available in SAP NetWeaver Developer Studio and supports the built-in functions only. EJB and functions for defining users (UME functions) are not supported.
To test the mappings, you have to specify some values over which the mappings will work and then check whether the result is the expected. The values that you enter are validated against the XSD schema that defines the structure of the mapping context. Note that for type string, an empty string is considered valid. You can add and remove elements respecting the cardinality defined for each node in the structure.
You can save the test with the values you have entered and load it and use it later on. However, if you have changed the mappings or the underlying XSD schema, you will not be able to load the saved test. In case the mappings or the XSD are changed, you can reload the Data Mappings Test editor, so that the changes are reflected there but all the values you have entered will be lost.