RS_ISP 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_ISP into the relevant SAP transactions such as SE38 or SE80
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.
Title: Data migration from DevBook (B20) to ISP
Text Symbol: 050 = Project:
Text Symbol: 041 = It could not be created in ISP.
Text Symbol: 040 = Processing network plan in DevBook.
Text Symbol: 034 = Network plan deleted
Text Symbol: 032 = Network plan updated
Text Symbol: 030 = Network plan header created
Text Symbol: 020 = Empty network plan header created
Text Symbol: 010 = Network plan unchanged
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SPROJECT_SEARCH call function 'SPROJECT_SEARCH' EXPORTING return_all_data = 'X' project_id_default = id TABLES list_of_found_activities = list_of_found_activities list_of_resources = list_of_resources list_of_keywords = list_of_keywords EXCEPTIONS selection_cancelled = 1.
SPROJECT_SHOW_LIST * CALL FUNCTION 'SPROJECT_SHOW_LIST' * TABLES * PROJECTS = LIST_OF_FOUND_ACTIVITIES * RESOURCE = LIST_OF_RESOURCES * KEYWORDS = LIST_OF_KEYWORDS * NOTETYPE = NOTETYPE ** OBJECTLIST = * EXCEPTIONS * QUIT_EVALUATION = 1.
zcn1_network_create
ZCN1_NETWORK_CREATE
PS_System_Import
PS_SYSTEM_IMPORT " CALL FUNCTION 'PS_System_Import' " IMPORTING " VALUE(SEPARATOR) LIKE IFFIELDS-SEPARATOR OPTIONAL " VALUE(PROHIBITOR) LIKE IFFIELDS-PROHIBITOR OPTIONAL " VALUE(ATTRIBUTES_LENGTH) LIKE IFFIELDS-ATTRBSLENG " OPTIONAL " VALUE(UNIT_MODE) LIKE IFFIELDS-UNITMODE DEFAULT 'C' " VALUE(READ_INTO_ATTRIBUTES) LIKE IFFIELDS-READ2ATTRB " OPTIONAL " VALUE(FILE_IN) LIKE RLGRAP-FILENAME OPTIONAL " VALUE(FILE_OUT) LIKE RLGRAP-FILENAME OPTIONAL " TABLES " DEFINITIONS STRUCTURE IFDEFINE OPTIONAL " OBJECT_METHODS STRUCTURE IFOBJMETHD " ATTRIBUTE_LINES STRUCTURE IFATTRIBS OPTIONAL " ATTRIBUTES STRUCTURE IFATTRIBUT OPTIONAL
CALL FUNCTION 'PS_SYSTEM_IMPORT' DESTINATION 'ISX (TEM' exPORTING SEPARATOR = ';' * PROHIBITOR = ? * ATTRIBUTES_LENGTH = ? UNIT_MODE = 'E' READ_INTO_ATTRIBUTES = 'E' * FILE_IN = ? * FILE_OUT = ? TABLES DEFINITIONS = itab_DEFINITIONS OBJECT_METHODS = itab_OBJECT_METHODS ATTRIBUTE_LINES = itab_ATTRIBUTE_LINES.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_ISP or its description.
RS_ISP - Data migration from DevBook (B20) to ISP RS_ISP - Data migration from DevBook (B20) to ISP RS_INVALIDATE_STRUCT_BUFFER - Program RS_INVALIDATE_STRUCT_BUFFER RS_INVALIDATE_STRUCT_BUFFER - Program RS_INVALIDATE_STRUCT_BUFFER RS_INPUT_UTIL_EXAMPLE - Example Program for CL_FOBU_INPUT_UTIL RS_INPUT_UTIL_EXAMPLE - Example Program for CL_FOBU_INPUT_UTIL