How to modeling BOM for operation which appears more than 1 time in a route

Dears,
We have a route like below, operation OP01 appears 2 times in different sequence.
OP01->OP02->OP01-.OP04
(seq1->seq2->seq3->seq4)
How can I modeling its BOM to let user assembly like below
OP01(seq1): use component01
OP01(seq3): use component03
Since BOM maintenance can not set to assembly a component in operation at a assigned sequence of a router, so in the OP01(seq1), it will display component01 and component03 to let user assembly.
How can we handle this problem?
Thank you.

Ivan,
I looks like you are modeling two different operations as one operation. When process steps differ in the component you are assembling, it is almost always a gut idea to model then as separated operations (assemby component1 and assembly component3).
ME allows you to use the same operation several times in a route but they should really mean the same.
Best Regards,
Miguel

Similar Messages

  • Mapping for field which appear more than once.

    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
    ___Child2
    ___Child3
    Field3[2]
    ___Child1
    ___Child2
    ___Child3
    Field4
    I need to pass to the target structure the "Field3" who's "Child1" is greater than 5 and  "Child2" is greater than 10 and  "Child3" is greater than 15.
    My problem is that the condition is executed only once for the first "Field3",
    and if the check returns
    "True" all the "Field3" are copied.
    if "False" is returns no one of the "Field3" is passed.
    How should i hold the context for it, in order each of the "Field3" elements passes the condition?
    Regards Max.

    hi,
    map required Field3& Child1 field with the target with the required conditions and set the context of both to  the higher level.
    Regards,
    NJ

  • Output print options for alv which has more than 30 cloumns

    hi,
    if an alv output(oops or normal ) has 30 coloumns in the output,
    if i give print option in the spool i check it will have only 13 coloumns generated other coloumns are not at displayed. how to get all the coloumns print in the spool if alv has more than 30 coloumns.
    regards,
    narsimha.

    Hi Narsimha,
    Its the limit in background that u can print only 255 characters.
    Regards
    Lalit

  • TS1814 I tried updating my iphone 4 using itunes but i keep getting a message saying iphone software server could not be contacted. What does this mean and how do I fix my iphone which appears to be in recovery mode.

    I tried updating my iphone 4 using itunes but i keep getting a message saying iphone software server could not be contacted. What does this mean and how do I fix my iphone which appears to be in recovery mode.

    USER-kswest wrote:
    BTW I have gone to the "Contact iTunes Support" and do NOT get anywhere. That is why I am here!
    You need to contact iTunes support and send an email by following the link I posted.
    Simply going there does nothing.

  • 'PortfolioBacklogs' cannot appear more than once if content model type is "all"

    I'm trying to add another level above feature and have followed these instructions https://msdn.microsoft.com/en-us/library/dn217880.aspx
    The project is setup as scrum not agile, maybe that is why???, but I get the following error:
    'PortfolioBacklogs' cannot appear more than once if content model type is "all"
    and haven't been able to find where to change the content model type.

    Hi Dckennedy1, 
    Thanks for your post.
    What’s the version of your TFS? TFS 2013 Update 4? Your current team project created using default Scrum 2013.4 process template?  After which step you received this error? You can share your error screenshot(s) here.
    I created a new Scrum 2013.4 template team project in my TFS 2013 Update 4 Server, and followed the steps in that document to add Initiatives work item type in my TFS Web Access, the Initiatives work item type be added into portfolios successfully, you can
    refer to the below screenshot:
    The only difference with steps in that document is I edited the PortfolioBacklogs section as below in my ProcessConfiguration.xml file.
       <PortfolioBacklog category="MyCompany.InitiativeCategory" pluralName="Initiatives" singularName="Initiative">
          <States>
            <State value="New" type="Proposed" />
            <State value="In Progress" type="InProgress" />
            <State value="Removed" type="InProgress" />
            <State value="Done" type="Complete" />
          </States>
          <Columns>
            <Column refname="System.WorkItemType" width="100" />
            <Column refname="System.Title" width="400" />
            <Column refname="System.State" width="100" />
            <Column refname="Microsoft.VSTS.Common.BusinessValue" width="50" />
            <Column refname="Microsoft.VSTS.Scheduling.TargetDate" width="100" />
            <Column refname="System.Tags" width="200" />
          </Columns>
          <AddPanel>
            <Fields>
              <Field refname="System.Title" />
            </Fields>
          </AddPanel>
        </PortfolioBacklog>
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to upload a file which has more than 999 line item  through BDC ?

    Hello Techards
    Hi to all
    Can any body tell me how to upload a file which has more than 999 line item  through BDC for traction F-02 ?
    Thanks in advance.
    Shovan

    Hello Shovan,
    You split it up to post two accounting documents with the help of a "suspense" a/c.
    Say, you have to post the following line items below:
    line 1 - dr. - GL a/c X - $1000
    line 2 - cr. - GL a/c Y - $1
    line 3 - cr. - GL a/c Y - $1
    line 1001 - cr. - GL a/c Y - $1
    You cannot post the above as a single doc in SAP (because of technical reasons), so you need to break it up into 2 documents as below:
    Doc1
    line 1 - dr - GL a/c X - $1000
    line 2 - cr - GL a/c Y - $1
    line 3 - cr - GL a/c Y - $1
    line 998 - cr - GL a/c Y - $1
    line 999 - cr - SUSPENSE a/c - $3
    Doc2
    line 1 - dr - SUSPENSE a/c - $3
    line 2 - cr - GL a/c Y - $3
    Note that there is no incorrect impact on accounting as first we credit suspense a/c by $3 and next we debit the same suspense a/c by $3 as a result the effect is nil. Similarly, we credit $997 to GL a/c Y (which is less by $3) in the first doc which is compensated by the second doc by crediting the shortfall of $3.
    Hope this helps,
    Cheers,
    Sougata.

  • Issue in FF v 3.6.10: I have a page which have more than 20 link, clicking on these link opens up a popup using window.showModalDialog, for the first 20 popup opens up without any prob but for the 21st n more click it block the popup and do not open.

    Issue in FF v 3.6.10: I have a web page which have more than 20 link, clicking on each of these link opens up a pop-up using window.showModalDialog, for the first consecutive 20 popup opens up without any prob but for the 21st n more click it block the popup and do not open. This is m problem, the real user on the web page can click on more than 20 link in such a scenario it may create problem, please help

    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Shockwave Flash 9.0 r999
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    In Firefox 3.6 and later versions you need the Next-Generation Java™ Plug-In present in Java 6 U10 and later (Linux: libnpjp2.so; Windows: npjp2.dll).
    http://java.com/en/download/faq/firefox_newplugin.xml
    See also http://java.sun.com/javase/6/webnotes/install/jre/manual-plugin-install-linux.html

  • How to find tables which has more than 1000 Partitions

    Hi All,
    Is there any other way to find out the tables which has more than 1000 Partitions ?
    Apart from SAP report RSDD_MSSQL_CUBEANALYZE. Because this report is not working for me as job getting cancel again and again with ABAP dump DBIF_DSQL2_SQL.I already check SAP Note 1309838, but itu2019s not applicable for us because we are on highest support package level SAP_BW 701 SP06.
    Thanks,
    Harshal

    If you are running SQL Server as your database platform run this query:
    select o.object_id,o.name,p.Partition_count from sys.objects o
    inner join
    (select object_id,count(distinct partition_number) as Partition_count
    from sys.partitions
    group by object_id)
    p
    on o.object_id = p.object_id
    where o.type = 'U'
    order by p.Partition_count desc

  • How can I enter "Flate rates for travel costs" with more than 2 decimals?

    Hi expert,
    I want to enter flat rates for travel costs in table T706F.
    I have a figure with more than 2 decimals (0,066), but I cannot save it, because only 2 decimals are allowed for EUR.
    I don't want to change the decimals for this currency.
    I found OSS note 446116 which is release independent. It is a note of 30.10.2001.
    It suggests to create a new currency e.g. EUR3 and enter translation ratio's and exchange rates.
    This seems pretty drastic.
    Do you know if there is another way to handle this issue?
    Thank you.
    Kind regards,
    Linda Verding

    Hello Christian,
    I have checked it with consultants from SAP Brussels.
    They confirm that OSS note 446116 can be used to create flat rates for travel costs with more than 2 decimals.
    I will create a new currency (EUR3) with the description "for travel expenses only".
    Kind regards,
    Linda Verding

  • I have was moving music from iTunes to a CD, however, when attempting to move a second set of music a error message stating "this is not a blank CD". How can more music be copied to this CD, which has more than sufficient space to be copied to?

    I have was moving music from iTunes to a CD, however, when attempting to move a second set of music a error message stating "this is not a blank CD". How can more music be copied to this CD, which has more than sufficient space to be copied to?

    I have was moving music from iTunes to a CD, however, when attempting to move a second set of music a error message stating "this is not a blank CD". How can more music be copied to this CD, which has more than sufficient space to be copied to?

  • I have an iphone  4 8gig there is 2.4 gig of "other" showing on my usage which is more than all oter data on the phone.  What is it and how do I delete some to clear space?

    I have an iphone 4 8gig there is 2.4 gig of "other" showing on my usage which is more than all other data on the phone.  What is it and how do I delete some to clear space?

    Sorry. We can't help you. It's no longer an iPhone. Apple won't touch it.
    Take it to whoever replaced the screen and see if they can help you.
    iPhones are not user servicable and Apple does not sell iPhone parts at all. I'd be surprised if you were actually able to back it up at this point. It sounds like it's completely borked.

  • How can i join more than 20 tables which contains more than 5 lacks records

    how can i join more than 20 tables which contains more than 5 lacks records

    If you're trying to join 20 tables I would check:
    - Are all the joins necessary. It's easy sometimes to just join to another table because you're unsure as to whether it's required.
    - What sort of application is it? 20 joins seems a lot to me. Are you trying to achieve too much with one query? Is it possible to break the problem down?
    - If it is necessary to join so many tables then force the use of hash joins in the query, especially if you're processing a lot of data and want the best throughput. If you want a quicker response, this will not be a appropriate.

  • I downloaded the pokemon yellow version app for my ipod touch more than a month ago and it is still not working.  It has not worked for anybody who bought it.  How can I get my money back?

    I downloaded the pokemon yellow version app for my ipod touch more than a month ago and it is still not working.  It has not worked for anybody who bought it. Why is it off of the app store now and how do I get my money back?

    That message is usually due to a bad cable.
    Not Charge
    - See:    
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    If you can’t charge your iPhone, iPad, or iPod touch
    - Try another cable. The cable for 5G iPod (lightning connector) seems to be more prone to failure than the older cable.
    - If a 5G iPod               
    Iphone 5 lightning port charging problem - SOLUTION!
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar
    or send it in to Apple. See:     
    Service Answer Center - iPod

  • Members from same dim appearing more than once in a record

    I have a dimension, "Day of the Week", with each day of the week as a member. My source data has a field for each day of the week. If the flight ( this is an airline flight database ) operates on that day of the week, there is a value, otherwise, its null. Is there a way to load this as is, or will I have to have a record for each day of the week that the flight operates? The Admin guide states "No member from the same dimension can appear more than once in a record", which I think answers my question, but I wanted to throw it out there to see if anyone else has a solution.thanks

    So, the days of the week are columns in your data source? That is no problem for a load rule. Normally you tag a column with the dimension it maps to in the cube. In this situation, when you reach the first week, you tag the column with the MEMBER in the day of the week dimension that it maps to.If this doesn't make sense, perhaps you could post the field layout of your file and myself (or someone else) could tell you how to map the columns in the load rule.Regards,Jade--------------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • Problem in CRM_ORDER_MAINTAIN for updating qty in more than 1 line item .

    Hi abapers,
    I am using BAPI CRM_ORDER_MAINTAIN to update quantity. Its updating the quantity properly if there is single line item for a transaction .If more than 1 line item is there then its throwing an exception* "Document is being distributed - changes are not possible"*.
    Scenario:
    I have a itab  which is having 2 line items for a transaction. i run a loop pass the pass the required parameters in CRM_ORDER_MAINTAIN ,do CRM_ORDER_SAVE , BAPI_TRANSACTION_COMMIT for the 1st line item. When i run the 2nd loop, in  CRM_ORDER_MAINTAIN it gives an exception saying NO_CHANGE_ALLOWED for the same transactions 2nd line item. leaving the quantity unchanged for both the line items. What may be the problem?
    Note: We cannot say how many line items are there for an transaction. so no chance of grouping all items at a time and saving at a time.
    Regards,
    Navin

    Hi Navin,
    Why its not possible to use CRM_ORDER_SAVE only once. I think its possible. Call CRM_ORDER_MAINTAIN in loop for all the line item in transaction and after that call CRM_ORDER_SAVE once. Pls follow the below sample code.
    loop at it_item.
    call CRM_ORDER_MAINTAIN. (Here append data for all the line items and miantin the transaction).
    emdloop.
    After endloop call CRM_ORDER_SAVE. Also you can add some wait after CRM_ORDER_SAVE, In order to avoid locking issue.
    PLs let me know where you are trying to use CRM_ORDER_MAINATIAN ? In any BADI or Z program ?
    Regards,
    Amol.

Maybe you are looking for