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

RCOMPANALYSIS SAP ABAP Report - Progress Tracking Evaluations: Selection of Network Components







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

ACOMPXPD - Progress Tracking Evaluations


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 RCOMPANALYSIS. "Basic submit
SUBMIT RCOMPANALYSIS AND RETURN. "Return to original report after report execution complete
SUBMIT RCOMPANALYSIS 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: CHDATE = D Changed On
Selection Text: CGTB = Planned > baseline
Selection Text: BDTER = D Requirements Date
Selection Text: BDMNG = D Requirement Quantity
Selection Text: BASELINE = Baseline
Selection Text: AUFNR = D Network
Selection Text: AGTC = Actual/today>planned
Selection Text: AGTB = Actual/today> Basel.
Selection Text: ACTUAL = Actual
Selection Text: WERKS = D Plant
Selection Text: VORNR = Activity
Selection Text: SCHDSC = D Scenario
Selection Text: PSPID = Project
Selection Text: PSPEL = WBS Element
Selection Text: PROFILE = D Profile
Selection Text: POSTP = D Item Category
Selection Text: OVERDUE = Overdue
Selection Text: MATNR = D Material
Selection Text: LGORT = D Storage Location
Selection Text: FORECAST = Forecast
Selection Text: FGTC = Forecast > Planned
Selection Text: FGTB = Forecast > baseline
Selection Text: EXP_PRIO = D Priority
Selection Text: EVENT = Event
Selection Text: CURRENT = Plan
Title: Progress Tracking Evaluations: Selection of Network Components
Text Symbol: 001 = Project Selection
Text Symbol: 002 = Further Selection Parameters
Text Symbol: 003 = Progress Tracking Parameter
Text Symbol: 004 = Progress Tracking Profile
Text Symbol: 005 = Customer Fields
Text Symbol: 006 = User-Defined Evaluation


INCLUDES used within this REPORT RCOMPANALYSIS

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:

PS_CALL_PSJ call function 'PS_CALL_PSJ' tables it_selections = t_selections et_rsthie_m = itab_rsthie et_proj = itab_proj * et_aufk = itab_aufk * et_act01 = itab_act01 et_resb01 = itab_resb01_cjdb changing CH_TCNDB = cn_tcndb exceptions no_objects_found = 1.

COMPXPD_ANALYSIS CALL FUNCTION 'COMPXPD_ANALYSIS' tables t_analysis = t_analysis.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'PROFILE' VALUE = 'PROFILE' MULTIPLE_CHOICE = space TABLES VALUE_TAB = val_profile FIELD_TAB = FIELDT RETURN_TAB = return EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'EVENT' VALUE = 'STEXT' MULTIPLE_CHOICE = space TABLES VALUE_TAB = values FIELD_TAB = FIELDT RETURN_TAB = return EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'SCHDSC' VALUE = 'SCHDSC' MULTIPLE_CHOICE = space TABLES VALUE_TAB = val_schdsc FIELD_TAB = FIELDT RETURN_TAB = return EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2 OTHERS = 3.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' IMPORTING SELECTION_ID = e_selid TABLES TABLES_TAB = t_RSDSTABS EXCEPTIONS OTHERS = 20.

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = e_selid AS_WINDOW = 'X' title = title IMPORTING where_clauses = e_where tables fields_tab = t_fields exceptions OTHERS = 1.



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