SAP Reports / Programs | Financial Accounting | Bank Accounting(FI-BL) SAP FI

FPAYM_STA SAP ABAP INCLUDE - FPAYMSTA







FPAYM_STA 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 FPAYM_STA 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 FPAYM_STA. "Basic submit
SUBMIT FPAYM_STA AND RETURN. "Return to original report after report execution complete
SUBMIT FPAYM_STA 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 FPAYM_STA

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:

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = g_function EXCEPTIONS function_not_exist = 1.

CHECK_STRUCTURE_IS_INITIAL CALL FUNCTION 'CHECK_STRUCTURE_IS_INITIAL' EXPORTING i_tabname = gs_tfpm042ff-formf CHANGING c_entries = par_forp EXCEPTIONS OTHERS = 1.

CHECK_STRUCTURE_IS_INITIAL CALL FUNCTION 'CHECK_STRUCTURE_IS_INITIAL' EXPORTING i_tabname = gs_tfpm042ffc-formf CHANGING c_entries = par_fopc EXCEPTIONS OTHERS = 1.

FI_CHECK_PAYMENT_DATA CALL FUNCTION 'FI_CHECK_PAYMENT_DATA' EXPORTING id_laufd = pm_laufd ic_laufi = pm_laufi ic_xvorl = pm_xvorl IMPORTING ec_updated = gc_xpresrv EXCEPTIONS OTHERS = 1.

FI_UPDATE_PAYMENT_DATA CALL FUNCTION 'FI_UPDATE_PAYMENT_DATA' EXPORTING i_laufd = pm_laufd i_laufi = pm_laufi i_xvorl = pm_xvorl IMPORTING e_updated = gc_xpresrv.

ENQUEUE_EFDFPAYG CALL FUNCTION 'ENQUEUE_EFDFPAYG' EXPORTING laufd = pm_laufd laufi = pm_laufi EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

FI_PAYGROUP_F4 CALL FUNCTION 'FI_PAYGROUP_F4' EXPORTING i_laufd = pm_laufd i_laufi = pm_laufi i_xvorl = pm_xvorl i_formi = par_form IMPORTING e_grpno = pm_grpno EXCEPTIONS parameters_invalid = 1 not_found = 2 canceled = 3 OTHERS = 4.

FI_PAYGROUP_READ CALL FUNCTION 'FI_PAYGROUP_READ' EXPORTING i_laufd = pm_laufd i_laufi = pm_laufi i_xvorl = pm_xvorl i_grpno = pm_grpno IMPORTING e_fpayg = gs_dfpayg EXCEPTIONS not_found = 1.

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'BFIBL02' i_dtype = '-' i_msgnr = '166' IMPORTING e_msgty = gc_message_type.

FI_PAYM_FORMAT_READ_PROPERTIES CALL FUNCTION 'FI_PAYM_FORMAT_READ_PROPERTIES' EXPORTING i_formi = par_form IMPORTING e_tfpm042f = gs_tfpm042f e_tfpm042ft = gs_tfpm042ft.

CHECK_TEXT_PRINT_PARAMETERS CALL FUNCTION 'CHECK_TEXT_PRINT_PARAMETERS' EXPORTING i_title_text = text_py1 i_itcpo = par_pri1 IMPORTING e_itcpo = gs_pri1.

CHECK_TEXT_PRINT_PARAMETERS CALL FUNCTION 'CHECK_TEXT_PRINT_PARAMETERS' EXPORTING i_title_text = gc_text_py3 i_itcpo = par_pri3 IMPORTING e_itcpo = gs_pri3.

CHECK_PRINT_PARAMETERS CALL FUNCTION 'CHECK_PRINT_PARAMETERS' EXPORTING i_title_text = text-013 i_pri_params = par_prie i_arc_params = par_arce IMPORTING e_pri_params = gs_prie e_arc_params = gs_arce.

CHECK_PRINT_PARAMETERS CALL FUNCTION 'CHECK_PRINT_PARAMETERS' EXPORTING i_title_text = text_py5 i_pri_params = par_pri5 i_arc_params = par_arc5 IMPORTING e_pri_params = gs_pri5 e_arc_params = gs_arc5.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = gs_variant EXCEPTIONS OTHERS = 0.

CHECK_PRINT_PARAMETERS CALL FUNCTION 'CHECK_PRINT_PARAMETERS' EXPORTING i_title_text = text-012 i_pri_params = par_pril i_arc_params = par_arcl IMPORTING e_pri_params = gs_pril e_arc_params = gs_arcl.

FI_PAYM_PARAMETERS_PUT CALL FUNCTION 'FI_PAYM_PARAMETERS_PUT' EXPORTING i_laufd = pm_laufd i_laufi = pm_laufi i_xvorl = pm_xvorl i_xprint_1 = par_xpy1 i_layout_set_z = par_fpy1 i_pdf_z = par_pdf1 i_print_params_1 = gs_pri1 i_filler = par_fill " note 1498990 i_xdme = par_xpy3 i_xdme_file_system = gc_filesystem i_temse_and_file = par_both "nte1428908 i_dme_file_name = par_file i_layout_set_w = par_fpy3 i_pdf_w = par_pdf3 i_dme_sheet_params = gs_pri3 i_xlist = par_xpy5 i_list_params = gs_pri5 i_list_arcpar = gs_arc5 i_xacc = par_xlst i_acc_params = gs_pril i_acc_arcpar = gs_arcl i_acc_variant = gs_variant i_xerror = par_xerr i_error_params = gs_prie i_error_arcpar = gs_arce i_format = par_form i_format_params = par_forp i_format_params_c = par_fopc TABLES it_freesel = gt_freesel.

FI_PAYM_MESSAGE_LOG_CREATE CALL FUNCTION 'FI_PAYM_MESSAGE_LOG_CREATE' EXPORTING im_extnumber = gc_extnumber.



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