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

RFFMFG_UPD_SL_LINES_CL1 SAP ABAP INCLUDE - Include RFFMFG_UPD_SL_LINES_CL1







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


INCLUDES used within this REPORT RFFMFG_UPD_SL_LINES_CL1

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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = con_variant_save CHANGING cs_variant = ls_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant i_save = con_variant_save i_tabname_header = con_alv_out_tabname * it_default_fieldcat = IMPORTING e_exit = lv_exit es_variant = ls_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = con_variant_save CHANGING cs_variant = ls_variant.

SELOPTS_AND_PARAMS CALL FUNCTION 'SELOPTS_AND_PARAMS' EXPORTING program = gv_repid TABLES selpars = lt_rsel_paras.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ls_field-tablename fieldname = ls_field-fieldname TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING kind = 'F' expressions = cs_dyns-texpr IMPORTING selection_id = lv_selid where_clauses = cs_dyns-clauses expressions = cs_dyns-texpr field_ranges = cs_dyns-trange number_of_active_fields = cv_dynscnt TABLES tables_tab = lt_tables fields_tab = lt_fields EXCEPTIONS too_many_fields = 0.

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = lv_selid title = lv_title " frame_text = abap_false as_window = abap_true IMPORTING where_clauses = cs_dyns-clauses expressions = cs_dyns-texpr field_ranges = cs_dyns-trange number_of_active_fields = cv_dynscnt TABLES fields_tab = lt_fields EXCEPTIONS no_action = 0.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = iv_budat i_bukrs = ls_bukrs-low i_monat = lv_monat IMPORTING e_gjahr = lv_gjahr e_monat = lv_monat.

FI_COMPANY_CODE_DATA CALL FUNCTION 'FI_COMPANY_CODE_DATA' EXPORTING i_bukrs = -rbukrs IMPORTING e_t001 = ls_t001.

AC_DOCUMENT_SENDER CALL FUNCTION 'AC_DOCUMENT_SENDER' EXPORTING i_awtyp = ls_alv_output-awtyp i_awref = ls_alv_output-refdocnr i_aworg = ls_alv_output-aworg i_awsys = ls_alv_output-logsys i_bukrs = ls_alv_output-rbukrs EXCEPTIONS OTHERS = 0.

FM_ALV_LAYOUT CALL FUNCTION 'FM_ALV_LAYOUT' CHANGING c_f_layout = cs_layout.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = iv_tabname i_structure_name = con_alv_out_structure CHANGING ct_fieldcat = lt_ddfc EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

GET_COMPONENT_LIST CALL FUNCTION 'GET_COMPONENT_LIST' EXPORTING program = gv_repid fieldname = iv_tabname TABLES components = lt_comp[] EXCEPTIONS OTHERS = 1.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = gv_repid i_callback_user_command = 'USER_COMMAND' i_callback_pf_status_set = 'PF_STATUS_SET' i_structure_name = con_alv_out_structure i_grid_title = ls_titletext i_grid_settings = ls_grid_settings is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort is_sel_hide = ls_sel_hide i_default = con_on i_save = con_variant_save is_variant = ls_variant is_print = ls_print it_events = lt_events TABLES t_outtab = ct_alv_output EXCEPTIONS program_error = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = con_tabname-fmusfga TABLES dfies_tab = mt_dfies_fmusfga EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = con_alv_out_structure fieldname = 'CHGINFO' suppress_recordlist = 'X' TABLES return_tab = lt_return_tab EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 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 RFFMFG_UPD_SL_LINES_CL1 or its description.