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

SCDT_SYSTEM_MAPPING_F15 SAP ABAP INCLUDE - SCDTSYSTEMMAPPINGF15







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

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:

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 OTHERS = 2.

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 = view_table_flag * IV_LANGUAGE = SY-LANGU * IV_SELECT_BY_SELLIST = * IMPORTING * EV_AUTH = TABLES et_namtab = lt_nametab * 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 .

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 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 OTHERS = 2.

SCCR_GET_RELEASE_NR CALL FUNCTION 'SCCR_GET_RELEASE_NR' DESTINATION lv_rfcdest IMPORTING sap_release = lv_release * CODE_PAGE = * CHECK_NUMBER = * SYSID = * MANDT = * COPYLOCK = EXCEPTIONS communication_failure = 5 MESSAGE msg_text system_failure = 6 MESSAGE msg_text OTHERS = 0 .

SCT1_GET_NAMETAB_RFC_40_30 CALL FUNCTION 'SCT1_GET_NAMETAB_RFC_40_30' EXPORTING iv_rfc_destination = lv_rfcdest iv_view_name = p_tabname * IV_VIEW_VARIANT = ' ' * IV_GET_OUTPUT_ATTR = 'X' iv_view_table_flag = flag TABLES et_namtab = lt_nametab et_header_view = lt_header_view
EXCEPTIONS not_found = 1 no_fields = 2 not_active = 3 no_tvdir_entry = 4 communication_failure = 5 system_failure = 6 OTHERS = 7 .

GET_TABLE_KEYLIST_RFC CALL FUNCTION 'GET_TABLE_KEYLIST_RFC' EXPORTING tabname = 'DD02L' get_systab = 'X' rfc_dest = lv_rfcdest * MTYPE = * MTABNAME = * IMPORTING * NR_OF_ROWS = TABLES * NAME_TAB = inttab = lt_result tabkey = lt_e071k EXCEPTIONS client_not_found = 1 protected = 2 read_error = 3 table_not_found = 4 too_small = 5 convert_error = 6 wrong_type = 7 fieldtab_error = 8 no_rights = 9 rfc_error = 10 length_error = 11 OTHERS = 12 .



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