SAP Reports / Programs

RFVD_CHK_SEPA_MND_USAGE SAP ABAP Report - Check and adjust SEPA Mandate Usage







RFVD_CHK_SEPA_MND_USAGE 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 RFVD_CHK_SEPA_MND_USAGE 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 RFVD_CHK_SEPA_MND_USAGE. "Basic submit
SUBMIT RFVD_CHK_SEPA_MND_USAGE AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_CHK_SEPA_MND_USAGE 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_DIFF = Show only differences
Selection Text: P_UPDATE = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_GSART = D .
Selection Text: SO_KUNNR = D .
Selection Text: SO_PARTN = D .
Selection Text: SO_RANL = D .
Selection Text: SO_SANLF = D .
Title: Check and adjust SEPA Mandate Usage
Text Symbol: F01 = Partner
Text Symbol: F02 = Condition
Text Symbol: F03 = Paym. Det.
Text Symbol: R01 = Usage ok
Text Symbol: R02 = Usage not found -> Insert
Text Symbol: R03 = Usage obsolete -> Delete
Text Symbol: T01 = General Selections
Text Symbol: T02 = Output Control
Text Symbol: T03 = Control Parameters
Text Symbol: T04 = Check Mandate Usage (&1)
Text Symbol: T05 = Update mode
Text Symbol: T06 = Test mode


INCLUDES used within this REPORT RFVD_CHK_SEPA_MND_USAGE

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:

FVD_CHK_GET_KUNNR CALL FUNCTION 'FVD_CHK_GET_KUNNR' EXPORTING i_partnr = g_partnr IMPORTING e_kunnr = g_kunnr.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * i_program_name = 'RFVD_CHK_SEPA_MND_USAGE' * i_internal_tabname = 'G_TAB_DISPLAY' i_structure_name = 'FVD_SEPA_MANDATE_USAGE' CHANGING ct_fieldcat = g_tab_fieldcat EXCEPTIONS OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_CALLBACK_PROGRAM = ' ' * I_CALLBACK_PF_STATUS_SET = ' ' * I_STRUCTURE_NAME = i_grid_title = g_title is_layout = g_wrk_layout it_fieldcat = g_tab_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = g_tab_sort * IT_FILTER = * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = * IT_EVENTS = * IS_PRINT = * IT_ADD_FIELDCAT = TABLES t_outtab = g_tab_display EXCEPTIONS 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 RFVD_CHK_SEPA_MND_USAGE or its description.