SAP Reports / Programs | Public Sector Management | Funds Management | Funds Management-Specific Postings(PSM-FM-PO) SAP PSM

RFFMSDCA_WIZ_FRM SAP ABAP INCLUDE - RFFMSDCAWIZFRM







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

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:

BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = gs_lfil IMPORTING e_t_log_header = lt_balhdr EXCEPTIONS log_not_found = 1 no_filter_criteria = 2 OTHERS = 3.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = lt_balhdr IMPORTING e_t_log_handle = pt_loghandle.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = pt_loghandle i_s_msg_filter = ps_mfil IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS msg_not_found = 0 OTHERS = 0.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = s_belnr-low IMPORTING output = s_belnr-low.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = s_belnr-high IMPORTING output = s_belnr-high.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = pt_loghandle * i_s_msg_filter = ps_mfil i_t_msg_context_filter = lt_context_filter IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS msg_not_found = 0 OTHERS = 0.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = s_opbel-low IMPORTING output = s_opbel-low.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = s_opbel-high IMPORTING output = s_opbel-high.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = pt_loghandle * i_s_msg_filter = ps_mfil i_t_msg_context_filter = lt_context_filter IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS msg_not_found = 0 OTHERS = 0.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = s_augbl-low IMPORTING output = s_augbl-low.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = s_augbl-high IMPORTING output = s_augbl-high.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = pt_loghandle * i_s_msg_filter = ps_mfil i_t_msg_context_filter = lt_context_filter IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS msg_not_found = 0 OTHERS = 0.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'BAL_S_SHOW' CHANGING ct_fieldcat = l_t_fcat EXCEPTIONS inconsistent_interface = 0 program_error = 0 OTHERS = 0.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ps_display_profile i_t_log_handle = pt_loghandle.



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