SAP Reports / Programs

REXPDSEL_COMP SAP ABAP Report - Progress Tracking: Network Components Selection







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

COMPXPD - Progress Tracking for Components


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 REXPDSEL_COMP. "Basic submit
SUBMIT REXPDSEL_COMP AND RETURN. "Return to original report after report execution complete
SUBMIT REXPDSEL_COMP 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: 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: Network Components Selection
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


INCLUDES used within this REPORT REXPDSEL_COMP

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.

EXPD_SEL_FROM_COMP_LIST call function 'EXPD_SEL_FROM_COMP_LIST' EXPORTING i_profile = profile TABLES TRESB01 = itab_resb01.

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 = 'BSART' VALUE = 'BSART' MULTIPLE_CHOICE = space TABLES VALUE_TAB = val_bsart FIELD_TAB = FIELDT RETURN_TAB = return EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2 OTHERS = 3.

F4IF_GET_SHLP_DESCR call function 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = 'PRPM' shlptype = 'SH' IMPORTING shlp = g_shlp_descr_t.

F4IF_START_VALUE_REQUEST call function 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = g_shlp_descr_t maxrecords = 500 multisel = 'X' TABLES return_values = gt_return_tab.

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