MV60AO0P_PRICING_SET_DATA is a standard ABAP INCLUDE 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 MV60AO0P_PRICING_SET_DATA into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RV_INVOICE_PRICE_PBO CALL FUNCTION 'RV_INVOICE_PRICE_PBO' EXPORTING t185f_i = t185f t185v_i = t185v t185_i = t185 vbrk_i = vbrk vbrp_i = vbrp IMPORTING comm_head_e = tkomk comm_item_e = tkomp TABLES xkomv = xkomv xvbpa = xvbpa xvbrk = xvbrk xvbrp = xvbrp xkomfk = xkomfk xvbfs = xvbfs.
PRICING_SUBSCREEN_SET_DATA CALL FUNCTION 'PRICING_SUBSCREEN_SET_DATA' EXPORTING comm_head_i = tkomk comm_item_i = tkomp trtyp_i = t185f-trtyp ctrl_grey = da_ctrl_grey TABLES tkomv = xkomv EXCEPTIONS error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.