Menu

SAP Function Module SUBST_SCHEDULE_GENERATOR

RFC-enabled FM for scheduling a background job

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

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

Technical Information

Function Module SUBST_SCHEDULE_GENERATOR
Short Text RFC-enabled FM for scheduling a background job
Function Group SUGP
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 TBTCJOB-INTREPORT SPACE Name of report that will be started
SDLSTRTDT LIKE TBTCJOB-SDLSTRTDT ' ' Start Date
SDLSTRTTM LIKE TBTCJOB-SDLSTRTTM ' ' Start time
STRTIMMED LIKE BTCH0000-CHAR1 'X' X' - Immediate start
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.