Attributes Display

Hi All,
I am using the attributes of one char. in the report for ex: Customer gruop and customer street.
I do not want to display them in the initial display. I only want to display the Customer number initially and want to display the attributes upon drill down or some other user interaction.
Is this possible???
Best Rgds,
Nene.

Bhanu,
I have the attributes already added to my query and when I run the query I can see the Customer Number along with its 2 attributes. But I do not want the attributes to be displayed in the initial display but the users should be able to drill down to see the attributes.
To put the question in other way...Can we make the attributes of a CHAR as free Characteristics???
Rgds,
Nene.
Message was edited by: Nene BW

Similar Messages

  • VO Attribute displaying lookup meaning for code

    Hi experts,
    How to make a VO attribute display lookup meaning for the code stored in DB into the query results table?
    Regards
    Ari

    Hi,
    Your lookup code is stored in DB table. So. it should be there in your VO query.
    Now you want to have its meaning as well in that VO query.. right ?
    For this, add another column in VO query like:
    (select meaning from fnd_lookup_values where lookup_code = XxEO.code) code_meaning
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Custom MBean - Attribute Display Order & Documentation

    Hi All,
    I've implemented custom security providers for one of our customers. All Providers are working very well. However I've problems about displaying attributes of my MBeans in WLS console. Attributes of my custom mbean definitions are displayed in console in unsorted manner. They're not sorted as I put them in mbean definition file and as I know there is also no display order attribute specified in "commo.dtd". I also checked [MBean Definition|http://download.oracle.com/docs/cd/E15523_01/web.1111/e13718/mdf_ref.htm#i1035144] . Is there a way to specify display order of managed bean attributes that placed in mbean definition file ?
    My second question is about generating description to display WLS console. I first tried to use "Description" attribute of MBeanAttribute element. It didn't worked. So I checked out out-of-the-box security providers to how they've done this before. I created "-doc.xml" files that uses "commodoc.dtd" schema and my attribute element's "Description" attributes as "See ...-doc.xml" in mbean definition file. It also didn't worked. I need to find a way to put my descriptions in WLS console . Any help would be appreciated.
    I'm including sample mbean definition, mbean documentation definition and my mbean generation ant comments. By the way I'm trying all this by using WLS 10.3.2 environment with Sun JDK 1.6.0.18.
    Thanks in advance.
    ANT TASK
    <java classname="weblogic.management.commo.WebLogicMBeanMaker" fork="true"
    failonerror="true" >
         <jvmarg line=" -DdoCheckDescription=true -Dfiles=${build_dir} -DMDFDIR=${build_dir} -DMJF=${build_dir}/${myproviderjar} -DtargetNameSpace=${namespace} -DcreateStubs=true -Dverbose=true"/>
    </java>
    MBEAN DEFINITION
    <?xml version="1.0" encoding="windows-1252" ?>
    <!DOCTYPE MBeanType SYSTEM "commo.dtd">
    <MBeanType Name="SpnegoCredentialMapper" DisplayName="SpnegoCredentialMapper"
         Package="com.dflora.security.wls.cm.spnego" Extends="weblogic.management.security.credentials.CredentialMapper"
         PersistPolicy="OnUpdate" Description="See SpnegoCredentialMapper-doc.xml.">
         <!-- Standard values -->
         <MBeanAttribute Name="ProviderClassName" Type="java.lang.String"
              Writeable="false"
              Preprocessor="weblogic.management.configuration.LegalHelper.checkClassName(value)"
              Default="&quot;com.dflora.security.wls.cm.spnego.SpnegoCredentialMapperProviderImpl&quot;"
              Description="See SpnegoCredentialMapper-doc.xml." />
         <MBeanAttribute Name="Description" Type="java.lang.String"
              Writeable="false"
              Default="&quot; DFlora's Identity Assertion Provider for Spnego Tokens &quot;"
              Description="See SpnegoCredentialMapper-doc.xml." />
         <MBeanAttribute Name="Version" Type="java.lang.String"
              Writeable="false" Default="&quot;1.0&quot;" Description="See SpnegoCredentialMapper-doc.xml." />
         <!-- Extended Attributes -->
         <MBeanAttribute Name="Debug" Type="boolean" Writeable="true"
              Default="false" Description="See SpnegoCredentialMapper-doc.xml." />
         <MBeanAttribute Name="ForwardTicket" Type="boolean"
              Writeable="true" Default="true" Description="See SpnegoCredentialMapper-doc.xml." />
    </MBeanType>
    MBEAN-DOC
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE MBeanType SYSTEM "commodoc.dtd">
    <?xml-stylesheet alternate="yes" href="commodoc.css" type="text/css"?>
    <MBeanType Name="SpnegoCredentialMapper"
    Package="com.dflora.security.wls.cm.spnego">
    <Description>
    <Lead>
    <p>This MBean represents configuration information for the Spnego credential mapper.</p>
    </Lead>
    <Detail>
    Deprecation of MBeanHome and Type-Safe Interfaces
    <p>Additional description about mbean </p>
    </Detail>
    </Description>
    <MBeanAttribute Name="Debug">
    <Description>
    <Lead>
    <p>Enables Disables Debug</p>
    </Lead>
    <Detail>
    <p>Detailed description of debug attribute.</p>
    </Detail>
    </Description>
    </MBeanAttribute>
    </MBeanType>

    Yes the description attribute doesnt work anymore the way it used to work in prev versions.
    On further research it was found that the Mbean required for generating description was missing.
    A bug was filed with the engineering the engineering team. I am not sure what happend after that.
    Let me try to find out.
    If the mean while if any one of u guys have a support contract, you can go ahead and open a case with Oracle.
    As for the order on display in the console, it shows in the order in which its defined in the MDF, m not sure why its behaving differently in your case.
    -Faisal
    http://www.weblogic-wonders.com/weblogic/

  • Marketing Attribute Display Order on Account Overview Page (Web Client)

    Hi All,
    I am using CRM 7.0 EhP 1 and I have encountered a item I need to address in regard to the display of a Marketing Attribute set on the Account Overview page (BP_HEAD/BPHEADOverview) on the Web Client.
    The component in question on the page is BP_DATA/MarketingAttributesEOVP.
    Once the Attribute set is selected on this component, I require that the Atributes display in the order which there are maintained in the Attribute Set Template Profile in transaction CRMD_PROF_TEMPL.
    However, currently they are displaying alphabetically by attribute description on the Web Client as default.
    Any idea how to achieve the requirement above as standard if possible?
    Thanks,
    Jonathan

    Hi Jonathan
    We experienced the exact same issue.
    We raised this with SAP OSS. There is no standard mechanism for altering the display order unfortunately.
    The only options are custom are we were not prepared to make this sort of adjustment to the system.
    Sorry I cannot give you better news.
    Regards
    Arden

  • Question about Windows File Explorer and offline attribute display

    In previous releases of Windows (including Windows 8), Windows File Explorer would display a small "x" icon if the offline file attribute was set.  In Windows 8.1, Windows File Explorer no longer displays the "x" icon if the offline
    file attribute is set.  Is there a reason this behavior was changed?  Is there an option to get the old behavior of displaying the "x" icon?

    Hello Ed Winn,
    What ‘x’ icon do you mean?
    Please share us the screenshots to compare.
    Based on my test, I can’t find the ‘x’ icon in the offline folder both in Windows 7 and Windows 8.1.
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • [JDev 9.0.3/JClient] ViewObject/Entity attribute: Display Hint ignored?

    I have a small problem with the ability to hide ViewObject/Entity attributes in generated JClient Forms. Hope somebody might know a bit more of this issue.
    When setting the "Display Hint" to "Hide" on an attribute (of either the Entity or ViewObject), the appropriate JLabel and JTextField (or whatever Swing control is used to edit the value) will not be hidden, neither at designtime nor runtime.
    I'm not (yet ;)) an expert when it comes to JClient, but it seems to me that when I tell an attribute of a ViewObject to be hidden, I would expect that the visible property of the appropriate Swing controls be set to false. [ setVisible(false); ]
    In some other thread [ http://forums.oracle.com/forums/message.jsp?id=1342592 ] I read that the problem might be related to setting the control hint AFTER the JClient Form was generated. However, in that same thread someone else suggested that the control hint is processed at runtime. So, I've tried both approaches: first setting the control hint, then generating the JClient Form and first generating the JClient form, then setting the control hint. Neither approach worked.
    However, I did notice that after I set the control hints, the JClient Form wizard allowed me to hide 'hidden' attributes (which indeed were the attributes which I had specified to be hidden). So that worked ok. But even though I unchecked the hidden attributes box, the end result was still the same: a Form with all attributes on it. Running the project revealed that the controls were not hidden at runtime either.
    Am I pherhaps missing something? Or else could this be a bug?
    (As the subject indicates, I'm using JDeveloper 9.0.3 Production Release.)

    Alright, consider this scenario:
    I have a ViewObject with some attributes and in particular the attribute 'X'. In the database table column X is NOT NULL and so attribute X automatically is Mandatory. (This is correctly generated by the BC4J wizard.)
    Next, I manually specify that attribute X is invisible (Display Hint). This should cause any bound Swing controls to become invisible when simply browsing the database. However, when inserting a new record, all controls associated with attribute X should become visible (since X is a Mandatory attribute). After the new record has been committed, the appropriate Swing controls become invisible again.
    I suppose that this behavior could be the same for non Mandatory attributes, but that's (somewhat) less important.
    In case you want a 2nd form in which existing records can be edited (including column X), attribute X should nolonger be invisible. Then the Swing controls bound to attribute X should be removed from the browse form and the 'insert capabilities' of that particular form should be removed as well. The new 2nd should be used for editing/inserting, while the 1st one is for browsing only.
    I realise that this scenario may contain a couple of flaws, but it's to give you an indication of what I'd like to be able to do with the existing wizards and attribute editors.
    Enjoy :)

  • Custom page : displaying attribute display name and values

    Hi !!
    I'm developping a specific screen. I have a zone where I want to display a list of fields with a label containing the display name of an attribute and with a textbox containg the value of the attribute.
    For now, I'm doing that like this :
    - In a region, for each attribute I create a MessageTextInput with these properties :
    View Instance : the view that gets the attributes values
    View Attribute : the attribute I want to display in this field
    Prompt : a hard coded label that corresponds to the attribute.
    I know this isn't the right approach and I'm looking for a better way to do that as there is some bad sides :
    - my view object gets all the attributes of an attribute group. If I add an attribute to the attribute group, it will not be displayed in my page. I'll have to add it manually and reimport the xml.
    - if I change the display name, I will also have to manually edit the xml file and reimport it
    - I want a multi-language screen : if I'm connected in english I want my screen to display the attribute's english display name, and if I'm connected in french I want my screen to display the attribute's french display name.
    So how can I do it ?
    Is there an region or item which has a "View Instance" property and that is able to display items depending on the view fields ?
    Will I have to manually write a controller that builds this page dynamically ?
    Thanks a lot

    You have to use personalization and add a messageTextInput and set the prompt, viewInstance and viewAttribute properties. You can get your prompt translated using the translate options in Manage Levels page in personalization tool or use XLIFFExtractor and XLIFFImporter to manually do translations.
    Read OA Personalization guide for details.

  • 0FISCPER Attribute Display Properties for F4 Help

    Dear All
    I am trying to disable the display of the Attributes of 0FISCPER in the F4 Help by making the sequence 0 for all in object maintenance as I have done for many other objects. This however is not possible for 0FISCPER as it is "greyed out". does anyone know why this is so and if possible a workaround for this.
    Regards
    Grant.

    Hi Grant,
    I am facing the same issue, right now. Did you already found a solution for this?
    Thanks,
    Steven Groot

  • How to set VO attribute Display Hint in programmatic way

    Hi,
    I want to dynamically control the display of Attributes(Show/Hide) based on the other table results.
    Is there any way to contol the Display of the attibutes in AMImpl class ?
    Thanks,
    Swathi

    Hi,
    given that rendering is a client side interpretation (especially if it is conditional for each row in a table) I suggest using EL on the "rendered" or "display" property
    Frank

  • Additional/Extended attributes display

    Hi -
    Is there a way we can hide the attribute category "Category" thats visible on the Aditional Attributes page in Install base. Also can the display length of the value field be increased.
    Thanks,
    Amit

    Oracle has confirmed that the category field can not be hidden and to increase the display length, they have given a patch that would increase the display from 15 to 50 characters. Further extension is not possible

  • Single Relation Editor - no Attributes displayed

    Hello,
    I'm trying to test the D&R-functionality by using BW-business objects. I want to connect a source and a target object with the single relation editor. To test an D&R- scenario, I use two InfoObjects in BW: one from the demo content (0D_CUSTOMER), the other one was created as a copy of the origin. As a consequence the custom InfoObject has the same attributes like the original object. Both are used in different InfoProviders / queries / web templates.
    At portal unification it was no problem to import the dedicated business objects and to set the source and target objects. The problem is, that I can't choose any attribute of the own-created object in the drop-down box in the row with the selection fields, representing the relation expression. The drop-down box is empty. If I try to use other business objects, based on custom InfoObjects, it works...
    Thanks for your help, Sven

    hi
    check this
    Re: Standard texts in a script or smartform
    hope this helps
    regards
    Aakash Banga

  • Display attributes from "global" and other entities in a single screen

    As far as I know, in OPM attributes of only one type of entity can be added to any given screen.
    As per of functional requirements of my current project Ihave to display attributes from more than one type of entity in some of the screens.
    I found a workaround for entities which has only one instance (singleton entity in version 10.1), but couldn’t figure out how to display attributes of entities which has multiple instances.
    For example:
    We have an entity called <b>“the child”</b> which has many attributes. There can be more than one child instances defined in a given assessment session.
    This particular screen should have attributes which belong to the <b>"global"</b> and <b>"the child"</b> instances.
    (The names of all the children should be displayed on the screen as <b>check boxes</b> so the user can select the children who are affected by the global attributes displayed on the screen.)
    Is this achievble in OPM 10.1?
    SP1D3R MAN

    Displaying Global attributes and nested entity level attributes on the same question screen cannot be done in OPM 10.1 with out-of-the-box functionality. It would have to be a custom screen. (FYI, I'm not a programmer so I can't advise on how to build such a custom screen.)
    Before building customisations, you should also consider whether you really need to use an old version of the product. OPA 10.1 was released early last year; the current version is 10.3.

  • Don't display attribute in a query

    Hi!
    I have an InfoObject with attribute.
    When I execute query on InfoCube instead of attribute display '#'.
    but there are filled fields for attribute in InfoCube.
    What can I do?

    Hi,
    Activate you master data, by executing the Atribute change run. RSA1.
    http://help.sap.com/saphelp_bw30b/helpdata/en/80/1a67ece07211d2acb80000e829fbfe/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/b4/730276938a504cacc56b44fd3578e3/frameset.htm.
    Hope this helps,
    With Regards,
    PCR

  • Controlling access to display attributes that are also characteristics

    In earlier versions of BI an authorization relevant characteristic (such as profit center) could be secured in navigation but could be made visible universally by creating a second authorization object for the characteristic and granting * access for the second object and restricted access for the first. As long as one authorization object for the characteristic had * access the display attribute was visible but one could still control navigation and selection. Now that authorization objects are no longer created what mechanism would be used to allow restrictions on navigation while keeping access open for a display attribute?
    For those that are having trouble seeing where this might be relevant: consider a cube that has both  consolidation unit and a profit center characteristics that are both authorization relevant. They are not exactly orthogonal for business reasons (especially at the node level) but someone who is reporting on the profit center characteristic may want to see what consolidation unit that the profit center belongs to. The consolidation unit is also a display attribute of the profit center but the user may not be authorized for the entire consolidation unit. Without authorization he cannot see the display attribute. There is no authorization issue for the attribute display but there is a restriction for the consolidation unit as a whole. The user can summarize over the CU ( only.   How is this allowed in the latest versions that use analysis authorizations and not authorization objects?

    Good afternoon Corwin,
    Have a look at SAP Note 761089 - point 4 might be helpful. It may be that you haven't given the users enough authorisations to see and use the attributes.
    Regards,
    Karen

  • ADF Filter- change the order of displayed attributes

    Fairly new to ADF. Started a week ago. I was wondering if I can change the order of the attributes displayed on the panel that opens when you click on filter? if so how would I go about it
    Thanks

    Hi,
    I was wondering if I can change the order of the attributes displayed on the panel that opens when you click on filter
    where did you click on filter? Which component ?
    Frank

Maybe you are looking for

  • Messages vs Personal Email vs SMS and MMS Text Folders

    Last week, I updated my software for my BlackBerry 8310 on the AT&T network.  I have been having problems with the receipt of emails since.  I seem to been receiving every email twice, once in my personal email folder on the main screen, as well as i

  • Pixelmapping to Sony lcd

    I have a MacBook pro 13" and Sony bra via kdl-46v5100 LCD. I am connecting them via mini display > hdmi at 1080p60. The output looks terrible. The screen doesn't fill my LCD. There thick black borders. I have overscan disabled because I want 1:1 pixe

  • How do I create a space between the songs on the playlist?

    Hi, I have a dance studio, in which we perform at the fair this weekend. I put all the songs that we're dancing to on a playlist, but the songs fade into each other...Is there anyway where I can create a space in between each song.Please Help!!! -LaQ

  • Reading text files without specifying the encoding?

    I have looked everywhere for a solution, but I can't find one. The problem is that I'm using codes that everybody is using, but for some reason, my codes aren't working. I want to be able to open up text files in Java without having to specify the en

  • Differnece between Oracle BPM and Aqua Logic BPM

    Hi, Iam just started readign about Oracle BPM , could anyone answer is there nay difference beteen Orcale BPM and Aqualogic BPM. I am working on other BPM technology ,I am analyzing other BPM tools to get the key differentiators among them. Please br