REREMITADV_SOLEPRV 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 REREMITADV_SOLEPRV 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.
Title: Processing Module for Notice of Bank Transfer
Text Symbol: 001 = Generate payment transfer notification
Text Symbol: 002 = Payment propsl run
Text Symbol: 003 = Payment run
Text Symbol: 005 = Mode
Text Symbol: 011 = Vendor number
Text Symbol: 012 = Service ID
Text Symbol: 014 = Amount
Text Symbol: 020 = FI payment document no
Text Symbol: 031 = Cleared document
Text Symbol: 102 = Run completed (see log)
Text Symbol: E00 = Deregulation with SP Agreement Active
Text Symbol: E01 = Use Report ISU_DEREG_REMADV
INCLUDE REREMITADVTOP.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_DEREGSWITCH_SELECT CALL FUNCTION 'ISU_DB_DEREGSWITCH_SELECT' * EXPORTING * x_spartyp = '01' IMPORTING y_deregswitch_infos = h_deregswitch EXCEPTIONS OTHERS = 1.
ISU_DB_ESERVPROVP_SELECT_RANGE CALL FUNCTION 'ISU_DB_ESERVPROVP_SELECT_RANGE' TABLES ty_eservprovp = lt_eservprovp EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REREMITADV_SOLEPRV - Processing Module for Notice of Bank Transfer REREMITADV_SOLEPRV - Processing Module for Notice of Bank Transfer REREMITADVTOP - Determine current OK code REREMITADVF01 - Determine current OK code REREMITADV00 - Include REREMITADV00 REREMITADV - Processing Module for Notice of Bank Transfer