Changing Object Directory Entry of Infocube - urgent

Hello -
I have an infocube that is already assigned to a package (not $TMP).
How can I reassign it to a different package. 
When I try to reassign via Cube change, the package field is greyed out.
I have deleted all data, deactivated the cube + aggregates.  There a re queries still attached to the cube though.  But cannot change the Object Directory Entry.
Help solicited.
thanks.
-abhi

Abhi
In case of BW, there could be more than one package.
One for Backend development (like cube, ODS, update rules, info objects etc) and one or more for Reports.
So in ur case, the cube would always be alloted to the same package! You would only create new requests....
let me know if you have more questions.
prakash
Assigning points on SDN is way of saying thanks!!

Similar Messages

  • Changing object directory entry from $TEMP to a different package

    I have saves SAPscript in $TEMP. How do I change it to a particular object directory ?
    Thanks.
    Regards,
    Tushar.

    Rajesh,
    Go to SE80 -> Give Development class = $TMP
    and you get all the objects under that class, select the desired object and right click on that one, you can see REASSIGN.. if you entered the desired development class then it will be reassigned.
    Suresh

  • Mass change in object directory entry

    hi Experts ,
    we have a problem in object directory entry of some near 1600 objects which want to change in a single go , can any one help us on this??
    We have searched SDN already and do find similar questions but no relevant answer , please help.
    If we try to change it through Se03 it asks to do it objectby object whch is a very time consuming activity .
    Br,
    Sunny.

    In SE03,
    You can give wild character if the object names starts with for example A* and then you can block select.
    or if you go by further restriction(for example by package name), you can able to list all of the objects under the package.
    This way you can block select it and change the object directory.

  • Object directory entries

    When I am trying to change the package I am getting the following error message.
    Object directory entry R3TR DTEL ZZADJ_PER locked
    for request/task DEVK900251
    How to change the object directory entries which are part of a request/task?
    Please help.
    Thanks,

    As I told you before as long as you dont unlock those objects you can not change the package. Please unlock and then try to change the object directory entry. Create a new transport of copies and release the old transport. The released transport will not go anywhere. Dont forget to check the options on the unlock entries (expert tool).

  • Howto find according object via object directory entry?

    Hi all,
    I need to write a program that checks an ABAP source whether it is a local object ($TMP) or not. I know that I can search for the DEVCLASS in table TADIR. But in order to do so I first need to get the according object from the object directory entry of this ABAP source.
    For example, I could check the function module "ZZZ_FUNCTION_MODULE", which is a function of the group "ZZZ_FGROUP". The according object directory entry is therefore "R3TR-FUGR-ZZZ_FGROUP". My qustion is: how can I map from "ZZZ_FUNCTION_MODULE" to "R3TR-FUGR-ZZZ_FGROUP"?
    Thanks in advance for your help!
    Kind regards; Matthias

    The problem is that I do not necessarily know whether it is an function module or not.
    For example, it could also be an include that I want to get the according object for...

  • Mass Object Directory Entry assignment

    Hi gurus.
    I got a bundle of InfoObjects with $TMP package assigned to.
    Is there any possibility in BI to do mass Object Directory Entry assignment of <my BI package>  instead of $TMP to InfoObjects?

    hi Gediminas,
    Go to tcode: SE80 it is called as Object Navigator, there you can create a package on your own, after creating the package all the objects will go into that package, after you create the package you will get a request number, and you have to give that request number when you do for mass objects entry.
    regards,
    raghu.

  • Object directory entry R3TR EVEN EVEN_BEY5RHD67LRF9UT6G9LXEZUK6 does not exist

    Hi BW Experts,
    I´m facing a Problem while releasing a Transport from Dev to Quality System. The consisty check shows the following objekt as not available:
    Object directory entry R3TR EVEN EVEN_BEY5RHD67LRF9UT6G9LXEZUK6 does not exist
    A check for the Object: R3TR EVEN showed that it is a Event Collector which seems to be missing. The transport consists a process chain which listens to an event. Is this the mentioned Object or is it related to some different topic? The process chain is correct and activated.
    Thanks in advance for your help.
    Best regards
    Christian

    Hi Abdullah,
    I followed your advice and did a check if the object was writen to my transport. The object was missing on the transport. But also searching in transport connection did not help.
    So I had a look into the table TADIR and also here I could not find the mentioned object which was realy strange to me, as the process chain was active and correct.
    I than deleted the event collector(AND) object in the process chain and created a new one. A check in the table TADIR now showed the before invisible EVEN_BEY5RHD67LRF9UT6G9LXEZUK6 and also the new one created. The new EVEN Object(and also the old deleted one) was written to the transport. Importing it into Quality System worked without any problems.
    I´m not 100% sure about this behaviour but maybe its linked to the fact that the process chain was a result from the Dataflow migration wizzard. Maybe while migrating that dataflow something went wrong.
    Anyway, thanks to all of you for your help!
    Best regards
    Christian

  • Object Directory Entry

    Hi folks,
    I need to distinguish a function group and a function. My problem is that both have the same object directory entry.
    I must know if there is another attribute to distinguish them. If yes where to find?
    Thanks in advance.

    Solved.
       IF wa-object = 'FUGR'.
          SELECT *
          FROM enlfdir
          INTO CORRESPONDING FIELDS OF TABLE t_enlfdir
          WHERE area = wa-obj_name
           AND  generated <> 'X'.
          IF sy-subrc EQ 0.
            LOOP AT t_enlfdir INTO wa_enlfdir.
              wa-obj_name = wa_enlfdir-funcname.
              APPEND  wa TO h_itab.
              help_counter = help_counter + 1.
            ENDLOOP.
          ENDIF.
        ENDIF.
        CLEAR wa.
        counter = counter + 1.
      ENDLOOP.

  • Object directory entry reverse lookup

    Hi all,
    Is there a quick way to trace an object directory entry (i.e. 46580GGOBLSFRS7P42HKLRFFF)  back to an InfoObject or other object? I've got an error in a transport and I'm trying to trace back to see which specific object I have issues with. The transport log only refers to the object by its directory entry.
    SU03 and SE80 have not given me this functionality (by trying so far). No luck using the transport organizer "manually" looking for the entry either.
    Many thanks for any input!
    Regards,
    Petter
    Message was edited by: M Petter

    Hi Petter,
    Try to search in DB table RSZELTXREF & RSZELTTXT.
    Go to SE11/16 and type in the above table name and enter the element 46890... in the first field and hit execute.
    If you cant find the any results in there, search in other lookup tables start with RSZ*.
    Hope this helps.
    Praveen
    Message was edited by: Praveen Vujjini

  • Object Directory Entry Transport

    Gurus
    I have a small question.
    When I collect a infobject in one request it goes into
    Object Directory Entry  R3TRIOBJZMATACNT.
    Please explain what is this.
    Many greetings gurus

    George not sure if i understood well your question
    but if your question is : is my infoobject collected in a transport request that i can send to qualification system or productive system then it is yes.
    All infoobject that are collected in transport request are inserted as R3TR IOBJ --> name of the IO
    hope this could help you
    if not do not hesitate
    regards
    Boujema

  • Object directory entry when trying to release TR

    Dear experts
    I have a problem when trying to release my TR in Development to Testing.It prompts me an error "Not all objects in the request could be locked. Do you want to release them anyway?"
    Then I viewed the error and the error says:
    "Object XXX requires a directory entry"
    Do you have any idea how to go around this problem?
    Thanking you in advance
    Wan

    Hi,
    Check the Authorizations and Owner. What is the Message you are getting?.
    Check
    Re: Transport
    Re: When releasing a transp. req.not all object in the request could  be locked
    Thanks
    Reddy
    Edited by: Surendra Reddy on Jun 23, 2010 9:10 AM

  • Mass change of object catalog entries

    Hi All,
    Here is an issue where I need your help:
    I have a transport from another system with ~100 objects and I need to change their original systems.
    I started it with "SE03 -> Change Object Directory Entries of Objects in a Request", but it takes too much time (double click -> change -> save) * 100...
    Is there transaction where I can change these objects' original systems within one step?
    Thanks,
    Gabor

    Hallo,
    it's a long time since the original question, but since this has been posted in SDN so many times : how to mass change a package or original system in SE03 (SE03 / report RSWBO051/RSWBO052). The solution is to select the objects you want and enter MASS in the OK-code.
    Regards
    Jan

  • Object dir entries reconciliation..

    Hello,
    Problem description:
    When trying to transport via transport connection, I get the error message that objects ned to be tansported separately. I have collected only necessary objects and collected automatically. This has worked for med in earlier systems, but not here.. so something is strange.
    I have switched BW development system from ABD to ABT. Some objects were transported from ABD to ABT and are hence assigned to a certain package. In ABT I have then set up a new transport layer/routes etc. and also created a new package for transportation purposes.
    So now I have a messed up system when it comes to object directory entries. Some objects seems to be assigned to the old package Z001 and some to the new Z002. Some objects have source system ABD (the old BW dev) and some have ABT. Some also have SAP.
    How can I reconcile all of this? I guess I will need all the objects to belong to Z002 with source system ABT (the new BW dev system)..
    When collecting the transport in the transport connection, and looking in "package", I don't see any package aassigned to the different objects..
    I get the error message:
    "changes cannot be made" & Object xxxx xxxxxx cannot be saved to order" (100s of objects)...
    How do I proceed?
    Br,
    F C
    Message was edited by:
            F C
    Message was edited by:
            F C

    Hello and thanks for your input!
    The old transport route was ABD --> ABT --> ABP, Now there has been a change of transport routes to ABT --> ABQ (new sys) --> ABP.
    Already in the first setting, there was a problem with the collection of transports. Therefor, I had to install parts from Business Content directly in ABT. Some was however transported from ABD.
    When everthing was in place in ABT, I deleted the old TMS settings and created new transport routes etc.
    I have confirmed that the new routes are working. However I think that there is a mix up in the object directory entry now... Do you agree?
    When looking in SE03 (object directory entry), I see that there are object entries with ABD set as original system and belonging to the old package (that was used for transports from ABD --> ABT)..
    When collecting objects in the transport organizer I get lots of errors. When looking at these objects in SE03, I see that these seem to belong to the correct package and original system (according to the new setup).. Then why don't they work?
    Any ideas on how to make this work?
    Regards,
    F C
    What is needed in order to make this work?

  • How to changes Object in different system

    Hi All,
    All BW objects are owned by BWQ i want to make all the object are owned to BWD(Bcoz this is copied system). Is there any transaction i have to use.. please help me guyz.
    Thanks
    DST

    Go to SE03, specify the object and change its directory entry (original system) to BWD and then it should be ok.

  • Changing object transport request

    Hi,
    I'm doing customizing creating a sales organization and defining output type.
    By accident I put these two in the same transport request.
    I want to move the defining output type object to another transport request as I want to transport that one first but I don't want to delete the creating sales organization.
    Any way to do it?
    I tried using object directory entry but can't.
    Thanks.
    Dwi

    Hi Dwi,
    No need to delete anything.
    If u imported it into any box we can't do anything.
    But there is one method to overwrite it by assigning it as different TR's
    So if u exported now, dont touch the TR(Transport Request)
    The different tasks what this TR contains assign it as different TR's and release them in which order you want.
    Try this and reward us if it helpful to u.
    Regards
    Adarsh

Maybe you are looking for

  • Problem in display Of Chinese in UI using jdk1.4

    I have resource bundles files present in escape sequence format(\u6ce2), and I am able to see Chinese charecters appearing in UI when I am using jdk 1.6. But my client is using jdk1.4, so for that I have replaced font.properties file in jre/lib with

  • My Macbook Pro crashes when I plug in m-audio fast track ultra

    Hey Friends I want to know if anyone of you who use a m-audio audio interface has the problem of your computer crashing, then having to restart, when you plug it into the usb drive. It started happening to me when I upgraded to Mountain Lion, and is

  • Playing ACC files in Windows ME

    I have an old windows ME box that's connected to my soundsystem\HDTV and I want to be able to play songs in unprotected ACC format (would love protected too!) that are stored on another machine over me network. I can already play the few MP3 files bu

  • Loan transaction - straight line or reducing balance method

    Hi all, i have a question here.  It is regarding interest rate instrument product in SAP-TRM. For interest rate instrument/ loan product can we set whether the interest can be charged either on straight line method or reducing balance method? Your so

  • Correcting Apple ID in ICloud follwing change of ID

    I recently changed my Apple ID and everything is correct except one.  When I open ICloud it still shows the old Apple ID.  How do I change that?