SlideShare a Scribd company logo
1 of 16
Step-by-Step process of Importing Support
Packages into ECC6 EHP4 System
Sep 26
Posted by Murtuza
In this blog we look at a step-by-step procedure to import HR support packages (HR Sp 16 to 20)
& (EA-HR 16 to 20) into a ECC6 system with EHP4.
The most important part of the installation is the preparation work. This is absolutely critical that
side-effect notes, relevant basis notes and patches are applied before applying the support
packages (see appendix). 99% Preparation, 1% perspiration!
Remember you can only download SP’s from Solution manager (well sort of). What SolMan
really does is generate the link for you to download the SPs. Once you have the link generated,
you can just call the link from your browser independent of SolMan (see appendix on process).
Another point I want to highlight is in this scenario, we are simply updating a subset of Support
packages i.e HR support packages and not the Support Pack ‘Stack’. Whilst it is recommended to
apply the stack, this is not always practical and feasible due to resources, availability to test and
other complexities in large SAP landscapes.
1.1 Check all pre-requisites are met, e.g file system space, SAP notes, locked users, etc. See appendix
below for checklist of what to do.
1.2 Login to Client 000 with a Super User (SAP_ALL/SAP_NEW)
1.3 Ensure all the required SP’s have been downloaded from the SAP Marketplace and have been
unzipped/uncarred into the …./EPS/in folders. The process of identifying which SP’s to load and the
interdependencies is a separate task on its on and usually conducted in conjunction/direction of the
application/functional team
1.4 Load SP’s from App server (you must first download the *.SAPCAR files and extract it in
…usr/sap/trans/EPS/in
1.5 Define Queue. – Essentially what you are doing here is telling SAP which SPs you want to import. It is
intelligent enough to calculate interdependencies.
Load the SP’s from the Application server (after you have unzipped them into the ../EPS/in
folder). Pick the highest SP number. (It will automatically included other SP’s or dependencies.).
If you are importing SP for different modules e.g HR, Finance, etc, then you may need to build
the queue and change the settings to “Calculation for a Vector of components”.
Queue calculation for a vector of software components:
The Support Package queue calculation takes place for multiple software components based on
the target Support Package level that has been defined for each software component (see
Defining a Queue Based on Multiple Software Components).
1.6 Check SPAM settings:
You can schedule more parallel processes if you like and if you system can support. These are
the typical settings I use when importing initially into a development system
Check if the SPAM settings are as follows :
Section Import queue
Create new datafile = Yes (only in DEVELOPMENT)
Delete data file after import = No
Section ABAP/Screen Generation
Generate screen = Never
1.7 Import Support Packages (Shift + F7)
This step onwards basically kicks starts the SP import process. From now onwards, there is no
going back (well almost).
Please refer to link on SAP Help below for known errors during import:
http://help.sap.com/saphelp_nw04/helpdata/en/7e/c6c2ad98a711d2b429006094b9ea64/content.h
tm
Generally I Run phase 1 in ‘dialog mode’ and all other phases in ‘background’ mode
These are the various phases the SPAM goes through during the import process. You will see the
phases change in the ‘Status’ section in tcode SPAM:
Preparation Module
…
1. PROLOGUE
This phase checks whether you are authorized to import Support Packages.
2. CHECK_REQUIREMENTS
This phase checks various requirements for importing a Support Package, for example, whether
the transport control program tp can log on to your system.
3. DISASSEMBLE
This phase unpacks files from the appropriate EPS parcels and saves them to the transport
directory.
4. ADD_TO_BUFFER
This phase places the queue in the transport buffer of your system.
5. MODIFY_BUFFER
This phase prepares the transport buffer for correct processing of the following import phases.
6. TEST_IMPORT
This phase performs a test import for the queue with the transport control program tp. The
system checks whether there are objects that are in open repairs and that are overwritten during
the import, or whether other conditions prevent the import of an object.
7. IMPORT_OBJECT_LIST
This phase imports the object lists for the Support Packages in the queue into the system.
8. OBJECTS_LOCKED_?
This phase checks whether there are objects that are overwritten by the import, and that are still
in unreleased requests.
9. ADDON_CONFLICTS_?
This phase checks whether there are conflicts between objects in the queue and any installed
add-ons.
10. SCHEDULE_RDDIMPDP
This phase schedules the transport daemon (program RDDIMPDP).
Import 1 Module
11. CREATE_VERS_BEFORE
This phase generates versions of the objects that are contained in the Support Packages in the
queue (if this option is set).
12. SPDD_SPAU_CHECK
In this phase, the system checks if a modification adjustment is necessary (transactions
SPDD/SPAU).
13. DDIC_IMPORT
This phase imports all ABAP Dictionary objects in the queue.
14. AUTO_MOD_SPDD
This phase checks whether all modifications to ABAP Dictionary objects can be adjusted
automatically.
15. RUN_SPDD_?
In this phase, you are asked to adjust your modifications to the ABAP Dictionary objects by
calling transaction SPDD.
16. LOCK_EU (only for import mode downtime-minimized)
This phase locks the development environment.
17. INACTIVE_IMPORT (only for import mode downtime-minimized)
This phase imports program code and program texts in an inactive state.
18. DDIC_ACTIVATION
This phase activates the imported ABAP Dictionary objects.
Import 2 Module
19. IMPORT_PROPER
This phase imports all the Repository objects and table entries if they were not already imported
in the INACTIVE_IMPORT phase. This is preceded by actions such as table conversion and
activation of the name tabs.
20. PREPARE_XPRA
This phase prepares the execution of the XPRAs and after-import methods.
21. UNLOCK_EU (only for import mode downtime-minimized)
This phase unlocks the development environment.
22. AUTO_MOD_SPAU
This phase checks whether modifications can be adjusted automatically.
23. XPRA_EXECUTION
This phase executes the XPRAs and after-import methods.
24. ABAP_GENERATION
This phase generates the runtime objects for the imported Repository objects (ABAP source texts
and screens).
Clean Up Module
25. RUN_SPAU_?
This phase prompts you to adjust your modifications to Repository objects by calling transaction
SPAU.
26. CLEAR_OLD_REPORTS (only for import mode downtime-minimized)
This phase deletes the obsolete versions of program code and program texts in the database.
27. EPILOGUE
This phase completes the import. Among other things, it checks whether the queue has been
processed completely.
1.8 Main Import Phases and Actions required.
In the following steps below, I only highlight only the main phases and the necessary actions
required. Generally if you have done your homework and checked and met all prerequisites, you
should a relatively smooth import process.
1.8.1 SPDD Adjustment – Handover to Developer
SPAM -> Goto -> Status – Queue to confirm adjustment to proceed to next phase
1.9 SPAU Adjustment
After the SPDD is completed, it will go through a number of phases and eventually pause at
SPAU adjustment phase (RUN_SPAU). Now again, ask the developers to continue with the
SPAU adjustments (This is only done in Development systems. For changes to take place in all
downstream systems, transports are created and imported into e.g QA and PROD and usually
after the SP’s are applied).
Once developers complete their SPAU adjustments successfully (be patience, this can take from
several hours to a week or more depending on size of landscape and amount of customising),
simply resume i.e Goto Support Package -> Import Queue (similar to SPDD steps)
1.10 Tail end – EPILOGUE
Finally, it all goes well, the last phase is the EPILOGUE as shown below. This should not take
that long and once completed, you proceed to confirm (or complete) the import with the next
step
Once EPILOGUE completed, the Status will turn Yellow. You must then go to Support Packages
-> Confirm (Shift F6) to close off or complete the SP implementation.
1.11 Lastly, CONFIRM queue
Method to confirm queue shown below.
2 Post Steps – SGEN
Once import is completed, proceed to run SGEN to recompile all the new imported objects
before releasing the system. Steps shown below.
Run SGEN with options
Regeneration of existing loads
Only generate objects with invalid loads
Wait until finished !
Appendix – Additional Info
2.1 Checklist before Import of SPs
This is my checklist but others may have more to add (or remove!)
1. Confirm and sign-off the support pks and combination of SPs that will be applied and
project/test team available for testing
2. Verify all functional and cross-system dependencies are met. Must review and OSS note
822379 (netweaver 7 version)
3. Enough Disk space and atleast 85% free space on sapdata filesystem
4. Check if file system /usr/sap/trans/data and ../EPS/in has free space, if not clean-up old
support package data files or Pat files in EPS/in
5. Post a system message & a login screen message indicating the outage (refer to procedure
Applying Support Packages).
6. Check if no tablespace is over 85 % full
7. Verify if you have a recent backup., if not schedule a full on-line backup. If production,
have a backup just before Support pkgs to be safe.
8. Unpack all required SP’s and then load them into SPAM and verify that all queues are
OK e.g SAPCAR -xvf /sapcd/sp/XXXXXXX.CAR –V
9. Update Spam with latest version from Service marketplace. Also ensure binaries R3trans and
tp are updated if necessary. If you are not sure, usually it will not hurt to update these anyway.
10. Define Queue and perform TEST import and report any SPDD/SPAU conflicts to
project/developers
2.2 Using SolMan to download Support Packages
Call tcode /nsolution Manager
Select the Solution ‘SAP Solution’ if you are going to download SP’s for ECC 6.0 SAP System
for your environment.
Create a new ‘Maintenance Optimizer’ or use existing
Here you can select the SP’s to download either manually and automate i.e Let SAP decide
A Web browser window will pop up and you need to manually look for and select the e.g HR
support pkgs.

More Related Content

What's hot

(ATS6-PLAT08) AEP in a Validated Environment
(ATS6-PLAT08) AEP in a Validated Environment(ATS6-PLAT08) AEP in a Validated Environment
(ATS6-PLAT08) AEP in a Validated EnvironmentBIOVIA
 
R12 d49656 gc10-apps dba 12
R12 d49656 gc10-apps dba 12R12 d49656 gc10-apps dba 12
R12 d49656 gc10-apps dba 12zeesniper
 
R12 d49656 gc10-apps dba 25
R12 d49656 gc10-apps dba 25R12 d49656 gc10-apps dba 25
R12 d49656 gc10-apps dba 25zeesniper
 
R12 d49656 gc10-apps dba 13
R12 d49656 gc10-apps dba 13R12 d49656 gc10-apps dba 13
R12 d49656 gc10-apps dba 13zeesniper
 
Charm workflow for urgent changes while adding node
Charm workflow for urgent changes while adding nodeCharm workflow for urgent changes while adding node
Charm workflow for urgent changes while adding nodeAditya Shivhare
 
Select Refresh For SAP PPT Show
Select Refresh  For SAP PPT ShowSelect Refresh  For SAP PPT Show
Select Refresh For SAP PPT Showcspencert
 
SAP System copy
SAP System copySAP System copy
SAP System copyashish_bbd
 
Ax2012 technical Upgrade process
Ax2012 technical Upgrade processAx2012 technical Upgrade process
Ax2012 technical Upgrade processTariq Rafique
 
R12 d49656 gc10-apps dba 17
R12 d49656 gc10-apps dba 17R12 d49656 gc10-apps dba 17
R12 d49656 gc10-apps dba 17zeesniper
 
Sap basis installation on win nt oracle 4.6d
Sap basis installation on win nt oracle 4.6dSap basis installation on win nt oracle 4.6d
Sap basis installation on win nt oracle 4.6dFelipeHernndez75
 
Upgrade to IBM z/OS V2.4 technical actions
Upgrade to IBM z/OS V2.4 technical actionsUpgrade to IBM z/OS V2.4 technical actions
Upgrade to IBM z/OS V2.4 technical actionsMarna Walle
 
Quality data
Quality dataQuality data
Quality dataedmatias
 
R12 d49656 gc10-apps dba 21
R12 d49656 gc10-apps dba 21R12 d49656 gc10-apps dba 21
R12 d49656 gc10-apps dba 21zeesniper
 
QTP&UFT Automation Framework
QTP&UFT Automation FrameworkQTP&UFT Automation Framework
QTP&UFT Automation FrameworkYu Tao Zhang
 
Upgrade to IBM z/OS V2.5 technical actions
Upgrade to IBM z/OS V2.5 technical actionsUpgrade to IBM z/OS V2.5 technical actions
Upgrade to IBM z/OS V2.5 technical actionsMarna Walle
 
Systems modelling and simulation
Systems modelling and simulationSystems modelling and simulation
Systems modelling and simulationHassan Saif
 

What's hot (19)

(ATS6-PLAT08) AEP in a Validated Environment
(ATS6-PLAT08) AEP in a Validated Environment(ATS6-PLAT08) AEP in a Validated Environment
(ATS6-PLAT08) AEP in a Validated Environment
 
Srm 6.0
Srm 6.0Srm 6.0
Srm 6.0
 
R12 d49656 gc10-apps dba 12
R12 d49656 gc10-apps dba 12R12 d49656 gc10-apps dba 12
R12 d49656 gc10-apps dba 12
 
R12 d49656 gc10-apps dba 25
R12 d49656 gc10-apps dba 25R12 d49656 gc10-apps dba 25
R12 d49656 gc10-apps dba 25
 
R12 d49656 gc10-apps dba 13
R12 d49656 gc10-apps dba 13R12 d49656 gc10-apps dba 13
R12 d49656 gc10-apps dba 13
 
Sap srm
Sap srm Sap srm
Sap srm
 
Charm workflow for urgent changes while adding node
Charm workflow for urgent changes while adding nodeCharm workflow for urgent changes while adding node
Charm workflow for urgent changes while adding node
 
Select Refresh For SAP PPT Show
Select Refresh  For SAP PPT ShowSelect Refresh  For SAP PPT Show
Select Refresh For SAP PPT Show
 
SAP System copy
SAP System copySAP System copy
SAP System copy
 
Ax2012 technical Upgrade process
Ax2012 technical Upgrade processAx2012 technical Upgrade process
Ax2012 technical Upgrade process
 
R12 d49656 gc10-apps dba 17
R12 d49656 gc10-apps dba 17R12 d49656 gc10-apps dba 17
R12 d49656 gc10-apps dba 17
 
Sap basis installation on win nt oracle 4.6d
Sap basis installation on win nt oracle 4.6dSap basis installation on win nt oracle 4.6d
Sap basis installation on win nt oracle 4.6d
 
Upgrade to IBM z/OS V2.4 technical actions
Upgrade to IBM z/OS V2.4 technical actionsUpgrade to IBM z/OS V2.4 technical actions
Upgrade to IBM z/OS V2.4 technical actions
 
Sap system landscape best practice
Sap system landscape best practiceSap system landscape best practice
Sap system landscape best practice
 
Quality data
Quality dataQuality data
Quality data
 
R12 d49656 gc10-apps dba 21
R12 d49656 gc10-apps dba 21R12 d49656 gc10-apps dba 21
R12 d49656 gc10-apps dba 21
 
QTP&UFT Automation Framework
QTP&UFT Automation FrameworkQTP&UFT Automation Framework
QTP&UFT Automation Framework
 
Upgrade to IBM z/OS V2.5 technical actions
Upgrade to IBM z/OS V2.5 technical actionsUpgrade to IBM z/OS V2.5 technical actions
Upgrade to IBM z/OS V2.5 technical actions
 
Systems modelling and simulation
Systems modelling and simulationSystems modelling and simulation
Systems modelling and simulation
 

Viewers also liked (17)

New microsoft office word document (2)
New microsoft office word document (2)New microsoft office word document (2)
New microsoft office word document (2)
 
Plano ejemplo de una lámpara
Plano ejemplo de una lámparaPlano ejemplo de una lámpara
Plano ejemplo de una lámpara
 
New microsoft office word document (4)
New microsoft office word document (4)New microsoft office word document (4)
New microsoft office word document (4)
 
Presentation2
Presentation2Presentation2
Presentation2
 
Dicas de usabilidade para melhorar a experiência do usuário com o seu produto
Dicas de usabilidade para melhorar a experiência do usuário com o seu produtoDicas de usabilidade para melhorar a experiência do usuário com o seu produto
Dicas de usabilidade para melhorar a experiência do usuário com o seu produto
 
Occ health-presentation
Occ health-presentationOcc health-presentation
Occ health-presentation
 
Degenerative arthritis-of-the-elbow
Degenerative arthritis-of-the-elbowDegenerative arthritis-of-the-elbow
Degenerative arthritis-of-the-elbow
 
Smftw2010 poessm 1hour_portland_me
Smftw2010 poessm 1hour_portland_meSmftw2010 poessm 1hour_portland_me
Smftw2010 poessm 1hour_portland_me
 
Rcd osteo
Rcd osteoRcd osteo
Rcd osteo
 
Upper limb-arthroscopy
Upper limb-arthroscopyUpper limb-arthroscopy
Upper limb-arthroscopy
 
Indian fighter plane
Indian fighter planeIndian fighter plane
Indian fighter plane
 
Posterior gleno-humeral-instability
Posterior gleno-humeral-instabilityPosterior gleno-humeral-instability
Posterior gleno-humeral-instability
 
Shoulder impingement
Shoulder impingementShoulder impingement
Shoulder impingement
 
Hand injuries
Hand injuriesHand injuries
Hand injuries
 
Common Upper Limb Fractures
Common Upper Limb FracturesCommon Upper Limb Fractures
Common Upper Limb Fractures
 
Sources of energy
Sources of energySources of energy
Sources of energy
 
Nfc
NfcNfc
Nfc
 

Similar to New microsoft office word document (3)

Steps for Upgrade OutSystems platform.pdf
Steps for Upgrade OutSystems platform.pdfSteps for Upgrade OutSystems platform.pdf
Steps for Upgrade OutSystems platform.pdfRicardoPereira244364
 
How to upgrade OJS 2 to OJS 3 latest
How to upgrade OJS 2 to OJS 3 latestHow to upgrade OJS 2 to OJS 3 latest
How to upgrade OJS 2 to OJS 3 latestOpenjournaltheme
 
Bpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management toolBpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management toolShanmugam Veerichetty
 
ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)Protect724tk
 
Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015andreas kuncoro
 
