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
Below is a list of transaction codes which are relevant to this SAP report
CNPAWB - Progress Analysis Workbench
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.
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
INCLUDE EARNEDVALUESHOWTOP . " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
CJDB_SET_FLAGS CALL FUNCTION 'CJDB_SET_FLAGS' EXPORTING I_NO_STOP_INFO = CON_YES I_NO_DATABASE = CON_YES.
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.