Af:query individual field(attribute) customization

Hi All,
I have a question regarding af:query feature of ADF. Is there any way to customize individual field / column of af:query search form in ADF? In the source, it does not show individual columns and I want to add custom facets on one of the columns. Please let me know if any of you have implemented this and how.
JDev version is : 11.1.1.4.0 / 11.1.1.6.0
Thanks much in advance.
Regards
Ashwini

Hi,
the af:query component is a closed component in that you don't have access to individual fields. Its possible to render fields as LOV if model driven LOV is defined for an attribute. Alternatively, define a view object instance and apply a view criteria to it. Then drag and drop the execute with params operation as a parameter form to the view. This then is customizable
Frank

Similar Messages

  • Individual Performance Attribut for MTE MANAGERS.ActiveThreadsCount

    Hello,
    I want to monitor J2EE ActiveThreadsCount for Dispatcher (System Threads) and Server (Application and System Threads) with CCMS, all three are assigned to Configuration Group "MANAGERS.ActiveThreadsCount" so it seems I cannot configure individual performance attributes. If I change it for Server System Threads then the threshold also changes for Dispatcher System Threads (as they have of course configured different maximum threads I cannot useful monitor this MTEs). Does anyone know how to set individual thresholds? It seems to be not possible in NWA and RZ20 (nodes are available in SAP J2EE Monitor Templates -> Engine Kernel).
    Regards
    Markus

    Hire to Retire GT Project wrote:
    Chris,
    >
    > This is an interesting one !.
    >
    > My first question is why did you create a custom "app" for adding a qualification. There are already a standard free enhancement BADI implementation - ADD_QUALIFICATION (HRHAP00_ENHANCE_FRE2), ADD_REQ_QUALIFICATION (HRHAP00_ENHANCE_FRE4) . I am not sure if you have already evaluation these options. You could have created / configured any number of columns as a reference element of this BADI. So in the runtime, when the qualification "Q object" is added , the columns referenced will be created.
    >
    > For the above example, if you dig down in the HRHAP_BASIC table, you can see there will be a mapping created between VC and Q object.
    >
    > Lets discuss this and I find this is interesting. I am willing to help more
    >
    > Aneez Hameed
    Hi Aneez, Thanks for your response.
    We needed to build an application to help manage the catalog of qualifications (Position - manages - qualification group -> Qualifications)  This catalog belongs to the manager's position.  The Q's are written into the appraisal document via the add element badi, using the reference element.  The Text for each of the qualification objects (Meets Objectives, Exceeds Objectives) is stored in the object description infotype, and we need to have both of these descriptions show up in the body of the performance review. 
    After posting this question, I implemented two new columns and added to the reference element, Meets and Exceeds.  Each new column has a Value Determination badi implemented that goes out and grabs the specific text from the Q object and populates it into the Note field.  We feel like this is a suboptimal solution at this point given the lack of formatting in the Note field and the HTML tags present in the text. 
    I tried to implement a description column but we were still limited to using the Note field to display the text.   
    Lets continue to converse.. Maybe we'll strike upon a solution.
    Chris Thomas

  • Error while querying workflow message attributes for task

    Can some one please help me with this error?
    I get this error when I submit a task in worklist app. I have figure out that it is causing due to one payload in the table in the task. If remove that payload I am able to submit the task.
    Error while querying workflow message attributes for task a99d1cf3-5e91-4c4a-8660-aeae91bfbec0 with version 5.
    Check the underlying exception and the database connection information. If the error persists, contact Oracle Support Services.
    oracle.jbo.JboException: Error while querying workflow message attributes.
    Error while querying workflow message attributes for task a99d1cf3-5e91-4c4a-8660-aeae91bfbec0 with version 5.
    Check the underlying exception and the database connection information. If the error persists, contact Oracle Support Services.
         at oracle.bpel.services.datacontrol.XSDDataControl.invokeOperation(XSDDataControl.java:460)
         at oracle.adf.model.bean.DCBeanDataControl.invokeMethod(DCBeanDataControl.java:430)
         at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:261)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1635)
         at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2144)
         at oracle.adf.model.bean.DCBeanDataControl.invokeOperation(DCBeanDataControl.java:467)
         at oracle.adf.model.adapter.AdapterDCService.invokeOperation(AdapterDCService.java:307)

    Can anybody help me on this?
    I did some google but I get this only which is not much helpful.
    http://download.oracle.com/docs/cd/E14571_01/core.1111/e10113/chapter_bpm_messages.htm

  • How to have extra Field attributes as per BP Role?

    Hi all, using path Cross-application components->Business Partner-> Field Groupings -> Configure field Attributes per BP role,  we come across Data Sets for each BP role where we can specify if fields can be hidden, required or optional. What if i want to add more data sets, i am not able to add it here. For the same, i need to use tcode BUSD and then assign a new Data Sets to BP Views (of same BP role). But i am not able to see any effect of the same. Can someone advise what I am missing out on. For e.g. if i want to use Data Set "tax numbers" and assign it to the BP View "xxx", which in turn is assigned to BP role "xxx", I am not able to see the extra fields for Data Set "tax numbers". Is there way i can find out what all fields are there in a particular Data Set?

    Hi Bappaditya,
    You will not be able to add new fields via the IMG path Cross-Application Components->SAP Business Partner->Business Partner->Basic Settings->Field Groupings->Configure Field Attributes per BP Role. This is used only to control the various visibility options of the fields associated with the datasets that are attached to your BP view.
    Now, if you want to add new custom fields to your BP role,
    1. Create a new BDT application that uniquely recognizes your scenario (Tcode -> BUS1)
    2. Create a new Dataset (Tcode -> BUS23)
    3. Create a new field group (Tcode ->BUS2)
        a. Here, associate different fields from data dictionary to the new field group
    4. Create a new View (Tcode->BUS3)
        a. Assign, your BDT application
        b. Assign your data set
        c. Enter the screen painter program name and screen number
        d. Enter function modules that may be required to validate screen input
        e. Assign your field group
    5. Create a new Section (Tcode-> BUS4)
        a. Assign yoru view to Section
    6. Create a new Screen (Tcode-> BUS5)
        a. Set Screen type (Data screen, Initial screen - Dialog, modal dialog box etc.)
        b. Assign your section to your screen
    7. Create a new Screen Sequence (Tcode->BUS6)
        a. Assign your screen
        b. Assign screen sequence category
    8. Create Divisibility View (Tcode->BUSD)
        a. Assign your data set
        b. Assign Calling BDT application
        c. Assign screen sequence
    9. Define new BP role using IMG Path Cross-Application Components->SAP  Business Partner->Business Partner->Basic Settings->Business Partner Roles->Define BP Roles
       a. Here, create new BP role category
       b. Assign your view
    You can then control the visibility of your fields by using the option 'Configure field Attributes per BP role' as you mentioned.
    Hope this helps.
    Regards,
    Pavithra
    **PS : Please reward points if this helps.

  • BADI_CRM_BP_FILTER_ATTRIBUTE  implementation to control field attributes

    Hi,
    I have a requirement to control field attributes of Business partner or customer based on user role, like make some fields display for most of the roles.
    I found this BADI in SAP notes, but it does not allow to create my new implementation like normal BADI impl.
    There is already standard BADI implementation in CRM_UIU_BP_ENHANCEMENT enhancment set. Would you please suggest how to use this BADI for my custom checks and filtering. I also do not see any parameter that has attribute values so that i can control them in standard implementation.
    Thanks.
    With regards,
    Ravi

    Hi,
    Let me rephrase the question. The requirement is to maintain  BP attributes like City, country as display fields only for some roles like Sold-to-party and  editable for other roles like contact person  when agent logs in say with custom business role say sales employee.
    With UI configurtion, i think the possibility is to make a field either editable or  display for both sold to party and contact person BP roles. I am trying to find solution to meet the requirement. Any suggestions are welcome. Thanks in advacne.
    With regards,
    ravi

  • What are the Query criterion property attributes to search for KB's in SCCM 2012

    A client is ask what servers might have a particular hotfix(ex: KB2798040) installed. The Hotifx is not in our WSUS catalog because it is not a critical security patch so it is not downloaded. What is the SCCM 2012 R2 Query criterion property attributes
    to find a particular KB?

    Depending on the OS of the client, that information may not be collected by default.
    Rather than collecting all of the HotfixID class, instead, consider using DCM for this single HotfixID.
    Sherry has previously posted about ways to do this,
    http://myitforum.com/cs2/blogs/skissinger/archive/2011/08/17/non-security-hotfix-detection-for-windows-7-2008.aspx
    and here's a post by Nick which seems to be based on the very same approach:
    http://t3chn1ck.wordpress.com/2010/10/20/sccm-dcm-inventory-for-installed-windows-hotfixes/
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Page Item Drag and Drop reset all items Displayed Field attribute

    If I use the Drag and Drop feature it resets all items Displayed/Field attribute to yes. Is this just the way it is and it is to bad so sad for Nicholas or is there something I can do to be able to use drag and drop and still retain my setting for the Item's Displayed/Field attribute.
    Any assitance is much appreciated

    Probably the easiest way would be to have 2 arrays that hold
    the data being sent to box A. Just add/or subtract from one that
    you don't care if it changes, and leave the other one alone. When
    you want to reset, just clear Array 2 and populate it again from
    Array 1. For Box B, just reset the contents of the array to nothing
    - myArrayB = new Array({item1:'',item2:''})

  • Usage of TRM Field attributes: table name in BRF+

    Hi,
    in the customizing activity SM34 - VC_FMCA_TRM_SCENARIO (Define Forms) you can define in the "TRM Fields Attributes" folder for each field the Setting for BRFPLUS where you should write a Table Name.
    The name you enter in this field is used by BRFPLUS_MANAGER.
    Could you please explain for what and when is useful this customizing?
    Thanks.
    Miroslav

    As explained in the IMG activity documentation:
    " To compare values from different versions of a form in your Tax Processing Web Dynpro application, you select the form view field, double-click the TRM Fields Attribute entry on the left-hand side and make the required entries.
    7. In the TRM Fields Attribute area you can also define which form fields you want to analysis in BW. If you mark the extraction-relevant field, the system automatically defaults the field name. The derivation of this field name is done via event P343. The system shows this field name in the DataSource as well as in the program that generates the DataSource for an ISR form. For more information, about this program, follow this link.
    If you are using BRFplus as the rules engine for tax returns validation and tax calculation you can enter a table name for form fields. Customizing activity Define BRFplus Objects for Form Bundles generates one BRFplus data object of the type 'table' for all fields assigned to one table name.
    Caution:
    Be very careful when assigning fields to table names as you can neither undo the assignment nor use this field for any other assignment."
    I think it's self explanatory....
    Kind regards

  • Very urgent : Problem with field attributes in Datasource

    Hi
    I am getting a problem with field attributes in the datasource.
    The issue came up after i modified the extract structure-i modified one field and
    added one field to the structure.Now those two fields are not visible in BW.
    When i checked with transaction rsa2, i could find that for those two fields , the
    field attribute is <b>'A'</b> which is <b>'Field in OLTP and BW Hidden by SAP'</b>.
    I tried to modify the field attribute to make it visible.Now the issue is that it is not getting reflected after transport in the Q system.What can be the issue.In the Q system its still the old value 'A' ,which makes the fields invisible.
    Please let me know what can be the issue.
    Regards
    Leon

    Hi,
    did you change this attribute via RSA2?
    you need to change your datasource via postprocessing (RSA6); then transport your DS to your Q source system.
    Replicate your datasources in your BW.
    Finally modifiy your Transfer Structure by editing your TRules ( tab Datasource/Tran structure), move your new fields from the right frame to the left frame)
    Maintain your TRules
    Activate
    hope this helps...
    Olivier.

  • Ad hoc query text field reference

    Hi all,
    Faily new to all this and wonder if you have any insight on the following:
    In ad hoc query I'm adding additional fields to a functional area. They subsequently show up in SQ02 in the left hand pane tree structure for that functional area.
    Now, if I double click on one of the additional fields the most central pane shows the details of this field. One of the boxes in there called 'References' contains a field 'Text field' that associates a long text with the code that the field contains.
    As a made-up example: the add. field could be Personnel Area, value "XY01", and it is associated with a field Personnel Area Long Text that contains "Xeta Yoyo Regional Office". This is the association shown in 'References' -> 'Text Field'.
    My problem is that this 'Text field' field seems to be populated automatically, that is there is some kind of automatic link between the field and the foreign field that contains its associated long text. Also it's greyed out so un-editable.
    Does anyone know where this relationship comes from? Does anyone know how to be able to edit this 'Text field' field?
    Grateful for help,
    Richie

    Ok, I'll try to be a bit clearer.
    For infosets in Ad Hoc Query, a field has an option to be related to another, different field that provides the long text version of this. Example: field P1000-OTYPE 'object type' is related to T7770-OTEXT 'object type text'.
    This relationship is displayed for each infoset additional field: right click on the add. field ->  display/change definition, text identification ->  'Determine LIKE reference using text field' in the pop up window.
    Problem is this text field is <b>always</b> greyed out and uneditable. So the question was, how do you set this yourself?
    Hope this clarifies stuff, thanks for any help,
    Richie

  • Change field attributes of fields created using EEWB

    Dear SAP gurus,
    we have extended our complaint transactions by adding some 'customer' fields using EEWB.
    Now, the program name for this extension is: SAPLZCRM_BTX_EEW_UI02
    and the screen number where those fields are is "0100".
    The screenfield is for example ZCRMT_0100_BTX_UI02-ZZPO_REF_NO
    Now the field is general available for every Complaint transaction.
    <b>My questions are:</b>
    1) Suppose I want to make this field Output Only
    is this done via the screenpainter using:
    Program name:SAPLZCRM_BTX_EEW_UI02 and Screen: 0100
    (Since I am not sure you are allowed to change the screens generated by the EEWB).
    2) I would like to make this field input/output (but only for 1 transaction type XX) and not for the other complaint transaction type YY. Where can we built in this check?
    thanks for a quick response
    cheers
    davy

    Hi,
    Simple solutions:
    | 1) Suppose I want to make this field Output Only
    | is this done via the screenpainter using:
    | Program name:SAPLZCRM_BTX_EEW_UI02 and Screen: 0100
    | (Since I am not sure you are allowed to change the screens generated by the
    | EEWB).
    --> Yes very much you can change the field attributes. tHis can be done thru SE80
    | 2) I would like to make this field input/output (but only for 1 transaction type XX)
    | and not for the other complaint transaction type YY. Where can we built in this
    | check?
    --> There are 2 ways of going about it:
    1. create a PBO module and check the Transaciton type and depending on that you can grey out the fields at runtime
    2. Keep the fields as input/ output and write BADI CRM_ORDER_FIELDCHECK
    and method FIELDCHECK. Here you can say wchich field is to be greyed out dpepending on Transaction type
    Hope this helps
    Kindly reward with points in case helpful
    Sharif

  • Mapping individual field symbols to a structure

    Hi,
    I have a requirement where I need to map some individual field symbols to some specific fields in a structure:.
    Here is what mt code looks like :
    data: <f1>, <f2> , <f3>,
           <f4> type ZCUSTTAB.
    data: upd type ZCUSTTAB.
    data : fieldname1(30),
          fieldname2(20),
          fieldname3(20),
          fname1(20),
          fname2(20),
          fname3(20).
    fname1 = 'TOUR_ID'.
    fname2 = 'VISIT_ID'.
    fname3 = 'CUSTNR'.
    concatenate 'ZCUSTTAB-' fname1 into fieldname1.
    concatenate 'ZCUSTTAB-' fname2 into fieldname2.
    concatenate 'ZCUSTTAB-' fname3 into fieldname3.
    assign fieldname1 to <f1>.
    assign fieldname2 to <f2>.
    assign fieldname3 to <f3>.
    <f1> = '12345'.
    <f2> = '1'.
    <f2> = '123'.
    So, at this point I have my field symbols pointing towards individual fields , i.e.
    <f1> holds value for ZCUSTTAB-TOUR_ID.
    <f2> holds value for ZCUSTTAB-VISIT_ID.
    <f3> holds value for ZCUSTTAB-CUSTNR.
    Now, I want to move these individual values to a structure which is of type ZCUSTTAB, using which I can update the table ZCUSTTAB at DB.
    Any ideas on how to achieve this ?
    Thanks-

    Hi
    U need to declar that table and that's all:
    TABLES ZCUSTTAB.
    data: <f1>, <f2> , <f3>,
           <f4> type ZCUSTTAB.
    data: upd type ZCUSTTAB.
    data : fieldname1(30),
          fieldname2(20),
          fieldname3(20),
          fname1(20),
          fname2(20),
          fname3(20).
    fname1 = 'TOUR_ID'.
    fname2 = 'VISIT_ID'.
    fname3 = 'CUSTNR'.
    concatenate 'ZCUSTTAB-' fname1 into fieldname1.
    concatenate 'ZCUSTTAB-' fname2 into fieldname2.
    concatenate 'ZCUSTTAB-' fname3 into fieldname3.
    assign fieldname1 to <f1>.
    assign fieldname2 to <f2>.
    assign fieldname3 to <f3>.
    <f1> = '12345'.
    <f2> = '1'.
    <f2> = '123'.
    UPDATE ZCUSTTAB.
    After assigning the field-symbols the structure ZCUSTTAB will be filled automatically.
    U can also write:
    TABLES ZCUSTTAB.
    data: <f1>, <f2> , <f3>,
           <f4> type ZCUSTTAB.
    data: upd type ZCUSTTAB.
    data : fieldname1(30),
          fieldname2(20),
          fieldname3(20),
          fname1(20),
          fname2(20),
          fname3(20).
    fname1 = 'TOUR_ID'.
    fname2 = 'VISIT_ID'.
    fname3 = 'CUSTNR'.
    assign component  fname1 of structure ZCUSTTAB to <f1>.
    assign component  fname2 of structure ZCUSTTAB to <f2>.
    assign component  fname3 of structure ZCUSTTAB to <f3>.
    <f1> = '12345'.
    <f2> = '1'.
    <f2> = '123'.
    UPDATE ZCUSTTAB.
    Max

  • Dynamically setting field attributes based on input

    Hi all,
    I am trying to see if it is possible to dynamically set field attributes depending on other fields.  For example, in screen 1100 of IQ01, I want to make it so that "Certification number" becomes mandatory if "certification status" = 1, and becomes optional if "certification status" = 2,3 or 4.
    Is this possible?  If so, how?
    Regards,
    D.

    Have you checked this
    http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbab6f35c111d1829f0000e829fbfe/content.htm
    if your requirement is to do this in Tcode IQ01 then the above answer is not sufficient
    Edited by: Abhishek Jolly on Aug 15, 2008 5:41 PM

  • Field Attribute Error

    Hi All,
    i am working on a upgrade project from 46c to ECC 6.
    we are facing field attribute error "No write access to reference CONTROL takes place".
    the error is been pointed in data declaration ' DATA: CONTROL  TYPE REF TO I_OI_OLE_CONTAINER_CONTROL."
    can anyone suggest solution for this?

    Hi,
    I am using table element, I would like to explain my problem with an example.
    now suppose there are 5 rows and 3 columns in my table element with all the fields mandatory, and at runtime i fill up the table columns while keeping any fields empty. Now my requirement is to highlight those perticular cells which are empty.
    I have written my validation code in one of the component controller method.
    Pls suggest.
    I am pasting teh code snippet.
    * get all declared attributes
      node_t_bknvi->get_static_attributes_table(
        IMPORTING
          table = tabl_t_bknvi ).
      LOOP AT tabl_t_bknvi INTO stru_t_bknvi.
        IF stru_t_bknvi-taxkd IS INITIAL.
    *     report message
          CALL METHOD l_message_manager->report_attribute_error_message
            EXPORTING
              message_text   = 'Input Required Fields'
              element        = elem_t_bknvi
              attribute_name = 'TAXKD'
    *        PARAMS         =
    *        MSG_USER_DATA  =
        ENDIF.
      ENDLOOP.

  • Does Kodo 4.1 support embedded with the owner-field attribute?

    Does Kodo 4.1 support embedded with the owner-field attribute?
    My investigations so far say no, that it is infact ignored. This is a very serious problem for the project I am working on.
    Please proove me wrong...

    A lot of it stems from the large and complex nature of the models we employ. Hardly a week goes by that we don't grind to a halt due to a bug in jpox. That then leeds to the thorny problem of trying to discuss the problem on the jpox forums, where there are basically only two members that know the product well enough to help... Net result, they are overwhelmed, and from one of them it comes across in the rudeness of replies. This puts people off, including us.
    I contrast this with the Hibernate and Spring communities, which I have personally been involved with and found to be both thriving and rewarding.
    A bit of QA and respecteful support will be wonderfull. We are happy to pay a company for that because of the man hours it saves. I sincerely hope that Kodo JDO works out for us.

Maybe you are looking for