BASIS OBJECTS

what is basis objects when we get this object in IR?

Hi,
1 download the xi content that you want:
https://websmp206.sap-ag.de/notes->Downloads->SAP Support Packages->Entry by Application Group->SAP Content->Process Integration Content (XI Content)
2 move your .tpz file to the correct dir
Copy tpz to directory /usr/sap/<SAPSID>/SYS/global/xi/repository_server/import/
3 import it
In you integration builder menu:TOOLS->IMPORT DESIGN
OBJECTS
Kumar.S

Similar Messages

  • How to determine the proper size for Oracle 8i Data Base Objects

    Hi,
    I'm working on an Oracle 8i Data base. I'd like to know how to determine the proper size for the Data Base objects such as tables, datafiles, tablespaces...
    Thanks.

    Start with the docs.
    http://download-west.oracle.com/docs/cd/A87860_01/doc/server.817/a76956/schema.htm#949
    Best Regards
    Krystian Zieja / mob

  • Why Underlying Software Component not in BASIS objects

    Hi,
    this problem has puzzled me for a while.
    I've create a software component SC1 in SLD with dependance on 2 software components SC2 and SC3 .
    SC2 also has a dependance on SC3.
    When I import the software component from SLD , SC2 and SC3 are liste un the "underlying software component versions for basis objects list" in the SLD Information tab of the Software component in ESR . However, in the details tab , only SC3 appears in the underlying software component versions list.
    This then means that SC2 is not in the basis objects and I need to manually add the SC2 in the details tab in order to use it.
    I dont mind but when you transport the SC, you need to do this again in every environnement which is error prone.
    Does anyone know why this is the case ... ? Do you have the same problem ? Solutions ?
    Thanks.

    Hi Patrick,
    if A is dependend from B (you see B as prerequisite in A) then you should have :
    at IB Repository A:
    own namespaces and imported object
    basis objects with
    B-namespace and imported objects, not changeable (if they are active in B!)
    at IB Repository B:
    only own namespace and imported objects
    Regards,
    Udo

  • No base object information for AQ$_PROP_TABLE_1

    Hi all,
    My alert log is stating that there is no base object information for the AQ$_PROP_TABLE_1 table? This table is owned by sys which is preventing me from preparing the table.
    Q1) How did the database end up in the state?
    Q2) How do I fix it?
    I'm running 9.2.0.3.
    WARNING: no base object information defined in logminer dictionary!!!
    knlldmm: gdbnm=HLRDB.SITE1
    knlldmm: objn=6850
    knlldmm: objv=1
    knlldmm: scn=1004390
    SQL> select OBJECT_NAME from dba_objects where OBJECT_ID=6850;
    OBJECT_NAME
    AQ$_PROP_TABLE_1
    Enter user-name: sys as sysdba
    Enter password:
    Connected.
    SQL> begin
    2 DBMS_CAPTURE_ADM.PREPARE_TABLE_INSTANTIATION('AQ$_PROP_TABLE_1');
    3 end;
    4 /
    begin
    ERROR at line 1:
    ORA-12087: online redefinition not allowed on tables owned by "SYS"
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM_INTERNAL", line 74
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM", line 159
    ORA-06512: at line 2
    Many thanks,
    Warren

    Select the image you'd like to use as the placeholder, and assign it a "name" in the Inspector - also make sure that the name only contains standard letters, numbers or underscores and starts with a letter (no spaces or punctuation). Does it show up in the Actions menu after that?

  • Generating Proxies for SAP Basis Objects?

    All,
    Is it possible to generate proxies for your interfaces under SAP Basis Component?
    1. I checked in SPROXY on my R3 and the SAP Basis Component is not displayed  here.What I also noticed is that none of the SWCV's containing Pre Delivered Integration Content is displayed in SPROXY.
    Is it necessary that the options , <b>All Objects are Modifiable and Original Objects</b> be selected for Proxies to be generated on the SAP Shipped SWCV's?
    2. As a work around ( one which did not work ) I created a Depenedency in the SLD for my SWCV on the SAP BASIS Swcv and I am now able to see the BASIS Objects in the IR under my Custom SWCV .
    But even then in SPROXY , (basis Objects )message interfaces are not displayed.
    Has anyone tried something of this sort? Is there some setting we need to do to enable proxy generation for SAP Delivered Components?
    Regards
    Bhavesh
    PS: I am able to see my custom SWCV in SPROXY and trigger proxy calls Successfully.
    I can generate a Custom Messge interface using the Message Type of the SAP Basis Component and create the Proxy to this Message interface . But, I just want to know if anyone has had success with the above concepts

    ><i>but they are already generated... do you see that ?</i>
    I did notice it. But didnt dig deep enough . Will give this a real close look tom morning .
    <i>>>>>Does this imply, that we cannot generae proxies on SAP Basis Components?
    indeed</i>
    That answered my Question  Thanks for the info.
    I guess I will have to create a message Interface will the Message Type from the BASIS Component and use this Message Interface.
    The only issue I am now wondering with this approach would be, what if the Message Type structure changes during some SP upgrade? Due to some new feature being added?
    Any experiences to share michal?
    Thanks a bunch for all those inputs.
    Regards
    Bhavesh

  • Base object costing

    i need an overview of base object costing and base object planning in product costing with an scenario where it is exactly used

    HI,
    I guess, you are referring to 'Base Planning Object' in simulation costing.
    Base planning object allows you to enter a quantity structure manually, so you can costs without accessing BOMs, routings etc., With this you can cost new products (without material master). It is like a master record (with your own name) for which can create a cost estimate. It is excel like sheet where you can enter you costs. You still refer to a Costing variant here which is not the normal cost variant, though.
    So, this functionality is used in simulation costing, especially for new products for which you don't have the master data defined in SAP.
    Check this [link|http://help.sap.com/saphelp_erp60_sp/helpdata/en/cf/6fe5bc414f11d182b10000e829fbfe/frameset.htm] for more details.
    Hope this helps.

  • Table for Customizing and BASIS objects

    Hi all,
    Is there any table/view which stores a list of all customizing and BASIS objects created in the SAP system (something like table TADIR for programs)?
    I should be able to query against that table and find if a particular customizing objects exists or not.
    Regards,
    Saurabh

    Hi Saurabh,
    here in table SMODILOG...if u fatch data with condition...
    where ( OBJ_TYPE = 'CUSO' or
               OBJ_TYPE = 'ACGR' ) and
              OBJ_NAME <> Y*string or
              OBJ_NAME <>  z*string.
    This will get you the objects that you want.
    <b>Reward helpful answers with points,</b>
    Regards,
    Tejas

  • SAP knowledge base objects

    what are SAP knowledge base objects. why do we use them and what are the transactions used for that.

    If you have a configurable product in R/3 system and you want to download the configuration in CRM you have to create a KB and its Runtime version. You can download the KB to CRM via MW with the help of the adaptor object SCE. Configration will come to CRM and stores it in IPC so you need to have up and runnign IPC in order to see the configuration of a product in CRM.
    Knowledgebase - Related R/3 transactions are CU31/CU34 etc...
    How to create a KB:
    Use transaction CU31 to create the knowledge base.
    - Select a name for the knowledge base object, for example the
    material number, and choose ENTER.
    - Select a description and set the status to 'Release'.
    - Select 'Profile' to go to the knowledge base profile.
    - Select a name and a description again.
    - Save the knowledge base.
    - Use transaction CU34 to create the runtime version.
    - Enter the knowledge base and assign a version number, for example 1.
    - Fill the 'Status', 'Plant' and 'BOM application' fields.
    - Then choose 'Generate & save'.
    - Use transaction CU36 to export the knowledge base.
    - Fill the 'Knowledge base object' and 'Runtime version' fields with
    the data to be exported. Then choose ENTER.
    - On the next screen, choose 'Download'
    - Choose ENTER to confirm any dialog boxes that may appear.
    *MW-middleware in CRM
    *SCE-sales configuration engine...
    karthick

  • Installed base object family determination

    Hi all,
    I have requirement for determining installed base object family,
    i am trying to use CRM_EQUI_LOAD badi ,
    the thing is when we get material number, using this material number we need to change the object family of the
    material.
    DETERMINE_OBJECT_FAMILY does not take materila number as input,
    please suggest some solution for object family change.
    Thanks,
    Sushant

    Sushant,
    You can use the Function Module 'CRM_ICSS_GET_COMPONENT_DETAIL' to get the Object Family detail. You can pass the Ibase and Ibase component number and you will get the details.
    FYI - The object family is stored in the table COMM_PRCAT.
    Regards,
    Shyamak

  • What is the difference between data base objects and runtime objects

    What is the difference between data base objects and runtime objects

    Hi raja,
    data base objects means u can have the presence of these objects in the database.So the tables,searchhelps,structures,lockobjects comes under these ones.
    Runtime objects are created and destroyed after the program ends, any changes we make to them are temporary only.
    regards,
    nagaraj
    Message was edited by: nagaraj kumar nishtala

  • Base Objects for MV..

    Hello,
    i Have 2 different Schema's .... in the first one .. when i query 'User_Mview_Detail_Relations' ... i am not getting any data ...though i have all my MV's getting refreshed .. properly..
    But in my second Schema .. when i Query the Same ' User_Mview_Detail_Relations ' i am getting all the records for all my MV's .. with their base objects ..<i.e> ..Views or Tables on which they are created on....??
    Plz help ...what can be the Issue...??

    Aijaz Mallick wrote:
    Hello,
    i Have 2 different Schema's .... in the first one .. when i query 'User_Mview_Detail_Relations' ... i am not getting any data ...though i have all my MV's getting refreshed .. properly..
    But in my second Schema .. when i Query the Same ' User_Mview_Detail_Relations ' i am getting all the records for all my MV's .. with their base objects ..<i.e> ..Views or Tables on which they are created on....??
    Plz help ...what can be the Issue...??I don't think that its an issue but the way oracle would show the objects. Since the user_* views shows the objects which are owned by you. This is what the description of the view also says,
    USER_MVIEW_DETAIL_RELATIONS describes such detail relations defined for all materialized views owned by the current user.http://download.oracle.com/docs/cd/E11882_01/server.112/e17110/statviews_1144.htm#i1582007
    Very well its possible that the second schema is the owner of the object and that's why its able to see the object. Did you verify this ?
    Aman....

  • JUnit test fixture where constructor of base object throws exception

    I'm trying to construct a test case which requires an object whose constructor currently throws and exception (it tries to make a connection which isn't currently available).
    Now normally the trick would be to construct a test fixture class which extends the base class and returns the stuff I want. The trouble is I can't cope with an exception in in super constructor. Is there any way out of this, short of refactoring the offending base class?

    Just use the no-arg constructor of RootRenderingContext, and all should be defaulted appropriately.

  • Import data external system in PCUI SAP CRM install base Object fact sheet

    I want to import data from third party system to Object fact sheet of install base. Please let me know the possible way to do so. Do I need to import data in BI and then to Object fact sheet?

    Hi Pankaj,
    If you have seperate BI server also alongwith the CRM system as back end.Then IU can create two seperate iviews of the two fact sheets hitting different servers e.g.if this is telecom perspective then In one pcui screen you can give two iviews one will fetch data from CRM server and populate 360 degree view of the customer whereas the BI iview will have multiple line level display of the last bills generated which we can see in detail also by hitting the same iview.
    Regards,
    Priyadarshan

  • Problem with Import and Base Object

    Hi everyone
    Last week, I downloaded Flash CS5. I am trying different thing and here is the problem that I dont understand
    I wrote a package like that
    package {
        import flash.text.TextField;
        import fl.controls.Button;
        public class ex1 extends Sprite {
            public function ex1() {
               var myButton:Button = new Bu
    tton();
                var label:TextField         = new TextField();
                addChild(label);
    If I try to execute that script, the compiler returns error
    1046: Type was not found or was not a compile-time constant: Button.
    1180: Call to a possibly undefined method Button.
    If I insert in the main stage (with the Componet Editor) a Button in the main stage, and recompile it, no error.
    If I delete the Button in the main stage and recompile again, no error
    But, If I save the projet and reload it again, I've got the same error
    By the way, I dont have any problem with the textField()
    What is wrong with my setup.
    OTHER QUESTION:
    If in the ACTION FRAME (F9), I insert the folowing code:
    import ex1;
    var a:ex1 = new ex1();
    one more time, I've got error from the compiler. Why ?
    We cannot include a package in the ACTION FRAME ?
    Thanks for your help

    There are some things (including $.fileName) that just do not work in jsxbin's.
    I don't thing the exception hook will work either.
    Either use an ini file in a well known location (~/Desktop) or make sure your
    files are put in Presets/Scripts. That location can be determined with this bit
    of code:
    var SCRIPTS_FOLDER =
    new Folder(app.path + '/' +
    localize("$$$/ScriptingSupport/InstalledScripts=Presets/Scripts"));
    -X

  • Error in Data Base object editor opening.

    Hi All,
    I have one server with Repowner. i created two users in two different systems with repuser1 & repuser2.
    i sucessfully imported the source data,when i am creating new table in target it gives the following error message.
    API5072 internal error
    any one help me regarding this

    Hi Stevencallan,
    i am not installed any workflow schemas.
    Can u please explain me clearly.

Maybe you are looking for

  • Can't back up my iPhone 4S

    I can't back up my iPhone 4S on any computer for some reason I need help ? Because if I can't back up my phone I can't get the new iOS 7

  • How to create updatable summary for columns in table view

    Dear All, ADF BC and Faces, i have got a table view where user can register hours for each day of the week, for which i'd like to create summary(sum-up)fields that display the number of total for each day, and it is updatable at run time(i.e. when nu

  • Connect display to imac

    I just purchased a new Imac and need to connect my apple dispaly monitor so I can use both simultaneously.

  • Frame 10 crashes when I try to save the book file

    Hi. I open Frame docs that constitute a book, along with the book file. After working for a while, I save All Files In Book. This used to work just fine, but for the last couple of weeks it has been making Frame crash. Frame also crashes if I'm not i

  • Nokia E61i - Mail4Exchange: "System error.Try agai...

    Hi, I got myself a Nokia E61i recently. I have installed the Mail4Exchange software and I introduced the right settings and email configurations, which I got from the company IT service. The phone connects to the exchange server, followed by a pop-up