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

RSVGMOD2 SAP ABAP Report - Go From The Procedure Model To The Work Package View







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

SVGS - View for activity in Procedure Model


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


Text pool values


Title: Go From The Procedure Model To The Work Package View
Text Symbol: 000 = Display IMG
Text Symbol: 001 = No view exists for
Text Symbol: 002 = this work package
Text Symbol: 003 = in the specified project.
Text Symbol: 004 = Do you want to create
Text Symbol: 005 = the view?
Text Symbol: 006 = Create work package view
Text Symbol: 010 = The view that exists for
Text Symbol: 011 = this work package in the
Text Symbol: 012 = specified project is obsolete.
Text Symbol: 013 = Do you want to
Text Symbol: 014 = regenerate the view?
Text Symbol: 020 = All Activities
Text Symbol: 022 = Only Req. Activits
Text Symbol: 024 = Only Opt. Activities
Text Symbol: 026 = Only Critical Activities
Text Symbol: 028 = Only Noncritical Activities


INCLUDES used within this REPORT RSVGMOD2

INCLUDE RSVGMOD3.
INCLUDE LSIPRTO1.


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:

GET_PROJECTNUMBER_OBLIGATORY CALL FUNCTION 'GET_PROJECTNUMBER_OBLIGATORY' IMPORTING PROJECTNO = PROJECT EXCEPTIONS CANCELED = 01 NO_PROJECT_FOUND = 02.

TOCX_VIEW_EXISTS CALL FUNCTION 'TOCX_VIEW_EXISTS' EXPORTING OUTLINE = SIMG_ALL VIEWNAME = IMPORTING PARENT_NEWER_THAN_ACTUAL_VIEW = GENERATE EXCEPTIONS VIEW_EXISTS_NOT = 01.

TOCX_VIEW_EXISTS CALL FUNCTION 'TOCX_VIEW_EXISTS' EXPORTING OUTLINE = SIMG_ALL VIEWNAME = FUNCTION_VIEW IMPORTING PARENT_NEWER_THAN_ACTUAL_VIEW = GENERATE EXCEPTIONS VIEW_EXISTS_NOT = 01.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'Y' DIAGNOSETEXT1 = TEXT-001 DIAGNOSETEXT2 = TEXT-002 DIAGNOSETEXT3 = TEXT-003 TEXTLINE1 = TEXT-004 TEXTLINE2 = TEXT-005 TITEL = TEXT-006 START_COLUMN = 25 START_ROW = 6 IMPORTING ANSWER = ANSWER.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = 'Y' DIAGNOSETEXT1 = TEXT-010 DIAGNOSETEXT2 = TEXT-011 DIAGNOSETEXT3 = TEXT-012 TEXTLINE1 = TEXT-013 TEXTLINE2 = TEXT-014 TITEL = TEXT-006 START_COLUMN = 25 START_ROW = 6 IMPORTING ANSWER = ANSWER.

TOCX_PROC_MOD_IMG_CREATE CALL FUNCTION 'TOCX_PROC_MOD_IMG_CREATE' EXPORTING PROJECT = PROJECT PROCEDURE_MODEL = PROCEDURE_MODEL IMPORTING VIEW_GENERATED = VIEW_GENERATED.

DSYS_OUTLINE_BROWSE CALL FUNCTION 'DSYS_OUTLINE_BROWSE' EXPORTING APPLICATION = 'SO70' DOKLANGU = SY-LANGU FISHEYE_DOKCLASS = ' ' FISHEYE_DOKNAME = ' ' HOMETEXT = TEXT-000 OUTLINE = SIMG_ALL VIEWNAME = IMPORTING PF15 = RETURN EXCEPTIONS OUTLINE_NOT_FOUND = 01.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING SYSTEMEDIT = SYSTEM_EDIT SYSTEMNAME = SYSTEM_NAME SYSTEMTYPE = SYSTEM_TYPE EXCEPTIONS NO_SYSTEMNAME = 01 NO_SYSTEMTYPE = 02.

TOCX_VIEW_EXISTS CALL FUNCTION 'TOCX_VIEW_EXISTS' EXPORTING OUTLINE = SIMG_ALL VIEWNAME = IMPORTING PARENT_NEWER_THAN_ACTUAL_VIEW = GENERATE EXCEPTIONS VIEW_EXISTS_NOT = 01.



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