Change the DB_LOCATION of a Table in Mapping after Copying it

Hello!
Does anybody know how to change the property DB_LOCATION for table in a mapping after copying it to another modul withhin the same project with OMB PLUS.
After copying the mapping all objects still points to the old objects in the repository. But this objects are now in the wrong module. I have the same repository objects also in the new module and i want to change the mapping operator to point to the objects in the new module.
In the mapping editor you achieve this by reconciling the mapping object with the new object in the other module. How can i do this with OMB PLUS?
Thanks in advance
Alexander
Edited by: user13336549 on 14.09.2010 07:40

Hi Alexander
After copying a table to a different module, edit the module to set the data location, configure the module to define the location and synchronize the mapping to use this table.
In OMB to synchronize inbound and outbound use OMBSYNCHRONIZE command
Inbound:
OMBSYNCHRONIZE TABLE '$OMB_CURRENT_PROJECT/SALES/TABY' TO MAPPING 'M_W_PARAMS' OPERATOR 'TABY' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
Outbound:
OMBSYNCHRONIZE MAPPING 'M_W_PARAMS' OPERATOR 'TABX' TO TABLE '$OMB_CURRENT_PROJECT/SALES/TABX' USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_NAME')
Cheers
David

Similar Messages

  • How to change the domain in zee table

    hi
    how to change the domain in zee table
    the domain is activated , i want to change the length.
    can anyone help me

    Go to SE11.
    Give the name of the z-table. Click change.
    double click on the data element name and over there again double click on the domain name. So you are in the domain.
    There change the length of the domain as per your requirement.

  • How can I change the OWNER of a table?

    How can I change the OWNER of a table entr2009mm ?
    Resp. the OWNER of all TABLES whose tablename match the pattern *2009* ?
    Peter

    Hello,
    There're different posiibilities, Export/Import can do it.
    But, if it's not a too large Table, you can use CTAS (from a user with DBA privilege for instance).
    Create Table <schema_target>.<table_name> as select * from <shema_source>.<table_name>;Then, you have to recreate the dependent objects (Index, ...) and drop the Source Table.
    If you have a set of Tables, it's better to use Export/Import.
    Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on Feb 9, 2010 8:20 PM

  • How do you change the language to English in Photoshop CS5 after installation is completed? When I installed the program, English was not one of the language options so now everything reads in spanish. I can not read in spanish. Please help!!

    How do you change the language to English in Photoshop CS5 after installation is completed? When I installed the program, English was not one of the language options so now everything reads in spanish. I can not read in spanish. Please help!!

    Hi mujabee1111,
    Please uninstall the application from your machine and then use the link below to download the installer for the CS5 download in English language:
    Download CS5 products
    Regards,
    Sheena

  • I want to change the update colour of any hyperlink URL after I have visited it

    I would like to change the highlight colour that my system applies after I have used any URL address link in the main display text. Currently it is a similar shade of blue to that of the original URL and I would like to change this to, say, red. Google tells me to edit one specific CSS file for making this change in Chrome, but I don't use Chrome!! A Windows Explorer search shows several hundred CSS files on my XP SP3 desktop running Firefox 34. Cana anyone help me please? Thanks in advance.

    ''LezLezLez [[#question-1036803|said]]''
    <blockquote>
    I would like to change the highlight colour that my system applies after I have used any URL address link in the main display text. Currently it is a similar shade of blue to that of the original URL and I would like to change this to, say, red. Google tells me to edit one specific CSS file for making this change in Chrome, but I don't use Chrome!! A Windows Explorer search shows several hundred CSS files on my XP SP3 desktop running Firefox 34. Cana anyone help me please? Thanks in advance.
    </blockquote>
    ''Thanks for your reply = this has worked for me. Regards. LezLezLez.''

  • How to change the 'Default operating mode' of a mapping on the repository and not from the client

    Hi everybody,
    I am using OWB 11.2.0.3 and under the mapping's configuration property, I have the necessity to change the Run time parameter "Default operating mode" to SET_BASED in almost all my mappings.
    Because I have 745 mappings in which the Default operating mode is different from SET_BASED, instead to open 745 times the 'Configure' and update manually the value, is there a way to update safely these values (with an oracle predefined script) directly on the repository ?
    I know that exists a view called CMPSTRINGPROPERTYVALUE_V based on a table called CMPSCOPrpClasses, but changing this table it's very complicated for me because contains only keys and then I don't know in which way is connected with all the other structures....
    If somebody knows a method more efficient to do these updates on the repository and not from OWB client I will appreciated it!
    Thanks in advance
    Alessandro

    Urgent... help!!! Thanks
    in short, my server log says transaction access mode is "read only", so my calling home.create() always triggers a transaction rollback. How to change the access mode to "read write"?
    Is possible to work out through one of the descriptor files? Or ini settings of the underlying pointbase database? Or any other way around?

  • Error while trying to change the Column description in Table Control

    Hi,
    I have created a table control using the wizard in Module Pool.
    When i try to change the column description of the table control or adjust any other element which is already available on the screen and not in table control. It gives me an error
    Unable to transfer data. End Program?
    Any help would be appreciated.
    Thanks
    Sarves S V K

    Hi.,
    Check these  [Table Control Change Column Description|Add new columns in table control in custom screen program;
    and  [Add Columns in Table Control|Re: Table control columns]
    else  delete and create Table control Again..!!
    hope this helps u.,
    Thanks & Regards,
    Kiran

  • Changing the column order in Table UI

    Hi I researched a lot and since my ALV didnt work Im back to Table ui . I implemented sorting and Export to Excel functionalities in table ui element just like in ALV. But now The client also wants to have the ability to change the order of columns of the table (like in ALV under settings link).
    Could someone just direct me to a proper tutorial or something where i can see the tutorial and make it please.
    Thanks.

    Ok.Just one thing. When we right click on the table on screen then it opens up a user settings where the user can adjust user-specific settings.
    Im just planning to do this. Ill give them this settings with a button on the top of the table. So basically even if i know that the user settings of the table can be opened by right clicking that .But it'll be great if I can put that action of opening up the user settings popup in a button onaction event and placing that button on top of the table.

  • How do I change the order of input tables in joiner?

    I have 3 input tables in a JOINER, how can I change the order? for instance, the order now is: t1, t2, t3, for some reason, I want to change to t3, t2,t1.
    I use outer join among tables, different table order cause OWB generated different sql statement.
    Please help! Thanks.

    Unfortunately you cannot... The only way is to remove one group, then create a new one instead and re-connect the group...
    JP

  • To change the width of a Table Column

    Hai Developers..................
    I have problem with the Table Column Width.
    When am on search state.
    The search results are showing in a table.
    At that time i want to change the width of the each column with respect to the column content.
    Like the jsp table.......
    Pls replay with example......
    Thanks.

    And that is why Swing related questions should be posted in the Swing forum so we don't spend time guessing what you are talking about.
    Darn, the [Table Column Adjuster|http://www.camick.com/java/blog.html?name=table-column-adjuster] didn't show up in that Google search.

  • Is it possible to change the data of Pivot Table?

    Hello,
    I want to develop an excel add-in in .net and want to show the data to user using "Pivot Table".
    Is there a way in which I can allow the user to change the cell values of the "Pivot Table" without changing the source data?
    Any guidance is highly appreciated.
    Thanks!
    -Vinay Pugalia
    If a post answers your question, please click "Mark As Answer" on that post or
    "Vote as Helpful".
    Web : Inkey Solutions
    Blog : My Blog
    Email : Vinay Pugalia

    Hi Vinay,
    As far as I know, it's not possible. We can only change those Pivot Table cells that belong to Row Label or Column Label. But we can't change the Value cells. You'll get some errors like "Cannot change this part of a Pivot Table report".
    If you just want to display a report with some changes to the original Pivot Table report, I would recommend that you copy the data from the Pivot Table to another worksheet, then modify the values.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Changing the column postion in table control

    Hi All,
    In table control i want to change the columns postion according to users requirement.
    How to do that?
    Thanks for advance.
    Regards,
    krishna

    Hi,
      In the top right hand side of the table control..there will be button for variant..
      there you can create a variant..in the variant..you can move the columns around and save it as variant..then they can choose the variant..
    Thanks
    Naren

  • Permission to change the design of a table

    Hi,
      We are having Sql server 2008 in clustered environment. I logged in and tried to change the design of the table. I have
    the rights as a database owner for my login. But when I tried to change the design of the table in SSMS I got the following error-:
    Saving changes not permitted. The change you have made require the table to be dropped or recreated. You either
    made changes to a table that can't be recreated or enabled the option prevent saving changes that require table to
    be recreated.
    How to overcome the problem?

    You overcome the problem by staying out of the table designer. The reason that the roadblock is there is that the code that generates the table changes by creating a new instance of the table and copy data over has some very fundamental bugs and you should
    absolutely not use it. And least of all in a cluster, that is, in production! It's a toy tool, and Microsoft should have taken it out long ago. As just one example: the tool will only use ALTER TABLE in situations where it would work on SQL 6.5!
    So use SQL scripts to make your table changes. Preferably with ALTER TABLE. Writing scripts where you copy all data is doable, but it requires a good understanding of what can go wrong. Or a long maintenance window that permits you to restore a backup if
    things go south.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • How to change the colour of a table cell boder?

    I have just changed from Dreamweaver MX t CS5 and cannot find how to add a colour to the borders of a table and table cells.  In the old MX it was easy just selected the colour for border in properties but in CS5 this option is not availble.  Have tried formatting with CSS but this only colurs the outer boarder can anyone help?

    Not sure what you mean by a custom class would it be possible to give me an example?

  • How do I change the name of a 'pin' in Maps?

    The 'Help' feature doesn't seem to have the answer.  Maps needs help in 'Help.'  

    Hi Lockard,
    If you are having issues with pins in Maps, you may find the following article helpful:
    Mac Basics: Maps app helps you find your destination
    http://support.apple.com/kb/HT5973
    Regards,
    - Brenden

Maybe you are looking for

  • Why I can't do a search in my external hard disk using Adobe Bridge CS6?

    When I open Adobe Bridge CS6 and try to do a search within my external hard disk, it will give results from my internal hardisk only?! this is the 1st time I encounterd such strange issue. Because of this I do my search with windows and then browse e

  • Multiple wars in an ear

    Hello, I am having a questionabout mutilple wars in a single ear. Can someone explain me the advantages and disadavantages in it? And also is it possible to have a seperate ear in a war ?? Thanks

  • Please anyone who can help me in unlocking or openlin with my iphone 4

    please anyone who can help me in unlocking or openlin with my iphone 4 its been months but i never get use it...version 5.1.1 <Edited by Host>

  • How do I suggest an accessory for the 2nd gen nano?

    I'm trying to make a suggestion to Apple to make a belt clip for the 2nd gen nano like the older 40gb iPods had. How do I make one, because I can't find any sort of suggestion box(for lack of better term)

  • Grayscale & Halftone Printing

    I get very good results with RGB to CMYK conversions using Photoshop.  I am satisfied with the final halftone reproduction compared to the image that I see on the monitor 99.9% of the time.  I do not get the same results with grayscale images reprodu