RXPDANALYSIS 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 RXPDANALYSIS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
AXPD - Progress Tracking Evaluations
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: EKORG = D Purchasing organization
Selection Text: EKGRP = D Purchasing Group
Selection Text: EINDT = Delivery Date
Selection Text: EBELP = D Item
Selection Text: CURRENT = D Plan
Selection Text: CMPLDEL = Select Completed Delivery
Selection Text: CHDATE = D Changed On
Selection Text: CGTB = Planned > Baseline
Selection Text: BSART = D Purchasing Document Type
Selection Text: BLONLY = Select Locked Only
Selection Text: BEDAT = Document Date
Selection Text: BASELINE = D Baseline
Selection Text: AGTC = Actual/Today>Planned
Selection Text: AGTB = Actual/Today> Basel.
Selection Text: AEDAT = Changed On
Selection Text: ACTUAL = D Actual
Selection Text: EVENT = D Object Description
Selection Text: WERKS = D Plant
Selection Text: WAERS = Currency for Net Price
Selection Text: SCHDSC = D Scenario
Selection Text: EXP_PRIO = D Priority
Selection Text: FGTB = Forecast > Baseline
Selection Text: FGTC = Forecast > Planned
Selection Text: FORECAST = D Forecast
Selection Text: KNTTP = D Account Assignment Category
Selection Text: KONNR = Outline Agreement
Selection Text: KOSTL = Cost Center
Selection Text: LIFN2 = D Ref. to Other Vendor
Selection Text: LIFNR = D Vendor
Selection Text: LOCKED = Has Been Locked for X-Days
Selection Text: MATKL = D Material Group
Selection Text: MATNR = D Material
Selection Text: MFRNR = Manufacturer
Selection Text: NETWR = Net Price
Selection Text: OVERDUE = Overdue by X-Days
Selection Text: PARVW = D Partner Function
Selection Text: PROFILE = D Profile
Selection Text: PSPEL = WBS Element
INCLUDE LEXPDAL3.
INCLUDE DANALYSIS_UPDATE_EXPDLINE_CF01.
No SAP DATABASE tables are accessed within this REPORT code!
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.
EXPD_ANALYSIS CALL FUNCTION 'EXPD_ANALYSIS' EXPORTING i_expobj = exp_obj TABLES t_analysis_po = t_analysis EXCEPTIONS end_raised = 01.
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_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'EPSTP' VALUE = 'EPSTP' MULTIPLE_CHOICE = space TABLES VALUE_TAB = val_pstyp 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 = 'PARVW' VALUE = 'PARVW' MULTIPLE_CHOICE = space TABLES VALUE_TAB = val_parvw 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 = '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 = '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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RXPDANALYSIS - Progress Tracking Evaluations: Selection of Purchase Orders RXPDANALYSIS - Progress Tracking Evaluations: Selection of Purchase Orders RXMS_SHOW_PROP - Display Message Properties RXMS_SHOW_PROP - Display Message Properties RXLFT_TRANSFER_DEV_COMMENTS - Program RXLFT_TRANSFER_DEV_COMMENTS RXLFT_TRANSFER_DEV_COMMENTS - Program RXLFT_TRANSFER_DEV_COMMENTS