FRE_ACTIVATE_NEW_LP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For more information, see note 1169925 on service...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FRE_ACTIVATE_NEW_LP 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: Program FRE_ACTIVATE_NEW_LP
Text Symbol: 001 = Activate new Location Product Interface
Text Symbol: 002 = Delete Recovery Files of Old Location Product Interface
Text Symbol: 003 = Requested Functionality not provided for connected FRE Release
Text Symbol: 004 = Error calling FRE to activate new Location Product Interface
Text Symbol: 005 = RFC Error
Text Symbol: 006 = Avtivation new Location Product Interface successful
Text Symbol: 007 = Activation not possible because of existing Entries in the old Interface Tables in FRE
Text Symbol: 008 = Activation not possible because Update on Activation Table failed
INCLUDE FRE_ACTIVATE_NEW_LPTOP . " GLOBAL DATA
INCLUDE FRE_ACTIVATE_NEW_LPF01 . " FORM-ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FRE_ACTIVATE_NEW_LP - Program FRE_ACTIVATE_NEW_LP FRE_ACTIVATE_NEW_LP - Program FRE_ACTIVATE_NEW_LP FRE_ACTIVATE_NEW_LANESTOP - Include FRE_ACTIVATE_NEW_LANESTOP FRE_ACTIVATE_NEW_LANESO01 - Include FRE_ACTIVATE_NEW_LANESO01 FRE_ACTIVATE_NEW_LANESI01 - Include FRE_ACTIVATE_NEW_LANESI01 FRE_ACTIVATE_NEW_LANESF01 - Include FRE_ACTIVATE_NEW_LANESF01