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?

Similar Messages

  • Automatic GL Entry Reconciliation when there's no reference entered?

    I am investigating Automatic Entry Reconciliation functionality, which is a part of Common Country Features.
    In Oracle Financials Common Country Features User Guide, p.78. it says:
    General Ledger Automatic Reconciliation Report
    General Ledger can only perform automatic reconciliation for transactions that
    have:
    ■ Matching balancing segments
    ■ Matching account segments
    ■ Matching reconciliation references if you enter No for the Null References
    parameter, or blank reconciliation references if you enter Yes for the Null
    References parameter
    Does somebody know what is the logic when automatic reconciliation is run for journal entries without reference (reference is NULL).
    I have tried to run Automatic Reconciliation on EMEA Sandbox 11.5.10.2 Vision Instance (http://i3dl143e.idc.oracle.com:8007/) with 'French GL Localizations' responsibility, but concurrent is not matching/reconciling anything, althoug unreconciled report is showing unreconciled lines which can be reconciled.
    It is showing the same if I try to reconcile lines with reference entered.

    Hi Henry,
    Semi Automatic GL Reconciliation gives you half control.  You need to play with criteria to find want recommendations could be realized based on you criteria selected.  If you only need match Amount, select this setting only.
    Thanks,
    Gordon

  • 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.

  • 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!!

  • 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 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).

  • Changing package - object dictionary entry

    Hi all,
    my basis has copied a report from a different sap instance to my sap instance. But the package program is not existing in my sap system. Because of this I am not able to modify the program. also I am not able to change the object dictionary entry.
    Please tell me how to modify the object dictionary entry of the program in this case.
    Thanks
    Mark

    try by making a copy of the program..
    Cheers
    L

  • 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

  • Assignment of operations to all object list entries active

    Hello Friends,
                     Can any body please explain me what is the meaning of this setting "Assignment of operations to all object list entries active" under the order and notification integration.
    Regards
    Amar

    hi
    say if your order is having 5 operations ,then you want to assign the operations to the notification or Floc or Equipment in the object ,
    Go in to order in change mode ,select the object TAB select your object list then press the assignment button where it will show the operations where you can assign the object list to the operation you like.
    this is only for information as which operation to the performed on which object list
    regards
    thyagarajan

  • 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

  • Needed object class for Reconciliation of OID groups?

    Hi,
    When I run OID Connector Gruop Lookup Reconciliation I only get the groups thath have the object class *'groupOfUniqueNames'*. All rest of groups are note reconcilied into the Lookup.OID.Group Lookup.
    The problem is that I can´t modify all those groups that haven't this object class.
    The groups that I can get actually have this object classes:
    top
    groupOfNames
    it's possible to modify OID Connector Gruop Lookup Reconciliation to get all groups???
    Tanks in advance.
    regards.
    Edited by: Daniel Cermeño on Sep 14, 2012 2:59 PM
    Edited by: Daniel Cermeño on Sep 14, 2012 4:06 PM

    Its a matter of setting the right ldap filter in the scheduled task . Find out what is required to fetch all the groups from OID using ldap browser or something else .
    And then simply use the same ldap filter in OID Group look up recon ST.
    try with (objectclass=group)
    Thanks
    Suren

Maybe you are looking for

  • How to re-save a color PDF as black and white

    It seems to me I was able to do this with a previous version of Acrobat, but so much has changed with the interface, I couldn't find where to do this in Acrobat X. I originally created a color document in InDesign and exported it as a PDF to send to

  • How do I enable Javascript in Foxfire 29.0?

    about:config does not give me a box with preferences so I can toggle Javascript on/off. When I try to download the add-ons for enabling Javascript to be toggled, they won't download -- I get a message that they are not compatible with Firefox 29.0. I

  • Count Query Performance

    How can we improve the perfromace of a count query? Suppose I have a table A that holds more than 50 million rows. Now if i want to count the no of rows which is the best one 1) Select count(*) from A. Definitely not as it is doing a full table scan

  • Suggestions for forum improvements

    Wishlist (in sequence of appearence): <ol> <li> [Distinction between answeredsolved closedunsolved functionality|Suggestions for forum improvements] <li> [Enhance SCN search|Re: How to close a question which is not answered] <li> [Friends-And-Foes fu

  • Error create new Application Set based on ApShell (BPC 5.1)

    On BPC 5.1, I'm trying to create a new Application Set based on Apshell, called "UFG". At the step where the OLAP database is created, I receive an error message stating the following. Error message:The ApShell Role role referenced by the CubePermiss