Friday, August 10, 2007

sap ABAP and XI

- 3 -
3.2 Create an ABAP Mapping Class
3. Create a new ABAP Objects class by using the
ABAP Development Workbench, for example.
4. Your class has to implement interface
IF_MAPPING of package SAI_MAPPING.
5. Develop your EXECUTE method that
performs the mapping. Within the method you
have access to the parameters SOURCE,
PARAM, TRACE, RESULT and
CX_MAPPING_FAULT.
Find a simple example for such a mapping in
the Appendix at the end of this guide.