SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

RFFM_PO_ZEKKN_SL_DELETE SAP ABAP Report - Deletion of SL entries prior to repost







RFFM_PO_ZEKKN_SL_DELETE 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_PO_ZEKKN_SL_DELETE 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 RFFM_PO_ZEKKN_SL_DELETE. "Basic submit
SUBMIT RFFM_PO_ZEKKN_SL_DELETE AND RETURN. "Return to original report after report execution complete
SUBMIT RFFM_PO_ZEKKN_SL_DELETE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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_TEST = Test run
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_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_CHAIN = Documents in chains
Selection Text: P_BUKRS = D .
Title: Deletion of SL entries prior to repost
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


INCLUDES used within this REPORT RFFM_PO_ZEKKN_SL_DELETE

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:

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.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'BATCH' report = con_delete_progname no_dialog = true importing out_parameters = cs_pri_params valid = c_valid.

GET_PRINT_PARAMETERS call function 'GET_PRINT_PARAMETERS' exporting mode = 'BATCH' report = con_delete_progname importing out_parameters = cs_pri_params valid = c_valid.



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 RFFM_PO_ZEKKN_SL_DELETE or its description.