SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

DSLD0F02 SAP ABAP INCLUDE - Formroutinen für Saldenliste mit ALV







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


Text pool values


Title: Formroutinen für Saldenliste mit ALV


INCLUDES used within this REPORT DSLD0F02

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_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid i_internal_tabname = 'T_AMOUNT' * i_structure_name = ' ' * I_CLIENT_NEVER_DISPLAY = 'X' * i_inclname = l_repid * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = p_lt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = p_l_callback_program * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_CALLBACK_TOP_OF_PAGE = ' ' i_callback_html_top_of_page = p_l_top_of_page * I_CALLBACK_HTML_END_OF_LIST = ' ' * i_structure_name = ' ' * I_BACKGROUND_ID = ' ' * i_grid_title = ' ' i_grid_settings = p_l_grid_settings is_layout = p_ls_layout it_fieldcat = p_lt_fieldcat it_excluding = p_lt_excluding it_special_groups = p_lt_special_groups it_sort = p_lt_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = p_l_save is_variant = p_ls_variant it_events = p_lt_events * it_event_exit = it_event_exit is_print = p_ls_print * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = * IT_EXCEPT_QINFO = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = t_amount EXCEPTIONS program_error = 1 OTHERS = 2.

FVD_GDPDU_CHECK_DATES CALL FUNCTION 'FVD_GDPDU_CHECK_DATES' EXPORTING IM_APPLICATION = 'TR-LO' IM_RNG_COMPANY_CODE = SO_BUKRS[] IMPORTING EX_FLG_TAX_AUDITOR = G_FLG_TAX_AUDITOR CHANGING CH_RNG_DATE = l_rng_date EXCEPTIONS NO_AUTHORITY = 1 WRONG_INPUT = 2 OTHERS = 3.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = c_str_variant * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = I_SAVE = 'A' * I_DISPLAY_VIA_GRID = ' ' IMPORTING * E_EXIT = ES_VARIANT = c_str_variant EXCEPTIONS NOT_FOUND = 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 DSLD0F02 or its description.