SAP FI_PRQ_PAYMENT_RUN_PARAMETER Function Module for









FI_PRQ_PAYMENT_RUN_PARAMETER is a standard fi prq payment run parameter SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used to perform a specific ABAP function and below is the pattern details, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for fi prq payment run parameter FM, simply by entering the name FI_PRQ_PAYMENT_RUN_PARAMETER into the relevant SAP transaction such as SE37 or SE38.

Function Group: F11V
Program Name: SAPLF11V
Main Program: SAPLF11V
Appliation area: F
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function FI_PRQ_PAYMENT_RUN_PARAMETER pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'FI_PRQ_PAYMENT_RUN_PARAMETER'"
EXPORTING
I_LAUFD = "
I_LAUFI = "
I_F110C = "
ATTRIB = "
* TRCOPT = "
* I_CHECK_ONLY = "
* I_X_MESSAGE = 'X' "
* I_DEQUEUE = 'X' "

IMPORTING
RETURN = "

TABLES
* RNG_BUKRS = "
* TAB_RANGE = "
* TAB_EXPR = "
* TAB_TABLES = "
* TAB_FIELDS = "
* RNG_USNAM = "
* DRUTAB = "
* FAETAB = "
* JOBTAB = "
* RNG_SEL_ORIGIN = "
* RNG_SEL_LIFNR = "
* RNG_SEL_KUNNR = "
* RNG_SEL_SAKNR = "
* RNG_TRC_LIFNR = "
* RNG_TRC_KUNNR = "
* RNG_TRC_SAKNR = "
* TAB_WHERE = "

EXCEPTIONS
DUPLICATE_PROGID = 1 CHECK_PROGID_FAILED = 10 CHECK_GRDAT_FAILED = 11 CHECK_REPORT_FAILED = 12 CHECK_VARIANT_FAILED = 13 CHECK_AUTH_FAILED = 14 CHECK_ORIGIN_FAILED = 15 CHECK_COMPANY_CODE_FAILED = 2 CHECK_BUDAT_FAILED = 3 CHECK_NEDAT_FAILED = 4 CHECK_ZWELS_FAILED = 5 CHECK_VENDOR_FAILED = 6 CHECK_CUSTOMER_FAILED = 7 CHECK_LEDGER_FAILED = 8 CHECK_PERIOD_FAILED = 9
.



IMPORTING Parameters details for FI_PRQ_PAYMENT_RUN_PARAMETER

I_LAUFD -

Data type: F111V-LAUFD
Optional: No
Call by Reference: No ( called with pass by value option)

I_LAUFI -

Data type: F111V-LAUFI
Optional: No
Call by Reference: No ( called with pass by value option)

I_F110C -

Data type: F110C
Optional: No
Call by Reference: No ( called with pass by value option)

ATTRIB -

Data type: FIPRQ_ATTRIB
Optional: No
Call by Reference: No ( called with pass by value option)

TRCOPT -

Data type: TRCOPT
Optional: Yes
Call by Reference: No ( called with pass by value option)

I_CHECK_ONLY -

Data type: RFPDO-PARCHECK
Optional: Yes
Call by Reference: No ( called with pass by value option)

I_X_MESSAGE -

Data type: XFELD
Default: 'X'
Optional: Yes
Call by Reference: Yes

I_DEQUEUE -

Data type: XFELD
Default: 'X'
Optional: Yes
Call by Reference: Yes

EXPORTING Parameters details for FI_PRQ_PAYMENT_RUN_PARAMETER

RETURN -

Data type: BAPIRET2
Optional: No
Call by Reference: Yes

TABLES Parameters details for FI_PRQ_PAYMENT_RUN_PARAMETER

RNG_BUKRS -

Data type: FIPRQ_SEL4TAB
Optional: Yes
Call by Reference: Yes

TAB_RANGE -

Data type: RSDS_TRANGE
Optional: Yes
Call by Reference: Yes

TAB_EXPR -

Data type: RSDS_TEXPR
Optional: Yes
Call by Reference: Yes

TAB_TABLES -

Data type: RSDSTABS
Optional: Yes
Call by Reference: Yes

TAB_FIELDS -

Data type: RSDSFIELDS
Optional: Yes
Call by Reference: Yes

RNG_USNAM -