Sap Easy Upload
Sap Easy UploadSap Easy Upload
Sap Easy Uploadccsmurthy
 
access-control-time-attendance-management-system-user-manual-rev-e103.pptx
access-control-time-attendance-management-system-user-manual-rev-e103.pptxaccess-control-time-attendance-management-system-user-manual-rev-e103.pptx
access-control-time-attendance-management-system-user-manual-rev-e103.pptxJosue138778
 
Orangescrum Time Log Add-on User Manual
Orangescrum Time Log Add-on User ManualOrangescrum Time Log Add-on User Manual
Orangescrum Time Log Add-on User ManualOrangescrum
 
Finer Things Club - Lesser known zOSMF SW Mgmt Functions.pdf
Finer Things Club - Lesser known zOSMF SW Mgmt Functions.pdfFiner Things Club - Lesser known zOSMF SW Mgmt Functions.pdf
Finer Things Club - Lesser known zOSMF SW Mgmt Functions.pdfMarna Walle
 
Sap bpc Planning and consolidation
Sap bpc Planning and consolidationSap bpc Planning and consolidation
Sap bpc Planning and consolidationSreekanth Gogula
 
UFT-1.pptx
UFT-1.pptxUFT-1.pptx
UFT-1.pptxAmarDeo7
 
Oracle RI ETL process overview.
Oracle RI ETL process overview.Oracle RI ETL process overview.
Oracle RI ETL process overview.Puneet Kala
 
