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

FAGL_ALE_SEND_CLASSES SAP ABAP INCLUDE - Include FAGL_ALE_SEND_CLASSES







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


INCLUDES used within this REPORT FAGL_ALE_SEND_CLASSES

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_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_log IMPORTING e_log_handle = g_log_handle * EXCEPTIONS * LOG_HEADER_INCONSISTENT = 1 * OTHERS = 2 .

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = g_log_handle i_s_msg = ls_msg * IMPORTING * E_S_MSG_HANDLE = * E_MSG_WAS_LOGGED = * E_MSG_WAS_DISPLAYED = * EXCEPTIONS * LOG_NOT_FOUND = 1 * MSG_INCONSISTENT = 2 * LOG_IS_FULL = 3 * OTHERS = 4 .

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING * I_S_DISPLAY_PROFILE = i_t_log_handle = gt_log_handle * I_T_MSG_HANDLE = * I_S_LOG_FILTER = * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = ' ' * I_SRT_BY_TIMSTMP = ' ' * IMPORTING * E_S_EXIT_COMMAND = * EXCEPTIONS * PROFILE_INCONSISTENT = 1 * INTERNAL_ERROR = 2 * NO_DATA_AVAILABLE = 3 * NO_AUTHORITY = 4 * OTHERS = 5 .

FAGL_AUTHORITY_LEDGER CALL FUNCTION 'FAGL_AUTHORITY_LEDGER' EXPORTING i_bukrs = i_rldnr = i_ledger * I_LDGRP = i_actvt = '01' "Display records i_rrcty = '0' i_rvers = '001' EXCEPTIONS no_authority = 1 OTHERS = 2.

G_GET_ORGANIZATIONAL_DATA CALL FUNCTION 'G_GET_ORGANIZATIONAL_DATA' EXPORTING i_rldnr = i_ledger i_orgunit = -bukrs * JOIN_OF_VALUTYP_AND_CURT = 'X' * SEND_ERROR_WHEN_DEPLD = ' ' IMPORTING organizational_info = ls_org_data EXCEPTIONS no_info_found = 1 error_in_setup = 2 error_in_depld = 3 OTHERS = 4.

G_POSTING_DATE_OF_PERIOD_GET CALL FUNCTION 'G_POSTING_DATE_OF_PERIOD_GET' EXPORTING period = i_period variant = ls_org_data-periv year = i_year IMPORTING from_date = i_from_date * LAST_NORMAL_PERIOD = to_date = i_to_date * FROM_DATE_ORIG = EXCEPTIONS period_not_defined = 1 variant_not_defined = 2 OTHERS = 3.

FAGL_GET_ALL_LEDGERS CALL FUNCTION 'FAGL_GET_ALL_LEDGERS' IMPORTING e_ledgers = lt_ledgers.

FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = i_budat i_bukrs = -bukrs i_rldnr = i_ledger IMPORTING e_gjahr = lv_gjahr E_POPER = lv_poper EXCEPTIONS fiscal_year = 1 period = 2 period_version = 3 posting_period = 4 special_period = 5 version = 6 posting_date = 7 others = 8.

ENQUEUE_E_FAGL_EXTR_HIST CALL FUNCTION 'ENQUEUE_E_FAGL_EXTR_HIST' EXPORTING mode_fagl_extr_hist = 'E' rclnt = sy-mandt rbukrs = -bukrs x_rbukrs = ' ' _scope = '2' _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_E_FAGL_EXTR_HIST CALL FUNCTION 'DEQUEUE_E_FAGL_EXTR_HIST' EXPORTING mode_fagl_extr_hist = 'E' rclnt = sy-mandt x_rbukrs = ' ' _scope = '3' _synchron = ' ' _collect = ' '.



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