How to find Childs of a perticular WBS Element

Hi All,
Is there any FM/ Class method which gives me all Child WBS element for a perticular WBS element for same project.
EX:
POSNR                    PSPHI                    UP                       DOWN                     LEFT                     RIGHT                                                                               
J-M-000376-1             J-M-000376                                        J-M-000376-2                                                    
J-M-000376-2             J-M-000376               J-M-000376-1                                                               J-M-000376-3  
J-M-000376-3             J-M-000376               J-M-000376-1                                      J-M-000376-2             J-M-000376-4  
J-M-000376-4             J-M-000376               J-M-000376-1                                      J-M-000376-3             J-M-000376-5  
J-M-000376-5             J-M-000376               J-M-000376-1                                      J-M-000376-4             J-M-000376-6  
J-M-000376-6             J-M-000376               J-M-000376-1                                      J-M-000376-5             J-M-000376-7  
J-M-000376-7             J-M-000376               J-M-000376-1                                      J-M-000376-6             J-M-000376-8  
J-M-000376-8             J-M-000376               J-M-000376-1                                      J-M-000376-7                           
If i enter J-M-000376-1 it has 7 childs so it should give me 7 Child WBS.
If i enter J-M-000376-4 it does'nt have any child it so no child WBS element.
Any one have idea about this.
Regards
Amar

Hi,
Refer table PRHI to see WBSE Hierachy.
Also you can try using function module: BAPI_PROJECT_GETINFO. which may be helpful to you.
Regards,
Sandeep