Sure Outputs
Sure OutputsSure Outputs
Sure OutputsSAP Sure
 
Uni centa opos data transfer guide
Uni centa opos data transfer guideUni centa opos data transfer guide
Uni centa opos data transfer guideAlfonsoCueto
 
Sap hana-ide-overview-nodev
Sap hana-ide-overview-nodevSap hana-ide-overview-nodev
Sap hana-ide-overview-nodevSayed Ahmed
 

Similar to New microsoft office word document (3) (20)

Patch
PatchPatch
Patch
 
Pacthing
PacthingPacthing
Pacthing
 
Steps for Upgrade OutSystems platform.pdf
Steps for Upgrade OutSystems platform.pdfSteps for Upgrade OutSystems platform.pdf
Steps for Upgrade OutSystems platform.pdf
 
How to upgrade OJS 2 to OJS 3 latest
How to upgrade OJS 2 to OJS 3 latestHow to upgrade OJS 2 to OJS 3 latest
How to upgrade OJS 2 to OJS 3 latest
 
Bpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management toolBpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management tool
 
ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)ESM Upgrade Guide (ESM v6.9.1c)
ESM Upgrade Guide (ESM v6.9.1c)
 
Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015
 
Sap Easy Upload
Sap Easy UploadSap Easy Upload
Sap Easy Upload
 
