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

FDEPL00_SHOW SAP ABAP INCLUDE - FDEPL00SHOW







FDEPL00_SHOW 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 FDEPL00_SHOW 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 FDEPL00_SHOW. "Basic submit
SUBMIT FDEPL00_SHOW AND RETURN. "Return to original report after report execution complete
SUBMIT FDEPL00_SHOW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FDEPL00_SHOW

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:

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = gd_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_sort = lt_sort i_save = gd_save is_variant = g_variant it_events = lt_event is_print = ls_print tables t_outtab = gt_data exceptions program_error = 1 others = 2.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_program_name = gd_repid i_structure_name = 'FAGL_S_RFDEPL00_LIST1' changing ct_fieldcat = pt_fieldcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = g_variant i_save = gd_save importing es_variant = g_variant.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing e_width = lv_width exceptions no_infos = 1 program_error = 2 others = 3.

FAGL_BATCH_HEADING_PERFORM call function 'FAGL_BATCH_HEADING_PERFORM' exporting is_bhdgd = bhdgd.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' importing e_width = gd_linsz et_sort = lt_sort.

REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' exporting i_save = gd_save changing cs_variant = g_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.

READ_TEXT call function 'READ_TEXT' exporting id = thead-tdid language = thead-tdspras name = thead-tdname object = thead-tdobject importing header = thead tables lines = edtext exceptions not_found = 4 others = 8.



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