SPS Update On ABAP System
SPS Update On ABAP System
0
(SAP Nota Fiscal Eletronica 10.0)
5 Create a change request for the File system requirement based on the
plan document's delta size.
Verifying the database user credentials (sa, sapsa, and sapsso) at the SQL level
SAP Support Portal Home –>Maintenance –> Maintenance Planner –> Access Maintenance
Planner –>Explore Systems–>Enter the SID in search bar–>double click on the SID–>click on
the plan
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
\
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
Please confirm the currently installed software information in MP with the System status in
the GUI.
Check the radio button update SAP Netweaver for NW SPS updates.
Select the required SPS and click on the confirm selection button.
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
Please ensure that the selected SPS has been updated in the Target software information.
In our case SAP Netweaver 7.5 SPS 28
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
Similarly, repeat the process for SAP NFE 10.0 SPS Update.
Select the radio button of Install or maintain an Add-on –>SAP NFE 10.0 –> Required SPS
–>Click on the confirm selection
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
Please ensure that the selected SPS has been updated in the Target software information.
Please verify once again by dropping down and click on the next
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
For SPS update Plan document: Drop-down additional downloads –> Download PDF
Click on the push to download basket (all required s/w components will be added in to
basket with date and time stamp)
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
After receiving approval from the appropriate team, download all files using SAP Download
Manager.
Download the essential software components from the SAP Download Manager.
SAP Support Portal Home –>My support –> SAP Download Manager –> Download Now
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
Download JRE and Install
Download Java for Windows
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
Sub-Directory: Downloads contains all required files like Stack XML, SAR files
Preparation at DB Level:
The Software update manager provides an SQL script that checks the SAP ASE database
configuration whether it meets the minimal requirements to execute a Software update
procedure.
You can perform the check before you start the update to allow enough time for potentially
necessary adjustments.
SQL scripts called SYB_minicheck.sql and is located in the directory
Drive:\usr\sap\SID\SUM\abap\syb
Before you execute script, open in it an editor and search for a line that contains –CHANGE
THIS. Modify the line according to your environment with the following parameter.
-- CHANGE THIS TO YOUR DESIRED CHECK MODE
SELECT @checkMode = 'UPG'
Acceptable values are:
'UPG': Standard SAP Software Update Manager (SUM) maintenance activity
'DMO2SYB': SUM DMO with target SAP ASE, script is to be called on the target SAP ASE
database host
'DMO2HANA': SUM DMO system migration with target HANA or system conversion with
target S/4 HANA
Before changing of SYB_minicheck.sql
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
After changing of SYB_minicheck.sql
(1 row affected)
(return status = 0)
Preparation steps for the SPS update of SAP Electronic Invoicing for Brazil 10.0
(SAP Nota Fiscal Eletronica 10.0)
1> sp_configure 'number of worker processes', 40
2> go
(1 row affected)
Parameter Name Default Memory Used Config Value Run Value Unit Type
-------------------------- ----------- ------------- -------------- ------------ ------ -------
number of worker processes 0 26899 40 40 number dynamic
Configuration option changed. ASE need not be rebooted since the option is dynamic.
Changing the value of 'number of worker processes' to '40' increases the amount of memory
ASE uses by 19862 K.
(return status = 0)
1> sp_configure 'number of worker processes'
2> go
Parameter Name Default Memory Used Config Value Run Value Unit Type
-------------------------- ----------- ------------- -------------- ------------ ------ -------
number of worker processes 0 26899 40 40 number dynamic