Data type: FIPRQ_SELNAMTAB
Optional: Yes
Call by Reference: Yes

DRUTAB -

Data type: FIPRQ_DRUTAB
Optional: Yes
Call by Reference: Yes

FAETAB -

Data type: FIPRQ_FAETAB_TAB
Optional: Yes
Call by Reference: Yes

JOBTAB -

Data type: FIPRQ_JOBTAB
Optional: Yes
Call by Reference: Yes

RNG_SEL_ORIGIN -

Data type: FIPRQ_SEL8TAB
Optional: Yes
Call by Reference: No ( called with pass by value option)

RNG_SEL_LIFNR -

Data type: FIPRQ_SEL10TAB
Optional: Yes
Call by Reference: Yes

RNG_SEL_KUNNR -

Data type: FIPRQ_SEL10TAB
Optional: Yes
Call by Reference: Yes

RNG_SEL_SAKNR -

Data type: FIPRQ_SEL10TAB
Optional: Yes
Call by Reference: Yes

RNG_TRC_LIFNR -

Data type: FIPRQ_SEL10TAB
Optional: Yes
Call by Reference: No ( called with pass by value option)

RNG_TRC_KUNNR -

Data type: FIPRQ_SEL10TAB
Optional: Yes
Call by Reference: No ( called with pass by value option)

RNG_TRC_SAKNR -

Data type: FIPRQ_SEL10TAB
Optional: Yes
Call by Reference: No ( called with pass by value option)

TAB_WHERE -

Data type: RSDS_TWHERE
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXCEPTIONS details

DUPLICATE_PROGID -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_PROGID_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_GRDAT_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_REPORT_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_VARIANT_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_AUTH_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_ORIGIN_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_COMPANY_CODE_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_BUDAT_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_NEDAT_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_ZWELS_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_VENDOR_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_CUSTOMER_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_LEDGER_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

