MV50AF0P_PRODUCT_SELECTION_SET 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 MV50AF0P_PRODUCT_SELECTION_SET 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.
INCLUDE SHP_ATP_INTDATA.
No SAP DATABASE tables are accessed within this REPORT code!
LE_ATP_GET_VERSION CALL FUNCTION 'LE_ATP_GET_VERSION' IMPORTING ATP_TYPE = ATP_TYPE.
RV_REQ_DELETE_BY_NUMBER CALL FUNCTION 'RV_REQ_DELETE_BY_NUMBER' EXPORTING BELEG_ALT = XLIPS-VGBEL BELEG_NEU = XLIPS-VBELN POS_ALT = XLIPS-VGPOS POS_NEU = XLIPS-POSNR.
LE_ATP_RV_REQ_DELETE_BY_NUMBER CALL FUNCTION 'LE_ATP_RV_REQ_DELETE_BY_NUMBER' EXPORTING beleg_alt = XLIPS-VGBEL beleg_neu = XLIPS-VBELN pos_alt = XLIPS-VGPOS pos_neu = XLIPS-POSNR.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MV50AF0P_PRODUCT_SELECTION_SET - MV50AF0PPRODUCTSELECTIONSET MV50AF0P_PROCESS_DEADLINE_SCRE - MV50AF0PPROCESSDEADLINESCRE MV50AF0P_PRICING_SUBSCREEN_SET - MV50AF0PPRICINGSUBSCREENSET MV50AF0P_PRICING_SUBSCREEN_GET - MV50AF0PPRICINGSUBSCREENGET MV50AF0P_PRICING_PROCESS_ITEM - MV50AF0PPRICINGPROCESSITEM MV50AF0P_PRICING_PROCESS_HEAD - MV50AF0PPRICINGPROCESSHEAD