Access regression status field in bugdb

Hello:
We are writing an application to create/edit a bug on Oracle BugDB. We found regression status is a field in RPTHEAD and its values are in table bug_lookups.
There are some state logic for that field. When the current value is empty, its drop down list will contain empty and 'candidate' selection. When regression status field is 'candidate', its drop down list will contain 'candidate', 'confirmed', 'rejected'.
When the value of regression field changes, one need to fill out some information on regression analysis dialog. There is another drop down list for regression causes.
Could someone knowledgeable tell us:
1) what are the APIs we can use to update the value of regression status?
2) what are the tables holding the values for regression causes and comments on regression analysis dialog?
3) which API is used to update users' comment from regression dialog in its table?
4) does the state logic to show different LOV on regression status come from db itself or bugdb web application?
Thanks.
Edited by: user605138 on Apr 18, 2012 1:25 PM

Hi Kerim,
Cisco avpair is used for cisco devices only. For other 3rd party devices, separate attribute is required to be pushed by radius server.
You have to add these attributes are defined under ACS 5 GUI >System Administration => Configuration =>Dictionaries =>Protocols => RADIUS => RADIUS VSA
Then in Authorization Profiles under Policy Elements =>Authorizations=>Network access=> Authorization profiles, we need to call it.
Here is the VSA for netscreen.
Name=Netscreen
IETF Code=3224
VSA 1=NS-Admin-Privilege
VSA 2=NS-Admin-Vsys-Name
VSA 3=NS-User-Group
VSA 4=NS-Primary-DNS-Server
VSA 5=NS-Secondary-DNS-Server
VSA 6=NS-Primary-WINS-Server
VSA 7=NS-Secondary-WINS-Server
Regards,
~JG
Do rate helpful posts

