FAGL_PLAN_COPY_INPUT_CHECK 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_INPUT_CHECK into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include FAGL_PLAN_COPY_INPUT_CHECK
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_GET_LEDGER_INFO call function 'G_GET_LEDGER_INFO' exporting i_rldnr = i_rldnr importing e_ledger_info = ls_t881 exceptions others = 1.
G_GET_ORGANIZATIONAL_DATA call function 'G_GET_ORGANIZATIONAL_DATA' exporting i_rldnr = i_rldnr i_orgunit = i_bukrs join_of_valutyp_and_curt = space importing organizational_info = ls_org exceptions no_info_found = 1 error_in_setup = 2 error_in_depld = 3 others = 4.
G_GET_ORGANIZATIONAL_DATA call function 'G_GET_ORGANIZATIONAL_DATA' exporting i_rldnr = i_rldnr i_orgunit = i_bukrs join_of_valutyp_and_curt = space importing organizational_info = x_org_info exceptions others = 1.
RKD_SEL_BUILD_WHERE_CLAUSE call function 'RKD_SEL_BUILD_WHERE_CLAUSE' exporting i_t_sel = lt_bukrs_sel importing e_t_clause = lt_bukrs_where.
FAGL_CHECK_GLFLEX_ACTIVE call function 'FAGL_CHECK_GLFLEX_ACTIVE' importing e_glflex_active = x_active exceptions error_in_setup = 1 others = 2.
FAGL_CHECK_GLFLEX_ACTIVE call function 'FAGL_CHECK_GLFLEX_ACTIVE' exporting id_bukrs = i_bukrs importing e_glflex_active = x_active exceptions error_in_setup = 1 others = 2.
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.
RKD_SEL_BUILD_WHERE_CLAUSE call function 'RKD_SEL_BUILD_WHERE_CLAUSE' exporting i_t_sel = lt_sel importing e_t_clause = lt_where.
G_FIELDTAB_GET call function 'G_FIELDTAB_GET' exporting table = i_tab tables t_fieldtab = lt_fieldtab exceptions not_found = 1 others = 2.
G_PERIOD_ALLOWED_CHECK call function 'G_PERIOD_ALLOWED_CHECK' exporting company = p_tbukrs period = ld_period periv_company = ld_periv_company record_type = p_trrcty year = p_tryear exceptions period_not_allowed = 1 not_authorized = 2 .
G_PERIOD_ALLOWED_CHECK call function 'G_PERIOD_ALLOWED_CHECK' exporting company = p_tbukrs period = ld_period periv_company = ld_periv_company record_type = p_trrcty year = p_tryear exceptions period_not_allowed = 1 not_authorized = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FAGL_PLAN_COPY_INPUT_CHECK - Include FAGL_PLAN_COPY_INPUT_CHECK FAGL_PLAN_COPY_CORE - Include FAGL_PLAN_COPY_CORE FAGL_PLAN_COPY - Copy Planning Data FAGL_PLAN_COPY - Copy Planning Data FAGL_PLAN_ACT_SEC - CO Plan Data Integration for Secondary Cost Elements FAGL_PLAN_ACT_SEC - CO Plan Data Integration for Secondary Cost Elements