SAP Reports / Programs

RS_IMG_BC_SET_CHECK SAP ABAP Report - IMG Check for BC Set-Compatibility







RS_IMG_BC_SET_CHECK is a standard Executable ABAP Report 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 RS_IMG_BC_SET_CHECK into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SCPRUPP - Use of BC Sets in IMG


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 RS_IMG_BC_SET_CHECK. "Basic submit
SUBMIT RS_IMG_BC_SET_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT RS_IMG_BC_SET_CHECK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: IMG Check for BC Set-Compatibility
Text Symbol: 001 = Reference IMG
Text Symbol: 006 = Transaction
Text Symbol: 019 = Object Type
Text Symbol: 020 = Cluster
Text Symbol: 021 = View
Text Symbol: 022 = Table
Text Symbol: 023 = Log. Object
Text Symbol: 028 = --
Text Symbol: 029 = Document
Text Symbol: 030 = Activate
Text Symbol: 031 = Lock
Text Symbol: 032 = Scenario 1: Document
Text Symbol: 033 = Scenario 2: Activate
Text Symbol: 034 = Scenario 3: Lock
Text Symbol: 040 = ...
Text Symbol: 041 = Business Add-In:
Text Symbol: 042 = Project:
Text Symbol: 043 = Node Text
Text Symbol: 044 = Sequence
Text Symbol: 045 = Activity ID
Text Symbol: 046 = Node ID
Text Symbol: 047 = Parent ID
Text Symbol: 049 = Node Level
Text Symbol: 050 = Reference Node ID
Text Symbol: 051 = Dummy Object
Text Symbol: 052 = Default Transaction
Text Symbol: 053 = Parameter Transaction
Text Symbol: 054 = Before Export Method
Text Symbol: 055 = After Import Method
Text Symbol: 056 = Comparison Flag
Text Symbol: 057 = Modified Dialog
Text Symbol: 058 = Object List Not Maintained
Text Symbol: 059 = No OBJH Entry Exists
Text Symbol: 060 = Object Type Text
Text Symbol: 061 = Object Name
Text Symbol: 062 = Object Not in System
Text Symbol: 063 = View Definition Errors





Text Symbol: 064 = IMG Assignment Incomplete
Text Symbol: 065 = Priority
Text Symbol: 066 = IMG-Specific Exception
Text Symbol: 067 = Object-Specific Exception
Text Symbol: 068 = Object Sequence in IMG
Text Symbol: 069 = Activate (checked)
Text Symbol: 048 = Node Type


INCLUDES used within this REPORT RS_IMG_BC_SET_CHECK

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_INFORM * CALL FUNCTION 'POPUP_TO_INFORM' * EXPORTING * titel = sy-repid * txt2 = sy-subrc * txt1 = 'Error in Flush'(500).

S_CUS_IMG_GET_REFERENCE_IMG_ID CALL FUNCTION 'S_CUS_IMG_GET_REFERENCE_IMG_ID' IMPORTING reference_img_id = id.

STREE_HIERARCHY_READ CALL FUNCTION 'STREE_HIERARCHY_READ' EXPORTING structure_id = id * FILTER_ID = ' ' read_also_texts = 'X' * LANGUAGE = SY-LANGU * ALL_LANGUAGES = ' ' display_mode = 'D' * IMPORTING * MESSAGE = TABLES list_of_nodes = lon list_of_references = lor_1 list_of_texts = lot.

STREE_STRUCTURE_INSERT_SUBSTRU CALL FUNCTION 'STREE_STRUCTURE_INSERT_SUBSTRU' EXPORTING * FILTER_ID = ' ' read_also_references = 'X' read_also_texts = 'X' * LANGUAGE = SY-LANGU TABLES i_structure = lon e_structure = stru e_references = lor e_texts = lot_2.

S_CUS_IMG_ACTIVITY_GET_OBJECTS CALL FUNCTION 'S_CUS_IMG_ACTIVITY_GET_OBJECTS' * EXPORTING * IMG_ACTIVITY = * RETURN_ALL_ACTIVITIES = ' ' TABLES img_activities = act OBJECTS = obj activity_object_relation = aor.

S_CUS_IMG_ACT_BC_SET_STATUS CALL FUNCTION 'S_CUS_IMG_ACT_BC_SET_STATUS' EXPORTING img_activity = aor_wa-activity * OBJECTNAME = * OBJECTTYPE = * TCODE = check_exceptions = 'X' call_environment = 'RS_IMG_BC_SET_CHECK' * REFRESH_BUFFER = 'SPACE' TABLES act_check_result = act_check_result obj_check_result = obj_check_result * VIEWDEF_CHECK_RESULT = * ERROR_CASES = .

