SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

SDESTF02 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' textline1 = textline1 textline2 = textline2 titel = titel start_column = 29 start_row = 1 * CANCEL_DISPLAY = 'X' IMPORTING answer = answer.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = act_repid dynumb = act_dynnr TABLES dynpfields = t_dynp_values EXCEPTIONS invalid_abapworkarea = 01 invalid_dynprofield = 02 invalid_dynproname = 03 invalid_dynpronummer = 04 invalid_request = 05 no_fielddescription = 06 undefind_error = 07.

HELP_VALUES_GET_WITH_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_WITH_DD_NAME' EXPORTING * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' selectfield = 'OBJECTNAME' tablename = 'BDI_OBNAME' * titel = ' ' * NO_PERS_HELP_SELECT = ' ' * TITLE_IN_VALUES_LIST = ' ' use_user_selections = 'S' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * NO_SCROLL = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' IMPORTING * IND = select_value = selected_value TABLES full_table = help_values user_sel_fields = shrinkfields * HEADING_TABLE = EXCEPTIONS no_tablefields_in_dictionary = 1 no_tablestructure_given = 2 more_then_one_selectfield = 3 no_selectfield = 4 OTHERS = 5.

HELP_VALUES_GET_WITH_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_WITH_DD_NAME' EXPORTING * CUCOL = 0 * CUROW = 0 * DISPLAY = ' ' selectfield = 'METHODNAME' tablename = 'BDI_METHOD' * titel = ' ' * NO_PERS_HELP_SELECT = ' ' * TITLE_IN_VALUES_LIST = ' ' use_user_selections = 'S' * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * NO_SCROLL = ' ' * NO_MARKING_OF_CHECKVALUE = ' ' IMPORTING * IND = select_value = selected_value TABLES full_table = help_values user_sel_fields = shrinkfields * HEADING_TABLE = EXCEPTIONS no_tablefields_in_dictionary = 1 no_tablestructure_given = 2 more_then_one_selectfield = 3 no_selectfield = 4 OTHERS = 5.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = textline1 textline2 = textline2 titel = titel start_column = 29 start_row = 1 cancel_display = ' ' IMPORTING answer = answer.



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