Sas
SasSas
Sas
 
access-control-time-attendance-management-system-user-manual-rev-e103.pptx
access-control-time-attendance-management-system-user-manual-rev-e103.pptxaccess-control-time-attendance-management-system-user-manual-rev-e103.pptx
access-control-time-attendance-management-system-user-manual-rev-e103.pptx
 
Orangescrum Time Log Add-on User Manual
Orangescrum Time Log Add-on User ManualOrangescrum Time Log Add-on User Manual
Orangescrum Time Log Add-on User Manual
 
Finer Things Club - Lesser known zOSMF SW Mgmt Functions.pdf
Finer Things Club - Lesser known zOSMF SW Mgmt Functions.pdfFiner Things Club - Lesser known zOSMF SW Mgmt Functions.pdf
Finer Things Club - Lesser known zOSMF SW Mgmt Functions.pdf
 
Sap bpc Planning and consolidation
Sap bpc Planning and consolidationSap bpc Planning and consolidation
Sap bpc Planning and consolidation
 
UFT-1.pptx
UFT-1.pptxUFT-1.pptx
UFT-1.pptx
 
Upgrade Guide for ESM 6.8c
Upgrade Guide for ESM 6.8cUpgrade Guide for ESM 6.8c
Upgrade Guide for ESM 6.8c
 