Similar Messages

  • How to find Childs of a perticular WBS Element(PRPS-PSPNR)

    Hi All,
    Is there any FM/ Class method which gives me all Child WBS element for a perticular WBS element for same project.
    EX:
    POSNR PSPHI UP DOWN LEFT RIGHT
    J-M-000376-1 J-M-000376 J-M-000376-2
    J-M-000376-2 J-M-000376 J-M-000376-1 J-M-000376-3
    J-M-000376-3 J-M-000376 J-M-000376-1 J-M-000376-2 J-M-000376-4
    J-M-000376-4 J-M-000376 J-M-000376-1 J-M-000376-3 J-M-000376-5
    J-M-000376-5 J-M-000376 J-M-000376-1 J-M-000376-4 J-M-000376-6
    J-M-000376-6 J-M-000376 J-M-000376-1 J-M-000376-5 J-M-000376-7
    J-M-000376-7 J-M-000376 J-M-000376-1 J-M-000376-6 J-M-000376-8
    J-M-000376-8 J-M-000376 J-M-000376-1 J-M-000376-7
    If i enter J-M-000376-1 it has 7 childs so it should give me 7 Child WBS.
    If i enter J-M-000376-4 it does'nt have any child it so no child WBS element.
    Any one have idea about this.
    Regards
    Amar

    Hi,
    The Perfect FM for your Requirement is BBP_PS_PROJECT_GET_LIST
    Use this FM..Give the Name of the Project Only to this FM and it would bring you back the complete hierarchy of the Project as you see in CJ20N.
    CALL FUNCTION 'BBP_PS_PROJECT_GET_LIST'
        EXPORTING
          i_ps_sel   = i_ps_sel
          i_username = sy-uname
        TABLES
          et_rsthie  = i_rsthie
          et_proj    = i_proj
          et_prps    = i_prps
          et_aufk    = i_aufk
          et_afvc    = i_afvc
          et_comp    = i_comp
          et_ctxt    = i_ctxt
          return     = return
        EXCEPTIONS
          not_found  = 1
          OTHERS     = 2.

  • How to find Annual Budget for a WBS element ?

    Hi All ,
    Is there any way by which i can find the annual budget for a WBS element ?
    I have been working on this for a long time , but couldnt get the answer .
    So getting back to this place .
    Thanks in advance .
    Regards,
    Ambar .

    Hi,
    This link may help you.
    how to get the budget amt and commited amt and available amt?
    Regards,
    Shamma

  • How to find out System Status of WBS Elements?

    Hi PS Experts!
    Please help me on my query.
    I want to get a list of WBS elements whose status is Released and can be used.
    If I try to search the table PRPS, it can only help me in finding WBS elements without deletion flag, with RA Key and so on.
    But the System status (such as Blocked for use) etc. is not present in the table.
    The one way I know is to get Object Number of WBS element from PRPS Table and insert it in JEST Table to get system status.
    Or alternatively, I give the WBS element no. in CJ20N t-code, and then check for System Status.
    These 2 methods work, if I do it one WBS Element at a time. If I need to get thousands of WBS elements in such a fashion, it's tedious.
    So could anyone help me on this issue?
    Thanks in advance,
    Vinitha.

    Hi Bala
    Yes, you have put it rather correctly.
    We use WBS elements for booking and posting time (client requirement). So what I am looking for is WBS Elements with the system status TERL (Time and Expense Released).
    I talked of the deletion flag also, because a WBS element flagged for deletion can't be used. It's one of the criteria to screen the WBS elements.
    I hope it's clearer now.
    Vinitha.

  • How to find the patches for perticular concurrent program

    HI
    How to find the patches for perticular concurrent program. suppose for one concurrent program we create the patch and applied now i want know the which patch applied for perticular concurrent program through back end.
    Thank's

    Query the concurrent program in Sysadmin responsibility.
    Note the concurrent executable.
    Query the concurrent executable in Sysadmin.
    Note the file name.
    If it is a package, open the package in TOAD and note down the file name.
    If it is a report/form, open it in form developer and note down the file name.
    Go to patch find screen in metalink. In the advanced search screen, enter the file name and you will see patches that contain it.
    Hope this answers your question
    Sandeep Gandhi
    Independent Consultant
    513-325-9026

  • How to find child records is exists before to delete parent records.

    Dear Everyone,
    I would like to ask you, is there any simple way to find child records is exists before to delete parent records.
    I have a master table defined primary key and I have referenced that as foreign key in many tables.
    I have used Delete_Record to delete but it isn't display the message 'child record exist' but it cleared the record from the form. So I need to know how to find child records is exists or not before to do delete_record so that I can display message in-case it exists.
    I do know we can able to check in every table matching the column manually, but what if we use 100 of tables then it is not possible to check manually.
    I am sure there must be simple way to find as how the oracle identifies when we execute delete query.
    Please help me on this.
    Thanks in advance.

    Simple solution is to run the query I have given for all child tables or to try a single query for all child tables withj something like:
    select <parent_key>
    from <parent_table>
    where <parent_key> in
              (select <foreign_key_1> from <child_table_1> union
               select <foreign_key_2> from <child_table_2> union
               ... );More complicate solution could be to change the foreign key constraints to cascade DELETE on parent table to child tables:
    SQL>
    SQL> create table p(x int primary key);
    Table created.
    SQL> create table c1(x1 int);
    Table created.
    SQL> create table c2(x2 int);
    Table created.
    SQL>
    SQL> alter table c1 add constraint fk1 foreign key(x1) references p;
    Table altered.
    SQL> alter table c2 add constraint fk2 foreign key (x2) references p;
    Table altered.
    SQL>
    SQL>
    SQL> insert into p values(1);
    1 row created.
    SQL> insert into c1 values(1);
    1 row created.
    SQL> insert into c2 values(1);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL>
    SQL> alter table c1 drop constraint fk1;
    Table altered.
    SQL> alter table c2 drop constraint fk2;
    Table altered.
    SQL>
    SQL> alter table c1 add constraint fk1 foreign key(x1) references p on delete cascade;
    Table altered.
    SQL> alter table c2 add constraint fk2 foreign key (x2) references p on delete cascade;
    Table altered.
    SQL>
    SQL> delete p where x=1;
    1 row deleted.
    SQL> commit;
    Commit complete.
    SQL> select * from p;
    no rows selected
    SQL> select * from c1;
    no rows selected
    SQL> select * from c2;
    no rows selected
    SQL>Edited by: P. Forstmann on 27 oct. 2011 14:01

  • How to retrieve the User Status on WBS Elements

    Hello,   could someone please tell me  how to retrieve the User Status for WBS Elements using ABAP?  Which table stores this information.
    Thanks.

    if you have the OBJNR there was also another FM status  in Se37 [link>>|http://sap.ittoolbox.com/groups/technical-functional/sap-dev/changing-status-620444]
    also look in the similar requirement [discussion|http://sap.ittoolbox.com/groups/technical-functional/sap-bw/wbs-user-status-262089]

  • How to find child requests?

    Hi DBA's
    Pls tell me how to find the child request of the parent request? from front end and as well as backend...
    Regards,
    SG

    from front end - Login to System Administrator Responsibility
    - View > Requests > Find
    - View > Query by Example > Enter
    - In the Parent field put the request id for the parent request
    - View > Query by Example > Run
    as well as backendNote: 134035.1 - ANALYZEREQ.SQL - Detailed Analysis of One Concurrent Request (Release 11 and up)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=134035.1

  • How to find standard Programs for perticular prog.

    Hi Abapers,
    How to find standard program is avalible or not in SAP to up load data for vendor master updataion ... through BDC or LSMW or BAPI ? .
    If standard program is avalible in SAP . we can use it to upload ?.

    hi  madhu
    yes we can upload the data , we can use the Direct input methods to upload the vendor master using LSMW tool . As goutham suggested use RFBIKR00 to upload the vendor master.
    ~linganna

  • How to find right selector of my selected element

    Hi, see the 60th line. i want to get that record.
    how can i use selector to get that element value (28). i am using jtable and that element was displaying as a second level child.
    Thanks
    Venkat
    <pre><nowiki><div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable" style="display: none; position: absolute;" tabindex="-1" role="dialog" aria-describedby="ui-id-1" aria-labelledby="ui-id-2">uiDraggable=Object { element={...}, uuid=4, eventNamespace=".draggable4", more...}uiResizable=Object { element={...}, uuid=5, eventNamespace=".resizable5", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable" style="display: none; position: absolute;" tabindex="-1" role="dialog" aria-describedby="ui-id-3" aria-labelledby="ui-id-4">uiDraggable=Object { element={...}, uuid=10, eventNamespace=".draggable10", more...}uiResizable=Object { element={...}, uuid=11, eventNamespace=".resizable11", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable" style="display: none; position: absolute;" tabindex="-1" role="dialog" aria-describedby="ui-id-5" aria-labelledby="ui-id-6">uiDraggable=Object { element={...}, uuid=16, eventNamespace=".draggable16", more...}uiResizable=Object { element={...}, uuid=17, eventNamespace=".resizable17", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable" style="display: none; position: absolute;" tabindex="-1" role="dialog" aria-describedby="ui-id-7" aria-labelledby="ui-id-8">uiDraggable=Object { element={...}, uuid=22, eventNamespace=".draggable22", more...}uiResizable=Object { element={...}, uuid=23, eventNamespace=".resizable23", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable" style="display: none; position: absolute;" tabindex="-1" role="dialog" aria-describedby="ui-id-9" aria-labelledby="ui-id-10">uiDraggable=Object { element={...}, uuid=28, eventNamespace=".draggable28", more...}uiResizable=Object { element={...}, uuid=29, eventNamespace=".resizable29", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable" style="display: none; position: absolute;" tabindex="-1" role="dialog" aria-describedby="ui-id-11" aria-labelledby="ui-id-12">uiDraggable=Object { element={...}, uuid=34, eventNamespace=".draggable34", more...}uiResizable=Object { element={...}, uuid=35, eventNamespace=".resizable35", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable" style="display: none; position: absolute;" tabindex="-1" role="dialog" aria-describedby="ui-id-13" aria-labelledby="ui-id-14">uiDraggable=Object { element={...}, uuid=40, eventNamespace=".draggable40", more...}uiResizable=Object { element={...}, uuid=41, eventNamespace=".resizable41", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable" style="display: none; position: absolute;" tabindex="-1" role="dialog" aria-describedby="ui-id-15" aria-labelledby="ui-id-16">uiDraggable=Object { element={...}, uuid=46, eventNamespace=".draggable46", more...}uiResizable=Object { element={...}, uuid=47, eventNamespace=".resizable47", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable" style="display: none;" tabindex="-1" role="dialog" aria-describedby="dialog-confirm" aria-labelledby="ui-id-17">uiDraggable=Object { element={...}, uuid=52, eventNamespace=".draggable52", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front dlg-no-close ui-draggable" style="height: auto; width: 750px; top: 378px; left: 296px; display: none;" tabindex="-1" role="dialog" aria-describedby="dialog-comp" aria-labelledby="ui-id-18">uiDraggable=Object { element={...}, uuid=55, eventNamespace=".draggable55", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable" style="display: none; position: absolute;" tabindex="-1" role="dialog" aria-describedby="ui-id-19" aria-labelledby="ui-id-20">uiDraggable=Object { element={...}, uuid=60, eventNamespace=".draggable60", more...}uiResizable=Object { element={...}, uuid=61, eventNamespace=".resizable61", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable" style="display: none; position: absolute;" tabindex="-1" role="dialog" aria-describedby="ui-id-21" aria-labelledby="ui-id-22">uiDraggable=Object { element={...}, uuid=66, eventNamespace=".draggable66", more...}uiResizable=Object { element={...}, uuid=67, eventNamespace=".resizable67", more...}
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-dialog-buttons ui-draggable ui-resizable" style="display: none; position: absolute;" tabindex="-1" role="dialog" aria-describedby="ui-id-23" aria-labelledby="ui-id-24">uiDraggable=Object { element={...}, uuid=72, eventNamespace=".draggable72", more...}uiResizable=Object { element={...}, uuid=73, eventNamespace=".resizable73", more...}
    <div class="ui-widget-overlay ui-front"></div>
    <div class="ui-dialog ui-widget ui-widget-content ui-corner-all ui-front ui-draggable" style="height: auto; width: 750px; top: 610px; left: 296px; display: block;" tabindex="-1" role="dialog" aria-describedby="dialog-orgs" aria-labelledby="ui-id-25">uiDraggable=Object { element={...}, uuid=76, eventNamespace=".draggable76", more...}
    <div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix">
    <div id="dialog-orgs" class="ui-dialog-content ui-widget-content" style="width: auto; min-height: 0px; max-height: none; height: 551px;">uiDialog=Object { element={...}, uuid=74, eventNamespace=".dialog74", more...}
    <fieldset>
    <fieldset>
    <legend>
    <div id="OrganizationTableContainer">hikJtable=Object { element={...}, uuid=24, eventNamespace=".jtable24", more...}
    <div class="jtable-main-container">
    <div class="jtable-busy-panel-background" style="display: none; width: 703px; height: 87px;"></div>
    <div class="jtable-busy-message" style="display: none;"></div>
    <div class="jtable-title">
    <table class="jtable">
    <thead>
    <tbody>
    <tr class="jtable-data-row jtable-row-even" data-record-key="5">record=Object { SiteCode="ACS", SiteID=5, OrgName="American Cancer Society"}childRow=jQuery(tr.jtable-child-row)
    <tr class="jtable-child-row" style="display: none;">
    <tr class="jtable-data-row jtable-row-selected" data-record-key="6">record=Object { SiteCode="UNKNOWN", SiteID=6, OrgName="American Red Cross"}childRow=jQuery(tr.jtable-child-row)
    <tr class="jtable-child-row" style="display: table-row;">
    <td colspan="5">childTable=jQuery(div.jtable-child-table-container✉)
    <div class="jtable-child-table-container" style="display: block;">hikJtable=Object { element={...}, uuid=77, eventNamespace=".jtable77", more...}
    <div class="jtable-main-container">
    <div class="jtable-busy-panel-background" style="display: none; width: 697px; height: 87px;"></div>
    <div class="jtable-busy-message" style="display: none;"></div>
    <div class="jtable-title">
    <table class="jtable">
    <thead>
    <tbody>
    <tr class="jtable-data-row jtable-row-even jtable-row-selected">record=Object { BranchID=24, Name="Metro Atlanta Chapter", SiteID=6}childRow=jQuery(tr.jtable-child-row)
    <tr class="jtable-child-row" style="display: table-row;">
    <td colspan="8">childTable=jQuery(div.jtable-child-table-container✉)
    <div class="jtable-child-table-container" style="display: block;">hikJtable=Object { element={...}, uuid=101, eventNamespace=".jtable101", more...}
    <div class="jtable-main-container">
    <div class="jtable-busy-panel-background" style="display: none; width: 691px; height: 87px;"></div>
    <div class="jtable-busy-message" style="display: none;"></div>
    <div class="jtable-title">
    <table class="jtable">
    <thead>
    <tbody>
    <tr class="jtable-data-row jtable-row-even" data-record-key="28">record=Object { ZipCode=30324, CountryCode="USA", PhoneNumber="404-876-3302", more...}
    <td class="jtable-selecting-column">
    <td>28</td>
    <td>1955 Monroe Dr. NE</td>
    <td>Atlanta</td>
    <td>30324</td>
    <td>404-876-3302</td>
    </tr>
    </tbody>
    </table>
    <div class="jtable-column-resize-bar" style="display: none;"></div>
    <div class="jtable-column-selection-container"></div>
    </div>
    </div>
    </td>
    </tr>
    </tbody>
    </table>
    <div class="jtable-column-resize-bar" style="display: none;"></div>
    <div class="jtable-column-selection-container"></div>
    </div>
    </div>
    </td>
    </tr>
    </tbody>
    </table>
    <div class="jtable-column-resize-bar" style="display: none;"></div>
    <div class="jtable-column-selection-container"></div>
    </div>
    </div>
    </fieldset>
    <input id="Done" class="submit-org" type="submit" value="Submit">
    </div>
    </div>
    </body>
    </html></nowiki></pre>

    As you can see, this forum doesn't cope very well with HTML...
    Can you post the code on a site such as [http://pastebin.com/] and then edit your post to switch in the URL for the HTML? Then your reference to a line number will make a lot more sense.
    Alternately, since this forum focuses on end-user support, you might get more focused assistance on the unofficial [http://forums.mozillazine.org/viewforum.php?f=25 mozillaZine Web Development board]. It's a separate site with separate registration. ''And'' it support BBCode [code] tags.

  • How to see revenue posted to a WBS element ?

    Hi
    How to see posting in a WBS element ?
    Kindly provide transaction code or menu path.
    Rajesh

    Hi,
    Menu path is
    SAP Menu - Logistics - PS- Information System - Financials-Revenue and Earnings - Hierarchical Or By Cost Element
    You can see various reports in this.
    Regards,
    Amit

  • How the find the name of each div element for Android firefox

    Hi guys, I have been trying to customize the ui of my Android firefox. I think the first step is to find the name of each element so that I can add my own css via stylish. For example, I wanna move the tab count beside the address bar to the right bottom for easy one hand use. Can anyone advise me where I can find the name of each div element?
    Thanks a lot.

    Firefox for Android UI is written in Java not XUL so stylish will not change the UI colors. We provide limited support for light weight themes. Depending on what you are attempting to accomplish it may be doable that way. https://addons.mozilla.org/en-US/developers/docs/themes

  • (ABAP-FI)How to get project definition from agiven WBS element

    Hi,
    I have to update some columns of PRPS table relating to a WBS element.
    While using  BAPI_BUS2054_CHANGE_MULTI it wants project definition to be passed as an input parameter.
    Is there any means to know project definition for  a given WBS element of PRPS table.
    Thanks in advance.
    Regards,
    Sourya Prakash.

    Hi,
    why don't you display table PRPS in SE11 to see what fields you have there? It's not that hard to see that there is a field PRPS-PSPHI with description "Current number of the appropriate project". Yes, there is a link from WBS element to project definition.
    Cheers

  • How to find child records given a parent key

    I have a master table which is parent for several child tables. I want to display a button to delete a record in master table. I would prefer show this button conditionally so when a master record has child records, I don't show delete button and no error is raised.
    Of course I could scan every child table to find out child records, but I think must exist a generic method
    How can I find out if a given parent key has child records?
    Thanks in advance
    Oscar
    P.S: I'm using 10gR2
    Edited by: user10712087 on 13/01/2009 02:31 PM

    Oscar
    There's no magic/generic way to check that a master row has no associated detail rows. As Pavan says, you have to decide which detail tables to check, and check them using SQL as usual. (Actually, there is a quick way - you delete the row and if there are any child rows with foreign keys that don't cascade, the delete will fail; but of course you can't use this in case the delete succeeds but the user never wants to press the button).
    One addition to Pavan's answer: DO NOT under any circumstances count all the records in every detail table. All you want to know is, is there at least 1 detail record in at least 1 of the tables. No need to count 100 or 1000 rows...
    You can do this like this in your PL/SQL
    FUNCTION check_children(p_master_id IN INTEGER) RETURN BOOLEAN
    IS
      CURSOR c_child1  IS
      select 1 from child_table_1 where master_id = check_children.p_master_id;
      CURSOR c_child2 IS
      select 1 from child_table_2 where master_id = check_children.p_master_id;
      -- etc for all child tables
    l_rec_present integer := null;
    BEGIN
        OPEN c_child_1;
        FETCH c_child_1 INTO l_rec_present;
        CLOSE c_child_1;
        IF l_rec_present i= 1 THEN
            -- there is a child in child_table_1
            RETURN TRUE;
        END IF;
        OPEN c_child_2;
        FETCH c_child_2 INTO l_rec_present;
        CLOSE c_child_2;
        IF l_rec_present i= 1 THEN
            RETURN TRUE;
        END IF;
    -- etc for each child; finally, if no child found:
       RETURN FALSE;
    END;This makes sure that (1) you stop as soon as you find any child, and (2) you don't get any NO_DATA_FOUND or TOO_MANY_ROWS exceptions raised.
    HTH
    Regards Nigel

  • How do find child table

    Hi,
    DB = Ora 11g
    I am truncating a table but it won't allow me because it is referenced by a child table.
    I am running this query to find the child table but no row selected.
    SELECT a.table_name, c.column_name, b.table_name AS CHILD_TABLE, d.column_name, b.R_CONSTRAINT_NAME FROM user_constraints a,
    user_constraints b, user_ind_columns c, user_cons_columns d WHERE a.constraint_type = 'P' AND a.CONSTRAINT_NAME = b.R_CONSTRAINT_NAME AND
    b.CONSTRAINT_TYPE = 'R' AND a.table_name = c.table_name AND a.constraint_name = c.index_name AND b.CONSTRAINT_NAME = d.constraint_name
    AND a.table_name = '<TABLE_NAME>'Can you give me some other queries please...
    Thanks

    Try simplifying:
    SELECT a.owner, a.table_name, b.owner as child_owner,b.table_name AS CHILD_TABLE,  b.CONSTRAINT_NAME
    FROM all_constraints a,  all_constraints b
    WHERE a.CONSTRAINT_NAME = b.R_CONSTRAINT_NAME
    AND  a.OWNER = b.R_OWNER
    AND b.CONSTRAINT_TYPE = 'R'
    AND a.table_name = '<TABLE_NAME>';Also note:
    - I used all_constraints because it is possible that the child table is in a different schema (and consequently added predicates on owner, r_owner)
    - I removed the constraint_type='P' predicate - an FK constraint can refer to a unique constraint that is not a primary key.

Maybe you are looking for

  • Whats the difference between VISA and GPIB?

    The reason i am asking this question stems from a problem i am having. I am using an MXA N9020A to aquire Burst Power measurements and i'm using labview to automate and issue the commands.  If i connect to the device using VISA (which is how i pretty

  • Physical disk not showing up in Disk Utility

    I'm in the process of selling my mac mini. I went to the disk utility and erased per the instructions here: http://support.apple.com/en-us/HT201065 The only thing I did differently was I adjusted the security settings to do a pass of writing zeroes. 

  • I plan to buy a mac pro 13 inch, any discount for corporate company workers

    i plan to buy a mac pro 13 inch, any discount for corporate company workers 13-inch: 2.4 GHz

  • Blocked ALV Excel Download Issue

    Hi Experts, My customers requirement is to download the output of Quotation Comparison Report with exact alignments as how it displays on Screen. When I tried to download from Standard SAP Save options, like List->save.... Export.. Spreadsheet.......

  • Ipod starts playing when off

    For some reason my Ipod seems to turn itself on and start playing music by itself. I have been sleeping only to be woken up in the middle of the night from music coming from my Ipod. It seems to be playing music from a playlist but it does not always