SAP Reports / Programs | Portfolio and Project Management | Common Functions(PPM-CF) SAP PPM

INM_INITIATIVE_TEST SAP ABAP Report - Test report for displaying and changing application object data







INM_INITIATIVE_TEST 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 INM_INITIATIVE_TEST 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 INM_INITIATIVE_TEST. "Basic submit
SUBMIT INM_INITIATIVE_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT INM_INITIATIVE_TEST 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: CHANGE = Change Existing Initiative
Selection Text: CREATE = Create Initiative
Selection Text: DELETE = Delete Old Object
Selection Text: DISPLAY = Display Existing Initiative
Selection Text: GV_AFDAT = Actual Finish Date
Selection Text: GV_APSTT = D .
Selection Text: GV_ASDAT = Actual Start Date
Selection Text: GV_AWORK = Actual Work
Selection Text: GV_BCKID = Bucket ID
Selection Text: GV_BDGTA = Annual Budget
Selection Text: GV_BUDGT = Planned Budget
Selection Text: GV_CATEG = D .
Selection Text: GV_COSTA = Actual Costs
Selection Text: GV_CSTAY = Actual Costs YTD
Selection Text: GV_CSTFY = Planned Costs YTD
Selection Text: GV_CURR = Currency
Selection Text: GV_DESCR = Initiative Name
Selection Text: GV_ESCAL = Escalation
Selection Text: GV_EXSTT = Execution Status
Selection Text: GV_FFDAT = Forecasted Finish
Selection Text: GV_FSDAT = Forecasted Start
Selection Text: PERIOD = Period Type
Selection Text: INI_NAME = Initiative ID
Selection Text: GV_UNIT = Planning Unit
Selection Text: GV_TTYPE = D .
Selection Text: GV_SUBCT = D .
Selection Text: GV_RISKA = Assessed Project Risk
Selection Text: GV_PWORK = Plan Work
Selection Text: GV_PTYPE = Project Type
Selection Text: GV_PSDAT = Planned Start Date
Selection Text: GV_PRTID = Portfolio ID
Selection Text: GV_PROBT = Probability Technical Success
Selection Text: GV_PROBC = D .
Selection Text: GV_PPRIO = D .
Selection Text: GV_PHASE = D .
Selection Text: GV_PFDAT = Planned Finish Date
Selection Text: GV_NPV = Net Present Value
Selection Text: GV_LOCAT = Location





Selection Text: GV_ITYPE = Item Type
Selection Text: GV_HEADC = Planned Headcount
Selection Text: GV_HEADA = Actual Headcount
Selection Text: GV_GEOG = D .
Title: Test report for displaying and changing application object data
Text Symbol: 089 = Forecasted Finish
Text Symbol: 088 = Actual Start Date
Text Symbol: 087 = Planned Start
Text Symbol: 086 = Forecasted Start
Text Symbol: 085 = Role templates are associated with project templates; enter a project template ID
Text Symbol: 084 = Member Name
Text Symbol: 083 = Member ID
Text Symbol: 082 = Members of the Team
Text Symbol: 081 = Team Name
Text Symbol: 080 = Team ID
Text Symbol: 079 = Parent Role
Text Symbol: 078 = Child Roles
Text Symbol: 077 = Role on Right
Text Symbol: 076 = Role on Left
Text Symbol: 090 = Planned Finish
Text Symbol: 091 = Actual Finish Date
Text Symbol: F03 = Project Attributes
Text Symbol: F04 = Object Identifiers
Text Symbol: F05 = Access Options
Text Symbol: F06 = Application Object
Text Symbol: F07 = Task Attributes
Text Symbol: F08 = Resource Attributes
Text Symbol: F09 = Role Attributes
Text Symbol: F10 = Relationship Creation
Text Symbol: F11 = Type
Text Symbol: F12 = Object Link Creation
Text Symbol: F13 = Project Team
Text Symbol: F14 = Team Attributes
Text Symbol: 039 = Allocation
Text Symbol: 038 = End Date
Text Symbol: 037 = Begin Date
Text Symbol: 036 = Resource Name
Text Symbol: 035 = Role Name
Text Symbol: 034 = Task Name





