Fonction SAP BP_CHECK_EVENTID - Check Validity of a Background Processing Event Name

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
EVENT_ID BTCH1010-EVENTID C 32 Event Name to be Checked
EVENT_ID_TYPE BTCH0000-CHAR1 C 1 Category of Event Name (System / User Event)

Exception Description
EVENTID_NOT_DEFINED_YET Event Name is Unknown to the SAP System
INVALID_EVENTID_TYPE Category of Event Name is Invalid
INVALID_SYSTEMEVENTID_PREFIX Prefix of System Event Name is Invalid
INVALID_USEREVENTID_PREFIX Prefix of User Event Name is Invalid
NO_EVENTID_SPECIFIED No Event Name was Specified


INCLUDE BC_BP_CHECK_EVENTID OBJECT DOKU ID TX

Description
Name of an event that was defined in the SAP target system.
An event signals to the background processing system that a particularcondition has been reached in the SAP System or in the host environmentand causes the background system to start jobs that are waiting for theevent.
Events are defined with transaction SM62.

Description
Specifies the type of event ID. The two types are user and systemevents.

Value range
Permissible values are defined in the include program LBTCHDEF and areas follows:

  • SYSTEM_EVENTID: Name of a system event

  • USER_EVENTID: Name of a user event

  • ANY_EVENTID_TYPE: Name of a system or user event.

  • BP_CHECK_EVENTID checks whether the event is of the specified type.