GRAC_SPM_LOG_SYNC_UPDATE 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 GRAC_SPM_LOG_SYNC_UPDATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GRAC_SPM_LOG_SYNC - EAM Log Synchronization
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.
Selection Text: LV_CONN = Connector
Selection Text: S_PATT = FFID Pattern
Title: Report Program for EAM Log Synch Update
Text Symbol: 001 = 1000
Text Symbol: 002 = Firefighter ID log collection started for
Text Symbol: 003 = Firefighter log collection is completed for
Text Symbol: 004 = all connectors
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_GRACFFREPMAPP *CALL FUNCTION 'ENQUEUE_GRACFFREPMAPP' ** EXPORTING ** MODE_GRACFFREPMAPP = 'E' ** MANDT = SY-MANDT ** FFLOG_ID = ** X_FFLOG_ID = ' ' ** _SCOPE = '2' ** _WAIT = ' ' ** _COLLECT = ' ' * EXCEPTIONS * foreign_lock = 1 * system_failure = 2 * OTHERS = 3 * .
ENQUEUE_GRACFFREPMAPP CALL FUNCTION 'ENQUEUE_GRACFFREPMAPP' EXPORTING * MODE_GRACFFREPMAPP = 'E' * MANDT = SY-MANDT FFLOG_ID = ls_fflog_list-fflog_id * X_FFLOG_ID = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .
DEQUEUE_GRACFFREPMAPP CALL FUNCTION 'DEQUEUE_GRACFFREPMAPP' EXPORTING * MODE_GRACFFREPMAPP = 'E' * MANDT = SY-MANDT FFLOG_ID = ls_fflog_list-fflog_id * X_FFLOG_ID = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRAC_SPM_LOG_SYNC_UPDATE - Report Program for EAM Log Synch Update GRAC_SPM_LOG_SYNC_UPDATE - Report Program for EAM Log Synch Update GRAC_SPM_LOG_SYNC - Program for EAM Log Synchronization GRAC_SPM_LOG_SYNC - Program for EAM Log Synchronization GRAC_SPM_LOG_ARCHIVING - Archiving all logs GRAC_SPM_LOG_ARCHIVING - Archiving all logs