Trigger point for no. of calls of a router

Hello,
we would like to limit the number of calls for a router.
So the first three prototypes should use one router, the following work orders should use another one.
We would like to inactivate this prototype router and activate the standard router after the prototype router has been called several times.
It's not enough to reduce the validity period as we do not know befor when the third work order one will be started.
Can we set a kind of trigger point depending on the no of calls of a router which starts a workflow (like sending a message or does anything else to inform us that a certian no of calls is reached)?
Thank you!
Anne Mielke
Edited by: Anne-Kristin Mielke on Sep 23, 2008 3:38 PM

Hi,
A table may not have more than 249 fields. The sum of all field lengths is limited to 1962 (whereby fields with data type LRAW and LCHR are not counted).
http://help.sap.com/saphelp_webas610/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm
Check the SAP Help Link
Constraints
All the key fields of a table must be stored together at the beginning of the table. A non-key field may not occur between two key fields.
A maximum of 16 key fields per table is permitted. The maximum length of the table key is 255.
If the key length is greater than 120, there are restrictions when transporting table entries. The key can only be specified up to a maximum of 120 places in a transport. If the key is larger than 120, table entries must be transported generically.
A table may not have more than 249 fields. The sum of all field lengths is limited to 1962 (whereby fields with data type LRAW and LCHR are not counted).
Fields of types LRAW or LCHR must be at the end of the table. Only one such field is allowed per table. There must also be a field of type INT2 directly in front of such a field. The actual length of the field can be entered there by the database interface.

