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

SCDT_SYSTEM_MAPPING_F11 SAP ABAP INCLUDE - SCDTSYSTEMMAPPINGF11







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

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:

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

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

DEQUEUE_E_SCDTOBJECT CALL FUNCTION 'DEQUEUE_E_SCDTOBJECT' EXPORTING mode_scdtobject = 'E' id = scdtobjmap-id system_trg = scdtobjmap-system_trg.

ENQUEUE_E_SCDTOBJECT CALL FUNCTION 'ENQUEUE_E_SCDTOBJECT' EXPORTING mode_scdtobject = 'E' * id = p_get_marked_data-id * system_trg = scdtcomprl-systemtype id = p_id system_trg = p_systemtype * X_ID = ' ' * X_SYSTEM_TRG = ' ' _scope = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3 .

DSYS_EDIT CALL FUNCTION 'DSYS_EDIT' EXPORTING dokclass = doc_cls * DOKLANGU = SY-LANGU dokname = doc_name * dokshorttext = * USE_NOTE_TEMPLATE = ' ' * IMPORTING * changed = "doesn't work EXCEPTIONS not_hypertext_class = 1 no_editor = 2 OTHERS = 3 .

DSYS_EXIST CALL FUNCTION 'DSYS_EXIST' EXPORTING dokclass = doc_cls * DOKLANGU = SY-LANGU dokname = doc_name EXCEPTIONS class_unknown = 1 no_check = 2 object_not_exist = 3 OTHERS = 4 .

DSYS_SHOW CALL FUNCTION 'DSYS_SHOW' EXPORTING dokclass = doc_cls * DOKLANGU = SY-LANGU dokname = doc_name * DOKTITLE = ' ' * HOMETEXT = ' ' * OUTLINE = ' ' * VIEWNAME = 'STANDARD' * Z_ORIGINAL_OUTLINE = ' ' * CALLED_FROM_SO70 = ' ' * STRUCTURE_ID = * IMPORTING * APPL = * PF03 = * PF15 = * PF12 = EXCEPTIONS object_not_found = 2 OTHERS = 3 .

DSYS_EXIST CALL FUNCTION 'DSYS_EXIST' EXPORTING dokclass = 'TX' * DOKLANGU = SY-LANGU dokname = d_doc_name EXCEPTIONS class_unknown = 1 no_check = 2 object_not_exist = 3 OTHERS = 4 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-t39 * DIAGNOSE_OBJECT = ' ' text_question = text text_button_1 = 'Ja'(005) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(006) * 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 = 0 .

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 = rfcdest_trg e_rel = release_trg 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 = rfcdest_src e_rel = release_src EXCEPTIONS no_destination = 1 OTHERS = 2.

SCCR_GET_RELEASE_NR CALL FUNCTION 'SCCR_GET_RELEASE_NR' DESTINATION rfcdest_trg IMPORTING sap_release = lv_release EXCEPTIONS communication_failure = 5 MESSAGE msg_text system_failure = 6 MESSAGE msg_text OTHERS = 0.

SCCR_GET_RELEASE_NR CALL FUNCTION 'SCCR_GET_RELEASE_NR' DESTINATION rfcdest_src IMPORTING sap_release = lv_release EXCEPTIONS communication_failure = 5 MESSAGE msg_text system_failure = 6 MESSAGE msg_text OTHERS = 0.

SCDT_MAPPING_CHK_FULL CALL FUNCTION 'SCDT_MAPPING_CHK_FULL' EXPORTING it_object = it_object it_objmap = it_objmap it_mapfld = it_mapfld it_target = it_target it_source = it_source t_systype = systype_trg t_sysrel = release_trg t_rfcdst = rfcdest_trg s_systype = systype_src s_sysrel = release_src s_rfcdst = rfcdest_src * CHKGRP = 'ALL' IMPORTING it_result_table = it_result_table msglist = msglist EXCEPTIONS wrong_chkgrp = 1 empty_it_objects = 2 no_entry_in_it_target = 3 no_entry_in_it_source = 4 no_entry_in_it_mapfld = 5 OTHERS = 6 .

SCDT_MAPPING_DISPLAY_MESSAGES CALL FUNCTION 'SCDT_MAPPING_DISPLAY_MESSAGES' TABLES messagelist = msglist EXCEPTIONS bal_error = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' "Default: nicht sichern textline1 = text-t42 "Bei der Prüfung sind Fehler oder Warnungen aufgetreten textline2 = text-t41 "Wollen Sie trotzdem sichern? titel = text-t42
* START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' 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 SCDT_SYSTEM_MAPPING_F11 or its description.