Tuesday, July 26, 2011
Parameters of table RSFRONTENDINIT
BW specific ABAP report RS_SYSTEM_SHUTDOWN
Tuesday, July 19, 2011
How determine SAP BW server version
Here choose Component information:
Wednesday, July 13, 2011
Source system connection tool
System manipulation error message
To prevent further manipulation of the tables, you are no longer able to make changes in the system.
Monday, July 11, 2011
Customizing of BW frontend version
3. Manual customizing 3: Modifying parameter QD_EXCLUSIVE_USER of table RS_FRONTEND_INIT. Here you can specify list of user for whom SAP NetWeaver 7.0 version of the BEx Analyzer shall be allowed. This parameter has a limitation of 30 characters. If you need to specify longer list of users proceed with workaround as described in SAP Note 962530 - NW04s: How to restrict access to Query Designer 2004s (FM RS_SYSTEM_INFORMATION modification). Wildcard (*) can be used and several user must be separated by comma.
Wednesday, July 6, 2011
BWA – Business Warehouse Accelerator – composite post
Top 10 transactions for BWA management
The need for SAP BWA
Trainings:
BW - Business Warehouse Accelerator BW361 v074
- 28/09/2011 update -
BWA has reached its ultimate version. It is 7.20. As of this final version there will be only revisions comming as regular product's fixes but not new development planned for BWA. SAP's strategy to replace BWA by HANA.
Current end dates:
End of mainstream maintenance: 31.12.2015
End of extended maintenance: 31.12.2017
Check Product Availability Matrix for details.
- 14/01/2012 update -
SAP NetWeaver BW Accelerator is NOT Dead
System change option for SAP BW systems
Tuesday, July 5, 2011
Different SAP upgrade tools
As there are differences in SAP technology components along with evolution of SAP software there are also different SAP upgrade tools. Let me share short overview of them within this post.
Upgrade GUI is user interface where you can see the upgrade phases/progress via roadmap steps. With this tool you can perform Combined Upgrade (CU) and Unicode Conversion (UC) as well.
SPAM and SAINT are hosted directly by ABAP AS and therefore are platform independed.
4. Software Update Manager – SUM (Software Logistics Toolset) – Software logistics tool for different kinds of implementation processes.
Monday, July 4, 2011
How to work with RSADMIN table
FROM rsadmin
WHERE object = lv_param.
- 08/03/2013 update –
- 06/12/2022
update –
There is a dedicated ABAP
class CL_RS_SWITCH and method GET_VALUE that can be used for reading an RSADMIN
table entries. This class is used in reading the entries in most case s of
BW4/HANA systems. Here’s an example how to use it:
DATA:
l_switch TYPE rsadmin-object VALUE 'BW_USER',
l_value TYPE rsadmin-value.
cl_rs_switch=>get_value_with_initial_check(
EXPORTING
i_switch = l_switch
IMPORTING
e_value = l_value ).
OR
IF NOT cl_rs_switch=>get_value( 'RSPC_DYNAMIC_PREDICTION'
) = abap_true.
RAISE not_possible.
ENDIF.
Wednesday, June 8, 2011
SAP NetWeaver 7.3
After almost 4 years there
is a new major release of NetWeaver
coming. Actually today we can count NetWeaver is 14 years old. As some
components of NetWeaver started to being developed in year 1997. For details on
this see this
post.
Just to do small repeating. It all started with development of SAP
Basis, Portal, BW and Mobile Infrastructure. For details on
NetWeaver component overview see this
post.
There was first version
started to be called as NetWeaver year of 2004. The name that time was SAP
NetWeaver 2004 (also known as NW04). Afterwards in 2005 a version called SAP
NetWeaver 2004s (also known as NW04s) later renamed as SAP NetWeaver 7.0 (also
known as NW05) came. SAP NetWeaver
7.1
(or NW06) came in 2006. Notice that it is not that easy to reveal all the
dates/years precisely. Version 7.1 was followed by 2 Enhancement Packages
(EhP). In year 2008 there were NetWeaver components
name changes announced. Obviously due to several components
releases alignment version 7.2 was skipped.
Finally we are entering year
2011 when SAP NetWeaver 7.3 was introduced. Moreover on June 7th a
general availability (GA) of this version was
introduced. Notice that according SAP's Product Availability Matrix
a release date is states as 30.05.2011 but GA is set later.
last update: 08JAN2023
SP21 12/2020 End of Mainstream Maintenance: 31.12.2020
SP20 12/2019
SP19 12/2018
SP18 01/2018
SP17 04/2017
SP16 09/2016
SP15 06/2016
SP14 10/2015
SP13 05/2015
SP12 08/2014
SP11 03/2014
SP10 09/2013
SP09 08/2013
SP08 03/2013
SP07 10/2012
SP06 04/2012
SP05 11/2011
SP04 09/2011
SP03 06/2011
SP02 03/2011
SP01 11/2010
SP00 (Init Shipment Pack)
Major differences are as
follows: 7.3 is 64bit only, running on SAP JVM 6 (JAVA) and Unicode only.
See general online
documentation here.
See SDN homepage
of 7.3 here.





