REEDMSETTLDOCCREATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Creating a Settlement Document and Starting a Settlement Run You can use report REEDMSETTLDOCCREATE to create a settlement document and start the settlement run immediately...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter REEDMSETTLDOCCREATE 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: STARTRUN = Start Run
Selection Text: START_JO = Job
Selection Text: START_RE = Start Report
Selection Text: START_WF = Workflow
Selection Text: TIMEFROM = D .
Selection Text: DATEFROM = D .
Selection Text: DATETO = D .
Selection Text: DOCMODE = D .
Selection Text: DOCSELE = D .
Selection Text: PROCESS = D .
Selection Text: SELDOC = D .
Selection Text: TIMETO = D .
Selection Text: TIMEZONE = D .
Title: Create Settlement Document and Start Settlement Run
Text Symbol: 001 = Create Settlement Document
Text Symbol: 002 = Start Report
Text Symbol: 003 = Start Settlement Run
INCLUDE IE00DATE.
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = xmsg.
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = xmsg.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = xmsg.
DEQUEUE_E_SETTLDOC call function 'DEQUEUE_E_SETTLDOC' exporting mode_eedmsettldoc = cl_isu_edm_settlement=>co_enqueue_mode_write settldoc = new_doc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REEDMSETTLDOCCREATE - Create Settlement Document and Start Settlement Run REEDMSETTLDOCCREATE - Create Settlement Document and Start Settlement Run REEDMSETTLARCH_RELOAD - Reload Archived Settlement Documents REEDMSETTLARCH_RELOAD - Reload Archived Settlement Documents REEDMSETTLARCH_READ_F01 - Display ALV List REEDMSETTLARCH_READ - Display Settlement Document Archive