SAP Reports / Programs | Cross-Application Components | General Application Functions | Schedule Manager(CA-GTF-SCM) SAP CA

SCHEDMAN_SYNC_01 SAP ABAP Report - Synchronization Program for Flow Definitions







SCHEDMAN_SYNC_01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SCHEDMAN_SYNC_01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SCHEDMAN_SYNC_01. "Basic submit
SUBMIT SCHEDMAN_SYNC_01 AND RETURN. "Return to original report after report execution complete
SUBMIT SCHEDMAN_SYNC_01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Synchronization Program for Flow Definitions
Text Symbol: 036 = Canceled
Text Symbol: 035 = Compl.
Text Symbol: 034 = Runs
Text Symbol: 033 = Transfer
Text Symbol: 032 = Status:
Text Symbol: 031 = Value6
Text Symbol: 030 = Field6
Text Symbol: 029 = Value5
Text Symbol: 028 = Field5
Text Symbol: 027 = Value4
Text Symbol: 026 = Field4
Text Symbol: 025 = Val. 3
Text Symbol: 024 = Field3
Text Symbol: 023 = Val. 2
Text Symbol: 022 = Field2
Text Symbol: 021 = Val. 1
Text Symbol: 020 = Field1
Text Symbol: 019 = Table Name
Text Symbol: 018 = Set Job Errors
Text Symbol: 017 = Wait Time for Loop Passes
Text Symbol: 016 = Number of Loop Passes
Text Symbol: 015 = Synchronization Parameter:
Text Symbol: 014 = to
Text Symbol: 013 = End Time fr
Text Symbol: 012 = to
Text Symbol: 011 = End Date fr.
Text Symbol: 010 = to
Text Symbol: 009 = StartTime fr
Text Symbol: 008 = to
Text Symbol: 007 = Start Date fr
Text Symbol: 006 = Job No.
Text Symbol: 005 = JobName
Text Symbol: 004 = Synchronization to Job
Text Symbol: 003 = Name of Dataset
Text Symbol: 002 = Synchronization to Dataset
Text Symbol: 001 = Synchronization to Recrd


INCLUDES used within this REPORT SCHEDMAN_SYNC_01

No INCLUDES are used within this REPORT code!






TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

KPEP_MONI_CLOSE_RECORD * CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' * EXPORTING * LS_KEY = gs_key ** LS_MESSAGE = ' ' ** LD_OBJECTS = ' ' ** LS_EXT = ' ' ** LS_RL = ' ' * LS_SCMA_EVENT = gs_scma_event ** TABLES ** LT_SPOOL = * CHANGING * ld_aplstat = gd_aplstat * EXCEPTIONS * NO_ID_GIVEN = 1 * OTHERS = 2.

KPEP_MONI_INIT_RECORD * CALL FUNCTION 'KPEP_MONI_INIT_RECORD' * EXPORTING * LS_DETAIL = gs_detail * LS_WITEM = gs_witem ** LS_APPL = ' ' ** LD_WORKLIST_FLAG = ' ' ** LD_DELAYED_UPDATE = ' ' ** LD_SEND_MESSAGE = 'X' * IMPORTING * LS_KEY = gs_key ** WILL_BE_SAVED = * TABLES ** LT_SELKRIT = ' ' * LT_PARAM = gt_selkrit * .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SCHEDMAN_SYNC_01 or its description.