SAP Basis Overview
SAP Basis OverviewSAP Basis Overview
SAP Basis Overview
 
Oracle RI ETL process overview.
Oracle RI ETL process overview.Oracle RI ETL process overview.
Oracle RI ETL process overview.
 
Sure Outputs
Sure OutputsSure Outputs
Sure Outputs
 
Uni centa opos data transfer guide
Uni centa opos data transfer guideUni centa opos data transfer guide
Uni centa opos data transfer guide
 
Sap hana-ide-overview-nodev
Sap hana-ide-overview-nodevSap hana-ide-overview-nodev
Sap hana-ide-overview-nodev
 

Recently uploaded

Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...
Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...
Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...akbard9823
 
Assessment on SITXINV007 Purchase goods.pdf
Assessment on SITXINV007 Purchase goods.pdfAssessment on SITXINV007 Purchase goods.pdf
Assessment on SITXINV007 Purchase goods.pdfUMER979507
 
The Billo Photo Gallery - Cultivated Cuisine T1
The Billo Photo Gallery - Cultivated Cuisine T1The Billo Photo Gallery - Cultivated Cuisine T1
The Billo Photo Gallery - Cultivated Cuisine T1davew9
 
Grade Eight Quarter 4_Week 6_Cookery.pptx
Grade Eight Quarter 4_Week 6_Cookery.pptxGrade Eight Quarter 4_Week 6_Cookery.pptx
Grade Eight Quarter 4_Week 6_Cookery.pptxKurtGardy
 
VIP Call Girl Bikaner Aashi 8250192130 Independent Escort Service Bikaner
VIP Call Girl Bikaner Aashi 8250192130 Independent Escort Service BikanerVIP Call Girl Bikaner Aashi 8250192130 Independent Escort Service Bikaner
VIP Call Girl Bikaner Aashi 8250192130 Independent Escort Service BikanerSuhani Kapoor
 
Call Girls in Nashik Ila 7001305949 Independent Escort Service Nashik
Call Girls in Nashik Ila 7001305949 Independent Escort Service NashikCall Girls in Nashik Ila 7001305949 Independent Escort Service Nashik
Call Girls in Nashik Ila 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girl Nashik Khushi 7001305949 Independent Escort Service Nashik
Call Girl Nashik Khushi 7001305949 Independent Escort Service NashikCall Girl Nashik Khushi 7001305949 Independent Escort Service Nashik
Call Girl Nashik Khushi 7001305949 Independent Escort Service Nashikranjana rawat
 
THE ARTISANAL SALT OF SAN VICENTE, ILOCOS SUR: A CASE STUDY
THE ARTISANAL SALT OF SAN VICENTE, ILOCOS SUR: A CASE STUDYTHE ARTISANAL SALT OF SAN VICENTE, ILOCOS SUR: A CASE STUDY
THE ARTISANAL SALT OF SAN VICENTE, ILOCOS SUR: A CASE STUDYHumphrey A Beña
 
thanksgiving dinner and more information
thanksgiving dinner and more informationthanksgiving dinner and more information
thanksgiving dinner and more informationlialiaskou00
 
Call Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcum
Call Girls Dubai &ubble O525547819 Call Girls In Dubai BlastcumCall Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcum
Call Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcumkojalkojal131
 
VIP Russian Call Girls in Noida Deepika 8250192130 Independent Escort Service...
VIP Russian Call Girls in Noida Deepika 8250192130 Independent Escort Service...VIP Russian Call Girls in Noida Deepika 8250192130 Independent Escort Service...
VIP Russian Call Girls in Noida Deepika 8250192130 Independent Escort Service...Suhani Kapoor
 
