RFFM_REPOST_SUBMIT 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 RFFM_REPOST_SUBMIT into the relevant SAP transactions such as SE38 or SE80
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: S_JOBNBR = D .
Selection Text: S_GJAHR = D .
Selection Text: S_CHNID = D .
Selection Text: S_BLART = D .
Selection Text: S_BELNR = D .
Selection Text: P_UNPROC = Docs not yet submitted
Selection Text: P_SUBMT = Submitted but not processed
Selection Text: P_SUBIMM = Start immediately
Selection Text: P_SUBDAT = Start at specified date/time:
Selection Text: P_STRTTM = D .
Selection Text: P_STRTDT = D .
Selection Text: P_SERVER = D .
Selection Text: P_MAXDOC = Max docs per job
Selection Text: P_JOBMAX = Max jobs to submit
Selection Text: P_JOBCLS = D .
Selection Text: P_INDEP = Independent documents
Selection Text: P_FGND = Run in foreground
Selection Text: P_ERROR = Re-process prior errors
Selection Text: P_DOCHCK = Check existing docs in Repost?
Selection Text: P_COMCNT = Commit count for repost
Selection Text: P_CHAIN = Documents in chains
Selection Text: P_BUKRS = D .
Title: Repost job submission for SL Repost for ECC 600 migration
Text Symbol: SUB = Background Job Settings
Text Symbol: PRC = Include by reposting control status
Text Symbol: IND = Independent document selections
Text Symbol: GEN = Options
Text Symbol: CHN = Chained document selections
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'BATCH' report = gc_repost_progname no_dialog = true importing out_parameters = ls_pri_params valid = l_valid.
GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'BATCH' report = gc_repost_progname importing out_parameters = ls_pri_params valid = l_valid.
JOB_OPEN call function 'JOB_OPEN' exporting jobname = cs_job-jobname jobclass = p_jobcls importing jobcount = cs_job-jobcount exceptions cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 others = 4.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = cs_job-jobcount jobname = cs_job-jobname targetserver = p_server strtimmed = p_subimm exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 others = 9.
JOB_CLOSE call function 'JOB_CLOSE' exporting jobcount = cs_job-jobcount jobname = cs_job-jobname sdlstrtdt = p_strtdt sdlstrttm = p_strttm targetserver = p_server strtimmed = p_subimm exceptions cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 others = 9.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFM_REPOST_SUBMIT - Repost job submission for SL Repost for ECC 600 migration RFFM_REPOST_SUBMIT - Repost job submission for SL Repost for ECC 600 migration RFFM_REPOST_SAVE_SL - Save SL data for excluded docs for SL Repost for ECC 600 migration RFFM_REPOST_SAVE_SL - Save SL data for excluded docs for SL Repost for ECC 600 migration RFFM_REPOST_RESTORE_SAVED_SL - Restore saved SL data for SL Repost for ECC 600 migration RFFM_REPOST_RESTORE_SAVED_SL - Restore saved SL data for SL Repost for ECC 600 migration