Start of Content Area

Procedure documentation Creating Your Own Tools  Locate the document in its SAP Library structure

Use

If you are not using the standard SAP tools, you can define your own.

Procedure

  1. Start the SE80 transaction.
  2. The following function group contains examples of function modules that you can use as a template for your own:

    Function Group

    Description

    CACS00_LOS_ADAPTERS

    Contains function modules with the standard implementation.

    CACS00_SAMPLE_LOS

    Contains sample function modules.

    CACS00_LOS_ADAPTERS_RFC

    Contains function modules with the standard implementation such as CACS00_LOS_ADAPTERS but with RFC-compatible interfaces.

    CACS00_SAMPLE_LOS_RFC

    Contains sample function modules such as CACS00_SAMPLE_LOS but with RFC-compatible interfaces.

     

  3. Adapt the coding according to your requirements, save and activate the function module.
  4. In Customizing for the Commission System, choose Commissions -> Tools -> Logical Service: Maintain Tools.
  5. Choose New Entries and create a new tool.
  6. Save your entries.
  7. Select the tool and choose Functions.
  8. Create a new function.
  9. Specify your new function module. Ensure that the commission application is the same as the commission application for the function module.
  10. Choose Assignments.
  11. Select the object type class and its method for which this function provides a solution.
  12. Save your entries.
  13. Assign the new tool to an object. (For the menu paths, see Logical Services under Activities.
  14. Choose the CACS transaction and create a new commission case.

For more information, see Example: Create Your Own Tools.

End of Content Area