5 articles ADMIN

Triggering SAP Events from External Programs

Use the SAP program SAPEVT to trigger an event from a program running outside the SAP system. The syntax for SAPEVT is as follows: sapevt <EVENTID> [-p <EVENTPARM>] [-t] pf=<Profile Name>|name=<SAP system name> nr=<SAP system mumber> Example: sapevt END_OF_FI_DATATRANS name=C11 nr=11 triggers the event END_OF_FI_DATATRANS without a parameter. The event is triggered in SAP system C11, instance…

SAP Job Injector

You will find in this article two ABAP tools for injecting jobs in SAP from Excel files. Simple injector Download program ZTREXPI100 Input file : Tab delimited text  Zone Length Description  JOB  32  Job name  USER  12  Execution User  TYPE  1  P(Program) or S(Script)  PROG  100  Program or Script  PARAM  100  Variant or parameter A…