ROIRE_CH_PROCESSING_CHANGE 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 ROIRE_CH_PROCESSING_CHANGE 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: SR_DOCNO = D .
Selection Text: SR_DATES = CH document date
Selection Text: P_VARI = D .
Selection Text: P_PROCID = D .
Selection Text: P_MAX = Max. transactions per IDoc
Selection Text: P_CHOBJ = D .
Selection Text: P_CCINS = D .
Selection Text: P_BUDAT = D .
Selection Text: P_BLDAT = D .
Title: Change CH Settlement/Data Transmission
Text Symbol: O2A = Transmit settled documents
Text Symbol: O2B = Settle transmitted documents
Text Symbol: O2C = Retransmit
Text Symbol: O2D = Reverse
Text Symbol: O4A = For reversals of documents belonging to a collective group,
Text Symbol: O4B = the collective relationship of the documents must be removed
Text Symbol: O4C = and the header collective document must first be reversed in
Text Symbol: O4D = order that the child sub-document selected can be processed.
Text Symbol: O4E = Review the header document proposed for reversal.
Text Symbol: O4F = Select 'Execute' or F8 to reverse the header document or
Text Symbol: O4G = select 'Back' or 'Cancel' to begin a new selection
Text Symbol: O5A = all
Text Symbol: O5B = to
Text Symbol: 050 = Settlement/transmission documents
Text Symbol: 100 = Change Clearing House Settlement/Transmission Selection
Text Symbol: 101 = Change Clearing House Settlement/Transmission Summary Report
Text Symbol: 102 = CH document numbers
Text Symbol: 103 = CH document dates
Text Symbol: 106 = Clearing house
Text Symbol: 107 = Card type
Text Symbol: 108 = Company code
Text Symbol: 109 = Document date
Text Symbol: 110 = Posting date
Text Symbol: 111 = Created by
Text Symbol: 112 = Double click on a document number to view the document
Text Symbol: 113 = Select ONE document to be reversed
Text Symbol: 114 = Change Clearing House Settlement/Transmission Item Proposal
Text Symbol: 115 = Select items to be processed
INCLUDE ROIRE_CH_PROCESSING_TOP.
INCLUDE ROIRE_CH_PROC_CHG_MAINSCREEN.
INCLUDE ROIRE_CH_PROC_CHANGE_PROCID.
INCLUDE ROIRE_CH_PROC_CHANGE_CHECKS.
INCLUDE ROIRE_CH_PROC_CHANGE_VARIANT.
INCLUDE ROIRE_CH_PROC_CHG_VALUEREQUEST.
INCLUDE ROIRE_CH_PROC_CHANGE_GET_DATA.
INCLUDE ROIRE_CH_PROC_CHANGE_ALV.
INCLUDE ROIRE_CH_PROC_CHANGE_MAIN.
INCLUDE ROIRE_CH_PROC_CHANGE_FORMS.
INCLUDE ROIRE_CH_PROC_COMMONFORMS.
INCLUDE ROIRE_CH_ALL_COMMONFORMS.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRE_CH_PROCESSING_CHANGE - Change CH Settlement/Data Transmission ROIRE_CH_PROCESSING_CHANGE - Change CH Settlement/Data Transmission ROIRE_CH_PROCESSING - Create CH Settlement/Data Transmission ROIRE_CH_PROCESSING - Create CH Settlement/Data Transmission ROIRE_CH_DAILY_REPORT - Payment Card Processing Daily Report ROIRE_CH_DAILY_REPORT - Payment Card Processing Daily Report