Menu

SAP Function Module SUBST_SCHEDULE_GENERATOR_46B

RFC-enabled FM for scheduling a background job

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

The Function Module SUBST_SCHEDULE_GENERATOR_46B (RFC-enabled FM for scheduling a background job) is a standard Function Module in SAP ERP and is part of the function group SUGP_46B within the package SLGN.

Technical Information

Function Module SUBST_SCHEDULE_GENERATOR_46B
Short Text RFC-enabled FM for scheduling a background job
Function Group SUGP_46B
Package SLGN
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AUTHCKNAM LIKE TBTCJOB-AUTHCKNAM 'DDIC' Name of user under whom report runs
BATCHHOST LIKE TBTCO-BTCSYSTEM SPACE Name of addressed host (see source text!)
IV_SCHEDEVER LIKE GSUGI_PA-W_TADIR SPACE Flag:'X'-Start even for BATCHHOST without batch capacity
JOBNAME LIKE TBTCO-JOBNAME SPACE Name of background job that will be started
LANGUAGE LIKE SY-LANGU SY-LANGU Language in which job should run
PARAM TYPE I 0
PRIPARAMS LIKE PRI_PARAMS SPACE Printer parameters for spooler
REPNAME LIKE SY-REPID SPACE Name of report that will be started
VARNAME LIKE RALDB-VARIANT SPACE Name of variant for this report

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
JOBCOUNT LIKE TBTCO-JOBCOUNT Job Number
RC_START LIKE SY-SUBRC Return code (if IV_ABORT_ON_ERROR - SPACE)

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
SELTAB LIKE RSPARAMS Parameter table for transfer to program

Exceptions

This function module does not define any Exceptions.