Cancel 'Local object' status

Hi Everybody,
During installation of DataSource from Business content (RSA5), the status of DataSource was accidentally switched to 'Local Object'. As a result it's not possible to modify the DataSource in Customizing cockpit (LBWE) and replicate it to BW.
Is there any way to revoke 'local' status and setup the DataSource for transfer to BW?
I would appreciate any help.
Mike

Option "Object directory entry" should be able to change the package;however if you are at the start of project and in Sbox/Dev ,try deleting these DS in RSA6 and re-installing from RSA5,saving it in proper package and then replicating the DS in BI.
Hope it Helps
Chetan
@CP..

Similar Messages

  • SPECIFY THE PACKAGE OR FLAG IT AS A LOCAL OBJECT

    Dear Experts,
    My info packages are getting failed for the Z data sources with the below given error message.
    Please guide me to resolve this issue at the earliest, as it is related to production system.
    Error Message:
    The object R3TR AQQU SYSTBWGENER0SY000000000095 does not exist
    Assign a package
    Specify the package or flag it as a local object
    Job cancelled after system exception ERROR_MESSAGE
    Thanks and Regards,
    Suresh Reddy.

    Hi,
    some notes/patches are applied your ECC. so its shows your objects are in $Tmp.
    Your error indicates that name which it specified it exist in $TMP package.
    How to check whether its in $tmp or not.
    ECC side, RSA6--> double click on data source-->double click on extract structure--> menu go to--> direct object entry.
    or
    at BW prod, go to RSA1->transport conection,
    Find your data source or source system and drag into right pane,
    You can see package as $tmp.
    Can you check at dev system, if its works well there,
    please do the follow things.
    1. Collect ecc data source into transports move up to prod.
    2. Replicate transported data source from ECC prod to BW Prod.
    3.Collect data source form bw dev into transports move upto prod.
    4. Once your data source was active bw prod, try to run your info pack. it it works then no issue.
    if its required you can transport whole further data flow like target,transformations,info pack and dtp.
    Thanks

  • Local Object Program Transport to Request

    Hi Friends,
    I was created one "Z " Report  in local object package and Created new Request . But I do not know how to transport local object package to Request package.
    Please give me clear information,
    Thanks
    Saravanan R

    Hi Saravanan,
    open your code in SE38.
    then in menu bar click GOTO->OBJECT DIRECTORY ENTRY
    it will now show you the current package which y\would be $TMP for you.
    change it to a package. click F4 on that field if you have a Z package better use it.
    then when you click save it will ask you a transport request number. either you can select a transport request which you have created before or you can create there it self clicking the create button.
    after the TR is assigned, activate the code again.( as now it will be inactive status)
    now you can release the TR from TCODE: SE01 or SE09 or SE10. for releasing you have to release the task first and then the TR.
    after it is released you can import it from the server to which the target has been set.
    Hope this helps
    Somu

  • How to get Date Format from Local Object.

    Hi All,
    I am new to Web Channel.
    I need to know Date format From date of locale.
    suppose there is a date "01/25/2010" date in date field I want to get string "mm/dd/yyyy". Actually I have to pass date format to backend when I call RFC. 
    Is there any way to get Date format from "Locale" object. I should get date format for local object
    I get local object from "UserSessionData" object but how to get Date format from it.
    I am not looking for Date value. I am looking for current local date format ("mm/dd/yyyy or dd/mm/yyyy or mon/dd/yyyy) whatever local date format.  I could not find example which show how to get date format from "Locale" object.
    Any help will be appreciated with rewards.
    Regards.
    Web Channel

    Hi,
    You can get it from "User" or "Shop" business object.
    Try to get User or Shop Business Object as shown below.
    BusinessObjectManager bom = (BusinessObjectManager) userSessionData.getBOM(BusinessObjectManager.ISACORE_BOM);
    User user = bom.getUser();
    char decimalNotation = user.getDecimalPointFormat().getGroupingSeparator();
    If you are seeing "1,234.00" then above code will return "."
    I hope this information help you to resolve your issue.
    eCommerce Developer.

  • Error while changing the Resource Object Status

    Hi,
    I am trying to change the resource object status from Waiting to Provisioned for a self service task. Before approval I see the Resource Object Status as " Ticket Sent To REMEDY" on the administrator's web console and at the Requestor's web console I get the following error message-
    ???en_US.global.viewProfileForm.Lookup.Ticket-Sent-to-REMEDY???
    But after approval, based on the completion the task, the process on both the consoles is set to provisioned. That is what I want to display but the problem comes when the requestors sees the error status message on its console before approval.
    Can any body tell me the reason of the above error and how to resolve it?
    Thanks in advance

    do you have any custom written event handlers getting triggered off after request submission or during approval?
    It might also be due to either a browser issue or you might have missed any entry in the xladmin properties file for a custom label/error message etc.

  • Transport Request Number - Object Status is LOCKED. What does it mean?

    Hi Friends,
    When checking in SE09 transaction my TR number "Object Status" is showing as LOCKED.
    What does it mean
    Whether I can transport objects under this TR Number to Quality System?
    Will it give any problem while transporting?
    Regards,
    Viji.

    The main reason to lock the request is to avoid any duplications.
    You can also unlock the request if you want using SE03 transaction.
    Goto SE03 transaction,select unlock objects and execute.give your
    request number and execute.it will be unlocked.

  • How to append contents of a local object to dynamic internal table ?

    Dear ABAP-Specialists,
    i am trying to append contents of a local object to a dynamic table. The most relevant lines are the ones written in bold
    I guess the append is the problem due to the reason that a unknown format has to be assigned to a fixed format somehow.
    +METHOD wddomodifyview .+
      +DATA lo_ui_root                TYPE REF TO  if_wd_view_element.+
      +DATA lo_container              TYPE REF TO  cl_wd_uielement_container.+
      +DATA lo_table                  TYPE REF TO  cl_wd_table.+
      +DATA lo_table_column           TYPE REF TO  cl_wd_table_column.+
      +DATA lv_tabname                TYPE         tabname.+
      +DATA lt_output                 TYPE TABLE OF sychar512.+
      +DATA lo_data TYPE REF TO data.+
      +DATA:+
        +lo_node_output_data                    TYPE REF TO if_wd_context_node,+
        +lo_node_table_list                     TYPE REF TO if_wd_context_node,+
        +lo_node_differences                    TYPE REF TO if_wd_context_node,+
        +lo_node_output                         TYPE REF TO if_wd_context_node,+
        +lt_all_elem_differences                TYPE        wdr_context_element_set,+
        +lo_elem_table_list                     TYPE REF TO if_wd_context_element,+
        +lo_elem_differences                    TYPE REF TO if_wd_context_element,+
        +ls_differences                         TYPE        if_table_differences=>element_differences,+
        +lt_differences                         TYPE STANDARD TABLE OF if_table_differences=>element_differences.+
      +FIELD-SYMBOLS:+
                     +<ls_output> TYPE ANY,+
                     +<lt_output> TYPE ANY TABLE.+
    +     ....+
        +*CREATE DATA lo_data TYPE TABLE OF (lv_tabname).*+
        +*ASSIGN lo_data->* TO <lt_output>.*+
        +*LOOP AT lt_differences INTO ls_differences.*+
    +**      APPEND ls_differences-ct_line TO lo_data->*.*+
        +*ENDLOOP.*     ....+
    +ENDMETHOD.+
    Thanks a lot in advance for your Ideas.
    Best regards
    Carsten Klatt
    Please post in the correct forum and use code tags to format your code
    Edited by: Rob Burbank on Oct 1, 2010 1:27 PM

    This might help - you should not reference the data reference directly:
    DATA: lt_t001 TYPE TABLE OF t001,
          ls_t001 TYPE t001.
    DATA: lr_dref    TYPE REF TO data.
    DATA: lv_tabname TYPE tabname.
    FIELD-SYMBOLS: <lfs>      TYPE table,
                   <lfs_line> TYPE ANY.
    lv_tabname = 'T001'.
    TRY.
        CREATE DATA lr_dref TYPE TABLE OF (lv_tabname).
        ASSIGN lr_dref->* TO <lfs>.
      CATCH cx_sy_create_data_error.
    *     Do something
    ENDTRY.
    SELECT * FROM t001 INTO TABLE lt_t001.
    LOOP AT lt_t001 INTO ls_t001.
      ASSIGN ls_t001 TO <lfs_line>.
      APPEND <lfs_line> TO <lfs>.
    ENDLOOP.

  • A perticular Project automatically saving in the local Object

    Hi,
    I have an issue regarding ther local Object .. I have different projects need to save in Transport Requests. I observed a perticular project while saving it is generating a transport request number but saving in local object.
    Can you please give me more suggessions to solve this problem ...
    Thanks in advance ..
    Shashi,Samal

    Hi Shashi,
    If it is getting assigned to a TR then it can't be local object.
    Can you give some more details. Also which system, version you are on.
    Regards,
    Atish

  • A question about creating packages as local objects in ABAP

    Hi,
    I have a question about creating packages with SE80. Whenever I create a new package it is assigned a new transport request. After that, I can create new programs inside this package, and each time I can choose whether to assign the new program to a transport request or just save it as a local object (I often do this for test programs that I don't transport and I remove them once my tests have been done).
    What I would like to ask is that, is it possible to create a package (and not just programs inside a given package) as a local object? so that every new object created in this package will be considered as a local object?
    Thanks in advane,
    Kind Regards,
    Dariyoosh

    Thomas Zloch wrote:
    Please also check the F1 help for the package field e.g. in SE80, SAP standard is in range A-S and U-X, namespaces start with "/", so you should be save. I am using the T namespace for temporary stuff since a long time and did not have a problem so far.
    > Thomas
    >
    > P.S. this applies to the package name only, of course
    Thank you very much for this remark, I checked F1 help for the package field and in fact as you mentioned these ranges are for local objects.
    Once again, thank you very much for your help.
    Kind Regards,
    Dariyoosh

  • How to pass a locale object into another function?

    Greetings,
    i like to pass a locale object into another function. These are my code below
    import java.util.*;
    public class Locales{
         public static void main(String[] args){
              Locale locale= new Locale("EN", "US");
              convert(locale);
    public void convert(Locale convert)
         String language = convert.getDisplayLanguage();
         System.out.println(language);          
    }I got this error:
    Locales.java:6: non-static method convert(java.util.Locale) cannot be referenced from a static content
                    convert(locale);
                    ^How do i correct it?
    Thanks

    Did you bother to do a search?
    Did you bother to read any of the material that the search would have linked you to?
    If you had then you would be able to understand where you are going wrong and how to fix it yourself. Instead of being spoonfed by us.

  • Docs with  object status

    list of document with object status, can somebody explain how does it work and how to activate a status
    how can we activate new user status for documents, pl help
    Edited by: varada rajan on Apr 3, 2008 7:31 AM
    Edited by: varada rajan on Apr 3, 2008 7:46 AM

    Hi,
    If you are talking about sales order status, this can be configured through status profile.
    SPRO-SD-SALES-SALES DOCUMENTS - DEFINE & ASSIGN STATUS PROFILE.
    Based on the user status you have maintained for your sales document, the status can be viewed in table JEST.
    For this first go to VBAK - get document condition header, and take this document condition header and go to table JEST.
    Here your current status will start with E**** and status inactive flag would be blank.
    Hope this helps you.
    Reward points for contribution if it does.
    Regards
    Ravi

  • Screen 910 getting saved in Local object - not even asking for Package

    Hi ABAPers,
    I am using Enhancement CONFPP07 and for this created Z project in CMOD.
    When I am creating the screen 910 for the screen exit SAPLCORU_S of that Z Project, that 910 is getting created in Local object not even asking for the Package and the request.
    I tried to create that screen from the SE80 in the function group XCOF, there also it is getting saved in local object.
    I tried to do it from SE51 also, but arrived that screen in the local object only.
    Please Suggest me with your valuable comments.
    Thanks and Regards
    Pinaki Mukherjee

    Do a version management on the screen and see if it was ever created before and then deleted. If so, reassign it to the package you want.
    Rob

  • Copying from client through se71 is getting saved as local object only?

    hi.
    i am copying the form from std to z form through se71.but after doing copy from client,it is getting saved automatically s a local objct $tmp.
    Also,there is no option enabled to save it to transportable object.
    in se80,in the object list also that object is not reflecting.

    check it
    Re: local object to transport request for a form
    just go to SE03  > object  Directory > change object directory entries

  • Problem in saving 'Z' develpments to Local Object

    Hi Experts,
    Let me explain my the client settings first -
    I'm working on a implementation project. We have a development server having four clients as 311 sandbox, 322 - customizing client (Without transactions and masters), 411 - Testing client and 422 as a golden master with all configuration and master data.
    The path is  322 >> 411 >> 422
    We do not have configured TMS till now.
    While i'm creating any 'Z' development whether report or table or do any changes on the 311 client i.e. sand box and saving it as a local object or save in a request the changes or newly created reports can directly affect the upto client master i.e. 422 without transporting the request.
    Because of this i'm facing problems as if i created any report just for testing on 311 i.e. sandbox it directly appears on every client without transporting request even when it has been saved in the local object. Also if i do any changes in any sap standard screen, program or in any object as per SAP notes on 311 they directly affects whole development system.
    Please guide me how to set the system landscape to avoide this.
    Thanks
    Amol

    Hi,
    all development and client independend customizing is visible at once at all clients of an SAP instance.
    You have create separate instances like YA1(100) = DEV; YA2(100) = TEST; and YA3(100) = PROD. As a customizing sandbox in DEV a separate cleient might be helpfull.
    All instances could be created at the same server in an early stage of the project. Later at least for production a separate server should be used.
    Some consultants with some experience could save costs in such a project.
    Kind regards,
    HP

  • Problem with task to object status mapping

    Hi,
    There is a task 'Create User' on which on completion changes the object status to provisioned.
    There is a subsequent task named 'Update form' which on rejection should change the object status back to provisioning.
    I have implemented this logic in the 'Task to Object Status Mapping' Tab in Design console.
    However, this change is not reflecting. What is the best solution in this case?
    Regards,
    SK

    once the resource get provisioned you can have only three status
    Enabled, Disabled and Revoked
    You can't do it provisioning or any other
    These status shows resource status. Now, once user get provisioned how it can be provisioning(failed). May some update fails that doesn't mean user is not provisioned.
    Yes, you can't do workaround what Gyan suggested you
    --nayan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Wife about to give birth and Disk Utility failing to repair HD.

    Good morning. Starting last night I began having serious issues with my 2007 20" 2.4ghz iMac. I hope someone can help before I employ the "nuke" option. First a little background. My wife is about to give birth to our second child. I have several in-

  • What is the best, most efficient way to read a .xls File and create a pipe-delimited .csv File?

    What is the best and most efficient way to read a .xls File and create a pipe-delimited .csv File? Thanks in advance for your review and am hopeful for a reply. ITBobbyP85

  • SAX parser issue

    We have a package within which we call a java stored procedure. The purpose of this java stored proc is to convert an input xml and insert the data into a flat structured table.The parser class used in this org.apache.xerces.parsers.SAXParser. We do

  • SQL Developer not working

    I installed SQL developers dot rel. 3.2.20.09.87 in my windows XP machine today. The downloadable zip file is available at oracle website http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html. Version I downloaded is :

  • Optiarc BD ROM BC-5500S not working properly

    Hello everybody! I have a pavilion dv5 laptop bought about an year and a half ago. The DVD writer/ Bluray reader, Optiarc BD ROM BC-5500S, of this laptop began to not function properly a few months ago. When I resumed the laptop from hibernation or s