RFVIPTMC 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 RFVIPTMC 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: Prepares the Upgrade for Matchcode MCME, ID A (DB-View M_MCMEA)
Text Symbol: 001 = Error: SY-SUBRC &1, EXPORT-SUBRC &2 for DB_DROP_VIEW
Text Symbol: 002 = View MCMEA was successfully deleted
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_DROP_VIEW CALL FUNCTION 'DB_DROP_VIEW' EXPORTING DBSYS = SY-DBSYS NO_EXEC = ' ' PROGNAME = ' ' VIEWNAME = CON_VIEWNAME IMPORTING SUBRC = LOC_SUBRC EXCEPTIONS PROGRAM_NOT_GENERATED = 01 PROGRAM_NOT_WRITTEN = 02 VIEW_NOT_DROPPED = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIPTMC - Prepares the Upgrade for Matchcode MCME, ID A (DB-View M_MCMEA) RFVIPTMC - Prepares the Upgrade for Matchcode MCME, ID A (DB-View M_MCMEA) RFVIPRUEFVZGPO - Check Report for Customer Numbers RFVIPRUEFVZGPO - Check Report for Customer Numbers RFVIPROF - Report for Filling the Planning Profile for Selected BEs RFVIPROF - Report for Filling the Planning Profile for Selected BEs