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

FAGL_PLAN_COPY_INPUT_CHECK SAP ABAP INCLUDE - Include FAGL_PLAN_COPY_INPUT_CHECK







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


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


INCLUDES used within this REPORT FAGL_PLAN_COPY_INPUT_CHECK

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:

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 .



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