MV50BPAI 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 MV50BPAI 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.
Title: PAI Module for SAPMV50B
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ME_CONFIRMATION_READ_AVIS CALL FUNCTION 'ME_CONFIRMATION_READ_AVIS' EXPORTING ldate = likp-lfdat TABLES t_kom = ckomdlgn t_wueb = wueb errors = lt_errors.
GN_DELIVERY_CREATE_FOR_DIALOG CALL FUNCTION 'GN_DELIVERY_CREATE_FOR_DIALOG' EXPORTING vbsk_i = vbsk if_no_automatic_packing = charx "HP_340093 if_no_deque = charx "HP_382944 if_no_text_determination = charx "HP_383942 IMPORTING vbsk_e = vbsk TABLES fxlikp = xlikp fxlips = xlips fxvbfa = xvbfa fxvbpa = xvbpa fxvbuk = xvbuk fxvbup = xvbup fyvbuk = yvbuk fyvbup = yvbup fxvbuv = xvbuv "46A xvbls = cvbls xvbfs = cvbfs xkomdlgn = ckomdlgn.
FUNCTION_EXECUTE CALL FUNCTION 'FUNCTION_EXECUTE' EXPORTING programm = programm_folgebild_steuerung kopfgruppe = tvlk-kopgr positionsgruppe = tvlp-posgr funktion = fcode IMPORTING cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 folgefunktion = fcode dunkel = t185-dunkel leave = flag-leave leave_screen = flag_leave_screen.
ME_CONFIRMATION_READ_AVIS CALL FUNCTION 'ME_CONFIRMATION_READ_AVIS' EXPORTING i_ibtyp = '3' TABLES t_kom = ckomdlgn t_wueb = wueb.
GN_DELIVERY_CREATE_FOR_DIALOG CALL FUNCTION 'GN_DELIVERY_CREATE_FOR_DIALOG' EXPORTING vbsk_i = vbsk if_no_deque = charx "391411 IMPORTING vbsk_e = vbsk TABLES fxlikp = xlikp fxlips = xlips fxvbfa = xvbfa fxvbpa = xvbpa fxvbuk = xvbuk fxvbup = xvbup fyvbuk = yvbuk fyvbup = yvbup xvbls = cvbls xvbfs = cvbfs xkomdlgn = ckomdlgn.
RV_HELP_VBELN CALL FUNCTION 'RV_HELP_VBELN' EXPORTING trtyp = t185f-trtyp vbeln_in = likp-vbeln lfart = tvlk-lfart numke = tvlk-numke IMPORTING vbeln_out = likp-vbeln.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.