SAP ABAP Function Module SUBST_START_REPORT_IN_BATCH (Start an ABAP/4 Report With a New Variant in the Background)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-TLS-TLA (Application Component) Upgrade Tools for ABAP
     SAUS (Package) Transport Control (Repository Switch)
Basic Data
Function Module SUBST_START_REPORT_IN_BATCH Start an ABAP/4 Report With a New Variant in the Background  
Function Group SUGR   Modules Exclusively for the Upgrade  
Program Name SAPLSUGR   Modules Exclusively for the Upgrade 
INCLUDE Name LSUGRU03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting EV_JOBCOUNT TYPE TBTCO-JOBCOUNT Job count of scheduled background job
Exporting EV_STARTRC TYPE SYST-SUBRC Return code of scheduling attempt
Exporting EV_VARIWRC TYPE SYST-SUBRC Return code of writing variant
Importing IV_JOBNAME TYPE TBTCO-JOBNAME SPACE Requested name of background job
Importing IV_REPNAME TYPE SYST-REPID Report to be called
Importing IV_VARNAME TYPE RALDB-VARIANT 'SAP_UPGRADE' Name of variant to be written
Importing IV_AUTHCKNAM TYPE TBTCJOB-AUTHCKNAM 'DDIC' User under whom jo should run
Importing IV_BATCHHOST TYPE TBTCO-BTCSYSTEM SPACE Host on which job should be started
Importing IV_LANGUAGE TYPE SYST-LANGU SY-LANGU Language under which job should run
Importing IS_PRIPARAMS TYPE PRI_PARAMS SPACE Printer settings for job
Importing IV_SCHEDEVER TYPE GSUGI_PA-W_TADIR SPACE Scheduling on other host if necessary
Importing IV_ABORT_ON_ERROR TYPE GSUGI_PA-W_TADIR SPACE Raise exceptions instead of return
Importing IV_VARIANTTEXT TYPE VARIT-VTEXT 'Upgrade variant' Short text of variant written
Importing IV_BATCHINSTANCE TYPE TBTCO-JOBLOG SPACE Name der anvisierten Instanz (s. Quelltext !)
Tables TT_REPORTPARAM TYPE RSPARAMS Report parameters and select options
Exception VARIANT_EXIST_CHECK_FAILED TYPE Error during existence check of variant
Exception VARIANT_UPDATE_FAILED TYPE Error updating variant
Exception VARIANT_UPDATE_NOT_AUTHORIZED TYPE No authorization for variant maintenance
Exception VARIANT_UPDATE_NO_REPORT TYPE Report for variant does not exist
Exception VARIANT_UPDATE_NO_VARIANT TYPE Variant was deleted
Exception VARIANT_UPDATE_VARIANT_LOCKED TYPE Variant locked
Exception VARIANT_INSERT_FAILED TYPE Error creating variant
Exception VARIANT_INSERT_NOT_AUTHORIZED TYPE No authorization to create variant
Exception VARIANT_INSERT_NO_REPORT TYPE Report for variant does not exist
Exception VARIANT_INSERT_VARIANT_EXISTS TYPE Variant has already been created
Exception VARIANT_INSERT_VARIANT_LOCKED TYPE Variant locked
Exception VARIANT_WRITE_FAILED TYPE Unknown error writing variant
Exception NO_BATCH_SERVICE TYPE No process for background job
Exception NO_SERVER_LIST TYPE List of Apservers not available
Exception BATCH_SCHEDULING_FAILED TYPE Error scheduling background job
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19970307 
SAP Release Created in