S_CUS_IMG_ACT_CHECK_OBJECTS * CALL FUNCTION 'S_CUS_IMG_ACT_CHECK_OBJECTS' * EXPORTING * IMG_ACTIVITY = it_statistics_wa-activity ** OBJECTNAME = ** OBJECTTYPE = ** TCODE = * TABLES * OBJH = it_objh * OBJM_BEFORE_EXP = it_objm_be * OBJM_AFTER_IMP = it_objm_ai * TSTCP = it_tstcp * OBJ_CHECK_RESULT = obj_check_result * ACT_CHECK_RESULT = act_check_result * EXCEPTIONS * IMPORT_PARAMETER_MISSING = 1 * OBJECT_NOT_DEFINED = 2 * OTHERS = 3 * .

S_CUS_IMG_ACT_CHECK_DISPLAY CALL FUNCTION 'S_CUS_IMG_ACT_CHECK_DISPLAY' EXPORTING activity = it_statistics_wa-activity * cd_objectname = * cd_objecttype = * cd_tcode = cd_text = it_statistics_wa-text * obj_tab_only = call_environment = 'SPRO' EXCEPTIONS wrong_parameters = 1 object_not_defined = 2 activity_not_defined = 3 no_related_object = 4 OTHERS = 5.

S_CUS_IMG_ACT_CHECK_DISPLAY CALL FUNCTION 'S_CUS_IMG_ACT_CHECK_DISPLAY' EXPORTING activity = it_statistics_wa_2-activity cd_objectname = cd_objectname cd_objecttype = it_statistics_wa-objecttype cd_tcode = it_statistics_wa-tcode cd_text = it_statistics_wa-text obj_tab_only = 'X' call_environment = 'SPRO' EXCEPTIONS wrong_parameters = 1 object_not_defined = 2 activity_not_defined = 3 no_related_object = 4 OTHERS = 5.

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * NAME = 'ICON_LED_GREEN' ** TEXT = ' ' ** INFO = ' ' ** ADD_STDINF = 'X' * IMPORTING * RESULT = d0998_status_1 ** EXCEPTIONS ** ICON_NOT_FOUND = 1 ** OUTPUTFIELD_TOO_SHORT = 2 ** OTHERS = 3 * .

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * NAME = 'ICON_LED_GREEN' ** TEXT = ' ' ** INFO = ' ' ** ADD_STDINF = 'X' * IMPORTING * RESULT = d0998_status_2 ** EXCEPTIONS ** ICON_NOT_FOUND = 1 ** OUTPUTFIELD_TOO_SHORT = 2 ** OTHERS = 3 * .

ICON_CREATE * CALL FUNCTION 'ICON_CREATE' * EXPORTING * NAME = 'ICON_LED_GREEN' ** TEXT = ' ' ** INFO = ' ' ** ADD_STDINF = 'X' * IMPORTING * RESULT = d0998_status_3 ** EXCEPTIONS ** ICON_NOT_FOUND = 1 ** OUTPUTFIELD_TOO_SHORT = 2 ** OTHERS = 3 * .

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = 'Reading texts ...'. "#EC NOTEXT

S_CUS_IMG_GET_REFERENCE_IMG_ID CALL FUNCTION 'S_CUS_IMG_GET_REFERENCE_IMG_ID' IMPORTING reference_img_id = id.

STREE_HIERARCHY_READ





CALL FUNCTION 'STREE_HIERARCHY_READ' EXPORTING structure_id = id * FILTER_ID = ' ' read_also_texts = 'X' * LANGUAGE = SY-LANGU * ALL_LANGUAGES = ' ' display_mode = 'D' * IMPORTING * MESSAGE = TABLES list_of_nodes = lon list_of_references = lor_1 list_of_texts = lot.

STREE_STRUCTURE_INSERT_SUBSTRU CALL FUNCTION 'STREE_STRUCTURE_INSERT_SUBSTRU' EXPORTING * FILTER_ID = ' ' read_also_references = 'X' read_also_texts = 'X' * LANGUAGE = SY-LANGU TABLES i_structure = lon e_structure = stru e_references = lor e_texts = lot_2.

SPROJECT_PROJECT_F4 CALL FUNCTION 'SPROJECT_PROJECT_F4' EXPORTING * LANGUAGE = SY-LANGU * SCREEN_TITLE = class = 'CUSTOM' application = 'CU' * MULTIPLE_SELECT = * NO_PERS_VALUE_LIST = * IMPORTING * PROJECT_TITLE = * PROJECT_CLASS = CHANGING project_id = d300_project_name EXCEPTIONS selection_cancelled = 1 no_data_found = 2 OTHERS = 3.

SIMPLE_BATCH_JOB_SUBMIT CALL FUNCTION 'SIMPLE_BATCH_JOB_SUBMIT' EXPORTING program = 'RS_IMG_BC_SET_CHECK' * VARIANT = ' ' EXCEPTIONS submit_failed = 1 OTHERS = 2.

BM_EXPRESS_MESSAGE_SEND CALL FUNCTION 'BM_EXPRESS_MESSAGE_SEND' EXPORTING title = space MESSAGE = p_message.



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