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

SCDT_SYSTEM_MAPPING_I01 SAP ABAP INCLUDE - SCDTSYSTEMMAPPINGI01







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

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_PUT_DATA CALL FUNCTION 'STC1_PUT_DATA' EXPORTING handle = tabhandle_210 delete_data = 'X' TABLES table = it_scdtobjtab_t EXCEPTIONS * no_more_tables = 1 * too_many_fields = 2 * nametab_not_valid = 3 * handle_not_valid = 4 OTHERS = 5.

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = ko200 * IV_NO_SHOW_OPTION = ' ' EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 1 .

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

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Pflege beenden'(003) text_question = 'Änderungen vorher sichern?'(004) * text_button_1 = 'Ja'(005) * text_button_2 = 'Nein'(006) IMPORTING answer = answer EXCEPTIONS OTHERS = 2.

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

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

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Pflege beenden'(003) text_question = 'Änderungen vorher sichern?'(004) * text_button_1 = 'Ja'(005) * text_button_2 = 'Nein'(006) IMPORTING answer = answer EXCEPTIONS OTHERS = 2.

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

TR_TADIR_POPUP_ENTRY_E071 CALL FUNCTION 'TR_TADIR_POPUP_ENTRY_E071' EXPORTING wi_e071_pgmid = 'R3TR' wi_e071_object = 'SCDT' wi_e071_obj_name = object_name * WI_E071_GENNUM = ' ' * WI_MESSAGE_ENTER_DEVCLASS = ' ' wi_read_only = 'X' * WI_TADIR_DEVCLASS = ' ' * WI_TADIR_GENFLAG = ' ' * WI_TADIR_MASTERLANG = ' ' * IV_SUPPRESS_MOD_SHOW = ' ' * IMPORTING * WE_TADIR = * ES_TDEVC = * EV_DELETED = EXCEPTIONS display_mode = 1 exit = 2 global_tadir_insert_error = 3 no_repair_selected = 4 no_systemname = 5 no_systemtype = 6 no_tadir_type = 7 reserved_name = 8 tadir_enqueue_failed = 9 devclass_not_found = 10 tadir_not_exist = 11 object_exists = 12 internal_error = 13 object_append_error = 14 tadir_modify_error = 15 object_locked = 16 no_object_authority = 17 OTHERS = 18 .

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = text values = it_scdtcomprl_sysrelease EXCEPTIONS * ID_ILLEGAL_NAME = 1 OTHERS = 0 .

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = text2 values = it_scdtcomprl_sysrelease_t EXCEPTIONS * id_illegal_name = 1 OTHERS = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = text2 values = it_scdtcomprl_sysrelease_t EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = text2 values = it_scdtcomprl_sysrelease_s EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = text2 values = it_scdtcomprl_sysrelease_s EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

POPUP_TO_CONFIRM_LOSS_OF_DATA * CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' * EXPORTING * textline1 = 'Möchten Sie wirklich abbrechen?'(002) ** TEXTLINE2 = ' ' * titel = 'Pflege abbrechen'(001) ** START_COLUMN = 25 ** START_ROW = 6 ** DEFAULTOPTION = 'N' * IMPORTING * answer = answer * .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Pflege beenden'(003) * DIAGNOSE_OBJECT = ' ' text_question = 'Änderungen vorher sichern?'(004) text_button_1 = 'Ja'(005) * ICON_BUTTON_1 = ' ' text_button_2 = 'Nein'(006) IMPORTING answer = answer EXCEPTIONS * TEXT_NOT_FOUND = 1 OTHERS = 2 .

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

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

POPUP_TO_CONFIRM_LOSS_OF_DATA





CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = 'Möchten Sie wirklich abbrechen?'(002) * TEXTLINE2 = ' ' titel = 'Pflege abbrechen'(001) * START_COLUMN = 25 * START_ROW = 6 * DEFAULTOPTION = 'N' IMPORTING answer = answer .

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

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = 'Möchten Sie wirklich abbrechen?'(002) * TEXTLINE2 = ' ' titel = 'Pflege abbrechen'(001) * START_COLUMN = 25 * START_ROW = 6 * DEFAULTOPTION = 'N' IMPORTING answer = answer .

DEQUEUE_E_SCDTOBJECT CALL FUNCTION 'DEQUEUE_E_SCDTOBJECT' EXPORTING mode_scdtobject = 'E' id = scdtobjmap-id system_trg = scdtobjmap-system_trg * X_ID = ' ' * X_SYSTEM_TRG = ' ' * _scope = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .



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