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

RSMVPROJ SAP ABAP Report - Convert Rel. 3.0 IMG Data into a Project







RSMVPROJ 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 RSMVPROJ 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

O984 - Customizing doc converter program


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 RSMVPROJ. "Basic submit
SUBMIT RSMVPROJ AND RETURN. "Return to original report after report execution complete
SUBMIT RSMVPROJ 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: NOTETEXT = Description of the note type
Selection Text: NOTETYPE = Note type
Selection Text: PRO_BEGI = Start date of the project
Selection Text: PRO_END = End date of the project
Selection Text: PRO_LANG = Project language
Selection Text: PRO_NUMB = Project number
Selection Text: PRO_RESP = Project manager
Selection Text: PRO_TEXT = Project description
Title: Convert Rel. 3.0 IMG Data into a Project
Text Symbol: 001 = Converted notes for the implementation project


INCLUDES used within this REPORT RSMVPROJ

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_INSERT_NEW_COMM CALL FUNCTION 'TR_INSERT_NEW_COMM' EXPORTING WI_KURZTEXT = E07T_AS4TEXT WI_TRFUNCTION = 'S' WI_STRKORR = ' ' WI_CATEGORY = ' ' WI_CLIENT = ' ' WI_TARGET_CLIENT = ' ' IMPORTING WE_E070 = I_E070 WE_E07T = I_E07T WE_TRKORR = E070_TRKORR WE_E070C = I_E070C EXCEPTIONS CLIENT_RANGE_FULL = 01 E070L_INSERT_ERROR = 02 E070L_UPDATE_ERROR = 03 E070_INSERT_ERROR = 04 E07T_INSERT_ERROR = 05 NO_SYSTEMNAME = 06 NO_SYSTEMTYPE = 07 SAP_RANGE_FULL = 08 UNALLOWED_TRFUNCTION = 09 UNALLOWED_USER = 10 ORDER_NOT_FOUND = 11 INVALID_STATUS = 12 NOT_AN_ORDER = 13 ORDER_LOCK_FAILED = 14 NO_AUTHORIZATION = 15 E070C_INSERT_ERROR = 16 WRONG_CLIENT = 17 WRONG_CATEGORY = 18 FILE_ACCESS_ERROR = 19.

TR_APPEND_TO_COMM_OBJS_KEYS CALL FUNCTION 'TR_APPEND_TO_COMM_OBJS_KEYS' EXPORTING WI_SIMULATION = ' ' WI_SUPPRESS_KEY_CHECK = 'X' WI_TRKORR = E070_TRKORR TABLES WT_E071 = E071_TAB WT_E071K = E071K_TAB EXCEPTIONS KEY_CHAR_IN_NON_CHAR_FIELD = 01 KEY_CHECK_KEYSYNTAX_ERROR = 02 KEY_INTTAB_TABLE = 03 KEY_LONGER_FIELD_BUT_NO_GENERC = 04 KEY_MISSING_KEY_MASTER_FIELDS = 05 KEY_MISSING_KEY_TABLEKEY = 06 KEY_NON_CHAR_BUT_NO_GENERIC = 07 KEY_NO_KEY_FIELDS = 08 KEY_STRING_LONGER_CHAR_KEY = 09 KEY_TABLE_HAS_NO_FIELDS = 10 KEY_TABLE_NOT_ACTIV = 11 KEY_UNALLOWED_KEY_FUNCTION = 12 KEY_UNALLOWED_KEY_OBJECT = 13 KEY_UNALLOWED_KEY_OBJNAME = 14 KEY_UNALLOWED_KEY_PGMID = 15 KEY_WITHOUT_HEADER = 16 OB_CHECK_OBJ_ERROR = 17 OB_DEVCLASS_NO_EXIST = 18 OB_EMPTY_KEY = 19 OB_GENERIC_OBJECTNAME = 20 OB_ILL_DELIVERY_TRANSPORT = 21 OB_ILL_LOCK = 22 OB_ILL_PARTS_TRANSPORT = 23 OB_ILL_SOURCE_SYSTEM = 24 OB_ILL_SYSTEM_OBJECT = 25 OB_ILL_TARGET = 26 OB_INTTAB_TABLE = 27 OB_LOCAL_OBJECT = 28 OB_LOCKED_BY_OTHER = 29 OB_MODIF_ONLY_IN_MODIF_ORDER = 30 OB_NAME_TOO_LONG = 31 OB_NO_APPEND_OF_CORR_ENTRY = 32 OB_NO_APPEND_OF_C_MEMBER = 33 OB_NO_CONSOLIDATION_TRANSPORT = 34 OB_NO_ORIGINAL = 35 OB_NO_SHARED_REPAIRS = 36 OB_NO_SYSTEMNAME = 37 OB_NO_SYSTEMTYPE = 38 OB_NO_TADIR = 39 OB_NO_TADIR_NOT_LOCKABLE = 40 OB_PRIVAT_OBJECT = 41 OB_REPAIR_ONLY_IN_REPAIR_ORDER = 42 OB_RESERVED_NAME = 43 OB_SYNTAX_ERROR = 44 OB_TABLE_HAS_NO_FIELDS = 45 OB_TABLE_NOT_ACTIV = 46 TR_ENQUEUE_FAILED = 47 TR_ERRORS_IN_ERROR_TABLE = 48 TR_ILL_KORRNUM = 49 TR_LOCKMOD_FAILED = 50 TR_LOCK_ENQUEUE_FAILED = 51 TR_NOT_OWNER = 52 TR_NO_SYSTEMNAME = 53 TR_NO_SYSTEMTYPE = 54 TR_ORDER_NOT_EXIST = 55 TR_ORDER_RELEASED = 56 TR_ORDER_UPDATE_ERROR = 57 TR_WRONG_ORDER_TYPE = 58 OB_INVALID_TARGET_SYSTEM = 59 TR_NO_AUTHORIZATION = 60 OB_WRONG_TABLETYP = 61 OB_WRONG_CATEGORY = 62 OB_SYSTEM_ERROR = 63 OB_UNLOCAL_OBJEKT_IN_LOCAL_ORD = 64 TR_WRONG_CLIENT = 65 OB_WRONG_CLIENT = 66 KEY_WRONG_CLIENT = 67.