(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...ranjana rawat
 
Let Me Relax Dubai Russian Call girls O56338O268 Dubai Call girls AgenCy
Let Me Relax Dubai Russian Call girls O56338O268 Dubai Call girls AgenCyLet Me Relax Dubai Russian Call girls O56338O268 Dubai Call girls AgenCy
Let Me Relax Dubai Russian Call girls O56338O268 Dubai Call girls AgenCystephieert
 
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130Suhani Kapoor
 
(SUNAINA) Call Girls Alandi Road ( 7001035870 ) HI-Fi Pune Escorts Service
(SUNAINA) Call Girls Alandi Road ( 7001035870 ) HI-Fi Pune Escorts Service(SUNAINA) Call Girls Alandi Road ( 7001035870 ) HI-Fi Pune Escorts Service
(SUNAINA) Call Girls Alandi Road ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
(MAYA) Baner Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MAYA) Baner Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MAYA) Baner Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MAYA) Baner Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
ΦΑΓΗΤΟ ΤΕΛΕΙΟ ΞΞΞΞΞΞΞ ΞΞΞΞΞΞ ΞΞΞΞ ΞΞΞΞ Ξ
ΦΑΓΗΤΟ ΤΕΛΕΙΟ ΞΞΞΞΞΞΞ ΞΞΞΞΞΞ ΞΞΞΞ ΞΞΞΞ ΞΦΑΓΗΤΟ ΤΕΛΕΙΟ ΞΞΞΞΞΞΞ ΞΞΞΞΞΞ ΞΞΞΞ ΞΞΞΞ Ξ
ΦΑΓΗΤΟ ΤΕΛΕΙΟ ΞΞΞΞΞΞΞ ΞΞΞΞΞΞ ΞΞΞΞ ΞΞΞΞ Ξlialiaskou00
 
VVIP Pune Call Girls Viman Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Viman Nagar (7001035870) Pune Escorts Nearby with Comple...VVIP Pune Call Girls Viman Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Viman Nagar (7001035870) Pune Escorts Nearby with Comple...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...
Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...
Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...
 
Assessment on SITXINV007 Purchase goods.pdf
Assessment on SITXINV007 Purchase goods.pdfAssessment on SITXINV007 Purchase goods.pdf
Assessment on SITXINV007 Purchase goods.pdf
 
The Billo Photo Gallery - Cultivated Cuisine T1
The Billo Photo Gallery - Cultivated Cuisine T1The Billo Photo Gallery - Cultivated Cuisine T1
The Billo Photo Gallery - Cultivated Cuisine T1
 
Grade Eight Quarter 4_Week 6_Cookery.pptx
Grade Eight Quarter 4_Week 6_Cookery.pptxGrade Eight Quarter 4_Week 6_Cookery.pptx
Grade Eight Quarter 4_Week 6_Cookery.pptx
 
Call Girls In Ramesh Nagar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Ramesh Nagar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCeCall Girls In Ramesh Nagar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
Call Girls In Ramesh Nagar꧁❤ 🔝 9953056974🔝❤꧂ Escort ServiCe
 
VIP Call Girl Bikaner Aashi 8250192130 Independent Escort Service Bikaner
VIP Call Girl Bikaner Aashi 8250192130 Independent Escort Service BikanerVIP Call Girl Bikaner Aashi 8250192130 Independent Escort Service Bikaner
VIP Call Girl Bikaner Aashi 8250192130 Independent Escort Service Bikaner
 
Call Girls in Nashik Ila 7001305949 Independent Escort Service Nashik
Call Girls in Nashik Ila 7001305949 Independent Escort Service NashikCall Girls in Nashik Ila 7001305949 Independent Escort Service Nashik
Call Girls in Nashik Ila 7001305949 Independent Escort Service Nashik
 
Call Girl Nashik Khushi 7001305949 Independent Escort Service Nashik
Call Girl Nashik Khushi 7001305949 Independent Escort Service NashikCall Girl Nashik Khushi 7001305949 Independent Escort Service Nashik
Call Girl Nashik Khushi 7001305949 Independent Escort Service Nashik
 
THE ARTISANAL SALT OF SAN VICENTE, ILOCOS SUR: A CASE STUDY
THE ARTISANAL SALT OF SAN VICENTE, ILOCOS SUR: A CASE STUDYTHE ARTISANAL SALT OF SAN VICENTE, ILOCOS SUR: A CASE STUDY
THE ARTISANAL SALT OF SAN VICENTE, ILOCOS SUR: A CASE STUDY
 
thanksgiving dinner and more information
thanksgiving dinner and more informationthanksgiving dinner and more information
thanksgiving dinner and more information
 
young Whatsapp Call Girls in Jamuna Vihar 🔝 9953056974 🔝 escort service
young Whatsapp Call Girls in Jamuna Vihar 🔝 9953056974 🔝 escort serviceyoung Whatsapp Call Girls in Jamuna Vihar 🔝 9953056974 🔝 escort service
young Whatsapp Call Girls in Jamuna Vihar 🔝 9953056974 🔝 escort service
 
Call Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcum
Call Girls Dubai &ubble O525547819 Call Girls In Dubai BlastcumCall Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcum
Call Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcum
 
VIP Russian Call Girls in Noida Deepika 8250192130 Independent Escort Service...
VIP Russian Call Girls in Noida Deepika 8250192130 Independent Escort Service...VIP Russian Call Girls in Noida Deepika 8250192130 Independent Escort Service...
VIP Russian Call Girls in Noida Deepika 8250192130 Independent Escort Service...
 
