SAP Reports / Programs | Basis Components | Basis Components | Implementation Guide(BC-CUS-TOL-IMG) SAP BC

RSIMG_COLLECT SAP ABAP Report - Collection of all the parts of an IMG structure in one object list







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


Text pool values


Selection Text: ATTR = Copy attributes
Selection Text: DOCU = Copy documents
Selection Text: IMGA = Copy IMG activities
Selection Text: MAIN = Copy maintenance objects
Selection Text: OBJE = Copy Customizing objects
Selection Text: STRU = Copy structure
Selection Text: STRU_ID = Structure ID
Selection Text: SUBSTRU = Copy Substructures As Well
Title: Collection of all the parts of an IMG structure in one object list
Text Symbol: 001 = Objects To Be Added
Text Symbol: 002 = Structure


INCLUDES used within this REPORT RSIMG_COLLECT

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:

STREE_GET_CHILD_STRUCTURES CALL FUNCTION 'STREE_GET_CHILD_STRUCTURES' EXPORTING STRUCTURE_ID = STRU_ID * IMPORTING * MESSAGE = TABLES USER_PARAMETERS = USER_PARAMETERS CHILD_STRUCTURES = CHILD_STRUCTURES.

STREE_GET_TRANSPORT_KEYS CALL FUNCTION 'STREE_GET_TRANSPORT_KEYS' EXPORTING STRUCTURE_ID = child_structures-child_id "STRU_ID * ONLY_TABU_ENTRIES = ' ' * IMPORTING * MESSAGE = TABLES OBJECT_LIST = OBJECT_LIST KEY_LIST = KEY_LIST * ADDITIONAL_LANGUAGES = .

STREE_GET_OBJECTS_IN_STRUCTURE CALL FUNCTION 'STREE_GET_OBJECTS_IN_STRUCTURE' EXPORTING STRUCTURE_ID = child_structures-child_id "STRU_ID * WITH_INCLUDED_STRUCTURES = ' ' * IMPORTING * MESSAGE = TABLES OBJECT_LIST = REFERENCES.

S_CUS_IMG_ACTIVITY_READ_MULTIP CALL FUNCTION 'S_CUS_IMG_ACTIVITY_READ_MULTIP' TABLES IMG_ACTIVITIES = IMG_ACTIVITIES IMG_ACTIVITY_HEADERS = IMG_ACTIVITY_HEADERS * IMG_ACTIVITY_TEXTS = .

S_CUS_ACTIVITY_READ_MULTIPLE CALL FUNCTION 'S_CUS_ACTIVITY_READ_MULTIPLE' TABLES ACTIVITIES = ACTIVITIES * ACTIVITY_HEADERS = * ACTIVITY_TITLES = ACTIVITY_OBJECTS = ACTIVITY_OBJECTS * ACTIVITY_EXIT_NAMES = .

TRINT_REQUEST_CHOICE CALL FUNCTION 'TRINT_REQUEST_CHOICE' EXPORTING * IV_SIMULATION = ' ' * IV_SUPPRESS_DIALOG = ' ' IV_REQUEST_TYPES = 'F' * IV_CATEGORY = * IV_CLI_DEP = ' ' * IV_REQUEST = ' ' * IV_LOCK_OBJECTS = ' ' * IV_TITLE = * IV_START_COLUMN = 3 * IV_START_ROW = 7 * IMPORTING * ES_REQUEST = TABLES IT_E071 = ALL_E071 IT_E071K = WT_E071K EXCEPTIONS INVALID_REQUEST = 1 INVALID_REQUEST_TYPE = 2 USER_NOT_OWNER = 3 NO_OBJECTS_APPENDED = 4 ENQUEUE_ERROR = 5 CANCELLED_BY_USER = 6 RECURSIVE_CALL = 7 OTHERS = 9.

STREE_EXTERNAL_SEARCH CALL FUNCTION 'STREE_EXTERNAL_SEARCH' * EXPORTING * DISPLAY_F4_POPUP = 'X' * MULTIPLE_SELECTION = ' ' * DEFAULT_VALUE_TEXT = ' ' * TITLE_OF_WINDOW = ' ' * TITLE_OF_FRAME1 = ' ' * TITLE_OF_FRAME2 = ' ' * TITLE_OF_F4_POPUP = ' ' * RESULT_DISPLAY_ALL_SEL_PARAMET = ' ' * RESULT_DISPLAY_TREE_TYPE = ' ' * RESULT_DISPLAY_LAST_USER = ' ' * RESULT_DISPLAY_LAST_DATE = ' ' * RESULT_DISPLAY_LAST_RELEASE = ' ' * RESULT_DISPLAY_FIRST_USER = ' ' * RESULT_DISPLAY_FIRST_DATE = ' ' * RESULT_DISPLAY_FIRST_RELEASE = ' ' IMPORTING * MESSAGE = SELECTED_TREE_HEADER = SELECTED_TREE_HEADER SELECTED_TREE_TEXT = SELECTED_TREE_TEXT TABLES STRUCTURE_TYPES = STRUCTURE_TYPES * STRUCTURES_FOUND = * SELECTED_FIELDS = * EXCLUDED_STRUCTURE_IDS = * SELECTED_TREE_HEADERS = * SELECTED_TREE_TEXTS = .

RS_NAME_SPLIT_NAMESPACE CALL FUNCTION 'RS_NAME_SPLIT_NAMESPACE' EXPORTING NAME_WITH_NAMESPACE = NAME_WITH_NAMESPACE IMPORTING NAMESPACE = NAMESPACE NAME_WITHOUT_NAMESPACE = NAME_WITHOUT_NAMESPACE EXCEPTIONS DELIMITER_ERROR = 1 OTHERS = 2.



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