TOCX_GET_HEADER CALL FUNCTION 'TOCX_GET_HEADER' EXPORTING LANGUAGE = 'D' OUTLINE = 'SIMG_ALL' IMPORTING * masterlanguage = NEWEST_MODIFIED_VERSION = MOD_DSYAH NEWEST_ORIGINAL_VERSION = ORG_DSYAH TABLES HEADER_DATA = TAB_DSYAH EXCEPTIONS NO_LANGUAGE_GIVEN = 01 NO_OUTLINE_GIVEN = 02 OUTLINE_EXISTS_NOT = 03.

TOCX_GET_HEADER CALL FUNCTION 'TOCX_GET_HEADER' EXPORTING LANGUAGE = 'E' OUTLINE = 'SIMG_ALL' IMPORTING * masterlanguage = NEWEST_MODIFIED_VERSION = MOD_DSYAH NEWEST_ORIGINAL_VERSION = ORG_DSYAH TABLES HEADER_DATA = TAB_DSYAH EXCEPTIONS NO_LANGUAGE_GIVEN = 01 NO_OUTLINE_GIVEN = 02 OUTLINE_EXISTS_NOT = 03.

TOCX_READ_DISPLAY_VERSION CALL FUNCTION 'TOCX_READ_DISPLAY_VERSION' EXPORTING OUTLINE = ORG_DSYAH-OUTLINE SPRAS = ORG_DSYAH-SPRAS VIEWNAME = 'STANDARD' TABLES HIERARCHY = I_HIER EXCEPTIONS MISSING_PARAMETERS = 01 NOT_FOUND = 02.

TOCX_INSERT_INCLUDED_BOOKS CALL FUNCTION 'TOCX_INSERT_INCLUDED_BOOKS' EXPORTING HEADER_DATA = ORG_DSYAH INCLUDE_TYPE = 'BIBL' TABLES INPUT_HIERARCHY = I_HIER OUTPUT_HIERARCHY = INT_HIER.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_DELETE_TADIR_ENTRY = ' ' WI_REMOVE_REPAIR_FLAG = ' ' WI_SET_REPAIR_FLAG = ' ' WI_TEST_MODUS = ' ' WI_TADIR_PGMID = 'R3TR' WI_TADIR_OBJECT = 'DSYS' WI_TADIR_OBJ_NAME = WI_TADIR_OBJ_NAME WI_TADIR_KORRNUM = ' ' WI_TADIR_SRCSYSTEM = ' ' WI_TADIR_AUTHOR = ' ' WI_TADIR_DEVCLASS = TADIR-DEVCLASS WI_TADIR_MASTERLANG = ' ' WI_TADIR_VERSID = ' ' WI_REMOVE_GENFLAG = ' ' WI_SET_GENFLAG = 'X' WI_READ_ONLY = ' ' * importing * new_tadir_entry = * error_text = EXCEPTIONS TADIR_ENTRY_NOT_EXISTING = 01 TADIR_ENTRY_ILL_TYPE = 02 NO_SYSTEMNAME = 03 NO_SYSTEMTYPE = 04 ORIGINAL_SYSTEM_CONFLICT = 05 OBJECT_RESERVED_FOR_DEVCLASS = 06 OBJECT_EXISTS_GLOBAL = 07 OBJECT_EXISTS_LOCAL = 08 OBJECT_IS_DISTRIBUTED = 09 OBJ_SPECIFICATION_NOT_UNIQUE = 10 NO_AUTHORIZATION_TO_DELETE = 11 DEVCLASS_NOT_EXISTING = 12 SIMULTANIOUS_SET_REMOVE_REPAIR = 13 ORDER_MISSING = 14 NO_MODIFICATION_OF_HEAD_SYST = 15 PGMID_OBJECT_NOT_ALLOWED = 16 MASTERLANGUAGE_NOT_SPECIFIED = 17 DEVCLASS_NOT_SPECIFIED = 18 SPECIFY_OWNER_UNIQUE = 19 LOC_PRIV_OBJS_NO_REPAIR = 20 GTADIR_NOT_REACHED = 21 OBJECT_LOCKED_FOR_ORDER = 22 CHANGE_OF_CLASS_NOT_ALLOWED = 23 NO_CHANGE_FROM_SAP_TO_TMP = 24.



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