SAP Reports / Programs | Basis Components | Change & Transport System | Language Transport(BC-CTS-LAN) SAP BC

RSTLAN_EXPORT_F03 SAP ABAP INCLUDE - RSTLANEXPORTF03







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

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 CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING * TITLEBAR = ' ' * DIAGNOSE_OBJECT = ' ' text_question = lv_text_question * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING wi_e071 = wa_e071 IMPORTING pe_result = result * WE_E071 = we_tadir = wa_tadir * we_category = category * WE_CLI_DEP = * EV_LANGTYP = * EV_LANGTYPA = * ev_logo_obj = logo_obj .

TR_CHECK_TYPE CALL FUNCTION 'TR_CHECK_TYPE' EXPORTING wi_e071 = wa_e071 IMPORTING pe_result = result * WE_E071 = * we_tadir = wa_tadir we_category = lv_trcateg * WE_CLI_DEP = * EV_LANGTYP = * EV_LANGTYPA = * ev_logo_obj = logo_obj .

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING * DEFAULTOPTION = '1' titel = text-a00 textline1 = text-a01 textline2 = text-a02 * textline3 = text-a03 text_option1 = text-a04 text_option2 = text-a05 * ICON_TEXT_OPTION1 = ' ' * ICON_TEXT_OPTION2 = ' ' * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = lv_answer .

STRALAN_GET_OBJECT_POOL CALL FUNCTION 'STRALAN_GET_OBJECT_POOL' EXPORTING im_object_selection = srtfd im_rfc_connection = im_rfcdest IMPORTING ex_total_selection = ls_total_selection TABLES ot_object_pool = lt_object_pool ot_object_pool_k = lt_object_pool_k ot_components = lt_components EXCEPTIONS selection_corrupted = 1 OTHERS = 2.

STRALAN_GET_OBJECT_POOL CALL FUNCTION 'STRALAN_GET_OBJECT_POOL' EXPORTING im_object_selection = srtfd im_rfc_connection = im_rfcdest IMPORTING ex_total_selection = ls_total_selection TABLES ot_object_pool = gt_object_pool ot_object_pool_k = gt_object_pool_k ot_components = gt_components EXCEPTIONS selection_corrupted = 1 OTHERS = 2.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING * NO_VALUE_CHECK = ' ' popup_title = text-nam start_column = '5' start_row = '5' IMPORTING returncode = lv_return_code TABLES fields = it_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2 .

STREE_EXTERNAL_DISPLAY CALL FUNCTION 'STREE_EXTERNAL_DISPLAY' EXPORTING structure_id = 'E36229383655D355E10000009B38F89F' * LANGUAGE = SY-LANGU * DISPLAY_STRUCTURE = 'X' * NO_COMMIT_WORK = 'X' * USE_REMOTE_CONNECTION = ' ' * RFC_DESTINATION = 'NONE' * POSITION_ON_NODE = ' ' * ID_FOR_USE_AS_FILTER = ' ' * IMPORTING * MESSAGE = * TOGGLE = * TABLES * USER_PARAMETERS = * POSITION_HIERARCHY = .

SIW_R3LINK_VIEW CALL FUNCTION 'SIW_R3LINK_VIEW' EXPORTING * DEVCLASS = tcode = sy-tcode * PROGRAM = * DYNPRONR = * EXTENSION = * FRONTEND_PLATFORM = 'NONE' * CALL_BROWSER = 'X' * SINGLE_OBJECT = ' ' IMPORTING error_msg = l_iwerrormsg * ACTION = * FRONTEND_URL = * FRONTEND_PROGRAM = .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = ' ' * DIAGNOSE_OBJECT = ' ' text_question = lv_text_question * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = lv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

SCP_CHARS_ARE_SYNTACTICAL CALL FUNCTION 'SCP_CHARS_ARE_SYNTACTICAL' EXPORTING string = dv2700-description IMPORTING WRONG_CHAR = lv_invalid_char IS_OK = lv_ok .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-ext * DIAGNOSE_OBJECT = ' ' text_question = text-exp * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = lv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = dv5000-exitname * DIAGNOSE_OBJECT = ' ' text_question = text-dl2 * DEFAULT_BUTTON = '1' display_cancel_button = space * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = lv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2 .

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_request_types = 'K' it_e071 = lt_e071 EXCEPTIONS OTHERS = 8.

TR_REQUEST_CHOICE CALL FUNCTION 'TR_REQUEST_CHOICE' EXPORTING iv_request_types = 'K' it_e071 = lt_e071 it_e071k = lt_e071k EXCEPTIONS OTHERS = 8.

POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING check_existence = 'X' popup_title = text-rfc * START_COLUMN = '5' * START_ROW = '5' IMPORTING returncode = lv_returncode TABLES fields = lt_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2 .

POPUP_GET_VALUES_DB_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_DB_CHECKED' EXPORTING check_existence = 'X' popup_title = text-com * START_COLUMN = '5' * START_ROW = '5' IMPORTING returncode = lv_returncode TABLES fields = lt_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2 .



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