CHECK_PERIOD_FAILED -

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for FI_PRQ_PAYMENT_RUN_PARAMETER Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_return  TYPE BAPIRET2, "   
lv_i_laufd  TYPE F111V-LAUFD, "   
lt_rng_bukrs  TYPE STANDARD TABLE OF FIPRQ_SEL4TAB, "   
lv_duplicate_progid  TYPE FIPRQ_SEL4TAB, "   
lt_tab_range  TYPE STANDARD TABLE OF RSDS_TRANGE, "   
lv_check_progid_failed  TYPE RSDS_TRANGE, "   
lt_tab_expr  TYPE STANDARD TABLE OF RSDS_TEXPR, "   
lv_check_grdat_failed  TYPE RSDS_TEXPR, "   
lt_tab_tables  TYPE STANDARD TABLE OF RSDSTABS, "   
lv_check_report_failed  TYPE RSDSTABS, "   
lt_tab_fields  TYPE STANDARD TABLE OF RSDSFIELDS, "   
lv_check_variant_failed  TYPE RSDSFIELDS, "   
lt_rng_usnam  TYPE STANDARD TABLE OF FIPRQ_SELNAMTAB, "   
lv_check_auth_failed  TYPE FIPRQ_SELNAMTAB, "   
lt_drutab  TYPE STANDARD TABLE OF FIPRQ_DRUTAB, "   
lv_check_origin_failed  TYPE FIPRQ_DRUTAB, "   
lt_faetab  TYPE STANDARD TABLE OF FIPRQ_FAETAB_TAB, "   
lt_jobtab  TYPE STANDARD TABLE OF FIPRQ_JOBTAB, "   
lv_i_laufi  TYPE F111V-LAUFI, "   
lt_rng_sel_origin  TYPE STANDARD TABLE OF FIPRQ_SEL8TAB, "   
lv_check_company_code_failed  TYPE FIPRQ_SEL8TAB, "   
lv_i_f110c  TYPE F110C, "   
lt_rng_sel_lifnr  TYPE STANDARD TABLE OF FIPRQ_SEL10TAB, "   
lv_check_budat_failed  TYPE FIPRQ_SEL10TAB, "   
lv_attrib  TYPE FIPRQ_ATTRIB, "   
lt_rng_sel_kunnr  TYPE STANDARD TABLE OF FIPRQ_SEL10TAB, "   
lv_check_nedat_failed  TYPE FIPRQ_SEL10TAB, "   
lv_trcopt  TYPE TRCOPT, "   
lt_rng_sel_saknr  TYPE STANDARD TABLE OF FIPRQ_SEL10TAB, "   
lv_check_zwels_failed  TYPE FIPRQ_SEL10TAB, "   
lv_i_check_only  TYPE RFPDO-PARCHECK, "   
lt_rng_trc_lifnr  TYPE STANDARD TABLE OF FIPRQ_SEL10TAB, "   
lv_check_vendor_failed  TYPE FIPRQ_SEL10TAB, "   
lv_i_x_message  TYPE XFELD, "   'X'
lt_rng_trc_kunnr  TYPE STANDARD TABLE OF FIPRQ_SEL10TAB, "   
lv_check_customer_failed  TYPE FIPRQ_SEL10TAB, "   
lv_i_dequeue  TYPE XFELD, "   'X'
lt_rng_trc_saknr  TYPE STANDARD TABLE OF FIPRQ_SEL10TAB, "   
lv_check_ledger_failed  TYPE FIPRQ_SEL10TAB, "   
lt_tab_where  TYPE STANDARD TABLE OF RSDS_TWHERE, "   
lv_check_period_failed  TYPE RSDS_TWHERE. "   

  CALL FUNCTION 'FI_PRQ_PAYMENT_RUN_PARAMETER'  "
    EXPORTING
         I_LAUFD = lv_i_laufd
         I_LAUFI = lv_i_laufi
         I_F110C = lv_i_f110c
         ATTRIB = lv_attrib
         TRCOPT = lv_trcopt
         I_CHECK_ONLY = lv_i_check_only
         I_X_MESSAGE = lv_i_x_message
         I_DEQUEUE = lv_i_dequeue
    IMPORTING
         RETURN = lv_return
    TABLES
         RNG_BUKRS = lt_rng_bukrs
         TAB_RANGE = lt_tab_range
         TAB_EXPR = lt_tab_expr
         TAB_TABLES = lt_tab_tables
         TAB_FIELDS = lt_tab_fields
         RNG_USNAM = lt_rng_usnam
         DRUTAB = lt_drutab
         FAETAB = lt_faetab
         JOBTAB = lt_jobtab
         RNG_SEL_ORIGIN = lt_rng_sel_origin
         RNG_SEL_LIFNR = lt_rng_sel_lifnr
         RNG_SEL_KUNNR = lt_rng_sel_kunnr
         RNG_SEL_SAKNR = lt_rng_sel_saknr
         RNG_TRC_LIFNR = lt_rng_trc_lifnr
         RNG_TRC_KUNNR = lt_rng_trc_kunnr
         RNG_TRC_SAKNR = lt_rng_trc_saknr
         TAB_WHERE = lt_tab_where
    EXCEPTIONS
        DUPLICATE_PROGID = 1
        CHECK_PROGID_FAILED = 10
        CHECK_GRDAT_FAILED = 11
        CHECK_REPORT_FAILED = 12
        CHECK_VARIANT_FAILED = 13
        CHECK_AUTH_FAILED = 14
        CHECK_ORIGIN_FAILED = 15
        CHECK_COMPANY_CODE_FAILED = 2
        CHECK_BUDAT_FAILED = 3
        CHECK_NEDAT_FAILED = 4
        CHECK_ZWELS_FAILED = 5
        CHECK_VENDOR_FAILED = 6
        CHECK_CUSTOMER_FAILED = 7
        CHECK_LEDGER_FAILED = 8
        CHECK_PERIOD_FAILED = 9
. " FI_PRQ_PAYMENT_RUN_PARAMETER




ABAP code using 7.40 inline data declarations to call FM FI_PRQ_PAYMENT_RUN_PARAMETER

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
"SELECT single LAUFD FROM F111V INTO @DATA(ld_i_laufd).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
"SELECT single LAUFI FROM F111V INTO @DATA(ld_i_laufi).
 
 
 
 
 
 
 
 
 
 
 
 
"SELECT single PARCHECK FROM RFPDO INTO @DATA(ld_i_check_only).
 
 
 
DATA(ld_i_x_message) = 'X'.
 
 
 
DATA(ld_i_dequeue) = 'X'.
 
 
 
 
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!