SAP Reports / Programs | Project System | Progress(PS-PRG) SAP PS

EARNEDVALUESHOW SAP ABAP Report - Progress Analysis Workbench







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

CNPAWB - Progress Analysis Workbench


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 EARNEDVALUESHOW. "Basic submit
SUBMIT EARNEDVALUESHOW AND RETURN. "Return to original report after report execution complete
SUBMIT EARNEDVALUESHOW 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: SO_LADAT = Latest Dates
Selection Text: SO_FLOAT = Float in Days
Selection Text: SO_EADAT = Earliest Dates
Selection Text: P_VERSN = Progress Version
Selection Text: P_PERTO =
Selection Text: P_GJAHR =
Selection Text: EVPSPNR = D .
Selection Text: EVPROJN = D .
Selection Text: EVNETNR = Network
Selection Text: EVACTVT = D .
Title: Progress Analysis Workbench
Text Symbol: 448 = BAC Quantity Unit
Text Symbol: 447 = BAC Quantity
Text Symbol: 446 = BAC Cost Unit
Text Symbol: 445 = BAC Cost
Text Symbol: 444 = ACWP Quantity Unit
Text Symbol: 443 = ACWP Quantity
Text Symbol: 442 = ACWP Cost Unit
Text Symbol: 441 = ACWP Cost
Text Symbol: 440 = BCWP Quantity Unit
Text Symbol: 439 = BCWP Quantity
Text Symbol: 438 = BCWP Cost Unit
Text Symbol: 437 = BCWP Cost
Text Symbol: 436 = BCWS Quantity Unit
Text Symbol: 435 = BCWS Quantity
Text Symbol: 434 = BCWS Cost Unit
Text Symbol: 433 = BCWS Cost
Text Symbol: 432 = Actual POC
Text Symbol: 431 = Plan POC
Text Symbol: 430 = Meth.Act
Text Symbol: 429 = Meth.Plan
Text Symbol: 449 = BAC Start Period
Text Symbol: 450 = BAC Finish Period
Text Symbol: 451 = Fcst.Work
Text Symbol: 452 = Fcst.Work Unit
Text Symbol: 453 = Object Number
Text Symbol: 460 = Processing Percentage
Text Symbol: 501 = Exit Progress Analysis Workbench





Text Symbol: 502 = The data entered will be lost
Text Symbol: 503 = Do you want to save the data?
Text Symbol: 504 = Read data
Text Symbol: 505 = Build grid
Text Symbol: 506 = Excel upload
Text Symbol: 507 = Milestone POC
Text Symbol: 508 = WBS
Text Symbol: 509 = MLST
Text Symbol: 510 = NWA
Text Symbol: 512 = NWAE
Text Symbol: 513 = Remaining Work
Text Symbol: 514 = Remaining Work Unit
Text Symbol: S01 = Confirmation Layout
Text Symbol: S02 = Standard Layout
Text Symbol: 402 = WBS Element
Text Symbol: 401 = Level
Text Symbol: 305 = Incomplete
Text Symbol: 304 = Started but Incomplete
Text Symbol: 303 = Completed
Text Symbol: 302 = Not Started
Text Symbol: 301 = All
Text Symbol: 201 = Progress Analysis Workbench: Project Parameters
Text Symbol: 115 = Display Grid
Text Symbol: 114 = Display Tree
Text Symbol: 113 = Tree display
Text Symbol: 112 = Display Mode
Text Symbol: 111 = Sub-divided
Text Symbol: 110 = Expand Nodes
Text Symbol: 109 = Object type
Text Symbol: 108 = Object Status Selection
Text Symbol: 107 = Float in Days
Text Symbol: 106 = Latest Dates
Text Symbol: 105 = Earliest Dates
Text Symbol: 104 = Exclude Business Transaction
Text Symbol: 103 = Progress Version
Text Symbol: 102 = Status to Period
Text Symbol: 101 = Progress Analysis Parameters
Text Symbol: 010 = Project Definition
Text Symbol: 001 = Project Structure: Description





Text Symbol: 403 = Activity
Text Symbol: 428 = ProgressVers
Text Symbol: 427 = Actual Date
Text Symbol: 426 = Basic Fin.Date
Text Symbol: 425 = Fcst Fin.Date
Text Symbol: 424 = Free Float
Text Symbol: 423 = Total Float
Text Symbol: 422 = FcstFinish.
Text Symbol: 421 = ActFin.
Text Symbol: 420 = ActStart
Text Symbol: 419 = LtstFinish
Text Symbol: 418 = Ltst Start
Text Symbol: 417 = EarlFin.
Text Symbol: 416 = EarlStart
Text Symbol: 415 = BscFin.
Text Symbol: 414 = BscStart
Text Symbol: 413 = WorkCenter Desc.
Text Symbol: 412 = Work Center
Text Symbol: 411 = Person Responsible
Text Symbol: 410 = User Status
Text Symbol: 409 = System Status
Text Symbol: 408 = ProjectDef.
Text Symbol: 407 = Network
Text Symbol: 406 = Description
Text Symbol: 405 = Milestone
Text Symbol: 404 = Element


INCLUDES used within this REPORT EARNEDVALUESHOW

INCLUDE EARNEDVALUESHOWTOP . " GLOBAL DATA


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:

CJDB_SET_FLAGS CALL FUNCTION 'CJDB_SET_FLAGS' EXPORTING I_NO_STOP_INFO = CON_YES I_NO_DATABASE = CON_YES.



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