OMBPlus: how to change Prefix property (dimension)

Is it possible to change (or set during creating) Prefix property of dimension through OMB Plus?
I think that this can be done with command
OMBALTER DIMENSION_TABLE '<dimname>' SET PROPERTIES (<propname>) VALUES ('myval');
But what is the name for Prefix dimension property?
Maybe it is possible change this property only through GUI OWB?
Oleg

Oleg,
Unfortunately, you cannot, so I filed bug 3519964.
However, do note that the main reason for us asking a prefix is the ability for us to prefix key names being created automatically. You can always rename those key names afterwards to include the prefix you want/need.
Thanks,
Mark.

Similar Messages

  • How to change autocommit property in Oracle 8.1.6 server

    Can anybody tell me how to change autocommit property in Oracle 8.1.6 server?
    Thanks in advance.
    Matthew
    null

    Hi,
    SET AUTOCOMMIT OFF
    thanks,
    Boby Jose Thekkanath,
    Consultant,CWO,
    NSW-AUS.

  • How to change Owner property in KM

    Hi masters.
    I want to know how to change cm_owner property of a document that i am uploading with dynpro java. I have written a code to add new properties for document but i couldn't change the Owner of document. Here is my code for adding a new property :
    if (wdContext.currentUserElement().getId() != null) {
    IPropertyName propOwner =
    new PropertyName(
    PropertyName.createDisplayname().getNamespace(),
    "Owner");
    prop =
    new MutableProperty(
    propOwner,
    wdContext.currentUserElement().getId());
    propMap.put(prop);
    This code is adding a new Owner property for document. So that after upload, i see 2 Owner fields in Misc. tab.
    Thanks for replies.

    Hello,
    Do check this blog out:
    [Dynamic properties setting in KM|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/645d4357-0701-0010-07bd-a2ea8c4d0aaf]
    Also read : [Storing and retrieving properties in KM|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ab288d09-0801-0010-b183-b8254ed4793f]
    [Developing a property filter in KM|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70ee3a57-0701-0010-3e9a-ddae7e4e0521]
    Regards,
    Shailesh
    Edited by: Shailesh Kumar Nagar on Feb 19, 2010 8:16 AM

  • How to change PDF document dimensions - Acrobat Pro 9

    Hi,
    I'm trying to figure out how to change the dimensions of my PDF in Acrobat Pro.
    The original artwork was created in Illustrator and the final document is primarily for screen use (not print) so was created using pixels (600x665px to be precise). However when the artwork is created into a PDF, when viewed (and printed) in Acrobat, it is rather large and I want to make this smaller.
    If anyone can advise on this it'd be much appreciated!
    thanks
    HS

    You might play with the Touchup Object tool off the Advanced Editing toolbar.
    Use the tool to select the image. Any of the four corners can be "grabbed" and a mouse drag will let you change the space occupied, on the PDF page, by the image. Not a "fine control" but, sometimes, all that's needed.
    Or, in Preferences > Touchup category - the associated configuration pane permits selection of an installed image editor.
    Now, using the Touchup Object tool's context menu, you can use the "Edit Image..." selection.
    Edit the image and return it to the PDF.
    Be well...

  • How to change a property programmatically

    Hello,
    How can I change a property during runtime? Like, change the label of a button, or change the header text of a table.
    regards,
    arnold

    Hi Arnold,
    You need to get an instance of the UI element at runtime. You can get this only in WDDoModifyView
    IWDLabel lab = (IWDLabel)view.getElement(<labelID>);
    lab.set<property>(<value>);
    Warm Regards,
    Murtuza

  • How to change the pixel dimension height?

    I need to fix the pixel dimension height "768" for tiff images via scripting. Kindly advise me how to change the height for the images.

    i am using vb.net i can't able to fix exact width and heigth for my below code
    appref.Preferences.RulerUnits = Photoshop.PsUnits.psInches
    docref = appref.Open(CheckerPath.Path &  \" & InputFile_From_Illust)
    TiffSv.ImageCompression = Photoshop.PsTiffEncodingType.psTiffLZW
    docref.SaveAs(IllustFolder + "\" + IllustFile.Name, TiffSv)
    docref.ChangeMode(DestinationMode:=Photoshop.PsChangeMode.psConvertToRGB)
    TiffSv.EmbedColorProfile = False
    Dim heg, wid As Double
    heg = 768 / 300
    wid = 576 / 300
    docref.ResizeImage(wid, heg, Resolution:=300)
    But its fixing width as 0.46 and height as 0.613 why its happen i don't.
    please advise me.

  • How to change a property of all items of the specific type?

    Hello,
    this should be fairly simple:
    tableA ( id, Flag)
    There are 2 pages :
    Page 1 : allows user to select P1_ID based on the result set from TableA
    Page 2 : there is a bunch of items on this page - text fields, text areas, radio and check boxes, reports etc. There values in those items are based on the following logic :
    select <bunch of columns correspond to the page items >
    from view1, view2 ...
    where <where clause>
    and
    some_column =:P1_ID
    Question:
    I need to disallow users to change values in the items of text type on the page 2, if value of P1_ID ( TableA.id) has a value in Flag.
    How this can be done ?
    The ideal solution would be if i can have a routine that would not require hard coding items names.
    Thank you
    Andrew
    Edited by: andrey on Jan 31, 2009 12:51 PM
    Edited by: andrey on Jan 31, 2009 12:52 PM

    Andrew:
    The property that you set is the 'Read Only' property for the page-item. This is done from the 'Edit Page Item' page
    The conditions under which this property evaluates to true can be determined dynamically (no hard coding). Take a look at the list of possible Conidtion Types. So, if u want the condition to be table-driven you could choose the 'Exists (SQL query returns at least one row)' and the SQL query could be something like
    ' select 1 from <you_table> where id=:p1_id '
    Varad

  • How to change visibility property of a VC iView by clicking of a BI iView?

    Hi all!
    I have created four iViews: two speedometers with web application designer and two iViews with visual composer. I added the speedometers and a visual composer iView #1 to a portal page (default view). The requirement is that by clicking the speedometer #2, the visual composer iView #2 would replace visual composer iView #1 on the portal page. If the user then would select the speedometer #1 again by clicking it, visual composer iView #2 would replace #1 again and so on.
    I have read article http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b65a5d-f397-2910-a78a-f5544f21c33b?quicklink=index&overridelayout=true, but it is more about filtering VC iView values with BI web items. I don't need to filter anything, just to change one iView to another in a portal view by clicking a third one. How can I check what values my web application with Z_SERVICEOUTBOUND template is transfering to VC?
    One solution might be¨to transfer any value to VC by clicking a speedometer and to change the visibility of the VC iViews according to that value (the speedometer #1 should in that case transfer other value to VC than speedometer #2). I don't know if that is possible with speedometers - you can't reference any characteristics or variables with it.
    If you have an idea, what would be the best way to accomplish this requirement, I would be very glad to hear about it! We are in VC 7.0.
    Points garanteed!
    Regards
    Sari

    Hi
    Since you are accesing the node containing the 'VISIBILITY' attribute you can use the following method to set the value
    lo_el_visible->set_attribute(
    exporting
    name = `VISIBILITY`
    value = 01 ). ""01 - none,02-visible
    and remove this code
    wd_context->set_attribute( EXPORTING name = 'VISIBILITY' value =
    abap_false ).
    Regards
    Tamil
    Edited by: Tamilselvan K on Aug 6, 2008 2:40 PM

  • How to change the property of the fields on screen while using BDC

    Hello,
    I am working on a program where I am using BDC call transaction method to update vendor master data using Fk02. I need to call the transaction in mode 'E'. As per the requirement I don't want user to see all the fields available on that screen. For example on Payment transactions screen I only want user to see fields like Bank key, bank number in the editable mode and rest all the fields on the screen should be greyed out.
    Can you please help with how can i do this.

    Hi,
    I think you can achieve this using transaction variant. Create a transaction variant using SHD0 and grey out the fields which you want. After that in BDC, instead of calling FK02, call the transaction variant you created. you may have to change the BDC recording a bit, but i think you can give it a try?
    Do let me know if it helps you.
    Regards,
    Raghav.

  • How to change the Entity dimension

    For practice purposes, I created a PSPB application in EPMA. Apparently the new app had no Entity data so I uploaded the entity information from the sample ads file into the EPMA shared dimension library.  I want my practice application called BUDGET to use this new and imported "Entity" dimension.  However, I can't find a way to assign the application to use this dimension or vice versa.  I didnt think the BUDGET app had an Entity dimension but now that I look at its dimensions, it is appearing there.  Even so, it appears to be different than the Entity dimension in the Dimension Library.  I've tried to copy the dimension to the application, but BUDGET doesnt show up as an available application.  How do I get the app to use this shared dimension or create the app to use it?

    For EPMA then usually you would highlight your dimension, select the category of system in the properties window, update the dimension alias, click save, deploy.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to change style property in runtime

    Hallo. I have this style tag in my main application:
    <fx:Style>
         @namespace s "library://ns.adobe.com/flex/spark";
         @namespace mx "library://ns.adobe.com/flex/halo";
         @font-face {
         src: url("../caratteri/MyriadPro-Bold.otf");
         fontFamily: "MyriadPro-Bold";
         embedAsCFF: true;
         .mioStileMyriadProBold {
         fontFamily:MyriadPro-Bold;
         fontLookup: embeddedCFF;
    </fx:Style>
    It works good but i wish to change the fontFamily while the program is running. How can i do that?
    Thx a lot.
    Max

    Hallo. Thx for the answer. I would like to know if your solution is working always. I mean, in my example i showed you that i have this:
    .mioStileMyriadProBold {
    fontFamily:MyriadPro-Bold;
    fontLookup: embeddedCFF;
    But what if i have 2 custom styles??.. How can i change one or another specifically ??
    I hope you understand what i mean.
    Max

  • How to change ExchangeRate Type Property in EPMA

    Hi all,
    I would like to change the ExchangeRate Type Property (from NONE to AVERAGE) in EPMA Accounts Dimension (local dimension) for a lev0 member, but the Property is read-only (and it is flagged as "DERIVED"). How can I change the Property or another question where the fuck is the Source for the inherited value????
    Thanks in advance
    André
    P.S.: If I create a new lev0 Member the property is read-only, too.
    Edited by: Andre on 11.03.2013 14:55

    Ok, I could find it - if you change DataType to currency (was unspecified) than you can change the ExchangeRate Type.
    Nevetheless many thanks to all :-)

  • In R12 how to change concurrent output/log file name prefix?

    how to change concurrent output/log file name prefix?

    but i want to change change concurrent output/log file name prefix?You cannot, and I believe it is not supported for all concurrent requests -- Please log a SR to confirm this with Oracle support.
    Thanks,
    Hussein

  • How to change the "name of column" property of an text item in runtime?

    How to change the "name of column" property of an text item in runtime?
    I look the properties of items in help and found nothing about this!
    It's possible?

    Hi,
    an other solution is change the block property QUERY_DATA_SOURCE_TYPE from "Table" to "Sub-query" , than change at run time the property QUERY_DATA_SOURCE_NAME.
    First create block and add items
    The QUERY_DATA_SOURCE_NAME will be for ex. "Select 'A' as col1, 'B' AS col2, 'C' as col3 from dual"
    Set into items the column name property to col1 , col2 ...
    At run time change the query to "Select 'Z' as col1, 'X' as col2 , 'Y' as col3 from dual"
    in this way you can change the source of column value.
    Caution because if you change value type from varchar2 to date you must cast date into varchar2.
    May be that this way is valid only for view data not for insert-update, i don't remember.
    bye
    Message was edited by:
    Killernero

  • How can I change the property of a graph running in another VI ?

    I know how to set a control value in another VI using the invoke node but what should I do to change the property of a control?

    Hi Zumdal,
    you can make a reference of your graph, copy it in a global variable that can be handled in a remote vi to change the property of the graph.
    I attach a sample LLB that contains a graph.vi and a property.vi.
    From the property.vi you can control the property of the graph.
    Good luck,
    Alberto
    Attachments:
    graph_property.llb ‏27 KB

Maybe you are looking for

  • How do you reference a valueObject located in main to a custom component created in Catalyst?

    Hello, I have been working with the Catalyst Beta 2 / Flash Builder beta trying to create a photogallery and have hit a little bit of a snag, try as I might I can't seem to find the answer anywhere. I am still new to Flex so please excuse me if this

  • SQL from PLSQL Table

    Hi, I have a PLSQL Table with two columns. Is there a way where i can read the PLSQL Table data into SQL. Below is the sample code. Is there a way to get distinct records of contact_person and party_id IF x_msg_tbl.COUNT > 0 THEN FOR i IN x_msg_tbl.F

  • Popup/Alert for Agent UCCX 9 - CAD

    Hi I have a contact center scenario where callers will hear a message 'Welcome to .. and enter account number..." Existing customers can type in their acct ID and follow the prompt to check balance, etc from SQL database 2012. also at the end it will

  • How to control my computer remotely

    Can I (or how do I) control my home iMac from my iPad?  For example, access all my iPhoto pictures from my home computer while I'm on vacation with my iPad. 

  • RFC Sender Short dump

    Hi, I am carrying on a RFC(sender) to multi-file scenario. I have created RFC destination in SM59(in R/3) using a Registered ProgramID. But while executing the corresponding program for sending the data, R/3 shows a short dump error. Some of the erro