The Function Module C14H_JOB_START (EHS: Starten eines Jobs im Batch) is a standard Function Module in SAP ERP and is part of the function group C14H within the package CBUI.
Function Module | C14H_JOB_START |
Short Text | EHS: Starten eines Jobs im Batch |
Function Group | C14H |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_JOBNAME | LIKE | TBTCO-JOBNAME | Eindeutige Nummer für den Jobnamen | |
I_REPNAME | LIKE | TBIST-REPNAME | Name des Reports der gestartet werden soll | |
I_STDT | LIKE | TBTCSTRT | Startzeit des jobs | |
I_VARIANT | LIKE | TBIST-VARIANT | Name der Report-Variante |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_JOB_CLOSE | Fehler beim Start des Jobs |
ERROR_JOB_OPEN | Fehler beim Anlegen des Jobs |
ERROR_JOB_SUBMIT | Fehler beim Eintragen des Job-Schrittes |
GET_PRINT_PARAMETERS | Fehler beim Lesen der Druckparameter |
MISSING_JOBNAME | Parameter Job-Nummer fehlt |
MISSING_REPNAME | Parameter Report-Name fehlt |
MISSING_VARIANT | Parameter Variante fehlt |