SAP Reports / Programs

RFAVIS10 SAP ABAP Report - Payment Advice Overview







RFAVIS10 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 RFAVIS10 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 RFAVIS10. "Basic submit
SUBMIT RFAVIS10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFAVIS10 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: KONTO = Account
Selection Text: KOART = Account type
Selection Text: ERNAM = Created by
Selection Text: ERDAT = Created on
Selection Text: BUKRS = Company code
Selection Text: AVSID = Payment advice number
Title: Payment Advice Overview
Text Symbol: V22 = Configure
Text Symbol: V01 = List Variant
Text Symbol: STA = Statistics
Text Symbol: S08 = Cash disc.amount ;;
Text Symbol: S07 = Gross amount ;;
Text Symbol: S06 = Text ;;
Text Symbol: S05 = on ;;
Text Symbol: S04 = Created by ;;
Text Symbol: S03 = Pmnt advice no. ;;
Text Symbol: S02 = Account ;;
Text Symbol: S01 = CoCd
Text Symbol: B02 = Output control
Text Symbol: B01 = Further selections
Text Symbol: 002 = Statistics
Text Symbol: 001 = No.of pmnt advices selected:


INCLUDES used within this REPORT RFAVIS10

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:

REMADV_DISPLAY * CALL FUNCTION 'REMADV_DISPLAY' * EXPORTING * i_avik = avik * i_rfradc = rfradc * IMPORTING * e_rfradc = rfradc.

REMADV_SAVE_DB_ALL * CALL FUNCTION 'REMADV_SAVE_DB_ALL'.

REMADV_DELETE * CALL FUNCTION 'REMADV_DELETE' * EXPORTING * i_avik = avik.

REMADV_CHANGE * CALL FUNCTION 'REMADV_CHANGE' * EXPORTING * i_avik = avik * i_rfradc = rfradc * IMPORTING * e_rfradc = rfradc * EXCEPTIONS * locked = 1.

REMADV_SAVE_DB_ALL * CALL FUNCTION 'REMADV_SAVE_DB_ALL'.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'AVIK' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 1 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = sy-repid is_layout = ls_layout it_fieldcat = lt_fieldcat i_save = 'A' is_variant = ls_variant it_events = xt_eventtab TABLES t_outtab = gt_avik EXCEPTIONS program_error = 1 OTHERS = 2.

POPUP_NO_LIST * CALL FUNCTION 'POPUP_NO_LIST'.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_width EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd IMPORTING eo_form_grid = lo_grid.

INITIALIZE_STRUCTURE CALL FUNCTION 'INITIALIZE_STRUCTURE' EXPORTING i_n_fill = 1 CHANGING c_workarea = init_tab.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = l_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_variant i_save = 'A' IMPORTING e_exit = l_exit es_variant = l_variant_help.

REMADV_DISPLAY CALL FUNCTION 'REMADV_DISPLAY' EXPORTING i_avik = avik i_rfradc = rfradc IMPORTING e_rfradc = rfradc.

REMADV_SAVE_DB_ALL CALL FUNCTION 'REMADV_SAVE_DB_ALL'.

REMADV_DELETE CALL FUNCTION 'REMADV_DELETE' EXPORTING i_avik = avik.

REMADV_CHANGE CALL FUNCTION 'REMADV_CHANGE' EXPORTING i_avik = avik i_rfradc = rfradc IMPORTING e_rfradc = rfradc EXCEPTIONS locked = 1.

REMADV_SAVE_DB_ALL





CALL FUNCTION 'REMADV_SAVE_DB_ALL'.



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