Entering content frameProcedure documentation Specifying Enhancements in the Configuration Editor Locate the document in its SAP Library structure

Use

You can use enhancements in the configuration editor to call your own interfaces and functions to complete the configuration process.

In enhancement CEI0000, there are 10 function exits, which you can fill out with your own functionality. To call function exits, you choose pushbuttons that you define in the interface design function.

Procedure

  1. Choose Value assignment ® Interface design ® Characteristic grouping.
  2. Enter a Characteristics group name that starts with:

CUSTOMER_PUSHBUTTON_<xxx>

- Select Pushbutton as the display option.

- Enter a language-dependent description and a name for the pushbutton.

Example:

Language

Description

Pushbutton

EN

CUSTOMER_PUSHBUTTON_XYZ

Function1

 

3. On the interface design processing screen, choose Save without making any other entries.

You see the pushbutton on the value assignment screen with its name (for example, Function1).

4. To execute the function exit, you choose the pushbutton.

In the standard system, you can enter up to 10 pushbuttons on the value assignment screen, so you can execute any one of 10 function exits.

The pushbuttons and function exits are assigned to each other as follows:

Pushbutton 01

EXIT_SAPLCEI0_010

Pushbutton 02

EXIT_SAPLCEI0_011

Pushbutton 03

EXIT_SAPLCEI0_012

Pushbutton 04

EXIT_SAPLCEI0_013

Pushbutton 05

EXIT_SAPLCEI0_014

Pushbutton 06

EXIT_SAPLCEI0_015

Pushbutton 07

EXIT_SAPLCEI0_016

Pushbutton 08

EXIT_SAPLCEI0_017

Pushbutton 09

EXIT_SAPLCEI0_018

Pushbutton 10

EXIT_SAPLCEI0_019

 

The first pushbutton you create is automatically assigned internally to the first function exit, the second pushbutton is assigned to the second function exit, and so on.

Integration

The function exits are called in program LCEI0F01 in FORM routine EXECUTE_PUSHBUTTON_GROUP.

Prerequisites

The configuration profile contains a name for an interface design. This activates the function on the value assignment screen.

You have included the function exits predefined by SAP in your program code as include programs. Use transaction CMOD to do this. For more information, see the application help on transaction CMOD.

Leaving content frame