SAP Reports / Programs

RSEPALIST SAP ABAP Report - List of Mandates







RSEPALIST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to: Output the mandates stored in your system in the form of a list, and select one or more mandates for changing...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 RSEPALIST into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FSEPA_M4 - SEPA: List Mandates


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 RSEPALIST. "Basic submit
SUBMIT RSEPALIST AND RETURN. "Return to original report after report execution complete
SUBMIT RSEPALIST 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: P_ANWND = SEPA Application
Selection Text: P_LASTD = No longer used since
Selection Text: P_MAXCNT = Maximum Number of Hits
Selection Text: SO_VFROM = Valid From Date
Selection Text: SO_VTO = Valid To Date
Selection Text: P_GLOCK = D .
Selection Text: P_STATUS = D .
Selection Text: P_VRNT = D .
Selection Text: SO_BIC = D .
Selection Text: SO_CRDID = D .
Selection Text: SO_ERDAT = D .
Selection Text: SO_ERNAM = D .
Selection Text: SO_IBAN = D .
Selection Text: SO_LASTD = D .
Selection Text: SO_MNDID = D .
Selection Text: SO_RECID = D .
Selection Text: SO_RECTY = D .
Selection Text: SO_REFID = D .
Selection Text: SO_REFTY = D .
Selection Text: SO_SNDID = D .
Selection Text: SO_SNDTY = D .
Title: List of Mandates
Text Symbol: 500 = Status
Text Symbol: 204 = Start in Background
Text Symbol: 203 = Test Run
Text Symbol: 202 = Close mandates no longer being used
Text Symbol: 201 = Activate Batch Mode
Text Symbol: 001 = General Selections
Text Symbol: 002 = Payer, Payment Recipient and Application-Specific Data
Text Symbol: 003 = Technical Selections
Text Symbol: 004 = Not Specified
Text Symbol: 005 = Only mandates that are locked globally
Text Symbol: 006 = Only mandates that are not locked globally
Text Symbol: 007 = Date Last Used
Text Symbol: 008 = 6 Months
Text Symbol: 009 = 12 Months
Text Symbol: 010 = 17 Months
Text Symbol: 011 = 18 Months





Text Symbol: 012 = Five Days (For Testing Only)
Text Symbol: 013 = No longer used since
Text Symbol: 014 = Date
Text Symbol: 015 = Not used since being created
Text Symbol: 016 = Free Selections
Text Symbol: 017 = Active
Text Symbol: 035 = 35 Months
Text Symbol: 036 = 36 Months
Text Symbol: 101 = Mandates Changed
Text Symbol: 102 = Change Mandates - Batch Run
Text Symbol: 103 = No action selected
Text Symbol: 105 = Action
Text Symbol: 106 = Mandates Selected
Text Symbol: 107 = Error Messages
Text Symbol: 200 = Batch Options


INCLUDES used within this REPORT RSEPALIST

INCLUDE RSEPALISTTOP.
INCLUDE RSEPALISTF01.


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:

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = sub-prog TABLES selection_table = p_params.

SIMPLE_BATCH_JOB_SUBMIT CALL FUNCTION 'SIMPLE_BATCH_JOB_SUBMIT' EXPORTING program = 'RSEPALIST' variant = p_vrnt EXCEPTIONS SUBMIT_FAILED = 1 OTHERS = 2.



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