SAP Reports / Programs | Financial Accounting | Bank Accounting | Automatic Payments(FI-BL-PT-AP) SAP FI

RFPRQZLP_FORMS SAP ABAP INCLUDE - RFPRQZLPFORMS







RFPRQZLP_FORMS is a standard ABAP INCLUDE 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 RFPRQZLP_FORMS 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 RFPRQZLP_FORMS. "Basic submit
SUBMIT RFPRQZLP_FORMS AND RETURN. "Return to original report after report execution complete
SUBMIT RFPRQZLP_FORMS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFPRQZLP_FORMS

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:

FI_PAYMENT_COMPANY_CHECK CALL FUNCTION 'FI_PAYMENT_COMPANY_CHECK' EXPORTING i_highborder = 'X' IMPORTING e_xwfai = l_xwfai TABLES T_RNG_BUKRS = sel_bukr T_BUKTAB = lt_compa EXCEPTIONS COUNTRY_DIFFERENT = 1 CURRENCY_DIFFERENT = 2 MISSING_ENTRY_T042 = 3 AUTHORITY_FAILED = 4 INVALID_COMPANY_CODE = 5.

FI_PAYMENT_COMPANY_CHECK CALL FUNCTION 'FI_PAYMENT_COMPANY_CHECK' EXPORTING i_highborder = l_highborder " note 1512975 IMPORTING e_xwfai = l_xwfai TABLES T_RNG_BUKRS = sel_bukr T_BUKTAB = l_compa.

FI_PAYMENT_ORIGIN_CHECK CALL FUNCTION 'FI_PAYMENT_ORIGIN_CHECK' TABLES T_RNG_ORIGIN = sel_ori T_ORIGIN = lt_oritab T_BUKTAB = lt_buktab EXCEPTIONS INVALID_ORIGIN = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = lc_cprog DYNUMB = lc_dynnr TABLES DYNPFIELDS = lt_dynpval.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = lc_cprog DYNUMB = lc_dynnr TABLES DYNPFIELDS = lt_dynpval.

FI_PAYMENT_METHOD_F4 CALL FUNCTION 'FI_PAYMENT_METHOD_F4' EXPORTING IC_LAND1 = lt_t001-land1 IC_ZWELS = ld_zwels IC_DISPLAY_ONLY = ' ' IMPORTING EC_ZWELS = f4_zwels EC_CANCEL = lc_cancel.

RS_ALL_VARIANTS_4_1_REPORT CALL FUNCTION 'RS_ALL_VARIANTS_4_1_REPORT' EXPORTING PROGRAM = ld_repname IMPORTING CAT = ls_rsvcat EXCEPTIONS REPORT_NOT_EXISTENT = 1 OTHERS = 2.

RS_VARIANT_TEXT CALL FUNCTION 'RS_VARIANT_TEXT' EXPORTING CURR_REPORT = ld_repname LANGU = sy-langu VARIANT = tab_variants-variant IMPORTING V_TEXT = tab_variants-vtext EXCEPTIONS NO_TEXT = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = ld_repid DYNUMB = ld_dynnr TABLES DYNPFIELDS = lt_fields.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING value_org = 'S' retfield = 'VARIANT' window_title = ld_headline dynpprog = ld_repid dynpnr = ld_dynnr dynprofield = p_retfield pvalkey = ld_pvalkey TABLES value_tab = tab_variants EXCEPTIONS parameter_error = 1 no_values_found = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = 'ICON_ENTER_MORE' TEXT = TEXT-034 INFO = TEXT-037 ADD_STDINF = 'X' IMPORTING RESULT = p_button.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = 'ICON_DISPLAY_MORE' TEXT = TEXT-034 INFO = TEXT-038 ADD_STDINF = 'X' IMPORTING RESULT = p_button.

FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = p_free IMPORTING expressions = g_tab_expr EXCEPTIONS OTHERS = 0.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING KIND = 'T' EXPRESSIONS = g_tab_expr FIELD_RANGES_INT = p_free * FIELD_GROUPS_KEY = HLP_FGKEY IMPORTING SELECTION_ID = hlp_selid WHERE_CLAUSES = g_tab_where EXPRESSIONS = g_tab_expr FIELD_RANGES = g_tab_range TABLES TABLES_TAB = g_tab_tables FIELDS_TAB = g_tab_fields EXCEPTIONS FIELDS_INCOMPLETE = 1 FIELDS_NO_JOIN = 2 FIELD_NOT_FOUND = 3 NO_TABLES = 4 TABLE_NOT_FOUND = 5 EXPRESSION_NOT_SUPPORTED = 6 INCORRECT_EXPRESSION = 7 ILLEGAL_KIND = 8 AREA_NOT_FOUND = 9 INCONSISTENT_AREA = 10 KIND_F_NO_FIELDS_LEFT = 11 KIND_F_NO_FIELDS = 12 TOO_MANY_FIELDS = 13 OTHERS = 14.

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING SELECTION_ID = hlp_selid TITLE = TEXT-050 STATUS = 0 AS_WINDOW = 'X' JUST_DISPLAY = flg_display IMPORTING WHERE_CLAUSES = g_tab_where EXPRESSIONS = g_tab_expr FIELD_RANGES = g_tab_range NUMBER_OF_ACTIVE_FIELDS = sel_fields TABLES FIELDS_TAB = g_tab_fields EXCEPTIONS INTERNAL_ERROR = 1 NO_ACTION = 2 SELID_NOT_FOUND = 3 ILLEGAL_STATUS = 4 OTHERS = 5.



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