(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
 
Let Me Relax Dubai Russian Call girls O56338O268 Dubai Call girls AgenCy
Let Me Relax Dubai Russian Call girls O56338O268 Dubai Call girls AgenCyLet Me Relax Dubai Russian Call girls O56338O268 Dubai Call girls AgenCy
Let Me Relax Dubai Russian Call girls O56338O268 Dubai Call girls AgenCy
 
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130
 
(SUNAINA) Call Girls Alandi Road ( 7001035870 ) HI-Fi Pune Escorts Service
(SUNAINA) Call Girls Alandi Road ( 7001035870 ) HI-Fi Pune Escorts Service(SUNAINA) Call Girls Alandi Road ( 7001035870 ) HI-Fi Pune Escorts Service
(SUNAINA) Call Girls Alandi Road ( 7001035870 ) HI-Fi Pune Escorts Service
 
(MAYA) Baner Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MAYA) Baner Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MAYA) Baner Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MAYA) Baner Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
ΦΑΓΗΤΟ ΤΕΛΕΙΟ ΞΞΞΞΞΞΞ ΞΞΞΞΞΞ ΞΞΞΞ ΞΞΞΞ Ξ
ΦΑΓΗΤΟ ΤΕΛΕΙΟ ΞΞΞΞΞΞΞ ΞΞΞΞΞΞ ΞΞΞΞ ΞΞΞΞ ΞΦΑΓΗΤΟ ΤΕΛΕΙΟ ΞΞΞΞΞΞΞ ΞΞΞΞΞΞ ΞΞΞΞ ΞΞΞΞ Ξ
ΦΑΓΗΤΟ ΤΕΛΕΙΟ ΞΞΞΞΞΞΞ ΞΞΞΞΞΞ ΞΞΞΞ ΞΞΞΞ Ξ
 
VVIP Pune Call Girls Viman Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Viman Nagar (7001035870) Pune Escorts Nearby with Comple...VVIP Pune Call Girls Viman Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Viman Nagar (7001035870) Pune Escorts Nearby with Comple...
 