Similar Messages

  • Configuring shipping point as Trigger point for posting outbound idoc

    Hello All,
    I have a requirement that on saving an Outbound Delivery(VL02N), an Outbound Idoc should be posted...but the condtion for posting the idoc should be its shipping point. I am not sure how to configure shipping point as the trigger point for the idoc.
    Please suggest.
    Thanks for your co-operation.
    Regards
    Anand

    Hi Anand,
    1. Go to transaction: NACE & select application V2 and click on output types.
    2. change display <->Change mode.
    3. select LAVA and press F6 (to copy Standard output type LAVA to ZLAV).
    4. Give ur Z name for the new custom output type.
    5. change access sequence from 0005 to 0012(shipping point).
    6. Press ENTER and click copy all.
    7. Now goto trasaction VV21, give the created output type name. ENTER
    8. Maintain entries, shipping point, customer#, Medium as '6' ...etc
    Now try VL01N with the given shipping point and check the output ZLAV has been triggered or not?
    Let's see, if we miss any configs still!
    Keep this as reference:
    http://www.erpgenie.com/sapedi/messagecontrol.htm
    Reddy

  • Trigger point for the quantity

    hi all
    In routing i have maintained trigger point function . I assigned reference operation set( lot size 0 to  1) . for system status 'pcnf'. My question is with example-
    I have to produce 15 pieces .
    I assigned trigger point to 2nd operation.
    Now while iam 2nd operation( i have to  confirming piece by piece)
    while iam  confirming 1st  piece a pop has come for rework operation i said yes. rework operation is triggerd . but it is triggered for all 15 pieces where as it should be only for 1 piece.
    I want the operation should be only for 1 piece. how to proceed.
    please help me
    thanks in advance
    anitha

    Hi,
    I can explain how an rework order is created with
    reference op set.
    First check in Tcode OPJF for the selection id a
    Priority is defined for the Task list type S
    with usage 1 and status 4 and then Proceed as
    follows.
    1. First create a Reference op set in tcode Ca11.
    Enter the plant,Description , usage and status
    for the ref op set
    Enter lotsize and unit of measure.
    Enter the op as 0010 / workcenter/op control
    key/Description for the op
    Enter the standard values and save.
    2. Create a Standard trigger point in CO31.(Ex
    Production)
    Enter the Trigger Point usage /Group as FERT.
    3.Tick the Trigger Point Functions.
    4. Enable the indicator create order with Reference .
    5.Enter the system status as PCNF.
    6. Enter change as +.
    7. Enable the indicator once.
    8 . Now place the cursor on the create order with reference.
    9. Goto Parameters.
    10. In the Parameter enter in the group the created Reference op set group no.
    11. Order type as PP01 and group counter as 1 and save the Trigger Point.
    12. Now goto the Routing for your Material.
    13. Choose the last op to assign the Trigger point.
    14 .Select the OP -
    > Goto ---> Trigger Point overview.
    15. Enter the Trigger Point usage as FERT.
    16.Now choose that line ,select the Details---> Trigger Point
    17. The system will says standard trigger point exists from which you can
    select the created Trigger Point (EXx Production)and save.
    18. MD02/MD04.
    19. Convert the Planned Order into Production Order and Release the order.
    20 .Now confirm th ops.
    21. For the last op enter the yield and rework qty
    and set the status as PCNF.
    22. If the status of last op is PCNF then in the
    system a POP UP will appear as Activited by
    Trigger Point /Create order with reference/order
    number/sequence and op number which trigger point
    works and enter.
    22. Now a rework order will be created.
    23. In c003 enter the number which is next to the actual prodn order no.Rework
    order will be seen.
    Regards,
    nandha

  • Trigger points for the first operation

    Hi,
    We want to use triggerpoints on operations in PP. We want to set the status on the first operation to be released when we create an order. The problem is that systemstatus CRTD can not be used. Can someone help out how to get the first operation to be release automatically when the systemstatus is set to CRTD?   Thanks Marie Hillerbo

    Hi Marie,
    I dont know if this would meet your exact need.
    Based on my knowledge what you could do, is flag the order to release when it is created & saved. Assign a trigger point to the first operation, such that only on confirmation of the first operation you release the subsequent operations.
    Hope this is of some help to you.
    Rgrds,
    Vivek

  • Trigger points for 'Execute before query'  in obiee server

    Hi
    Can anybody tell me when the sql given in the 'Execute before query' ( Connection Pool and go to the Connection Scripts tab) will be executed. Is it overtimes we do a query? Can we have any control over it?
    Thanks a lot
    Regards
    Raj

    Hi,
    You might want to check the NQQuery.log to see the code that it is running before making a connection. Just to confirm that the connection pool step is working fine, could you try with a simple select statement and see that it does not error out. If it does not, you may want to revisit the procedure code again. I understand from the error that it is expecting something after the END statement (kind of weird though!!). I assume in this case, it could not parse that this is a stored procedure call itself may be. One thread I found is http://stackoverflow.com/questions/4270818/ora-06550-and-pls-00103 which you may want to look for the line break characters.
    Hope this helps.
    Thank you,
    Dhar

  • Trigger Point for ESS Changes

    I am looking for a way to trigger a generic workflow for any change to personal data made on ESS. Is there a standard workflow for this? If not, is there a fixed RFC which is triggered everytime changes are being logged (maybe I can put in an enhancement there to raise an event).
    Thanks

    HI
    There is no SAP standard workflow available. But you can Custom develop i-views on ESS and Custom develop workflow to meet your requirement.
    Regards
    Pranav

  • Trigger Point

    Dear Experts,
    Production order to be released at operation level automatically one by one, after confirmation of operation.
    Let us suppose
    Op 10 ...... 10 Confirmed
    Op 20 ...... 10 Confirmed
    then in the Op 30 ..... 4 Quantity to be released automatically once Operation 20 is confirmed and then after comfirming Operation 30, then operation must be released.
    How to create trigger point for this?
    Can anybody give clear idea, what all the fields I need to maintain ?
    Oonemore thing, if I create a trigger point, how can I make it applicable to all orders with out manually changing every order in Change mode...
    regards
    Ram Kumar

    HI
    Go to CO31
    Give the following inputs
    TrigPointUsage : start execution
    under trigger point function tab,
    Tick Release succeeding operations  -  confirmed (sys status)  tick again  ONCE . Leave BLANK agaist Activity
    Then go to the Routing . assign this trigger point to your operation 20
    so once this operation is confirmed the operation 30 is get released\
    check and back

  • Require to select atleast 1 point for the question to Publish the CBT

    Hi,
    I am using Adobe Captivate 4.0 version. I have made my CBT AICC compliant to upload to an LMS System.
    In my CBT I have Multiple Choice Questions to test the understanding while taking the training and they are NOT required for posting credit to the LMS System.
    Therefore, I have assigned 0 points to individual questions and unchecked "Report Answers" checkbox.
    However, the publishing bar hangs and I am unable to complete publishing the project.
    Alternatively, if i select 1 point also for only 1 question in the project, the project is able to complete publishing.
    What is the reason for it? Is there a workaround where I can assign 0 points to all questions so that I do not face issue in the LMS system.
    Thanks!

    Hi,
    I can explain how an rework order is created with
    reference op set.
    First check in Tcode OPJF for the selection id a
    Priority is defined for the Task list type S
    with usage 1 and status 4 and then Proceed as
    follows.
    1. First create a Reference op set in tcode Ca11.
    Enter the plant,Description , usage and status
    for the ref op set
    Enter lotsize and unit of measure.
    Enter the op as 0010 / workcenter/op control
    key/Description for the op
    Enter the standard values and save.
    2. Create a Standard trigger point in CO31.(Ex
    Production)
    Enter the Trigger Point usage /Group as FERT.
    3.Tick the Trigger Point Functions.
    4. Enable the indicator create order with Reference .
    5.Enter the system status as PCNF.
    6. Enter change as +.
    7. Enable the indicator once.
    8 . Now place the cursor on the create order with reference.
    9. Goto Parameters.
    10. In the Parameter enter in the group the created Reference op set group no.
    11. Order type as PP01 and group counter as 1 and save the Trigger Point.
    12. Now goto the Routing for your Material.
    13. Choose the last op to assign the Trigger point.
    14 .Select the OP -
    > Goto ---> Trigger Point overview.
    15. Enter the Trigger Point usage as FERT.
    16.Now choose that line ,select the Details---> Trigger Point
    17. The system will says standard trigger point exists from which you can
    select the created Trigger Point (EXx Production)and save.
    18. MD02/MD04.
    19. Convert the Planned Order into Production Order and Release the order.
    20 .Now confirm th ops.
    21. For the last op enter the yield and rework qty
    and set the status as PCNF.
    22. If the status of last op is PCNF then in the
    system a POP UP will appear as Activited by
    Trigger Point /Create order with reference/order
    number/sequence and op number which trigger point
    works and enter.
    22. Now a rework order will be created.
    23. In c003 enter the number which is next to the actual prodn order no.Rework
    order will be seen.
    Regards,
    nandha

  • Trigger point use

    consider for finished material there are 10, and 20 operations .for finished material at  10 operation we confirmed quantity of 100 km for example.after that at 20 operation we found that only 80 km is approved and confirmed  by quality ,then for rest we want rework .please clarify can it is possible to tell the system to create rework order as soon as quantity of opration 20 confirmed is less than the operation 10.

    Hi,
    1. First create a Reference op set in tcode Ca11.
    Enter the plant,Description , usage and status
    for the ref op set
    Enter lotsize and unit of measure.
    Enter the op as 0010 / workcenter/op control
    key/Description for the op
    Enter the standard values and save.
    2. Create a Standard trigger point in CO31.(Ex
    Production)
    Enter the Trigger Point usage /Group as FERT.
    3.Tick the Trigger Point Functions.
    4. Enable the indicator create order with Reference .
    5.Enter the system status as PCNF.
    6. Enter change as +.
    7. Enable the indicator once.
    8 . Now place the cursor on the create order with reference.
    9. Goto Parameters.
    10. In the Parameter enter in the group the created Reference op set group no.
    11. Order type as PP01 and group counter as 1 and save the Trigger Point.
    12. Now goto the Routing for your Material.
    13. Choose the last op to assign the Trigger point.
    14 .Select the OP -
    > Goto ---> Trigger Point overview.
    15. Enter the Trigger Point usage as FERT.
    16.Now choose that line ,select the Details---> Trigger Point
    17. The system will says standard trigger point exists from which you can
    select the created Trigger Point (EXx Production)and save.
    18. MD02/MD04.
    19. Convert the Planned Order into Production Order and Release the order.
    20 .Now confirm th ops.
    21. For the last op enter the yield and rework qty
    and set the status as PCNF.
    22. If the status of last op is PCNF then in the
    system a POP UP will appear as Activited by
    Trigger Point /Create order with reference/order
    number/sequence and op number which trigger point
    works and enter.
    22. Now a rework order will be created.
    23. In c003 enter the number which is next to the actual prodn order no.Rework
    order will be seen.
    Pls reward if you found useful
    Regards,
    nandha

  • Trigger points

    Hi,
        I am wondering how to best use trigger points in routings and production orders to insert a rework operation into an existing production order. On a shopfloor rework could happen at any given operation. Does that mean that I have to maintain a trigger point in every single operation of the routing ? That looks like a lot of data to maintain. Is there any other way to "reuse" a trigger point ?
    Thanks
    GS

    please check this thread:
    http://scn.sap.com/message/6295289#6295289

  • How to take a single data point for each trigger pulse ( synchronou​s acquisitio​n).

     hi
              im using the pci-mio-16E1 card, with the IDE VC++, so  im looking for an example to explicate me how to make an synchronous acquisition data using an external timing, so the idea is to acquire (take) a single data point for each trigger pulse  from one  input channel ,and saving  the data in a file .
    now im making a code using the AI_setup and DAQ_op functions, im getting  a speed acquisition (it is the start of acquisition data), and  it is  a synchronous acquisition just for one trigger pulse, and me i looking for an acquisition for each trigger pulse. 
      so to  understand my problem you can see my code :
    iStatus = Timeout_Config(iDevice, lTimeout);
             iRetVal = NIDAQErrorHandler(iStatus, "Timeout_Config", iIgnoreWarning);
       //  configuration and selection of  signal trigger  
             iStatus = Configure_HW_Analog_Trigger(iDevice, ND_ON, iLowValue,iHighValue, ND_ABOVE_HIGH_LEVEL, ND_THE_AI_CHANNEL);
            iRetVal = NIDAQErrorHandler(iStatus, "Configure_HW_Analog_Trigger", iIgnoreWarning);
      iStatus = Select_Signal(iDevice, ND_IN_CONVERT, ND_PFI_2,ND_HIGH_TO_LOW);
             iRetVal = NIDAQErrorHandler(iStatus, "Select_Signal", iIgnoreWarning);
        iStatus = AI_Setup(iDevice, iChannel, iGain);
       iRetVal = NIDAQErrorHandler(iStatus, "AI_Setup", iIgnoreWarning);
       while ((iReadingAvail != 1) && (iStatus == 0)) {
     /* Wait until reading is available. */
             iStatus = AI_Check(iDevice, &iReadingAvail, &iReading);
            iRetVal = NIDAQYield(iYieldON);
           //  Acquire data from a single channel 
        iStatus = DAQ_Op (iDevice, iChannel, iGain, piBuffer, ulCount, dSampRate);
       while ((iDAQstopped != 1) && (iStatus == 0)) {
            iStatus = DAQ_Check(iDevice, &iDAQstopped, &ulRetrieved);
            iRetVal = NIDAQYield(iYieldON);
           iStatus = DAQ_VScale(iDevice, iChannel, iGain, dGainAdjust, dOffset,ulCount, piBuffer, pdVoltBuffer);
          iRetVal = NIDAQErrorHandler(iStatus, "DAQ_VScale",iIgnoreWarning);
       /* Set analog trigger mode back to initial state. */
           iStatus = Configure_HW_Analog_Trigger(iDevice, ND_OFF, iLowValue,iHighValue, ND_ABOVE_HIGH_LEVEL, ND_THE_AI_CHANNEL);
      /* Set PFI line back to initial state. */
           iStatus = Select_Signal(iDevice, ND_IN_START_TRIGGER,ND_AUTOMATIC, ND_DONT_CARE);
              iStatus = DAQ_Clear(iDevice);
     /* Plot acquired data  */
          iRetVal = NIDAQPlotWaveform(pdVoltBuffer,ulCount, WFM_DATA_F64);
    so this is the data acquired -0.900879,-0.900879,-0.900879,-0.900879,-0.900879,​-0.900879,-0.900879,-0.900879 and i think that is a noise because all time i get this data.
    tank you very mutch fo your help

    Hello,
    Please see the responses to this thread at the following post.
    http://forums.ni.com/ni/board/message?board.id=250​&message.id=13686
    Also, please only post one thread per issue.
    Regards,
    Sean C.

  • Ref. Operation Set for Trigger Point

    Friends,
    I m doing Trigger points in CO11N. Production Order quantity is 10. While confirmation yield qty. 7 & rework qty is 3. After saving trigger point function pop up but after pop up of ref. operation set, i m selecting Group and Task list type, system displayed *Ref. operation set ********** is not valid according to selection conditions.*
    In CA02 change  routing I hav done all settings of trigger points and created Ref. op. set by CA11.
    Pl. guide.......

    Dear,
    Kindly change order type dependent parameters(TCode OPL8), and check routing selection (3 Routing/ref. op. set optional (automatic selection))
    and task list type S     Reference Operation Set.
    check and revert back.
    Thanks
    Muhammad Ashfaq
    Edited by: Muhammad Ashfaq on Sep 10, 2011 1:46 PM

  • SSRS 2008 Column Chart with Calculated Series (moving average) "formula error - there are not enough data points for the period" error

    I have a simple column chart grouping on 1 value on the category axis.  For simplicity's sake, we are plotting $ amounts grouping by Month on the category axis.  I right click on the data series and choose "Add calculated series...".  I choose moving average.  I want to move the average over at least 2 periods.
    When I run the report, I get the error "Formula error - there are not enough data points for the period".  The way the report is, I never have a guaranteed number of categories (there could be one or there could be 5).  When there is 2 or more, the chart renders fine, however, when there is only 1 value, instead of suppressing the moving average line, I get that error and the chart shows nothing.
    I don't think this is entirely acceptable for our end users.  At a minimum, I would think the moving average line would be suppressed instead of hiding the entire chart.  Does anyone know of any workarounds or do I have to enter another ms. connect bug/design consideration.
    Thank you,
    Dan

    I was having the same error while trying to plot a moving average across 7 days. The work around I found was rather simple.
    If you right click your report in the solution explorer and select "View Code" it will give you the underlying XML of the report. Find the entry for the value of your calculated series and enter a formula to dynamically create your periods.
    <ChartFormulaParameter Name="Period">
                      <Value>=IIf(Count(Fields!Calls.Value) >= 7 ,7, (Count(Fields!Calls.Value)))</Value>
    </ChartFormulaParameter>
    What I'm doing here is getting the row count of records returned in the chart. If the returned rows are greater than or equal to 7 (The amount of days I want the average) it will set the points to 7. If not, it will set the number to the amount of returned rows. So far this has worked great. I'm probably going to add more code to handle no records returned although in my case that shouldn't happen but, you never know.
    A side note:
    If you open the calculated series properties in the designer, you will notice the number of periods is set to "0". If you change this it will overwrite your custom formula in the XML.

  • How to use an authenticated user for a proxy call

    Dear all,
    I am currently working on a JEE application where the user needs to authenticate (for this I have configured the web.xml).
    Now inside this application I need to do a proxy call to a PI webservice.
    I would like to use the user credentials of the already logged in user in order to call the proxy.
    What I don't want to do is to use a service user for the proxy call.
    The code I am trying to call looks something like this:
         private IntegratedConfigurationIn getPort() throws Exception{
              IntegratedConfigurationIn port = null;
              try {
                   IntegratedConfigurationInService service = null;
                   service = new IntegratedConfigurationInService();
                   port = (IntegratedConfigurationIn) service.getIntegratedConfigurationIn_Port();
                  BindingProvider bp = (BindingProvider)port;
                  bp.getRequestContext().put(BindingProvider.USERNAME_PROPERTY, user);
                  bp.getRequestContext().put(BindingProvider.PASSWORD_PROPERTY, password);
                  if (url.length() != 0)
                       bp.getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, url);
              catch (Exception ex){
                   ex.printStackTrace();
              return port;
    The examples I found to retrieve the userdata pointed to codes similar to this one:
    public HttpServletRequest getHttpRequest() throws Exception {
              // Get runtime context
              Properties props = new Properties();
              props.put("domain", "true");
              Context initialContext = new InitialContext(props);
              ApplicationWebServiceContext wsContext = (ApplicationWebServiceContext) initialContext
                        .lookup(" /wsContext/ApplicationWebServiceContext");
              HttpServletRequest req = wsContext.getHttpServletRequest();
              return req;
    com.sap.security.api.IUser sapUser = com.sap.security.api.UMFactory.getAuthenticator().getLoggedInUser(getHttpRequest(), null);
              IUser ep5User = com.sapportals.wcm.util.usermanagement.WPUMFactory.getUserFactory().getEP5User(sapUser);
    Now I don't know how to bring it togehter and how to use an authenticated user for the BindingProvider.
    I would appreciate any hints or ideas.

    Peter,
    from the first screenshot, what I understood is that, you are calling an inbound PI web service that is intended to create an integrated configuration object (this is used for whole lot of other reason completely) but not actually calling a development web service.
    For this, you would have to generate your client classes from the WSDL provided by the PI developer for that particular service. Once you get those client classes generated, you could used the method provided in the other screenshot to extract the user and password and call the intended web service.
    Vijay Konam

  • 3X points for LG washer and dryer is false advertisement-- 5 months later I am still waiting

    I have tried multiple attempts (at least 3 calls) to Best Buy service and have yet to get my issue resolved.   I made anLG purchase of a washer and dryer on Octobe 6th 2014.  The add said get 3x points so that made my final decision to purchase from Best Buy.  5 months later I have yet to get my 3X points.  This is false advertisement. In all three of my calls the representative has apologized and opens up a case.  I never hear anything back.  I keep being told I got my 20% incremental points but that is not what I am disputing. The last time the represenatative gave me some points for my frustration but said someone would get back to me and that was back in December.  Its frustrating as I really like shoping at Best Buy but am becoming very annoyed and really do not want to purcahse here anymore if Best Buy does not follow through with their advertisements.  I do not have a copy of the ad (wish I would of kept one) but Best Buy should be able to verify all their ads.  I certainly am not making this up.  As a matter of fact, the salesperson at the store looked at the ad and confirmed that I should be getting 3X points for the purchase.   Since I have tried multiple attempts on the phone with no success then perhaps this message might work better.   I would discourage anyone right now in believing any of there reward ads.  My time is worth more than trying to chase Best Buy down for points I am owed and will begin to make my purschases elsewhere.  BEWARE customers as I am a very dissatisified customer at the moment. 

    Hi analydia,
    Thank you for taking the time to sign up for the forum and connect with us.  I can understand why it is you would feel frustrated, and I 100% agree that you should not have to chase down any points that you may have qualified for.  To hear that you have potentially been waiting 5 months for points to post to your My Best Buy account, it is just really disappointing.
    It will generally take 20 to 35 days for points to post to a member's account for a Magnolia or Pacific Sales purchase, which will start after any scheduled deliveries are completed.  I looked over your account using the email address you registered with the forum and I do see that the base points for your Pacific Sales purchase have already posted.  With that being said, it should just be a matter of confirming 3X points was being offered and whether or not your purchase qualified.  It appears that your LG washer and dryer may have been eligible for 5X points, but it depends on which models you purchased.
    I am very sorry for any inconvenience you have experienced up until now, and I would like to see what I can possibly do to further assist.  To gather some additional information and go over your My Best Buy account with you, I will be sending you a private message.  You can check your private messages by logging into the forum and clicking on the little yellow envelope located at the top of the page.
    I hope you have a wonderful day!
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

Maybe you are looking for

  • How to find out newly generated Task Id in Sequential WorkFlow

    I have following scenario... Have a replicator activity to create multiple tasks However I dont want to send OOB notifications. So I have added Sedmail. Challange is to know the newly generated task Id after the create task execution. Note that Repli

  • Vista 64 support for Gamers

    Hi, When are we going to see Vista 64 support for gamers? Most gamers are now buying Vista 64 over 32 because of the fact that Vista uses up to .3gb memory at desktop and with modern games using up to 2Gb, only Vista 64 can meet the memory requiremen

  • Second Gmail address log in will not work even though info is correct

    I am trying to set up a second Gmail email address on my phone, and even though my log in information is correct, it keeps telling me the user name or password is incorrect and will not import any mail.  I have logged out on my computer and triple ch

  • Internet Cuts Off Repeatedly

    Please help. I tried searching in the forums for the answer that I want, but can't seem to find it. My internet connection drops when my new MBP comes out of sleep. I have to manually select my wireless network everytime it comes out of sleep. Any su

  • How to turn on my mac

    I was installing GIMP for Mac (from official web site) and suddenly my mac freezed. I turned it off with Power Button, and when i tried to turn it on again, it was on the apple screen infinite time. I entered Verbose mode, and i've seen that the prob