SAP Reports / Programs | Public Sector Contract Accounts Receivable and Payable | Public Sector Contract Accounts Receivable and Payable | Public Sector Contract Accounts Receivable and Payable(IS-PS-CA) SAP IS

RFMCAWOH1F01 SAP ABAP INCLUDE - Include RFMCAWOH1F01







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


Text pool values


Title: Include RFMCAWOH1F01


INCLUDES used within this REPORT RFMCAWOH1F01

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 = LV_APPLK.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING I_APPLK = LV_APPLK I_FBEVE = FBEVE TABLES T_FBSTAB = I_FBSTAB.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-005.

FKK_DOC_AUTHORITY_CHECK CALL FUNCTION 'FKK_DOC_AUTHORITY_CHECK' EXPORTING i_bukrs = all_bukrs i_actvt = '03' " 03 is display EXCEPTIONS error_message = 1.

FKK_DOC_AUTHORITY_CHECK CALL FUNCTION 'FKK_DOC_AUTHORITY_CHECK' EXPORTING i_begru = all_begru i_actvt = '03' " 03 is display EXCEPTIONS error_message = 1.

FMCA_PSOB_AUTHORITY_CHECK CALL FUNCTION 'FMCA_PSOB_AUTHORITY_CHECK' EXPORTING i_begru = all_begru i_actvt = '03' " 03 is display EXCEPTIONS foreign_lock = 1 OTHERS = 2.

FKK_ACCOUNT_READ CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING i_vkont = -vkont i_gpart = -gpart IMPORTING e_fkkvkp = l_fkkvkp EXCEPTIONS OTHERS = 0. " ignore problems with READ

FKK_DOC_AUTHORITY_CHECK CALL FUNCTION 'FKK_DOC_AUTHORITY_CHECK' EXPORTING i_bukrs = l_bukrs i_begru = l_fkkvkp-begru i_actvt = '03' "display EXCEPTIONS error_message = 1.

FMCA_PSOB_AUTHORITY_CHECK CALL FUNCTION 'FMCA_PSOB_AUTHORITY_CHECK' EXPORTING i_begru = l_fkkvkp-begru i_actvt = '03' "display EXCEPTIONS foreign_lock = 1 OTHERS = 2.

FKK_DOC_AUTHORITY_CHECK CALL FUNCTION 'FKK_DOC_AUTHORITY_CHECK' EXPORTING i_bukrs = l_bukrs i_actvt = '03' "display EXCEPTIONS error_message = 1.

FKK_ENHANCEMENT_STATUS_CHECK CALL FUNCTION 'FKK_ENHANCEMENT_STATUS_CHECK' EXPORTING I_TABLE = 'DFKKWOH' I_FIELD = 'VTREF' IMPORTING E_ACTIVE = L_VTREF_ACTIVE.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_internal_tabname = g_tabname "needed for double click i_structure_name = 'FMCAWOH' i_client_never_display = 'X' CHANGING ct_fieldcat = c_t_fieldcat.

BUP_PARTNER_F4 CALL FUNCTION 'BUP_PARTNER_F4' EXPORTING i_dynpvalupd = l_field i_xvalupd = 'X' i_repid = sy-repid IMPORTING e_partner = l_gpart EXCEPTIONS OTHERS = 1.

FMCA_AD_ABGRD_F4 CALL FUNCTION 'FMCA_AD_ABGRD_F4' EXPORTING i_tfk033d = l_f_tfk033d IMPORTING e_select_value = e_abgrd EXCEPTIONS OTHERS = 1.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = '1000' TABLES dynpfields = dynpfields.

CONVERSION_EXIT_SDATE_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_SDATE_OUTPUT' EXPORTING input = s_abdat-low IMPORTING output = l_abdat_low.

CONVERSION_EXIT_SDATE_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_SDATE_OUTPUT' EXPORTING input = s_abdat-high IMPORTING output = l_abdat_high.

FKK_FPE0_INIT CALL FUNCTION 'FKK_FPE0_INIT'.

FKK_FPE0_START_TRANSACTION





CALL FUNCTION 'FKK_FPE0_START_TRANSACTION' EXPORTING tcode = 'FPE3' opbel = g_t_fmcawoh-w_abbel EXCEPTIONS OTHERS = 1.

FKK_FPE0_INIT CALL FUNCTION 'FKK_FPE0_INIT'.

FKK_FPE0_START_TRANSACTION CALL FUNCTION 'FKK_FPE0_START_TRANSACTION' EXPORTING tcode = 'FPE3' opbel = g_t_fmcawoh-w_opbel EXCEPTIONS OTHERS = 1.

FKK_BUPA_DISPLAY CALL FUNCTION 'FKK_BUPA_DISPLAY' EXPORTING i_partner = g_t_fmcawoh-w_gpart.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'dfkkwoh' TABLES dfies_tab = c_t_dfieswoh EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'dfkkko' TABLES dfies_tab = c_t_dfieskko EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'dfkkopk' TABLES dfies_tab = c_t_dfiesopk EXCEPTIONS not_found = 1 OTHERS = 2.

BUP_BUT000_SELECT_SINGLE CALL FUNCTION 'BUP_BUT000_SELECT_SINGLE' EXPORTING i_partner = u_gpart IMPORTING e_but000 = s_f_but000 EXCEPTIONS OTHERS = 1.

BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = u_gpart IMPORTING e_address = s_f_addr EXCEPTIONS OTHERS = 1.



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