FAGL_ASSET_MASTERDATA_UPD is a standard Executable ABAP Report 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_ASSET_MASTERDATA_UPD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FAGL_R_AA_ASSET_UPDT - Fill Asset Master Data
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.
Selection Text: SA_BUKRS = D .
Selection Text: SA_ANLN2 = D .
Selection Text: SA_ANLN1 = D .
Selection Text: SA_ANLKL = D .
Selection Text: P_TESTR = Test Mode
Selection Text: P_NOSE = Without Segment
Selection Text: P_NOCO = Without Cost Object
Selection Text: P_CO = With Cost Object
Title: Fill Master Data for Segment Reporting
Text Symbol: T01 = Selected Assets
Text Symbol: 700 = Without Derivable Segment
Text Symbol: 600 = No Derivation of Profit Center/Segment
Text Symbol: 500 = Profit Center/Segment
Text Symbol: 400 = Profit center/segment can be derived
Text Symbol: 300 = Pstg Already Made to Asset
Text Symbol: 200 = Profit center/segment cannot be derived
Text Symbol: 101 = Output List
Text Symbol: 100 = Status
Text Symbol: 099 = Fixed Assets Without Profit Center/Segment
Text Symbol: 080 = Fixed Assets with Profit Center
Text Symbol: 003 = Further Selections
Text Symbol: 002 = Processing Opts
Text Symbol: 001 = Selection Criteria
INCLUDE IFAGL_ASSET_MASTERDATA_UPD.
INCLUDE IFAGL_ASSET_MASTER_UPD_CLASS.
INCLUDE RKASMAWF.
No SAP DATABASE tables are accessed within this REPORT code!
AM_CONFIRM_LIMIT CALL FUNCTION 'AM_CONFIRM_LIMIT' EXPORTING i_test = p_testr IMPORTING e_leave_prog = ld_answer.
T093_ACCOBJ_READ CALL FUNCTION 'T093_ACCOBJ_READ' EXPORTING i_activity_status = 'A' i_aaaccobj = 'PRCTR' IMPORTING es_t093_accobj = gs_accobj_p EXCEPTIONS OTHERS = 0.
T093_ACCOBJ_READ CALL FUNCTION 'T093_ACCOBJ_READ' EXPORTING i_activity_status = 'A' i_aaaccobj = 'SEGMENT' IMPORTING es_t093_accobj = gs_accobj_s EXCEPTIONS OTHERS = 0.
BAPI_FIXEDASSET_CHANGE CALL FUNCTION 'BAPI_FIXEDASSET_CHANGE' EXPORTING companycode = ps_anlaz-bukrs asset = ps_anlaz-anln1 subnumber = ps_anlaz-anln2 timedependentdata = ls_timedependentdata timedependentdatax = ls_timedependentdatax IMPORTING return = ls_bapiret.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = gv_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_handle i_s_msg = gs_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile i_t_log_handle = gt_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.
VIEW_READ_RANGE_TRIGGER_ADA CALL FUNCTION 'VIEW_READ_RANGE_TRIGGER_ADA' EXPORTING i_abra = ls_iabra i_xuntnr = ' ' IMPORTING e_goon = lv_goon TABLES t_r_anln1 = sa_anln1 t_r_anln2 = sa_anln2 t_r_anlkl = sa_anlkl t_dopt = lt_dopt t_anlaz = lt_anlaz t_ftab_anlaz = lt_ftab EXCEPTIONS input_false = 1 no_records_found = 2 OTHERS = 3.
AIST_DERIVE_PRCTR_SEGMENT CALL FUNCTION 'AIST_DERIVE_PRCTR_SEGMENT' EXPORTING i_bukrs = ps_anlaz-bukrs i_date = sy-datum i_ps_psp_pnr2 = ps_anlaz-ps_psp_pnr2 i_caufn = ps_anlaz-caufn i_imkey = ps_anlaz-imkey i_kostl = ps_anlaz-kostl i_segment = ps_anlaz-segment i_prctr = ps_anlaz-prctr i_eaufn = ps_anlaz-eaufn "note 1707832 i_ps_psp_pnr = ps_anlaz-posnr "note 1707832 i_xinvm = ps_anlaz-xinvm "note 1707832 i_anlkl = ps_anlaz-anlkl "note 1796962 IMPORTING e_segment = ps_anlaz-segment e_prctr = ps_anlaz-prctr EXCEPTIONS prctr_not_unique = 1 segment_not_unique = 2 kokrs_not_found = 3 OTHERS = 4.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'V_ANLAZ' i_client_never_display = 'X' CHANGING ct_fieldcat = ct_fcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'AS03' EXCEPTIONS ok = 0 not_ok = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-cprog i_callback_pf_status_set = 'FIAA_MASTER_UPD' i_callback_user_command = 'ALV_USER_COMMAND' i_callback_html_top_of_page = 'TOP_OF_PAGE_HTML' i_callback_html_end_of_list = 'END_OF_LIST_HTML' is_layout = ls_layout it_fieldcat = ct_fieldcat it_excluding = lt_excluding it_sort = lt_sort i_save = 'A' is_variant = ls_variant it_events = lt_events is_print = ls_print TABLES t_outtab = gt_outtab[] EXCEPTIONS program_error = 1 OTHERS = 2.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING line_count = 65 line_size = 132 no_dialog = 'X' * mode = 'CURRENT' new_list_id = 'X' IMPORTING out_parameters = print_parameters out_archive_parameters = arc_parameters valid = lv_valid.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'V_ANLAZ' i_bypassing_buffer = 'X' CHANGING ct_fieldcat = ct_fcat.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = lv_repid TABLES selection_table = lt_rsparams EXCEPTIONS OTHERS = 0.
KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING ls_detail = ls_detail ls_witem = ls_witem ls_appl = ls_sm_spec IMPORTING ls_key = cv_schedman_key TABLES lt_selkrit = lt_select.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = gt_handle EXCEPTIONS OTHERS = 0.
CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING ls_key = gv_schedman_key ls_message = ls_message ls_scma_event = ls_scma_event CHANGING ld_aplstat = gv_aplstat EXCEPTIONS OTHERS = 0.
T093B_READ_MULTIPLE CALL FUNCTION 'T093B_READ_MULTIPLE' EXPORTING i_bukrs = pv_bukrs TABLES t_t093b = lt_t093b.
FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = lv_gjahr i_periv = lv_periv i_poper = 1 IMPORTING e_date = lv_bdatu.
ASSET_NUMBER_CONVERT CALL FUNCTION 'ASSET_NUMBER_CONVERT' EXPORTING i_bukrs = ls_anlaz-bukrs i_anln1 = ls_anlaz-anln1 i_anln2 = ls_anlaz-anln2 IMPORTING e_asset = gv_assetkey.
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_ASSET_MASTERDATA_UPD or its description.
FAGL_ASSET_MASTERDATA_UPD - Fill Master Data for Segment Reporting FAGL_ASSET_MASTERDATA_UPD - Fill Master Data for Segment Reporting FAGL_ARCHIVE_READ - FAGLARCHIVEREAD FAGL_APPL_LOG_ADMIN - Logs: Administration FAGL_APPL_LOG_ADMIN - Logs: Administration FAGL_ALE_SEND_INCL - Include FAGL_ALE_SEND_INCL