LFVP2T01 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 LFVP2T01 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!
PROLO_FUNCTION_PARAM_EDIT CALL FUNCTION 'PROLO_FUNCTION_PARAM_EDIT' EXPORTING BUKRS = IBUKRS ITDP2 = IITDP2 ITDP2T = IITDP2T IMPORTING CONTINUE = OCONTINUE HORD = OHORD HORD_BUKRS = OHORD_BUKRS HORD_NR = OHORD_NR HORD_YM = OHORD_YM METH = OMETH METH_BUKRS = OMETH_BUKRS METH_NR = OMETH_NR METH_YM = OMETH_YM PR_DOCTYP1 = OPR_DOCTYP1 PR_DOCTYP2 = OPR_DOCTYP2 PR_DOCTYP3 = OPR_DOCTYP3 PR_DOCTYP4 = OPR_DOCTYP4 PR_DOCTYP5 = OPR_DOCTYP5 PR_PARAM = OPR_PARAM ST_DATUM = OST_DATUM ST_ENDE = OST_ENDE ST_MODE = OST_MODE ST_PARAM = OST_PARAM ST_PDATUM = OST_PDATUM ST_TEST = OST_TEST.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.