New microsoft office word document (3)

  • 1. Step-by-Step process of Importing Support Packages into ECC6 EHP4 System Sep 26 Posted by Murtuza In this blog we look at a step-by-step procedure to import HR support packages (HR Sp 16 to 20) & (EA-HR 16 to 20) into a ECC6 system with EHP4. The most important part of the installation is the preparation work. This is absolutely critical that side-effect notes, relevant basis notes and patches are applied before applying the support packages (see appendix). 99% Preparation, 1% perspiration! Remember you can only download SP’s from Solution manager (well sort of). What SolMan really does is generate the link for you to download the SPs. Once you have the link generated, you can just call the link from your browser independent of SolMan (see appendix on process). Another point I want to highlight is in this scenario, we are simply updating a subset of Support packages i.e HR support packages and not the Support Pack ‘Stack’. Whilst it is recommended to apply the stack, this is not always practical and feasible due to resources, availability to test and other complexities in large SAP landscapes. 1.1 Check all pre-requisites are met, e.g file system space, SAP notes, locked users, etc. See appendix below for checklist of what to do. 1.2 Login to Client 000 with a Super User (SAP_ALL/SAP_NEW) 1.3 Ensure all the required SP’s have been downloaded from the SAP Marketplace and have been unzipped/uncarred into the …./EPS/in folders. The process of identifying which SP’s to load and the interdependencies is a separate task on its on and usually conducted in conjunction/direction of the application/functional team 1.4 Load SP’s from App server (you must first download the *.SAPCAR files and extract it in …usr/sap/trans/EPS/in 1.5 Define Queue. – Essentially what you are doing here is telling SAP which SPs you want to import. It is intelligent enough to calculate interdependencies.
  • 2. Load the SP’s from the Application server (after you have unzipped them into the ../EPS/in folder). Pick the highest SP number. (It will automatically included other SP’s or dependencies.). If you are importing SP for different modules e.g HR, Finance, etc, then you may need to build the queue and change the settings to “Calculation for a Vector of components”. Queue calculation for a vector of software components: The Support Package queue calculation takes place for multiple software components based on the target Support Package level that has been defined for each software component (see Defining a Queue Based on Multiple Software Components). 1.6 Check SPAM settings: You can schedule more parallel processes if you like and if you system can support. These are the typical settings I use when importing initially into a development system Check if the SPAM settings are as follows : Section Import queue Create new datafile = Yes (only in DEVELOPMENT) Delete data file after import = No Section ABAP/Screen Generation
  • 3. Generate screen = Never 1.7 Import Support Packages (Shift + F7) This step onwards basically kicks starts the SP import process. From now onwards, there is no going back (well almost). Please refer to link on SAP Help below for known errors during import: http://help.sap.com/saphelp_nw04/helpdata/en/7e/c6c2ad98a711d2b429006094b9ea64/content.h tm Generally I Run phase 1 in ‘dialog mode’ and all other phases in ‘background’ mode
  • 4. These are the various phases the SPAM goes through during the import process. You will see the phases change in the ‘Status’ section in tcode SPAM: Preparation Module … 1. PROLOGUE This phase checks whether you are authorized to import Support Packages. 2. CHECK_REQUIREMENTS This phase checks various requirements for importing a Support Package, for example, whether the transport control program tp can log on to your system. 3. DISASSEMBLE This phase unpacks files from the appropriate EPS parcels and saves them to the transport directory. 4. ADD_TO_BUFFER This phase places the queue in the transport buffer of your system. 5. MODIFY_BUFFER This phase prepares the transport buffer for correct processing of the following import phases. 6. TEST_IMPORT
  • 5. This phase performs a test import for the queue with the transport control program tp. The system checks whether there are objects that are in open repairs and that are overwritten during the import, or whether other conditions prevent the import of an object. 7. IMPORT_OBJECT_LIST This phase imports the object lists for the Support Packages in the queue into the system. 8. OBJECTS_LOCKED_? This phase checks whether there are objects that are overwritten by the import, and that are still in unreleased requests. 9. ADDON_CONFLICTS_? This phase checks whether there are conflicts between objects in the queue and any installed add-ons. 10. SCHEDULE_RDDIMPDP This phase schedules the transport daemon (program RDDIMPDP). Import 1 Module 11. CREATE_VERS_BEFORE This phase generates versions of the objects that are contained in the Support Packages in the queue (if this option is set). 12. SPDD_SPAU_CHECK In this phase, the system checks if a modification adjustment is necessary (transactions SPDD/SPAU). 13. DDIC_IMPORT This phase imports all ABAP Dictionary objects in the queue. 14. AUTO_MOD_SPDD This phase checks whether all modifications to ABAP Dictionary objects can be adjusted automatically. 15. RUN_SPDD_?
  • 6. In this phase, you are asked to adjust your modifications to the ABAP Dictionary objects by calling transaction SPDD. 16. LOCK_EU (only for import mode downtime-minimized) This phase locks the development environment. 17. INACTIVE_IMPORT (only for import mode downtime-minimized) This phase imports program code and program texts in an inactive state. 18. DDIC_ACTIVATION This phase activates the imported ABAP Dictionary objects. Import 2 Module 19. IMPORT_PROPER This phase imports all the Repository objects and table entries if they were not already imported in the INACTIVE_IMPORT phase. This is preceded by actions such as table conversion and activation of the name tabs. 20. PREPARE_XPRA This phase prepares the execution of the XPRAs and after-import methods. 21. UNLOCK_EU (only for import mode downtime-minimized) This phase unlocks the development environment. 22. AUTO_MOD_SPAU This phase checks whether modifications can be adjusted automatically. 23. XPRA_EXECUTION This phase executes the XPRAs and after-import methods. 24. ABAP_GENERATION This phase generates the runtime objects for the imported Repository objects (ABAP source texts and screens). Clean Up Module
  • 7. 25. RUN_SPAU_? This phase prompts you to adjust your modifications to Repository objects by calling transaction SPAU. 26. CLEAR_OLD_REPORTS (only for import mode downtime-minimized) This phase deletes the obsolete versions of program code and program texts in the database. 27. EPILOGUE This phase completes the import. Among other things, it checks whether the queue has been processed completely. 1.8 Main Import Phases and Actions required. In the following steps below, I only highlight only the main phases and the necessary actions required. Generally if you have done your homework and checked and met all prerequisites, you should a relatively smooth import process. 1.8.1 SPDD Adjustment – Handover to Developer
  • 8. SPAM -> Goto -> Status – Queue to confirm adjustment to proceed to next phase
  • 9. 1.9 SPAU Adjustment After the SPDD is completed, it will go through a number of phases and eventually pause at SPAU adjustment phase (RUN_SPAU). Now again, ask the developers to continue with the SPAU adjustments (This is only done in Development systems. For changes to take place in all downstream systems, transports are created and imported into e.g QA and PROD and usually after the SP’s are applied).
  • 10. Once developers complete their SPAU adjustments successfully (be patience, this can take from several hours to a week or more depending on size of landscape and amount of customising), simply resume i.e Goto Support Package -> Import Queue (similar to SPDD steps) 1.10 Tail end – EPILOGUE Finally, it all goes well, the last phase is the EPILOGUE as shown below. This should not take that long and once completed, you proceed to confirm (or complete) the import with the next step
  • 11. Once EPILOGUE completed, the Status will turn Yellow. You must then go to Support Packages -> Confirm (Shift F6) to close off or complete the SP implementation. 1.11 Lastly, CONFIRM queue Method to confirm queue shown below.
  • 12. 2 Post Steps – SGEN Once import is completed, proceed to run SGEN to recompile all the new imported objects before releasing the system. Steps shown below. Run SGEN with options Regeneration of existing loads Only generate objects with invalid loads Wait until finished !
  • 13.
  • 14. Appendix – Additional Info 2.1 Checklist before Import of SPs This is my checklist but others may have more to add (or remove!) 1. Confirm and sign-off the support pks and combination of SPs that will be applied and project/test team available for testing 2. Verify all functional and cross-system dependencies are met. Must review and OSS note 822379 (netweaver 7 version) 3. Enough Disk space and atleast 85% free space on sapdata filesystem 4. Check if file system /usr/sap/trans/data and ../EPS/in has free space, if not clean-up old support package data files or Pat files in EPS/in 5. Post a system message & a login screen message indicating the outage (refer to procedure Applying Support Packages). 6. Check if no tablespace is over 85 % full 7. Verify if you have a recent backup., if not schedule a full on-line backup. If production, have a backup just before Support pkgs to be safe. 8. Unpack all required SP’s and then load them into SPAM and verify that all queues are OK e.g SAPCAR -xvf /sapcd/sp/XXXXXXX.CAR –V
  • 15. 9. Update Spam with latest version from Service marketplace. Also ensure binaries R3trans and tp are updated if necessary. If you are not sure, usually it will not hurt to update these anyway. 10. Define Queue and perform TEST import and report any SPDD/SPAU conflicts to project/developers 2.2 Using SolMan to download Support Packages Call tcode /nsolution Manager Select the Solution ‘SAP Solution’ if you are going to download SP’s for ECC 6.0 SAP System for your environment. Create a new ‘Maintenance Optimizer’ or use existing Here you can select the SP’s to download either manually and automate i.e Let SAP decide
  • 16. A Web browser window will pop up and you need to manually look for and select the e.g HR support pkgs.