Similar Messages

  • How to change status fields for delivery vl01n or vl02n

    Hi guys, I am new here.
    I would like to ask how can we change the status field (LFSTK & LFGSK) in internal table IT_XVBUK and IT_XVBUP after we manipulate the quantities in the delivery order screen. I have tried BADI = LE_SHP_DELIVERY_PROC, Method = SAVE_DOCUMENT_PREPARE, but unfortunately, I can't change those status field from there. Is there any other alternative(eg user exits etc). Please help.
    Many thanks.
    weng

    You can script it. So on you docReady event put xfa.form["#subform"].locale="en_CA" or "en_US". Or even assign it from a value in an xml element.
    Kyle

  • STATUS Field isBlank on AP_INVOICES_INTERFACE table but REQUEST_ID is there

    Hi All,
    After running Payables Open Interface Import, I see Request_id is populated on AP_INVOICES_INTERFACE Table but STATUS field is still blank and i don't see any error details on AP_INTERFACE_REJECTIONS_TABLE as well for these invoices and ofcourse not in Base tables. I am under the impressions that, when ever This Standard Import is run, it will update Request_ID along with STATUS field to either PROCESSED or REJECTED. But in my case only request_id populated but not STATUS. Does anyone had faced this? and what could be the case?
    Thank you.

    Hello,
    Does the report output show whether records have been processed?
    Else check whether ORG_ID and SOURCE (Note: the source name must be setup in Payables lookups setup) are correctly populated in AP_INVOICES_INTERFACE.
    Vik

  • How can we access workflow status column out of the box (OOTB).

    I have a problem that few of the workflows in production are failed at last stage have status set to "Workflow Errored". Someway I have fixed issue with workflow but I need to modify this status.
    I tried adding a custom column and access workflow status column so that I can modify custom column as I want, and show this in views.
    But I can't access this without using code, anybody has any idea?
    My task is to modify workflow status which are errored out.

    You can rerun the workflow once you've fixed it up.  This'll change the status to something more successful.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Can we remove the default status field from OIM

    hi,
    even when my i am not mapping any field to the OIM status field , it is taking Active as default value. i dont require that field so is it possible to remove the default status field of OIM.
    i am using database GTC connector for trusted recon.

    User will always have a certain status like Active, Disabled etc, so even when you doesn't map it to any attribute the OIM solution calculates it with the help of the user's Start Date, End Date etc.
    A user is bound to have a status.
    Thanks
    Sunny

  • Run Time Error - You attempted to access an unassigned field s

    Dear All
    I created a report to display purchase order history. there is no syntax error.but runtime which i have pasted below.
    help me to find the error.
    Runtime Errors         GETWA_NOT_ASSIGNED
    Date and Time          26.02.2008 06:25:56
    Short text
         Field symbol has not yet been assigned.
    Error analysis
         You attempted to access an unassigned field s
         (data segment 32820).
         This error may occur if
         - You address a typed field symbol before it
           ASSIGN
         - You address a field symbol that pointed to
           internal table that was deleted
         - You address a field symbol that was previou
           UNASSIGN or that pointed to a local field t
           longer exists
         - You address a global function interface, al
           respective function module is not active -
           not in the list of active calls. The list o
           can be taken from this short dump.
    Trigger Location of Runtime Error
        Program                                 SAPLSLVC
        Include                                 LSLVCF36
        Row                                     3.176
        Module type                             (FORM)
        Module Name                             FILL_DATA_TABLE
    Source Code Extract
    Line  SourceCde
    3146                               alv_style_align_center_top.
    3147         endif.
    3148
    3149         append ls_lvc_data to ct_lvc_data.
    3150       endif.
    3151
    3152 ************************************
    3153 * Column per Fieldcat Entry
    3154 ************************************
    3155       loop at it_fcat_local assigning <ls_fcat>.
    3156         clear: ls_lvc_data-href_hndl,
    3157                ls_lvc_data-drdn_hndl,
    3157                ls_lvc_data-drdn_hndl,
    3158                ls_lvc_data-style,
    3159                ls_lvc_data-style2,
    3160                ls_lvc_data-style3,
    3161                ls_lvc_data-style4,
    3162                ls_lvc_data-maxlen.
    3163
    3164         clear: lt_color_lvc, lt_color_slis.
    3165
    3166         add 1 to ls_lvc_data-col_pos.
    3167
    3168         if not <ls_fcat>-indx_field is initial.
    3169           assign component <ls_fcat>-indx_field
    3170                            of structure <ls_data> to <l_field_value>.
    3171         else.
    3172           assign component <ls_fcat>-fieldname
    3173                            of structure <ls_data> to <l_field_value>.
    3174         endif.
    3175
    >>>>         macro_cell_data_get
    3177           <ls_fcat>
    3178           <ls_data>
    3179           <l_field_value>
    3180           ls_lvc_data-value.
    3181
    3182 *>>> new API
    3183         if ir_salv_adapter is bound.
    3184           clear ls_lvc_data-style.
    3185
    3186 * color
    3187           if g_gui_type ne 1.
    3188             if <ls_fcat>-key eq abap_true.
    3189               ls_lvc_data-style = alv_style_color_int_key.
    3190             elseif l_style_color is initial
    3191                   and ( <ls_fcat>-emphasize is initial or
    3192                         <ls_fcat>-emphasize = '$' ).
    3193               if <ls_stin>-counter is initial.
    3194                 ls_lvc_data-style = alv_style_color_normal.
    3195               else.

    Hi
    You are getting the dump because you have not populated the field catalog properly.  There will be some mistake in the structure which you are using.  Kindly check the same.
    THanks
    Vijay
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 26, 2008 12:41 PM

  • How to restrict AS02 access to certain fields only

    How to restrict AS02 (Asset Master Record) access to certain fields only. Currently when you assigned AS02 to a certain user, this will enable the user to change all the fields in the asset master record. Suppose i want only the user to restrict the access to certain field eg.NDJAR (Life in Yrs).
    Thanks for your inputs.
    Regards,
    Robert

    hello,
    basis has to assign the proper activity with object A_S_ANLKL. in this case they have to allow activity 03 only with combination of Cocode,asset class. see some more details below.
    This authorization object is the first part of the object "asset master record."
    The definition at this level determines whether the user is authorized to process data in a given company code. The activity type for the transaction is also defined here. This authorization object is used for master data transactions, for the display of value fields, and for reporting.
    Defined Fields
    The following fields are assigned to the authorization object
    Asset class (specified by entering a value in the pop-up window)
    Company code (specified by entering a value in the pop-up window)
    Activity type - there are three different activity types:
    01 = Create
    02 = Change (including blocking and deleting)
    03 = Display

  • Access HTML hidden field value in JSP

    Hi,
    I have a JSP and need to access the hidden fields on that HTML page,
    i.e. in HTML i have a hidden tag
    <form name="login">
    <input type="hidden" name="language" value="en">
    </form>
    in my jsp i want to read the value of hidden field language
    how can i do it???

    You read it as any other field :
    String lng=request.getParameter("language");
    The string lng will contain the value "en"
    regards

  • Item status Field in FIAR

    Dear All
    We are using Standard business content to extract FIAR Data. We have not written any rules for Item status field for AR.
    We are getting wrong item status field. For some customerseven if document is cleared and moved to BSAD table, The document shows Open in my FIAR cube. What could be problem in this case
    Regards,
    Saurabh.

    Hi
    It shows only Open Item as the partial payments can not be maintained through the Info Cubes. Because Info Cubes always Addition concept.(Hope you are using Reverse/inversion field here for fetching the data to BI side)
    You can Use DSO for this purpose as it has the Over write functionality but still your problem is not solved because it shows the Open here also, But can trace the changes through Change log table.
    Try to use 2 Info Objects to map with both the Open and Clear because you have partial payment concept is one way OR
    Take functional Team help to create one more Item as Partial Concept would be the Best option in your case to report correctly either by Cube/DSO.
    Hope it helps and clear

  • Status field in Cycle count

    Hi all,
    Is it possible to involve the "status field" of the meterial in Cycle count procvess. Here the client need is to count the material at material status level.
    If this possible, please let me know the t-codes / Process flow.
    thanks & regards
    Chaitanya Rayaprolu

    Explain what your  status is and what it controls, and where you maintain it.
    In general SAP materials can have material statuses to control business.
    However these statuses are not visible in a phyiscal inventory document or in its selection screen.
    you have to modify screens, programs and forms to make such status visible for physical inventory.

  • ICR redundand status fields in process 002

    Hello experts,
    when reconciling documents in process 002 (transaction FBICR2) the status fields for communication and processing are shown redundand in the German system.
    Checking table FBRC0070C shows 8 entries for process 002, which is correct.
    Checking table FBRC0070T shows 13 entries for process 002, language D. Unfortunately I'm not able to delete entries from this table, but I guess, these redundand entries are the reason for the redundancies in FBICR2.
    Any ideas on how to remove these entries in a way that is transportable through all the systems?
    Thanks in advance!
    Maria

    Hello Maria,
    It looks like you had additional status values with the same texts at some points. Then the status values were deleted but for some reason some of the translations remained. Try creating the missing status values and then deleting them again. This should also get rid of the unwanted texts.
    Another option is to delete all status values in viewcluster maintenance for VC_FBRC0075. Simply select the status field you are having issues with at the Status Field level of the navigation and choose function Delete. Make sure to choose to delete all entries.
    Next time you enter VC_FBRC0075 the Status Field entries will be generated again from the field catalog and you can maintain the status values you want...
    HTH,
    Ralph

  • URGENT!Can I user a THIN jdbc driver to access a CLOB field from oracle 8.0.5 DB?

    URGENT!Can I user a THIN jdbc driver to access a CLOB field from oracle 8.0.5 DB?

    I think you'd need to contact Oracle support to get access to older versions of the driver.
    Since 8.0.5 isn't supported any longer, however, is it possible for you to update your Oracle client to one of the supported releases-- 8.1.7 or 9i?
    Justin

  • Default Value of status field been shown as "Open"

    Hi All,
    I am facing some error regarding the status field in service request record type.The status field is showing as "open"when i had created a new service request but its not been reflected under service request detail page eventhough its not been present in piclklist.I want to remove open status as not been shown as open under service request list page.Please suggest me how can remove that "open" from status field,Thanks in advance.
    Regards,
    Manish.

    Hi
    You can go to the field setup of service request and edit the Status field. In Default Value give "" to denote null.
    By default the system gives open. So when you give the double quotes the new records created would have status as null.
    Hope this helps.
    -MR

  • Get the Last Value of Status Field from SQL TABLE using SQL 2008

    I have a table with Fields such as
    UploadstartTime, UploadEndtime, STATUS From TBLA.
    The STATUS Field, has values =7 and 11 are failed and 12 is SUCCESS. I cannot do a max, since it will always show 12, I need to get the MAX(UPLOADENDTIME, and get STATUS For that record. How can I do that using 1 SQL Query?
    My current code is: The issue is
    select
      TBLNAME
    MaxUploadstarttime
    =
    max(UploadStartTime),
    MaxUploadEndtime
    =
    max(UpLoadEndTime),
         Status=max(status)
    from  DB.DBO.LOGTABLE
    p1

    Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc. in your schema are. Learn how to follow ISO-11179 data element naming conventions and formatting rules. You failed! Temporal
    data should use ISO-8601 formats. Code should be in Standard SQL as much as possible and not local dialect. 
    This is minimal polite behavior on SQL forums. 
    >> I have a table with Fields such as <<
    Fields are not columns! There is no generic status in RDBMS. Putting “tbl-” in a table name is called tibbling and we make fun of people who do it (Google Phil Factor's humor columns. If you were polite is this what you wanted to post? 
    CREATE TABLE Something_Uploads
    (upload_source_name CHAR(15) NOT NULL,
     upload_start_timestamp DATETIME2(0) NOT NULL,
     PRIMARY KEY (upload_source_name, upload_start_timestamp),
     upload_end_timestamp DATETIME2(0),
     CHECK(upload_start_timestamp < upload_end_timestamp),
     upload_status INTEGER NOT NULL 
       CHECK (upload_status IN (7,11,12, ..))
    >> I cannot do a max, since it will always show 12, I need to get the MAX(UPLOADENDTIME, and get upload_status For that record [sic]. How can I do that using 1 SQL Query?  <<
    Since you told us nothing and gave no sample data, want to correct this postign? 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • W-5 Filing Status field in Federal Iview for ESS?

    Hello Guru's
    I am looking into having the 'Earned Income Credit' filing status field from infotype 210 - subtype FED to be displayed on the W-4 iview in ESS. Can someone provide me direction on how I can do this? We are using ECC 6.0 with EP 7 (ESS BP 1.0).
    Thanks,
    Mike

    You will need to create a WebDynpro Project for the DC ess/us/w4 and make the necessary changes & deploy it to the Portal.. assuming you have your NWDI & Dev Studio set up already.. evidently, you will need some Java expertise..
    ~Suresh
    P.S: if you think it is too much.. wait for others to pitch in with an easy solution

Maybe you are looking for

  • Editing a Form Central PDF in Acrobat Pro

    I've created a multi-page form with F Central and need it to be editable in Acrobat Pro.  "Save a Copy" in Acrobat Pro does not remove the security and thusly the form cannot be edited.  Was I misled by Acrobat marketing and now I am stuck with a for

  • Small office- trouble with different Acrobat versions

    I work in a small office where we use Adobe Acrobat to create pdf docs on 5 computers.  On these 5 desktops, we are using 4 different versions of Acrobat.  When users convert excel documents to pdf, the results are different depending on which versio

  • Nano shows multiple names in device window when plugged into iTunes

    When I plug in new Nano to iTunes, under Devices, instead of just the one device, it shows 2 other names that are clearly not mine. Any ideas how to delete these?

  • Display the login User ID on Header in Business Objects XI R3.1 Infoview

    In XI R2 Infoview- the login user ID  is displayed on header. However  In XI R3.1 infoview- displayed Business Objects Logo on the same place of the Header. We noticed that In BO XI3.1 infoview the login user ID  is displayed on header. However the B

  • Mapping same fields which appear a few times

    Hi experts. My source and target structure is: Field1 Field2 Field3 ___Child1 ___Child2 ___Child3 Field4 Field3 may appear a few times in the source message. For example: Field1 Field2 Field3 ___Child1 ___Child2 ___Child3 Field3[1] ___Child1 ___Child