SAP Reports / Programs

RFKK_FQP4_SIMU SAP ABAP Report - Simulation of Note to Payee Type







RFKK_FQP4_SIMU is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The simulation of the note to payee helps you to find the optimum settings for your note to payee type...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 RFKK_FQP4_SIMU 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 RFKK_FQP4_SIMU. "Basic submit
SUBMIT RFKK_FQP4_SIMU AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_FQP4_SIMU 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: PREFTYP = D Note to Payee Type
Title: Simulation of Note to Payee Type
Text Symbol: 001 = INFO: Add. Payment Advice Note to be Created, Insufficient Space
Text Symbol: 002 = Note to Payee
Text Symbol: 003 = Valid Payment Methods


INCLUDES used within this REPORT RFKK_FQP4_SIMU

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:

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = g_applk.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ZLSCH' dynpprog = dynpprog dynpnr = '0100' dynprofield = 'FQP4_SIMU-ZLSCH' window_title = 'gültige Zahlwege'(003) value_org = 'S' TABLES value_tab = gt_methods dynpfld_mapping = dynmap EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DSYS_SHOW_FOR_F1HELP CALL function 'DSYS_SHOW_FOR_F1HELP' exporting dokclass = 'RE' dokname = 'RFKK_FQP4_SIMU' SHORT_TEXT = 'X' EXCEPTIONS OTHERS = 0.

FKK_DME_FORM_DATA_SUPPLY CALL FUNCTION 'FKK_DME_FORM_DATA_SUPPLY' EXPORTING i_payh = ls_payh i_format = fqp4_simu-formi IMPORTING e_payhx = lt_payhx. "header line

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_struc CHANGING ct_fieldcat = gt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

FKK_DME_DETAILS_INIT CALL FUNCTION 'FKK_DME_DETAILS_INIT' EXPORTING i_formi = p_formi i_formz = p_formz TABLES t_reftmp = lt_payd.

FKK_DME_DETAILS_FILL CALL FUNCTION 'FKK_DME_DETAILS_FILL' EXPORTING i_payh = lt_payh "header line i_payhx = lt_payhx "header line IMPORTING e_xavis_req = lc_avis "Hinweistext auf Avis ausgeben TABLES t_payp = lt_payp[] t_payment_details = lt_payd.

COLLECT_TEXTSYMBOL CALL FUNCTION 'COLLECT_TEXTSYMBOL' TABLES lines = lt_lines symbols = lt_symbols.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_BYPASSING_BUFFER = 'X' i_callback_program = 'RFKK_FQP4_SIMU' i_grid_title = 'Verwendungszweck'(002) i_structure_name = 'FKKPY_PAYD' is_layout = ls_layout i_screen_start_column = 10 i_screen_start_line = 5 i_screen_end_column = 70 i_screen_end_line = 25 TABLES t_outtab = lt_out EXCEPTIONS OTHERS = 0.



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