Difference between support packages&kernels&add ons

can anyone help me out to know the difference b/w sp's,kernels & addons n also the procedure to apply them plz.
thanks in advance:
pcsagar

Hi chandra shekar,
Procedure to apply kernel patch.
1> Down load the latest kernel patch from the link
https://websmp105.sap-ag.de/patches
Down load two file for your kernel
Take #Database independent and other file be according to your database
#Database independent file will be SAPEXE<....>.SAR
File for your database will be SAPEXEDB<....>.SAR
2) Put these files in some location on the server.
3)Take backup of of the existing kernel.
4)stop sap
5)stop oscollector SAPOSCOL
6) Unpack the file using tool SAPCAR
7) COPY the unpacked files to the kernel directory with overwright option
start saposcol and then sap
Check the new version in sm51.
You can check below note for more information.
Note 19466 - Downloading SAP kernel patches
Applying support packages.
Down load the support package from the link
https://websmp105.sap-ag.de/patches
for applying check below links
http://help.sap.com/erp2005_ehp_03/helpdata/EN/a7/a7a932845c11d2b421006094b9ea64/content.htm
ADD-ON same procedure and you use -t-code SAINT
Regards
Ashok

Similar Messages

  • Difference between Business Packages MSS

    Hello,
    I´ve got a question regarding to the difference between Business Packages containing Manager-Self-Services.
    Where ist the exact difference between the BP for MySAP ERP and MySAP ERP 2004? The documentations seem to be quite different.
    Another question: Are these documentation also available in German?
    Thank You very much for reading.

    Integeration between OM and PA .
    Check T77SO Plogi ORGA and value shd be X
    (c.) Integeration between PA and PD .
        check T77SO
    (d.) Integeration between Time and Payroll .
    Time and pay rol are integrated form 0007 00008 and u can see the integration
    in XT00 TC00 DL DZL ZL Table
    (e.) Integeration between Recruitment and PA .
    check T77SO PPVAC Plogi
    (f.)Integeration between Time and Training and Event Mgmt .
    check T77SO

  • Difference between Support Stacks & Support Packs

    Hi All,
    Just the general question.
    Difference between Support stacks & Support Packs? Please explain.
    Thanks you all.

    You can find all the products existing into CRM in the PeopleSoft Enterprise CRM 9 Product-to-PeopleBook Index, with the name of each linked Peoplebook to refer on the main CRM Peoplesoft documentation page.
    And especially the PeopleSoft Enterprise CRM 9 Call Center Applications PeopleBook about Support and HelpDesk features.
    Nicolas.

  • Difference between Adhoc package and user created package

    what is the difference between Adhoc package and user created package.
    Thanks,

    Hello Asha,
    Here are some links which would be helpful for you to get started with BPS
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/s-u/sap bw business planning and simulation - how to guides list.htm
    https://media.sdn.sap.com/public/eclasses/teched04/BW253_files/Default.htm#nopreload=1
    https://www.sdn.sap.com/irj/sdn?rid=/webcontent/uuid/3040dd5d-0501-0010-baa8-fc0aafa88c40 [original link is broken]
    http://help.sap.com/bp_biv235/BI_EN/html/BW/CostCtrPlan.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/d-f/enhancements bw-bps formerly sem-bps in sapnetweaver 04.ppt
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d90209f-0501-0010-59a2-9243ac94a4d7
    http://help.sap.com/saphelp_nw04/helpdata/en/05/242537cedf2056e10000009b38f936/frameset.htm
    Also sent you some useful documents. Please check your mail.
    Regards,
    Praveen

  • Difference between Support desk  and service desk

    Hi All,
    Could you please let me know the exact difference between support desk and service desk.
    Infact i am looking forward for good material or doc depicting their functionality aspects.
    I will reward points for sure.

    Hi Prakhar,
    here's a good site for Service Desk docs.
    https://websmp105.sap-ag.de/solutionmanager
    go to Media Library, technical papers, look for Service Desk Additional Information document.
    Hope this helps
    Salpi

  • Difference between SAP Software Kernel and the files in Kernel Directory

    27.     What is the difference between SAP Software Kernel and the files in Kernel Directory

    well... the OS kernel is for the... "OS" and the SAP Kernel is for.... "SAP"
    A kernel is the core of any application, basically is a set of programs and parameters that tell the system how to behave.
    Regards
    Juan

  • CRM Support Package Manager - Add transport request to queue

    Hi,
    I'm applying CRM Support Packages with SP_MANAGER on the production system.
    I already applied these SP on the development system, I performed an SPAU adjustment, selected the corresponding transport request to use it on the production system, but SP_MANAGER didn't asked for this transport on the production system.
    How can I add the SPAU adjustment to the queue with SP_MANAGER ?
    Kind regards,
    Christophe

    Hi,
    That's why I opened this message: in step 1 of the procedure described by the link (http://help.sap.com/saphelp_nw04s/helpdata/EN/de/151042f664e12ce10000000a1550b0/content.htm), the system should ask for a transport request. This is not the case here, despite the fact that the correct setting is set in SPAM.
    Any other idea ?
    That's not a problem since I can use a workaround (import via STMS when the system asks to perform the adjustment), but I wonder why the system doesn't ask for a transport request in the case of a CRM system.
    Kind regards,
    Christophe

  • Find datetime difference between two fields and add the difference to the current datetime.

    Hi all,
    First I need to find the difference between the two date times fields (D1 and D2) and than add the diffence between them to the curent datetime to generate new datetime field (D3).
    D1                                                      
    D2
    2013-05-09 12:12:57.000              2013-05-09 12:12:57.000
    2013-05-10 12:12:57.000              2013-05-09 5:10:01.000
    2013-05-09 9:13:27.000                2013-05-11 11:00:21.000
    Thanks!

    Hey,
    You can try this
    SELECT  DATEDIFF(Day, D1, D2) as Date_Diff from Table_3 
    Replace day with
    other units you want to get the difference in, like second, minute etc.

  • Difference between  PA_TASK_PUB1 pacKage and Project Foundation API

    Whats the difference between PA_TASK_PUB1.update_tasK and the UPDATE_TASK in Project Foundation API?
    Im looKing for a concrete documentation how to update tasKs (uppdate schedule and actual dates) from PL/SQL API's.
    I already have PA_TASK_PUB1 put in place by a consultant worKing but i do not have an offiicial documentation.
    What i have is the documentation on the Project Foundation API, which is not the same as PA_TASK_PUB1.
    thanKs.

    Yeap. I checked on the Integration repository and indeed PA_TASK_PUB1 is there. But I only knew about PA_TASK_PUB1 because it was used by the Consultant in his codes. Its more of a reference.
    what I'm looking for is an official guide on how to manipulate Tasks / project from PL/SQL, and I thought the Projects API in Oracle documentation website which is available publicly is the official (Project Foundation API) one. And then when I saw another PL/SQL package (PA_TASK_PUB1) that was not in the Projects API, I got confused as there might be another documenatation that I miight be missing out.

  • How to deal with delta queue when importing Support Package/Kernel Patch

    Hi,
    From my experience, when importing a Support Package for an installation, the system will issue an error message and get stuck if this Support Package is about to alter the structures used in delta loads.
    But I would like to double with you if there is possible that the support packet which is going to alter structure, but no error message. If so, the delta data will be lost.
    Do we need to clear down the delta queue every time we import support package?
    Anyway, is there anyone have any suggestions or steps regarding this question?
    Many Thanks
    Jonathan

    Hi,
    Delta queues during support package upgrade
    Its always better to drain the delta queues before an upgrade.
    As a standard practice we drain the delta queues by running the IP/ chain multiple times.
    As a prerequiste we cancel/reschedule the V3 jobs to a future date during this activity.
    The V3 extraction delta queues must be emptied prior to the upgrade to avoid any possible data loss.
    V3 collector jobs should be suspended for the duration of the upgrade.
    They can be rescheduled after re-activation of the source systems upon completion of the upgrade.
    See SAP Notes 506694 and 658992 for more details.
    Page 17
    Load and Empty all Data mart Delta Queues in SAP BW. (e.g. for all export DataSources)
    The SAP BW Service SAPI, which is used for internal and ‘BW to BW’ data mart extraction, is
    upgraded during the SAP BW upgrade. Therefore, the delta queues must be emptied prior to the
    upgrade to avoid any possibility of data loss.
    upgrade preparation and postupgrade checklist
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/472443f2-0c01-0010-20ab-fbd380d45881
    /message/3221895#3221895
    OSS notes 328181 and 762951 as a prerequisites.
    Failure to follow the instructions in those notes may probably result in data loss.
    https://websmp207.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700002662832005E
    /thread/804820
    Effect on BW of R/3 Upgrade   
    How To Tackle Upgrades to SAP ERP 6.0
    /people/community.user/blog/2008/03/20/how-to-tackle-upgrades-to-sap-erp-60
    Start with the Why — Not the How — When You Upgrade to SAP ERP 6.0
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/008dddd1-8775-2a10-ce97-f90b2ded0280
    Rapid SAP NetWeaver 7.0 BI Technical Upgrade
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0c9c8be-346f-2a10-2081-cd99177c1fb9
     https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2b3a272-0b01-0010-b484-8fc7c068975e
    Hope this helps.
    Thanks,
    JituK

  • Differences between Connect and ConnectNow Add-ins

    Recently I took a look at the Adobe Connect 8 and I noticed that it useses different add-in for screen sharing. Dialog for selecting what to share is much better in the Adobe Connect 8: looks better, popups on top of current window(no need to click on taskbar), it is modal. I was wondering if it is possible to use this plugin from lccs(i.e. implement custom ScreenSharePublisher)?
    Best Regards, Aleksey

    +1 vote.  We have the same need.  We want to integrate ScreenSharePublisher seamlessly into our AIR app.  The permissions dialog doesn't work for us.  We would want the ability to customize.
    We also need the ability to automatically share a specific rectangular area of the screen.  The coordinates for this area is calculated by our app.  Is there any way to do this with the ScreenSharePublisher API?
    Thanks!

  • Does Firefox support Shockwave flash add-ons in its android version. If not, then when the same will be made available ?

    On android tablet, I need to visit certain websites which require Shockwave flash plug-in to receive web contents created in Adobe Doctor. So, when the same will be made available for your Firefox android version ?

    The pre-release version of Firefox on the '''[https://www.mozilla.org/en-US/firefox/channel/ Aurora channel]''' supports Flash on Android 2.2 and 2.3 devices. (Support for Flash on Android 3 and Android 4 devices is coming in a later release.)
    This is a brand new version of Firefox for Android that has many features re-written from scratch. Some things are not working yet. For some details, see [http://starkravingfinkle.org/blog/2011/11/firefox-for-android-nightly-channel-switches-to-native-ui-builds/ this blog post].

  • Can I copy between systems with different R/3 releases/add-ons?

    hi,all
    help me!

    Notes 19574 and 24853 provide basic information about this. The main or basic release must always be identical. Support Packages and add-ons should also have the same status in both systems. Only then can the consistency of the data be guaranteed.
                  For instance, if an add-on is only installed in the source system, the remote copy will terminate with a reference to differences in the dictionary or missing tables in the analysis phase, and will not make the copy.  The remote copy terminates if not all data can be copied, in other words if, for instance, a field is missing in the target system, a field is too small or a complete table is missing. You can include individual tables and, from Release WAS 6.10, also development packages (formerly development classes) in the source system in an exception list, to avoid the termination. See note 557132 for further information.
                  The export does not experience this problem with the transport because the target system is not checked during the export. On the other hand, differences in the dictionary or missing tables are subsequently reported as errors during the import but this does not result in any termination.  All of the data that can be imported is imported. In this respect, different ADD-ONs would not pose a problem for the client transport. to what extent is the data consistent or useable?

  • Import Basis Support Package 7.00 error

    Hi All,
    I wanted to apply Basis support package 9 for release 7.00 for our solution manager 4.0 system.
    When i started, it gave an error in the phase ADDON_CONFLICT? stage.. The message is as below:
    Phase ADDON_CONFLICTS_?: Explanation of Errors
    Conflicts were found between the Support Packages that you want to
    import and the Add-Ons installed in the system. To guarantee the
    consistency of your system, the import is interrupted until all Conflict
    Resolution Transports (CRTs) for the listed Support Packages are
    included in the queue.
    To include the CRTs in the queue, proceed as follows:
    - Write down the Support Packages and Add-Ons that have conflicts.
    - Leave this screen by choosing 'Cancel' (F12).
    - Load the CRTs for the Support Packages with conflicts from the SAP
      Service Marketplace or request them from your Add-On supplier.
    - Define the extended queue again in the Support Package Manager.
    - Import the queue. The Support Package Manager executes all steps from
      the beginning.
    If the problem involves an SAP Add-On, see SAP Note 53902, which tells
    you which CRTs resolve the conflicts. Otherwise contact the supplier of
    your Add-On for details on how to proceed.
    The following contains a table of Support Packages for each Add-On for
    which conflicts were detected. The column 'Information on the Conflict
    Resolution' specifies how you can resolve a conflict. For more
    information, select the corresponding 'Information for the Conflict
    Resolution'.
    Conflicts Between Add-On ST 400 and Support Packages
    Software Component   Release      Support Package        Information on
                                                             Conflict Resolution
    SAP_BASIS            700          SAPKB70009             Include CRT
    Can anyone guide me how to proceed.
    Thanks,
    Sailesh K

    Hi Shailesh,
    You are employing one or more Add-Ons in your system, apply patches regularly and want to know how the consistency of your Add-Ons is guaranteed. The list of Add-Ons installed in your system is stored in table AVERS.
    During patch application the SAP Patch Manager (SPAM) checks for conflicts between patches in the queue and the installed Add-Ons. A conflict occurs if an object delivered in a patch is also delivered in an Add-On. If conflicts are detected, SPAM stops processing at step ADDON_CONFLICTS_? and asks the user to load the corresponding CRTs into his system. The attributes of such CRTs match the Add-On id, Add-On release and patch predecessor (i.e. the patch in conflict).
    The patch application can only resume if all CRTs are selected in the patch queue. To resolve a conflict SPAM does not check if the conflicting object is contained in a CRT. It suffices that the corresponding CRT has been selected in the patch queue. All conflicts raised by its patch predecessor(s) are then resolved in one go.
    CRTs were introduced to protect the consistency of Add-Ons during the application of patches, such as Hot Packages and Legal Change Patches (LCP). There are two types of CRTs:
    1. Conflict Resolution Transports (CRT)
    A CRT resolves conflicts between one patch and one version of an Add-On including all previous versions. Example:
    Consider a system where Add-On IS-X is installed. During the application of patches P1 and P2 SPAM detected conflicts between the patches and the Add-On.
    To resolve these conflicts two separate CRTs are required, CRT1 and CRT2. A consistent patch queue looks like this:
        P1
        CRT1
        P2
        CRT2
    SPAM will only let you resume the patch application if you redefine the patch queue containing all four patches. You can see the name of the patch for which a CRT resolves a conflict in the "Predecessor" field in the patch queue dialog.
    2. Collective Conflict Resolution Transports (CCRT) are similar to CRTs but resolve conflicts between several patches and an Add-On. Example:
    Consider the previous example but this time the conflicts between patches P1, P2 and Add-On IS-X are resolved not by two CRTs but by one Collective CRT (CCRT) CCRT1. A consistent patch queue looks like this:
    P1
    P2
    CCRT1
    SPAM will only let you resume the patch application if you redefine the patch queue containing all three patches. The CCRT is added at the end of its highest predecessor, here P2. You can see the highest predecessor for a CCRT in field "Valid to patch#" when you scroll the patch queue dialog to the right.
    Keep in mind that a CCRT describes a range of patches for which conflicts are resolved, with the lower limit being the predecessor and higher limit the highest predecessor.
    Cheers,
    Shyam

  • Support Package Level

    Hi:
    How can I find a difference between Support Package level 111 and 140 for SAP ECC 6.0.
    I would appreciate help.
    Thanx

    Check
    http://service.sap.com/patches
    --> SAP Support Packages in Detail
    In the new Window you can generate a "side effect report" that will show you implications.
    Another way is to click on the name of the support package in the download area and you will see all the notes that are contained in that support package.
    Markus

Maybe you are looking for

  • Restore Photos from Back up not going as plan

    Why will only half my photos download from the backup? When I click on the photo's it is still saying that it is downloading. The odd think is my really old pictures are there put my recent pictures from about 2 months to now are not loading just the

  • How do I get my music playlists back after the new update?

    After the new iTunes Update this week, the update deleted my personalized music playlists, went back to the default playlists, and all the albums I deleted doubles of songs are all back since the new update!  Is there a way to fix this or am I going

  • Substitution for logical OR usage in control file of sql loader

    Hi, can anyone suggest me a substituion method to use the functionality of logical OR in control file developed for sql loader. Ex: load data append into table ABC when (1:2) = 'AD' --AND ((27:28)= '01' OR (27:28)= '02') AND (1222:1222) = '1' trailin

  • Why JobCreatedEvent and JobExecutionEvent were not raised

    I am playing with OC4J 10.1.3 Job Scheduler. I don't understand why the event listener doesn't work as expected. The following is my code: package demo; import java.util.Date; import oracle.ias.scheduler.*; import oracle.ias.scheduler.event.*; public

  • Solve mutating table error

    Hi, I want a solution for mutating table error. I am a newbie in oracle. I'll explain my scenario. There are two tables TEACHER and STUDENT both are linked using the field 'tid'. the foreign key relation is given as ON DELETE CASCADE so if i delete a