Software Components and Products

Hi,
I am new to XI.
There are many software components and products available in SLD. I wanted to know which site should I visit to determine the functions or get details of each products and software components.
Edward

Hi,
about Software Product and component go thru this part of SAP help-
http://help.sap.com/saphelp_nw2004s/helpdata/en/a2/2999ef97ea2b4790165f9ca5c05c41/frameset.htm
All standard SAP products and software components are shipped by SAP (SRM etc)
If you are planning to create a customer speicific components for the SAP SWCV, then create your own thridparty product based on SAP product, and then work on it. Now you can use dependency if you want make use of standard SAP delivered content.
Generally , thirdparty product is created based on the vendor and all the swcvs are created under that. Then all IR objects follow the same.
Have a look into this blog to get some hints-
/people/thorsten.nordholmsbirk/blog/2006/07/25/structuring-integration-repository-content--part-1-software-component-versions
regards
manoj kumar

Similar Messages

  • Summary report to show all the software components and version installed

    We are using 64bit Windows 2003 and Hyperion Planning and Essbase in 2 separate servers. I am not sure whether Windows can have a summary report to show all the software components and version installed and show it is 32bit or 64bit version installed?
    Thanks!

    Refer steps here to delete SC file.:
    http://support.apple.com/kb/TS2363
    Then proceed to repair your QuickTime. START / CONTROL PANEL / ADD n REMOVE PROGRAMS / highlight QUICKTIME and click CHANGE then REPAIR.

  • Class for Purchase order item components and Production order components

    I'm looking for a some classes.   I'm very new to objects, so I could be searching for them incorrectly.
    The first class I'm looking for is a purchase order class that contains the item components.  I've looked at CL_PO_ITEM_HANDLE_MM and CL_PO_HEADER_HANDLE_MM.  I couldn't find components as a part of either of the classes.
    The second one I'm looking for is not as critical.  It is for the components for a production order.   I have a function module: BAPI_PRODORD_GET_DETAIL that gets the components for the order.  However, to take advantage of objects - I read somewhere - that if possible I should avoid calling a function module.
    Any help that you could give would be greatly appreciated.
    Thank you!
    Michelle

    Hello Michelle
    I do not think there are already classes available on ERP 6.0 for reading production order (yet I might be wrong...). However, regarding purchase order you are already on the right track.
    *& Report  ZUS_SDN_OO_READ_PO
    *& Thread: Class for Purchase order item components and Production order components
    *& <a class="jive_macro jive_macro_thread" href="" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1206523"></a>
    "& NOTE: Coding adapted from BAPI_PO_GETDETAIL1
    REPORT  zus_sdn_oo_read_po.
    TYPE-POOLS: abap, mmpur.
    PARAMETER:
      p_ebeln   TYPE ebeln  DEFAULT '3000000045'.
    DATA: gs_document    TYPE mepo_document,
          go_po          TYPE REF TO cl_po_header_handle_mm,
          gs_header      TYPE mepoheader,
          gd_tcode       TYPE sy-tcode,
          gd_result      TYPE mmpur_bool.
    data: gt_items       type PURCHASE_ORDER_ITEMS,
          gs_itm         type PURCHASE_ORDER_ITEM,
          gs_item        type mepoitem.
    START-OF-SELECTION.
    *  prepare creation of PO instance
      gs_document-doc_type    = 'F'.
      gs_document-process     = mmpur_po_process.
      gs_document-trtyp       = 'A'.  " anz.  => display
      gs_document-doc_key(10) = p_ebeln.
    *  object creation and initialization
    **  l_ebeln = purchaseorder.
      CREATE OBJECT go_po.
      CALL METHOD go_po->po_initialize( im_document = gs_document ).
      CALL METHOD go_po->set_po_number( im_po_number = p_ebeln ).
      CALL METHOD go_po->set_state( cl_po_header_handle_mm=>c_available ).
    *  read purchase order from database
      gd_tcode = 'ME23N'.
      CALL METHOD go_po->po_read
        EXPORTING
          im_tcode     = gd_tcode
          im_trtyp     = gs_document-trtyp
          im_aktyp     = gs_document-trtyp
          im_po_number = p_ebeln
          im_document  = gs_document
        IMPORTING
          ex_result    = gd_result.
    *  there was a problem in reading the PO
      IF ( gd_result EQ mmpur_no ).
    **    l_messages = l_handler->get_list_for_bapi( ).
    **    PERFORM return TABLES l_messages return
    **                          poitem poschedule poaccount.
    **    CALL METHOD l_po->po_close( ).
      ELSE.
        gs_header = go_po->if_purchase_order_mm~get_data( ).
        WRITE: / gs_header-ebeln,
                 gs_header-bukrs,
                 gs_header-bsart,
                 gs_header-lifnr.
      ENDIF.
      gt_items = go_po->if_purchase_order_mm~get_items( ).
      LOOP AT gt_items INTO gs_itm.
        gs_item = gs_itm-item->get_data( ).
        write: / gs_item-ebelp,
                 gs_item-matnr,
                 gs_item-menge.
      ENDLOOP.
    END-OF-SELECTION.
    Regards
      Uwe

  • How to move Software componet and product from One SLD to another

    Hi Experts,
    I want to move the software component that i created in the development SLD and the product from dev system to Prod system SLD. Our development and the quality share the same SLD so i didnt have to do anything. How do i export the software component and the Product form dev SLd to Prod SLD Or what steps do we need to follow to move the Software component from SLD -> SLD.
    I am new to PI and this is the 1st time in am doing this activity. Request you help.
    BR Heth.

    Hi,
    Please ensure to read note #[1540435 |http://service.sap.com/sap/support/notes/1540435]and to decide which update strategy/scenario you
    need and in the "[SLD Planning Guide|http://www.sdn.sap.com/irj/sdn/nw-sld?rid=/library/uuid/e0a1a8fb-0527-2a10-f781-8b67eab16582]".
    You should ensure that your CIM Model and CR Content on your SLD are updated as
    per SAP note [669669 |http://service.sap.com/sap/support/notes/669669]on both SLDs.
    Regards,
    Aidan

  • Use of software components & products

    Hi friends,
    What is the use of defining software components and products in IR.
    Please help me with the answers.
    Thanks
    suresh.

    HI
    Product: Represents a collection of all versions of a product. A product is a unit that can be delivered, is visible to the customer, and that is installable and renewable. In an SAP environment, a product corresponds to an SAP technical component.
    A software product (such as SAP R/3) may exist in multiple versions (such as 4.6c, 4.6d, and 4.7)
    A Software Product is composed of one or more software components.  For instance, the product R/3 version 4.6C has components:
    SAP BASIS
    SAP APPL
    Software Component: Represents a collection of all versions of a software component. Software components represent the reusable modules of a product. They can be upgraded or have patches installed.
    A software component is a unit of software delivery that has its own support package track.  Examples of Software Components are SAP_APPL, SAP_ABA, SAP_HR, etc.
    Software components combine components (DCs) to larger units for delivery and deployment.
    u2022 Every top-level component must be assigned to exactly one software component.
    u2022 Child components always belong to the same software component as their parent.
    u2022 Software components cannot be nested into each other.
    PRODUCTS:
    http://help.sap.com/saphelp_nw04/helpdata/en/29/17647d028113439108ce1161263b6e/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/71/0b99063e1f974d9f25951746d04dc3/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/87/59c5726d8b5141bf22831a6ce79d8a/content.htm
    XI Software Logistics 1: SLD Preparation
    XI Software Logistics II: Overview
    XI Software Logistics Solution III: CMS
    Software Deployment/Component Archive Basics
    SOFTWARE COMPONENT:
    http://help.sap.com/saphelp_nw04/helpdata/en/29/17647d028113439108ce1161263b6e/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/71/0b99063e1f974d9f25951746d04dc3/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/87/59c5726d8b5141bf22831a6ce79d8a/content.htm
    XI Software Logistics 1: SLD Preparation
    XI Software Logistics II: Overview
    XI Software Logistics Solution III: CMS
    Software Deployment/Component Archive Basics
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/01ea90ab24235de10000000a1553f7/frameset.htm
    cheers

  • Remove deleted software components from Integration directory

    Hi,
    I have several software components and products which have been removed from the SLD.
    But I still can see them on the left tree in the integration directory. How can I remove them
    from the tree?
    Thank you!
    Reward points guaranteed

    Hi Michael Schmidt,
    At first delete all the namespaces and imported objects under it :
    1.Delete the created Data Types, Message Types, Message Interfaces, Message Mappings, and Interface Mappings. If there are any errors during activation, try activating the Objects in the manner specified as specified below
    Integration Scenarios
    Actions
    Integration Processes
    Interface Mapping
    Message Mappings
    Message Interfaces
    Message Types
    Data Types
    2.There should be no Imported SAP Objects in the Software Component. If any delete them and activate changes.
    3.Delete all namespaces in the editor using sign. Do not save the changes.
    4.Delete the two default data types that are created in the Interface Objects-->Data Types of the software component version (ExchangeFaultdata, ExchangeLogdata). Now save changes for the s/w component version and activate the changes. Ignore the warnings that pop-up. Your change list should look like the below.
    Then u delete software component by:
    Double Click on Software Component, On Right Hand side >Go to Software Component Version>Delete the software component.
    U can also refer following link:
    /people/siva.maranani/blog/2005/05/22/how-to-delete-software-component-from-integration-builder
    Regards,
    Vinod.

  • Naming conventions/hierarchies for products and software components

    Hi,
    Can someone please advise what they have found works well for naming products and software components and recommended hierarchies?
    Following the SAP model it seems to make sense to have a custom product for each SAP product when we are developing custom interfaces for the related system, e.g. ZPRODMYCOMPDEVS_R3, ZMYCOMPDEVS_CRM etc.
    Beneath this level as similar convention could be used for the software component, e.g. ZSWCMYCOMPDEVS_CRM or if it is a modular SAP system like R/3 perhaps a grouping per key application area? (e.g. HR, Finance, Logistics etc)
    I know it's not compulsory to start these with 'Z' but it would help group custom developments.
    Any advice greatly appreciated.
    Alan

    Hi,
    Please refer to this blog...
    /people/michal.krawczyk2/blog/2005/04/09/xi--saps-document-templates
    that is mentioned in the thread
    Name space
    Regards,
    Bhanu

  • Problems creating software components in SLD

    Hi,
    I am using <b>NW2004s SP06</b>.
    While configuring NWDI, I was defining Product and Software components in the SLD.
    1) I am unable to create products for SAP Systems in the catalog. Whenever I select a new product the message always says new product for non-SAP system.
    2) <b>I am unable to create software components for products for non SAP systems. Whenever I try adding new software components I get an error on the production state</b>
    <b>Value not allowed by VALUEMAP for property SAP_SoftwareComponent.ProductionState:Released</b>
    This is the same error when I choose all the listed Production states: (Eg: Planned, Developed etc)
    Please help

    Forgot to add..
    Application Server-Java (J2EE engine), DI, SLD etc are all on a single machine..

  • Upload Third Party Software Component and assignment to Track

    Hi,
    I created a Track where I have to add a Third-Party Software Component (HMVCGLXBRIDGE.sca).
    How can I upload Third-Party Software Components and make it selectable for adding it to the Track under SAP NetWeaver Development Infrastructure > Change Management Service > Landscape Configurator > [Track] > Add SCu2026
    THX for any comment
    Regards

    Hi Pascal,
    my structure in detail
    Track: BOM
      Product: SalesBOM
        Software Component: SC_SALESBOM
          Dependencies (Context: BuildTime): BPEM Buildt 7.12, ..., HMVCGLXBRIDGE, ..., VC FREESTYLE KIT 7.12
    --> I added the SC "HMVCGLXBRIDGE" afterwards in the SLD und after an update and synchronisation in CMS it is also not shown
    I checked the HMVCGLXBRIDGE.sca and there are two files in the BUILDARCHIVES folder:
    - test.sap.comhm-vc-glx-bridge.dcia
    - test.sap.comtcvcglxbridgecomp~.dcia
    Furthermore there are this folders:
    DEPLOYARCHIVES
    - test.sap.comhm-vc-glx-bridgetest.sap.com~hm-vc-glx-bridge.sda
    - test.sap.comtcvcglxbridgecomptest.sap.comtcvcglx~bridgecomp.ear
    META-INF
    - MANIFEST.MF
    - SAP_MANIFEST.MF
    You can also download the file at SDN [right here|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5011e388-9417-2c10-14a5-b79912aad1ea].
    At "LocalDevelopment" in NWDS everything works fine but I need this SC in a track!!!
    I have the feeling that it stuck at a little little point
    Regards

  • Why SWCV and PRODUCT.?

    Hi folks,
        I have learned many things in SAP PI but still i am confused with small concept called SWCV in SLD.
    Why we are creating our namespaces under a SWCV.  Actually what is use of SWCV.  Kindly explain me about this.
    Thanks,
    Srinivas Reddy.

    Hi Reddy,
    >     I have learned many things in SAP PI but still i am confused with small concept called SWCV in SLD.
    Software component having multiple versions.
    > Why we are creating our namespaces under a SWCV.  Actually what is use of SWCV.  Kindly explain me about this.
    One product having multiple scenarios, for our better convience and visiblity and easyly readable/understandable purpose we can create the namespace under the SWCV.
    Software component having multiple versions, representing the version it is called the SWCV.
    Simple Ex: Microsoft is a product and Word windows are called software components and word 2000/2003, windows Xp/Vista are nothig but the software component versions.
    I think now you are clear, why SWCV are using.
    Regards
    Ramesh

  • Products and software components not found in SLD?

    Hello All,
    I am trying to configure SLD for Retail (POS -XI Integration )Scenario using "SAP Business Package for Store Connectivity POS Integration
    I am trying a create a third party system for POS in SLD and  i am trying to assign products and software components (GM STORE CONNECTIVITY and STORE CONNECTIVITY)for this system.
    But i amot able to find the products and software components in the SLD.
    SAP (GM) POS system:
    Product (one of the following)
    SAP TRANSACTIONWARE GM 9.5
    SAP POS 1.0
    SAP POS 2.0
    Software Component Version (all of the following)
    XI CONTENT STORE CONNECT 2.0
    XI CONTENT GM STORECONNECT 1.0.
    what may be the reason?
    Thanks and best regards,
    Anil

    Hello All,
    I am trying to configure SLD for Retail (POS -XI Integration )Scenario using "SAP Business Package for Store Connectivity POS Integration
    I am trying a create a third party system for POS in SLD and i am trying to assign products and software components (GM STORE CONNECTIVITY and STORE CONNECTIVITY)for this system.
    But i am not able to find the products and software components in the SLD.
    SAP (GM) POS system:
    Product (one of the following)
    SAP TRANSACTIONWARE GM 9.5
    SAP POS 1.0
    SAP POS 2.0
    Software Component Version (all of the following)
    XI CONTENT STORE CONNECT 2.0
    XI CONTENT GM STORECONNECT 1.0.
    what may be the reason?
    Thanks and best regards,
    Anil

  • Transporting Products and Software components

    Hi ALL,
    I have two new products for which I have created the export file to be imported into the target system. The target system already contains few other products and Software components. Is it true that the new export file from source system will over write all entries in the target system?? or will it be an append ??
    The " How to handle SLD for XI" doc tells that it will overwrite..I am a little concerned as there has been no SLD transports done in these boxes and all products currently  in the target box have been manually created.
    -Ken

    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation

  • Error in Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

    Hello Everyone,
    I am a regular user of I-tunes but recently i dont know why but I got some error in Launching I-tunes. So as recomonded by "Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7" section. I started removing the products. But after removing Quick time, I tried to remove Apple Software Update but while uninstalling it gave error that "There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor." and the uninstall rollbacks.
    Please send me a feasible solution to this problem.
    Thank You.

    Uninstalling the iCloud control panel should allow you to do that folder deletion.

  • Product version inconsistent with software components

    Hi,
    after upgrading our sandbox from 4.6C to ERP 6.0 EHP4 SP06 i've changed the product assignment in SMSY and fetched the new data using "Read System Data Remote". Now there are two problems:
    1.) Read System Data Remote shows error message S:032:000 trying to fetch data using RFC. No more explanations or long text. Although data is been read and updated and RFC test connection is ok.
    2.) The related system shows exclamation mark "Product version inconsistent with software components". The product version is SAP ERP 6.0, Product Instance is SAP ECC Server.  Now i tried "Change Product Assignment" and "Clean-Up Inconsistencies".  This results in a list of "Inconsistent Database Assignments" like "Product: SAP ERP" and "Product Instance: SAP SRM-Server". Nothing i can change here. I'm confused as i haven't defined SAP SRM-Server anywhere just SAP ECC-Server.
    Any ideas about 1.) or 2.)
    It seems to me that Solution Manager doesn't make life easier in the first.
    Thanks.

    Miguel,
    i have checked note 1165438 but can't see how this should help. The technical usage is correct and there is only one specified which is ECC / Central Applications. Still SMSY complains about SAP SRM-Server and more.
    Let me say that the system was defined as 4.6C before the upgrade and that we used Solution Manager to download all required packages for ERP 6.0 EHP4 SP06 which worked fine. The problem is as said before that after changing the product version to ERP 6.0 there are inconsistencies shown on the product assignment page (inconsistent database assignment) for SAP SRM-Server, SRM-Catalog, cProject Suite, Workforce Management, E-Recruiting, NW-Business Intelligence, NW-Process Integration, SEM, SRM-Server ECC AddOn, SRM Catalog Content, NW Mobile Infrastructure, FSCM-FSCM Server (ABAP), Application Platform-IPC and Learning Sol-Frontend ABAP. Never heard about them nor specified them anywhere.

  • Update software components / Products in Solution Manager (SMSY)

    Hello,
    How can I update Software components / Products in Solution Manager (SMSY) or when this will be updated?
    I think I don't have an updated list of all software components because I install SAP SRM 7.0 EhP1 Java and I only have SAP SRM 7.0 version.
    Best regards,
    Filipe Sacadura Botte

    Hi Filipe.
    You do not need to maintain your system manually in SMSY. It will be a hard work if you need to update the SMSY every time you upgrade your system.
    I will try to explains you how it works.
    Firstly, you have to register your system to the Solman SLD. 
    For ABAP system it is done through the transaction RZ70 and for JAVA system it is done through the Visual Administrator, refer to the following link:
    http://help.sap.com/saphelp_nwpi71/helpdata/en/7c/1966ab384d42a78deaebc74d33c032/content.htm
    The managed system updates the SLD every day with all the system information which includes the software components.
    In the Solution manager system the LANDSCAPE FETCH job runs everyday. This job gets the information from the SLD and updates the SMSY.
    So, you have to ensure that this scenario is working in your systems.
    Regards.
    Allam

Maybe you are looking for