REPPINIT 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 REPPINIT 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: CO-OM Reporting: Initialization of REPP Tables (Internal Use Only)
Text Symbol: 001 = Tax Table Selection
Text Symbol: 002 = Application Index (REPPAPPL)
Text Symbol: 003 = Maintenance Screens (REPPSCRN)
Text Symbol: 004 = Field Catalog for Screens (REPPINDX)
Text Symbol: 005 = Further Options
Text Symbol: 006 = Delete all user settings for CO-OM reporting in the current client?
Text Symbol: 007 = Which tax table do you want initialized in the standard R/3 System?
Text Symbol: 010 = REPPINDX (Field Catalog for Screens)
Text Symbol: 011 = REPPAPPL (Application Index)
Text Symbol: 012 = REPPSCRN (Maintenance Screens)
Text Symbol: 013 = REPPARMS (User Settings)
Text Symbol: 014 = Inquiry: Delete all settings?
Text Symbol: 015 = Are you sure you want to delete all user settings?
INCLUDE REPPINIS.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-015 TITEL = TEXT-014 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = L_ANSWER EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REPPINIT - CO-OM Reporting: Initialization of REPP Tables (Internal Use Only) REPPINIT - CO-OM Reporting: Initialization of REPP Tables (Internal Use Only) REPPINIS - Include REPPINIS: Selection Screen Program REPPINIT REPOSITORY_TEST2 - Program REPOSITORY_TEST2 REPOSITORY_TEST2 - Program REPOSITORY_TEST2 REPOSITORY_TEST1 - Program REPOSITORY_TEST1