SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

J_1I_UPDBLKTOASTF01 SAP ABAP INCLUDE - Include J_1I_UPDBLKTOASTF01







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


INCLUDES used within this REPORT J_1I_UPDBLKTOASTF01

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:

XXL_FULL_API CALL FUNCTION 'XXL_FULL_API' EXPORTING header_1 = header1 header_2 = header2 no_dialog = gc_x no_start = ' ' n_att_cols = 2 n_hrz_keys = 1 n_vrt_keys = 3 sema_type = gc_x TABLES data = lt_anlb hkey = lt_hkey online_text = lt_online print_text = lt_print sema = lt_sema vkey = lt_vkey EXCEPTIONS cancelled_by_user = 1 data_too_big = 2 dim_mismatch_data = 3 dim_mismatch_sema = 4 dim_mismatch_vkey = 5 error_in_hkey = 6 error_in_sema = 7 file_open_error = 8 file_write_error = 9 inv_data_range = 10 inv_winsys = 11 inv_xxl = 12 OTHERS = 13.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-019 text_question = text-020 text_button_1 = text-021 text_button_2 = text-024 display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

IDIN_UPDATE_BLKKEY CALL FUNCTION 'IDIN_UPDATE_BLKKEY' IN UPDATE TASK EXPORTING it_glofaaassetdata = gt_glofaaassetdata.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IDIN_S_ANLA' CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS "#EC FB_RC inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'IDIN_S_ANLA' CHANGING ct_fieldcat = ct_fieldcat1 EXCEPTIONS "#EC FB_RC inconsistent_interface = 1 program_error = 2 OTHERS = 3.



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