SAP Reports / Programs | Cross-Application Components(CA) SAP CA

FRE_ACTIVATE_NEW_LP SAP ABAP Report - Program FRE_ACTIVATE_NEW_LP







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FRE_ACTIVATE_NEW_LP. "Basic submit
SUBMIT FRE_ACTIVATE_NEW_LP AND RETURN. "Return to original report after report execution complete
SUBMIT FRE_ACTIVATE_NEW_LP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FRE_ACTIVATE_NEW_LP

INCLUDE FRE_ACTIVATE_NEW_LPTOP . " GLOBAL DATA
INCLUDE FRE_ACTIVATE_NEW_LPF01 . " FORM-ROUTINES


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FRE_ACTIVATE_NEW_LP or its description.