How to get first level BOM material if I know 4th level material code only?

Dear all,
I have 4th level BOM material only. How to find first level ( finish material) BOM material ?
We can find bottom level material easily through CS11 if we know top level material.
But how to find top material if we don't know ? we know only bottom most material.........
Thanks....

Kishore,
Multiple runs of "CS15" will help you.
Regards,
Prasobh

Similar Messages

  • How to get first item of hashMap w/out knowing the key

    Hi
    can someone tell me if there is a way to get first item from a hashMap when you dont know what the key is. as the get method expects a defined 'key'
    reason I am asking this:
    I am using struts 2 UI <s:radio> tag. this tag takes a hashmap and creates radio maps. it has a 'value' attribute and if something is passed to this attribute then that radio button is checked by default. the list that contains radio buttons is created dynamically so i dont know what is actually in the hashMap key's. but i do know that key's are string.
    so just wondering if there is a way to get first item from a hashmap without knowing the key...

    thanks for the quick reply.
    posted in java forums because thought it was a java API/workaround question. gave a little history because i didnt want people to start questioning my use of HashMap for this purpose..
    anywhose..i've found a workaround.
    If someone has a similar problem:
    as the hashmap is being populated dynamically....set a String member of class to contain the first key thats being put in the hashmap. then have struts tag pick up that value.
    also, through your post and reading hashMap api...its usefull to know that hasMaps do not gurantee the order of elements in it. So now I am using a TreeMap.
    Thanks

  • How to get the all process orders and outbound deliveries based on material

    Hi Team ,
    I need one help from you regarding the MB 56 transaction.
    My doubt is : How to get the all process orders and outbound deliveries based on material, plant and batch?
    Please help me regarding this.
    Thanks & Regards,
    Srikanth.

    Hi,
    You can use ST05,to trace the program and find out,
    hope it will help you...
    thanks and regards,
    veera.

  • How to get the latest procured value of a spare updated in material master

    How to get the latest procured value of a spare updated in material master

    J S S PRASAD
    See table MBEW via transaction SE16.
    However, you may need to look at the last PO created for that material.
    PeteA

  • How to get first 10 records from the database using JSP

    i want ot get first 10 records from the database and then after clicking the next button in the page,it must show the next precceding 10 records from the database.i am getting the first 10 records .but how to post to the same page to get another preceeding 10 record.

    Search the forums - this has been asked a lot. I usually recommend experimenting with tops and order bys until you're satisfied.
    Kind regards,
      Levi

  • How to get first row in query output

    HI,
    query:
    select a.LOGIN,s2diq(a.created_t)
    from service_t a,account_t b
    where a.ACCOUNT_OBJ_ID0=b.POID_ID0
    and b.ACCOUNT_NO='80161001'
    and b.status =10100
    output of query:
    80161001     6/25/2011 2:00:43 AM
    80161001_1     10/16/2011 9:10:44 PM
    80161001_2     10/16/2011 9:36:02 PM
    80161001_3     10/16/2011 10:23:07 PM
    80161001_4     10/17/2011 9:41:34 PM
    80161001_5     10/17/2011 9:45:59 PM
    80161001_6     10/17/2011 10:26:27 PM
    how to get only first row only in quaery:
    Thanks
    Prakash
    Edited by: prakashdba on Apr 7, 2009 3:09 AM

    Then how about this
    select * from
         (select a.LOGIN,s2diq(a.created_t) secondcolumn
         from service_t a,account_t b
         where a.ACCOUNT_OBJ_ID0=b.POID_ID0
         and b.ACCOUNT_NO='80161001'
         and b.status =10100
         order by COLUMN_NAME) A
    where rownum=1;

  • How to get first row from View Object cache.

    hi,
    I am using Jdeveloper 11.1.1.6
    can we get first row from View Object cache??
    Thanks in Advance.
    Best
    Shashidhar

    Hi Frank,
    Thanks for reply!!
    My case is:
    I have a Query based ViewObject.
    One of the field is LOV and remaining fields are in ADF table. the LOV field is out side ADF table when i insert first record in ADF table and i choose LOV  filed the value is selected.
    when i create second row LOV value got refreshed because both are in same VO.
    I need to get the LOV value of first row and set same value to second Row.
    Shashidhar

  • How to get first index in ListItemCollectionPosition

    Hi Every One
       I have one issue in SPList.ListItemCollectionPosition. it is return second page start index( query). I need to get first page index(query). I am using following code.
    int totalItemCount = SPWeb.Lists.TryGetList("ListName").ItemCount;
    radListView.VirtualItemCount = totalItemCount;
    int startindex = radListView.CurrentPageIndex;
    int t = ((RadDataPager)radListView.FindControl(RAD_PAGER_ID)).PageSize;
    List<string> qu = new List<string>();
    SPQuery query = new SPQuery();
    query.RowLimit = Convert.ToUInt32(t);
    string pagingData = string.Empty;
    SPListItemCollectionPosition poss = null;
    while (true)
    query.ListItemCollectionPosition = poss;
    SPList sp1List = SPWeb.Lists.TryGetList("ListName");
    SPListItemCollection lic = SPWeb.Lists.TryGetList("ListName").GetItems(query);
    poss = lic.ListItemCollectionPosition;
    if (poss != null)
    qu.Add(poss.PagingInfo.ToString());
    else if (poss == null)
    break;
    quCount = qu.Count;
    startindex = qu.Count <= startindex ? 0 : startindex;
    SPListItemCollectionPosition pos = new SPListItemCollectionPosition(qu[startindex]);
    thanks
    navaratan
    Navaratan Sharma

    Hi,
    Thanks for your sharing, it would be helpful to those who stuck with the similar issue.
    Best regards
    Patrick Liang
    TechNet Community Support

  • HT5278 how to get my old software on my ipod touch 4th generation

    how to get my old software on my ipod touch

    Redownload them by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • How to get the process chain name if we know the data target in sap bi

    Hi SAP BI Gurus,
    Can any help me how to find the process chain name if we know the data target name
    i mean if i know the info cube name how to find the relavant process chain which is holding that info cube
    Thanks,
    Joe

    Hi R Kumar,
    Check the table RSPCCHAIN.
    I mean, Use Table RSPCCHAIN and give the local chain tech name in VARIANTE field and search, in out put you will get meta chain name under the field CHAIN_ID.
    Thanks,
    Sreehari.

  • How to get first day of calendar week ?

    hi,
    i'm storing some calendar weeks in my database. for example 30/2013.
    How can i get the first day of this week (monday)? in this case it is 22.07.2013
    thx
    Anja

    As far as I know we don't have a function that converts week of a year into date. So you can try something like this.
    SQL> with t
      2  as
      3  (
      4  select '30/2013' week_year
      5    from dual
      6  )
      7  select min(dt) week_start_day
      8    from (
      9           select (level - 1) + to_date('01-01-' || substr(week_year, -4), 'dd-mm-yyyy') dt
    10                ,  week_year
    11             from t
    12          connect
    13               by level <=  to_date('31-12-' || substr(week_year, -4), 'dd-mm-yyyy') -
    14                            to_date('01-01-' || substr(week_year, -4), 'dd-mm-yyyy') +1
    15         )
    16   where to_number(to_char(dt, 'iw')) = to_number(substr(week_year, 1, instr(week_year, '/')-1));
    WEEK_STAR
    22-JUL-13

  • How to get First line item in Table control for BDC.

    Hi,
    I have a requirement while creating the return order from the reference Sales order for BOM.
    Once I compare the line items and delete the items not to be returned, I want to read the first line item which in fact is header, to make some changes.
    How to read  this as cursor points to the last line item.
    -B S B

    Hi Bsb,
    What is exactly unclear to you? =POPO will give a popup screen in which you can enter the order position number. This number will then be on the top of the table which means you can refer to it in BDC with "(01)".
    Regards,
    John.

  • How to get First X rows

    I need to select only the first X (say 10) rows of an ordered result. Because the result set may be millions of rows, I do not like the idea of producing the entire result, including having it ordered, and then only iterating over the first few.
    How can I get oracle to only return the first 10 rows?
    Ex.
    select
    calls.ph_number
    calls.call_length
    call_types.call_desc
    from
    calls,
    call_types
    where
    calls.cust_num = SOME_CUST_NUM
    calls.type = call_type.type
    order by
    calls.call_length

    Since it is answered incorrectly or incompletely so frequently, I would suggest that you read Tom Kyte's article on the subject http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:127412348064
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How to get First record in a table

    Hi,
    I have created a table, at a time 20 records are displayed in the table.
    When the 21-40 records are displayed in the table, and the page is refreshed.. then first 20 records are displayed.
    How can I display the current records i.e., 21-40 records when I refresh the page?
    Please give me a solution for this.
    Thanks.

    Are you talking about the page refresh through OAF code or the refresh button?
    The logic you need to follow is to make sure that you maintain the state of the VO which will maintain the pointer to rows.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to get first row of a dataobject

    I have a ListDataObjectList that I’m setting in the request object. In the UIX page there is one field that is the same in all rows and hence I want to display only once. I have the following code in my UIX page, but it displays duplicate values (one from each row). How can I suppress repeating values?
    <rowLayout hAlign="center">
    <contents childData="${sessionScope.accounts}">
    <html:b>
    <formattedText text="${uix.current.customerSSN}" styleClass="OraDataText"/>
    </html:b>
    </contents>
    </rowLayout>
    Any help would be very much appreciated.

    You can use array notation in EL to access the first item (since it is duplicated).
    <rowLayout hAlign="center">
    <contents>
    <html:b>
    <formattedText text="${sessionScope.accounts[0].customerSSN}" styleClass="OraDataText"/>
    </html:b>
    </contents>
    </rowLayout>
    Kind Regards.

Maybe you are looking for