Text Symbol: 033 = Relate Attributes
Text Symbol: 032 = Relationship successfully deleted
Text Symbol: 031 = This is sample short text. This string can go for days and days and days and days...
Text Symbol: 030 = Comments
Text Symbol: 029 = Attributes Last Changed On
Text Symbol: 028 = Actual Finish Date
Text Symbol: 027 = Actual Start Date
Text Symbol: 026 = Finish Date
Text Symbol: 025 = Start Date
Text Symbol: 024 = Project Net Present Value
Text Symbol: 023 = Project Launch Cost
Text Symbol: 022 = Project Development Cost
Text Symbol: 021 = Actual Cost
Text Symbol: 020 = Project Forecasted Cost
Text Symbol: 019 = Planned Budget
Text Symbol: 018 = Planned Headcount
Text Symbol: 017 = Probability of Commercial Success
Text Symbol: 016 = Probability of Technical Success
Text Symbol: 015 = Risk Assessed
Text Symbol: 014 = Priority
Text Symbol: 013 = Execution Status
Text Symbol: 012 = Project Technology Type
Text Symbol: 009 = Project Type
Text Symbol: 008 = Phase
Text Symbol: 007 = Subcategory
Text Symbol: 006 = Category
Text Symbol: 005 = Project Approval Status
Text Symbol: 004 = Item Description
Text Symbol: 003 = Item ID
Text Symbol: 040 = Allocation Unit
Text Symbol: 075 = Child Tasks
Text Symbol: 074 = Summary Attributes
Text Symbol: 073 = Role Allocations
Text Symbol: 072 = Right Sibling Task
Text Symbol: 071 = Left Sibling Task
Text Symbol: 070 = Project on Left
Text Symbol: 069 = Project on Right
Text Symbol: 068 = Project Parent
Text Symbol: 067 = ID



Text Symbol: 066 = Link Type
Text Symbol: 065 = Relationships successfully deleted
Text Symbol: 064 = Role successfully deleted
Text Symbol: 063 = Task Planned Finish
Text Symbol: 062 = Task Planned Start
Text Symbol: 061 = Task Completion
Text Symbol: 060 = Task Description
Text Symbol: 059 = Task successfully deleted
Text Symbol: 058 = Unassigned
Text Symbol: 057 = Assigned
Text Symbol: 056 = Required
Text Symbol: 055 = Role Description
Text Symbol: 054 = Roles successfully deleted
Text Symbol: 053 = Soft
Text Symbol: 052 = Hard
Text Symbol: 051 = Booked
Text Symbol: 050 = Rate
Text Symbol: 049 = Free
Text Symbol: 048 = OtherAlloc
Text Symbol: 047 = ProjAlloc
Text Symbol: 046 = ProjectAvl
Text Symbol: 045 = TotalAvl
Text Symbol: 044 = Resource Description
Text Symbol: 043 = Parent Task
Text Symbol: 042 = Resources successfully deleted
Text Symbol: 041 = Resource successfully deleted


INCLUDES used within this REPORT INM_INITIATIVE_TEST

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:

INM_INITIATIVE_DISPLAY CALL FUNCTION 'INM_INITIATIVE_DISPLAY' EXPORTING is_context = ls_context iv_language = 'EN' IMPORTING es_attributes = ls_attributes ev_rc = lv_rc TABLES et_msg = lt_msg.

INM_INITIATIVE_MODIFY CALL FUNCTION 'INM_INITIATIVE_MODIFY' EXPORTING iv_edit_mode = lv_mode IMPORTING ev_rc = lv_rc TABLES it_attributes = lt_attr_intf et_msg = lt_msg et_guids = lt_guids.

/RPM/SAVE_CHANGES CALL FUNCTION '/RPM/SAVE_CHANGES' * exporting * iv_no_cprojects_commit = cl_inm_of_co=>sc_true IMPORTING ev_rc = lv_rc et_msg = lt_msg.

INM_INITIATIVE_DISPLAY CALL FUNCTION 'INM_INITIATIVE_DISPLAY' EXPORTING is_context = ls_context iv_language = 'EN' IMPORTING es_attributes = ls_attributes ev_rc = lv_rc TABLES et_msg = lt_msg.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = ' ' selectfield = 'EXTERNAL_ID' titel = ' ' IMPORTING ind = index TABLES fields = field_tab full_table = i_guid_tab EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = ' ' selectfield = 'EXTERNAL_ID' titel = ' ' IMPORTING ind = index TABLES fields = field_tab full_table = i_guid_tab EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = ' ' selectfield = 'EXTERNAL_ID' titel = ' ' IMPORTING ind = index TABLES fields = field_tab full_table = i_guid_tab EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02.



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