SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

FAGL_PLAN_COPY_SEL_SCREEN SAP ABAP INCLUDE - Include FAGL_PLAN_COPY_SEL_SCREEN







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


INCLUDES used within this REPORT FAGL_PLAN_COPY_SEL_SCREEN

INCLUDE SBAL_CONSTANTS.


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:

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = ls_restrict exceptions others = 1.

RS_TEXTPOOL_READ call function 'RS_TEXTPOOL_READ' exporting objectname = 'FAGL_PLAN_COPY' action = 'SHOW' language = sy-langu tables tpool = gt_textpool.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = 'FAGL_PLAN_COPY' dynumb = '1020' tables dynpfields = lt_dynpfields.

G_FIELDTAB_GET call function 'G_FIELDTAB_GET' exporting table = gs_attr-s_sldtab-tab text_flag = gusl_c_true tables t_fieldtab = gt_fieldtab exceptions not_found = 1 others = 2.

F4IF_INT_TABLE_VALUE_REQUEST

HELP_VALUES_GET_NO_DD_NAME *-- call function 'F4IF_INT_TABLE_VALUE_REQUEST' ? call function 'HELP_VALUES_GET_NO_DD_NAME' exporting selectfield = l_selectfield display = ' ' importing ind = l_tabix tables fields = lt_fields_list full_table = lt_dis_fields exceptions others = 1.

HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' exporting display = ' ' selectfield = 'DOCTY ' no_pers_help_select = ' ' title_in_values_list = ' ' show_all_values_at_first_time = ' ' use_user_selections = ' ' write_selectfield_in_colours = 'X' importing ind = l_index tables fields = lt_help_value full_table = lt_docty user_sel_fields = lt_user_fields exceptions full_table_empty = 1.

F4_FOR_SL_DIMENSION call function 'F4_FOR_SL_DIMENSION' exporting tabname = i_tabname fieldname = i_fieldname fieldvalue = x_value fieldname_dynp = i_sel_name_low importing chosen_value = l_chosen_value exceptions no_t800d_entry = 1 others = 2.

DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = sy-cprog dynumb = sy-dynnr tables dynpfields = lt_dynpfields.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'RGLRP' fieldname = 'FROM_RLDNR' dynpprog = sy-cprog dynpnr = sy-dynnr dynprofield = 'P_SRLDNR'.

F4IF_FIELD_VALUE_REQUEST call function 'F4IF_FIELD_VALUE_REQUEST' exporting tabname = 'FAGL_GLU1_FIX_FIELDS' fieldname = 'RLDNR' searchhelp = ld_shlpname tables return_tab = lt_retval exceptions field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 others = 5.

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_log importing e_log_handle = l_log_hndl.

BAL_DSP_PROFILE_POPUP_GET call function 'BAL_DSP_PROFILE_POPUP_GET' importing e_s_display_profile = ls_prof.

BAL_DSP_OUTPUT_INIT call function 'BAL_DSP_OUTPUT_INIT' exporting i_s_display_profile = ls_prof.

BAL_DSP_OUTPUT_SET_DATA call function 'BAL_DSP_OUTPUT_SET_DATA' exporting i_t_log_handle = lt_log_hndl.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = l_log_hndl i_s_msg = ls_balmsg.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = ls_prof importing e_s_exit_command = ls_ucomm.

BAL_DSP_OUTPUT_FREE call function 'BAL_DSP_OUTPUT_FREE'.

BAL_LOG_MSG_DELETE_ALL call function 'BAL_LOG_MSG_DELETE_ALL' exporting i_log_handle = l_log_hndl.








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