SAP Reports / Programs | Basis Components | Basis Components | Cross-System Tools(BC-CUS-TOL-CST) SAP BC

SCDT_SYSTEM_MAPPING_F01 SAP ABAP INCLUDE - SCDTSYSTEMMAPPINGF01







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

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:

STC1_GET_DATA CALL FUNCTION 'STC1_GET_DATA' EXPORTING tab_handle = p_tabhandle TABLES table = p_it_scdtobjtab * modified_data = * deleted_data = * new_data = different_data = lt_scdtobjtab_diff * MARKED_DATA = GET_MARKED_DATA EXCEPTIONS table_not_found = 1 OTHERS = 2 .

SCDT_MAPPING_GET_RFCDEST CALL FUNCTION 'SCDT_MAPPING_GET_RFCDEST' EXPORTING i_systemtype = scdtobjsyn-system_src i_rel_from = scdtobjsyn-rl_from_s i_rel_to = scdtobjsyn-rl_to_s IMPORTING e_rfcdest = lv_rfcdest EXCEPTIONS no_destination = 1.

SCT1_GET_NAMETAB_RFC_40_30 CALL FUNCTION 'SCT1_GET_NAMETAB_RFC_40_30' EXPORTING iv_rfc_destination = lv_rfcdest iv_view_name = p_row-tabname_s * IV_VIEW_VARIANT = ' ' * IV_GET_OUTPUT_ATTR = 'X' iv_view_table_flag = view_table_flag * IV_LANGUAGE = SY-LANGU * IV_SELECT_BY_SELLIST = * IMPORTING * EV_AUTH = TABLES et_namtab = lt_namtab * ET_HEADER = * ET_NAMTAB_VIEW = * ET_HEADER_VIEW = * ET_SELLIST = EXCEPTIONS not_found = 1 no_fields = 2 not_active = 3 no_tvdir_entry = 4 communication_failure = 5 system_failure = 6 OTHERS = 7 .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = retfield = 'FIELDNAM_S' * PVALKEY = ' ' * DYNPPROG = * DYNPNR = * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = TABLES value_tab = lt_fieldname * FIELD_TAB = return_tab = lt_ret_tab * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

SCDT_MAPPING_GET_RFCDEST CALL FUNCTION 'SCDT_MAPPING_GET_RFCDEST' EXPORTING i_systemtype = scdtobjmap-system_trg i_rel_from = scdtobjsyn-rl_from_t i_rel_to = scdtobjsyn-rl_to_t IMPORTING e_rfcdest = lv_rfcdest EXCEPTIONS no_destination = 1.

SCDT_MAPPING_GET_RFCDEST CALL FUNCTION 'SCDT_MAPPING_GET_RFCDEST' EXPORTING i_systemtype = scdtobjsyn-system_src i_rel_from = scdtobjsyn-rl_from_s i_rel_to = scdtobjsyn-rl_to_s IMPORTING e_rfcdest = lv_rfcdest EXCEPTIONS no_destination = 1.

SCT1_GET_NAMETAB_RFC_40_30 CALL FUNCTION 'SCT1_GET_NAMETAB_RFC_40_30' EXPORTING iv_rfc_destination = lv_rfcdest iv_view_name = lv_tabname * IV_VIEW_VARIANT = ' ' * IV_GET_OUTPUT_ATTR = 'X' iv_view_table_flag = 'T' * IV_LANGUAGE = SY-LANGU * IV_SELECT_BY_SELLIST = * IMPORTING * EV_AUTH = TABLES et_namtab = lt_namtab * ET_HEADER = * ET_NAMTAB_VIEW = * ET_HEADER_VIEW = * ET_SELLIST = EXCEPTIONS not_found = 1 no_fields = 2 not_active = 3 no_tvdir_entry = 4 communication_failure = 5 system_failure = 6 OTHERS = 7 .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * DDIC_STRUCTURE = retfield = 'FIELDNAM_T' * PVALKEY = ' ' * DYNPPROG = * DYNPNR = * DYNPROFIELD = ' ' * STEPL = 0 * WINDOW_TITLE = * VALUE = ' ' value_org = 'S' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' * MARK_TAB = TABLES value_tab = lt_fieldname * FIELD_TAB = return_tab = lt_ret_tab * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Sicherheitsabfrage'(007) * DIAGNOSE_OBJECT = ' ' text_question = h_text * 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 = h_answer * TABLES * PARAMETER = .

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING ** DEFAULTOPTION = 'Y' * textline1 = text-t11 * textline2 = h_text * titel = 'Sicherheitsabfrage'(007) ** START_COLUMN = 25 ** START_ROW = 6 ** CANCEL_DISPLAY = 'X' * IMPORTING * answer = h_answer * .

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = ko200 EXCEPTIONS OTHERS = 1.

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING * WI_ORDER = ' ' wi_ko200 = ko200 EXCEPTIONS OTHERS = 1 .



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