What is queue Control

Hi All,
I read like if ICM goes down , requests will continue to run
normally, except for 'queue control' requests.
What is queue control requests. what is queue control actually mean?
Thanks
Mavrick

What is queue control requests. what is queue control actually mean?Means concurrent programs that control the CMs (like startup/shutdow CM).
Query FND_CONCURRENT_PROGRAMS table (QUEUE_CONTROL_FLAG column to verify) -- See eTRM and "What FND Tables Store All Concurrent Program Information Details? [ID 462063.1]" for details.
Thanks,
Hussein

Similar Messages

  • What type of control is being used?

    Could someone tell me what type of control or layout is being
    used on
    www.msn.com to show the different boxes for different types
    of news.
    Clicking + or - adds or removes a line item to the box. Where
    would I find
    this type of control?
    Thanks
    Eric

    Thanks for the info. I will take a look at the MS
    offerings...
    "jhutchdublin" <[email protected]> wrote in
    message
    news:fbpqgt$g43$[email protected]..
    > I've done this for an intranet using Web Parts, which
    ASP.NET technology.
    >
    > Unfortunately, Dreamweaver is crap at this, even CS3 I
    think still uses
    > 1.1.
    > Current stable ASP.NET version is 2.0, 3.0 is out and
    even 3.5 is in now
    > in beta
    >
    > You'll need one of the following programs to do this:
    Visual Studio, can
    > be
    > expensive, Web Expression, MS answer to Dreamweaver and
    successor to that
    > awful
    > piece of crap FrontPage, or Visual Web Developer, a free
    pared down
    > version of
    > Visual Studio -- go Microsoft and download it for free.
    >
    > Web Expression is quite good for designing front-ends
    for ASP.NET 2.0
    > based
    > sites - at least better than Dreamweaver for this
    technology
    >
    > There are plenty of books and tutorials on using
    webparts and web manager
    > etc.
    >
    > While I love Dreamweaver when doing ColdFusion and
    static sites, it's no
    > good
    > for ASP.NET 2.0
    >
    >
    >

  • What's the control on List Forms for Person or Group?

    Hi,
    Anyone know what is the control that binds to Person or Group field in SharePoint 2013? It does not have the Check Names and Browse buttons beside the text box like PeopleEditor does, and it displays a list of possible users for selection as you type in
    the text box.
    I would like to use this control in a SharePoint project in Visual Studio 2013.
    Thank you.

    http://prasadpathak.wordpress.com/2013/10/10/setting-show-field-for-person-or-group-type-column-using-powershell/
    http://www.c-sharpcorner.com/UploadFile/54db21/create-peoplegroup-field-in-sharepoint-2010-programmatically/
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/e5a50ad0-bd83-4a37-bed7-fa9a2d475bfe/how-to-get-a-value-from-peoplegroup-field-and-use-it-in-visual-studio-workflow?forum=sharepointcustomizationlegacy
    The below links is same as your case. Please check it
    http://mazdev.blogspot.in/2014/05/get-value-of-persongroup-list-item.html

  • What is version control in oracle apps

    hi,
    I want to know what is version control , why it is done for... please help me in this regard...

    Version Control Tools used to maintain developed code multiple version .
    there are many types of it like WINCVS,PVCS,SVN and SVN on oracle usually we use PVCS version control tools.
    safe eldin siddig

  • What's this control in QT Player X?

    What's this control in QT Player X?
    Sometimes it appears when I'm using QT Player, but it never sticks around long enough for me to see what it is or what it does.
    How can I reliably get it to appear, and what does it do?
    Martin S Taylor

    Is this documented anywhere?
    I have not run across any documented references but then I haven't been looking for any either. In fact, I have seen complaints that the QT X Player had no "Jog" control at all or only had the Option-Click FF/REV options to change the playhead speed in 0.1X increments. The "gesture" control provides logrithmic control over the linearly incremented index axis. I.e., the first index marker is 2X normal playback speed, the 2nd is 4X normal and the 3rd is 8X normal speed. Thus, the "Jog" control provides up to 8X normal playback FF/Rev speeds without having to Option-Click 80 times.
    Should I have known?
    That would depend on how observant and analytical you are. From your description, it sounds as if the controller change caught you by surprise and you immediately released/removed your finger from the input device causing the controller to switch back to its normal mode. Had you left your finger on the device and explored the gesture further, the use of the controller modification would have probably become obvious very quickly. I tend to have "lazy fingers" and discovered this secondary functionality some time ago and just assumed everyone knew about it.

  • I can change the tab location w/respect to the address bar, but what are "tab controls?" Can't find that explanation.

    From your web site re: tabs on top- Why was this Change Made?
    The main reason is that it just makes more sense. With tabs underneath, the tab and the controls were grouped together and the page was separate. With tabs on top they are now all grouped together so that each tab has it's own set of controls.
    What are the "controls" of which you speak?

    The article you looked at will have been
    *[[How do I put tabs back on bottom like they used to be?]]
    and it will have been the version of that article relating to the current Release.
    I think the mention controls relates the fact that the reload and bookmarks star, and the zoom icon if you use it all clearly relate to the individual tab and the redesign makes that easier to understand.
    Note that from Firefox 29 the tabs underneath will no longer be an option even from the about:config. I imagine there are or will be addons to customise Firefox so that tabs can be underneath again.
    Also note that right clicking a tab gives a list of options including to pin the tab
    * [[Pinned Tabs - keep favorite websites open and just a click away]]
    *There are also the currently advert free new tabs which are customisable <br /> [[New Tab Page – show, hide and customize top sites]]

  • Hi gurus what is table control can explin with example

    hi gurus what is table control can explin with example

    TABLE CONTROL
    These are the screen elements used to display tabular data they can be called
    as screen tables( like STEP LOOP).To use table control we have to create it on the screen using SCREEN PAINTER(SE51) and declare a control variable of TYPE TABLEVIEW using CONTROLS statement in the ABAP program. We have to use LOOP .. ENDLOOP statement in both PBO and PAI with or without AT int_table parameter. IF AT int_table parameter is not used than we have to place a MODULE call between the LOOP...ENDLOOP statement to fill the screen table rows from the ABAP program in PBO and program our own scrolling functions
    using OK_CODE field.
    Having a parallel loop(at screen table rows & int table rows) by using parameter
    AT int_table makes the ABAP code simple.
    A special structure of type CXTAB_CONTROL is used to set/get various
    attributes of table control at runtime like CURRENT_LINE ,TOP_LINE.
    ABAP declaration
    CONTROLS: tab_con TYPE TABLEVIEW USING SCREEN nnnn
    Here tab_con is the same name we used in screen for the table control.
    This ABAP statement will declare a control variable that will be used to access
    the table control , and set it's various attributes like number of fixed columns(tab_con-FIXED_COLS) ,total number of records it will display(tab_con-LINES).It is of type CXTAB_CONTROL and is a deep structure(structure containing structures).
    REFRESH CONTROL tab_con FROM SCREEN nnnn
    This ABAP statement will initialize the table control on the screen nnnn to its initial values.
    PBO processingI
    n PBO we have to use the screen LOOP ...ENDLOOP statement , with or without
    intenal table.
    LOOP WITH CONTROL tab_con.
    MODULE fill_tab_con.
    ENDLOOP.
    Here a module should be called between the loop endloop statement to transfer
    data from th ABAP program to the screen table through a structure.This module
    should use the CURRENT_LINE attribute of the table control variable to get the
    current screen table record index to read the data from the internal table into a work area.
    e.g.
    READ TABLE int_table INDEX tab_con-CURRENT_LINE
    The record read will be placed in the header line of the internal table and will be available to the similarly named screen fields or if these are different it can be written explicitly. e.g.
    screen_field_name = int_table-field_name
    LOOP AT int_table INTO workarea WITH CONTROL tab_con CURSOR i FROM
    n1 TO n2.
    ENDLOOP.
    Here the module call is not required to fill the screen table.The CURSOR parameter is a integer of type I indicating which absolute internal table line
    should be the first to display on the table control .FROM n1 TO n2 can be used
    to restrict the starting line and ending line number of the internal table , they are of type SY-TABIX.
    In both cases before the LOOP statement a module should be called which
    is generally for setting of status ,in which we should fill the LINES attribute
    (tab_con-LINES ) of the control with the total number of internal table records,doing this ensures correct and automatic scrolling.
    The ABAP statement DESCRIBE TABLE int_table LINES lines can be used
    to get the total lines in an int table.
    PAI Processing
    We have to use LOOP ... ENDLOOP in PAI so that data can transfer fro table control to ABAP program. If we want to write changes to the data we should
    call a module between the LOOP ... ENDLOOP. The MODULE call to process user commands (SY-UCOM) should be called after the ENDLOOP statement.
    e.g.
    PROCESS AFTER INPUT
    MODULE mod AT EXIT-COMMAND.
    LOOP AT itab_table or LOOP "depending on whether we are using AT int_table
    MODULE modify_int_table.
    ENDLOOP.
    MODULE user_command.
    In the MODULE call modify_int_table we can use
    MODIFY int_table FROM workarea INDEX tab_con-CURRENT_LINE
    or we can use
    int_table-field_name = screen_field_name.

  • What is message control?

    Hi all,
    What is message control? esp in Idocs..... Any docs links on Message control?
    Thanks,
    Charles.

    hi,
    Message control
    Application like PO(purchase order) creation use this technique , where the output type is linked to the application(Message control is a configurable cross application component which can be set in IMG .Such programs are created in the form of function modules and linked to the output type which is linked to the apllication.These have predefined interfaces.
    In outbound programs(function module) that use message control the key of the
    application document is passed to the function module whcig will read the data from the table depending upon the key passed(NAST structure) and fill the IDOC segemnts with the application data.The control record is also passed to the function module but is not fully filled, the rmaining fields are filled and the control is passed back to the calling program which is RSNASTED and is invoked by the
    message control to process ALE and EDI output types and this program on recieving the IDOC data will create the physical IDOC in the system.
    The parameteers passed to the function module are
    IMPORTING PARAMETERS
    OBJECT LIKE NAST
    It contains documents key.
    CONTROL_RECORD_IN LIKE EDIDC
    It contains the partailly filled control record
    EXPORETING PARAMETER
    OBJECT_TYPE
    CONTROL_RECORD_OUT LIKE EDIDC
    TABLES
    INT_EDID LIKE EDIDD
    The internal table used to fill the data records in the same order as they exists in
    the IDOC.
    The important parameters that should be filled in the custom function module are
    CONTROL_RECORD_OUT and INT_EDIDD .The OBJK field of the structue NAST contains the key of the apllication document.
    ===========================================
    Message control and output type. In R/3, message control is a mechanism by which documents are output based on certain selection criteria, requirements, and sequences. Message control determines the type of document, its timing, number, and medium (print, fax, ALE, or EDI.). Outbound messages in SD (Sales and Distribution) and MM (Materials Management, Purchasing) are created and processed by message control records. The output records are stored in the NAST table.
    Message control uses the condition technique. The conditions for creating an output message are stored in condition tables that have selection fields picked from a catalog of application fields/tables. To determine if an application document qualifies for output, search strategies are used through access sequences, output procedures, and requirements. Once a message qualifies for output, message control modules use the parameters set in the condition type or output type to determine the timing of transmission and the medium of the message. The output type also specifies the program or module to be invoked to create the output.
    Message/output determinations are concepts applicable not only to EDI and ALE, but also to other output mediums.
    ~~Guduri

  • Please tell me about what is message control?

    Please tell me about what is message control?

    check this:
    http://www.erpgenie.com/sap/sapedi/messagecontrol.htm
    http://www.sap-basis-abap.com/sapfi023.htm
    http://help.sap.com/saphelp_di46c2/helpdata/EN/c8/19878343b111d1896f0000e8322d00/content.htm

  • What is condition control

    Hi Guys,
    what is condition control???
    how is it configured??
    how is it determined??
    Pl clarify..
    Thanks..

    This comes under the purview of Purchasing in plant and it determines how prices and conditions are stored for the relevant plant.
    - If conditions are allowed at plant level, you must create purchasing info records and contract items relating to the plant. Centrally agreed contracts cannot then be created.
    - If conditions are not allowed at plant level, you may not create any purchasing info records or contract items relating specifically to the plant.
    - If conditions are allowed with or without a plant, you can create purchasing info records that either do or do not relate specifically to the plant.
    T.Code to maintain in IMG is OMF0 (omfzero).
    thanks
    G. Lakshmipathi

  • What is Retiming Control?

    Hello,
    I apologize if this is a stupid question, but what is Retiming Control in FRAME CONTROL tab?
    What aspect of the video is controlled by this Retiming Control and it's Rate Conversion settings?
    Thank you

    Thank you Jon for your response.
    So in case I want to leave the same speed as the original, then I will ignore this setting and leave the default, which is Fast (nearest frame) and duration to 100% ?
    Thanks again for your help

  • What is grid control

    Hi expart ,
                  Plz. tell me what is grid control in alv..

    Thread locked.
    Beginner questions are very welcome, but your question makes it obvious that you didn't even bother looking at the help or searching on SDN.
    Please read the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] on how to post a good question and make a little effort yourself before expecting people to give up their time to help you. The rules are meant to be helpful, you may be surprised to find that you may learn something else along the way.
    As for everybody else: stop answering these type of questions!
    Hasn't anyone noticed that people hardly ever give points for interview questions?

  • WHAT IS TABLE CONTROL?

    HI EXPERTS
    WHAT IS TABLE CONTROL?

    For Transactions like VA01 , VK11 etc Header data , Item data is available .
    For each Header entry there is  1 or more item entries exisisted . These item
    data is saved in table  format.
    eg : va01  etc.,.
    Check eg prg for Table control transaction : FV11
    Program Name        : ZFV11_NEW
    Program Description : To Upload Condition Records-FV11
    Author              : Jagadish
    Start Date          : 11/06/2007
    REPORT zfv11
           NO STANDARD PAGE HEADING LINE-SIZE 255.
       DO NOT CHANGE - the generated data section - DO NOT CHANGE    ***
      If it is nessesary to change the data section use the rules:
      1.) Each definition of a field exists of two lines
      2.) The first line shows exactly the comment
          '* data element: ' followed with the data element
          which describes the field.
          If you don't have a data element use the
          comment without a data element name
      3.) The second line shows the fieldname of the
          structure, the fieldname must consist of
          a fieldname and optional the character '_' and
          three numbers and the field length in brackets
      4.) Each field must be type C.
    Generated data section with specific formatting - DO NOT CHANGE  ***
    TABLES : t100.
    DATA: BEGIN OF record OCCURS 0,
    data element: KSCHA
            kschl(004),               "Condition Type
    data element: SELKZ_LIST
          selkz(001),
    data element: WERKS_D
            werks(004),               "Plant
    data element: ELIFN
            lifnr(010),               "Vendor
    data element: MATNR
            matnr(018),               "Material No.
    data element: KBETR_KOND
            kbetr(016),               "Amount
    data element: KODATAB
            datab(010),               "Condition Validity Date from
    data element: KODATBI
            datbi(010),               "Condition Validity To
    data element: MWSKZ
            mwsk1(002),
          END OF record.
    DATA : BEGIN OF it_new OCCURS 0,                    " Internal Table for Header Data
           kschl(004),
           werks(004),
           lifnr(010),
           END OF it_new.
    DATA : BEGIN OF it_item OCCURS 0,                  " Internal table for Item Data
          werks(004),
          lifnr(010),
          matnr(018),
          kbetr(016),
          datab(010),
          datbi(010),
          mwsk1(002),
          END OF it_item.
    DATA : cnt(2) TYPE n,
           fld(25) TYPE c.
    TYPE-POOLS: truxs.
    DATA: it_raw TYPE truxs_t_text_data.
    DATA : n TYPE n.
    DATA:
         BEGIN OF t_data OCCURS 0,
               data TYPE string,
         END   OF t_data.
    DATA:BEGIN OF it_mess OCCURS 0,
      msgtyp(5),
       lms(200),
       msgv1(50),
        END OF it_mess.
    DATA : p_mode    TYPE c.
    DATA:it_msgtab TYPE STANDARD TABLE OF  bdcmsgcoll WITH HEADER LINE,
       it_msgtab1 TYPE STANDARD TABLE OF bdcmsgcoll WITH HEADER LINE.
    DATA :  l_mstring(150).
    DATA : BEGIN OF bdcdata OCCURS 0.
            INCLUDE STRUCTURE bdcdata.
    DATA: END OF bdcdata.
    PARAMETERS : p_file1 LIKE rlgrap-filename.
    INITIALIZATION.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file1.
      PERFORM file_selection.
      PERFORM data_upload.
      PERFORM table_control.
      LOOP AT it_new.
        REFRESH bdcdata.
        PERFORM bdc_dynpro      USING 'SAPMV13A' '0100'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'RV13A-KSCHL'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '/00'.
        PERFORM bdc_field       USING 'RV13A-KSCHL'
                                      it_new-kschl.
        PERFORM bdc_dynpro      USING 'SAPLV14A' '0100'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'RV130-SELKZ(01)'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '=WEIT'.
        PERFORM bdc_dynpro      USING 'SAPMV13A' '1363'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'KONP-KBETR(01)'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '/00'.
        PERFORM bdc_field       USING 'KOMG-WERKS'
                                      it_new-werks.
        PERFORM bdc_field       USING 'KOMG-LIFNR'
                                      it_new-lifnr.
    DATA: "X(5) TYPE N,
             N(5) TYPE N.
       N = 0.
       LOOP AT it_item.
         N = N + 1.
       ENDLOOP.
       "X = 1.
       CNT = 1.
       DO N TIMES.
         IF CNT > 19.
           perform bdc_field       using 'BDC_OKCODE' 'KOMG-MATNR(01)'.
           perform bdc_field       using 'BDC_OKCODE' '=P+'.
           PERFORM bdc_dynpro      USING 'SAPMV13A' '1363'.
           CNT = 1.
         ENDIF.
        cnt = 1.
        LOOP AT it_item WHERE werks EQ it_new-werks AND lifnr EQ it_new-lifnr . "FROM x TO x.
          CONCATENATE 'KOMG-MATNR(' cnt ')' INTO fld.
          PERFORM bdc_field USING fld it_item-matnr.
          CONCATENATE 'KONP-KBETR(' cnt')' INTO fld.
          PERFORM bdc_field USING fld it_item-kbetr.
          CONCATENATE 'RV13A-DATAB(' cnt ')' INTO fld.
          PERFORM bdc_field USING fld it_item-datab.
          CONCATENATE 'RV13A-DATBI(' cnt ')' INTO fld.
          PERFORM bdc_field USING fld it_item-datbi.
          CONCATENATE 'KONP-MWSK1(' cnt ')' INTO fld.
          PERFORM bdc_field USING fld it_item-mwsk1.
          cnt = cnt + 1.
          if cnt = 20.
            perform bdc_field       using 'BDC_OKCODE' 'KOMG-MATNR(19)'.
            perform bdc_field       using 'BDC_OKCODE' '=P+'.
            PERFORM bdc_dynpro      USING 'SAPMV13A' '1363'.
            CNT = 1.
           endif.
    CLEAR it_item.
        ENDLOOP.
       ENDDO.
        PERFORM bdc_dynpro      USING 'SAPMV13A' '1363'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'KONP-MWSK1(01)'.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '=SICH'.
        CALL TRANSACTION 'FV11' USING bdcdata MODE 'A'
                                            UPDATE 'S'
                                           MESSAGES  INTO it_msgtab.
        CLEAR bdcdata[].
        PERFORM error.
      ENDLOOP.
           Start new screen   -Subroutine     for screen s                                      *
    FORM bdc_dynpro USING program dynpro.
      CLEAR bdcdata.
      bdcdata-program  = program.
      bdcdata-dynpro   = dynpro.
      bdcdata-dynbegin = 'X'.
      APPEND bdcdata.
    ENDFORM.                    "BDC_DYNPRO
           Insert field        -Subroutine   for field s                                         *
    FORM bdc_field USING fnam fval.
      CLEAR bdcdata.
      bdcdata-fnam = fnam.
      bdcdata-fval = fval.
      APPEND bdcdata.
    ENDFORM.                    "BDC_FIELD
    *&      Form  file_selection
    FORM file_selection .
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          program_name  = syst-cprog
          dynpro_number = syst-dynnr
          field_name    = 'P_FILE1'
        IMPORTING
          file_name     = p_file1.
    ENDFORM.                    " file_selection
    *&      Form  data_upload
    FORM data_upload .
      CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
       EXPORTING
        I_FIELD_SEPERATOR        =
           i_line_header            =  'X'
           i_tab_raw_data           =  it_raw
           i_filename               =  p_file1
         TABLES
           i_tab_converted_data     = record
        EXCEPTIONS
           conversion_failed        = 1
           OTHERS                   = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " data_upload
    *&      Form  error
    FORM error .
      LOOP AT it_msgtab.
        IF it_msgtab-msgtyp = 'E'.
          SELECT SINGLE * FROM t100 WHERE sprsl = it_msgtab-msgspra
                                    AND   arbgb = it_msgtab-msgid
                                    AND   msgnr = it_msgtab-msgnr.
          IF sy-subrc = 0.
            l_mstring = t100-text.
            IF l_mstring CS '&1'.
              REPLACE '&1' WITH it_msgtab-msgv1 INTO l_mstring.
              REPLACE '&2' WITH it_msgtab-msgv2 INTO l_mstring.
              REPLACE '&3' WITH it_msgtab-msgv3 INTO l_mstring.
              REPLACE '&4' WITH it_msgtab-msgv4 INTO l_mstring.
            ELSE.
              REPLACE '&' WITH it_msgtab-msgv1 INTO l_mstring.
              REPLACE '&' WITH it_msgtab-msgv2 INTO l_mstring.
              REPLACE '&' WITH it_msgtab-msgv3 INTO l_mstring.
              REPLACE '&' WITH it_msgtab-msgv4 INTO l_mstring.
            ENDIF.
            CONDENSE l_mstring.
            it_mess-msgtyp = it_msgtab-msgtyp.
            it_mess-lms = l_mstring.
            it_mess-msgv1 = it_msgtab-msgv1.
            APPEND it_mess.
           WRITE: / it_msgtab-msgtyp, l_mstring(150).
          ELSE.
           WRITE: / it_msgtab.
            it_mess-msgtyp = it_msgtab-msgtyp.
            it_mess-lms = l_mstring.
            it_mess-msgv1 = it_msgtab-msgv1.
            APPEND it_mess.
          ENDIF.
        ENDIF.
      ENDLOOP.
    ENDFORM.                    " error
    *&      Form  table_Control
    FORM table_control .
    SORT record BY lifnr matnr.
      LOOP AT record.
        ON CHANGE OF record-lifnr.
          MOVE-CORRESPONDING record TO it_new.
          APPEND it_new.
        ENDON.
        MOVE-CORRESPONDING record TO it_item.
        APPEND it_item.
      ENDLOOP.
    ENDFORM.                    " table_Control
    Reward if useful
    Regards
    Jagadeesh.G

  • What are the control properties of BVN ?

    hi,
    What are the control properties of BVN and how do they compare with std. item category TAN?

    Dear Raj,
              As per the standard only one field stting is different between the itemcategories TAN and BVN that is
    Billing Relevance
    In TAN this filed set as 'A' --Delivery -related billing document
    In BVN this field set as 'B' -- Relevant for order-related billing - status acc.to order qty.
    Other than this all other settings are same between two itemcategories.
    I hope it will help you
    Regards,
    Murali.

  • Wireless Queue control vi

    I am working on some legacy code and it contains a couple custom queue handling vi's that basically allow handling of the queue functions pretty nicely.  While I pretty much understand whats going on, the one thing that is stumping me is the preservation of the data from execution to execution as these do not use wires to tie the instances of the vi's together.
    Execution is set up to use "Preallocated clone reentrant execution" which, according to LV help, allows each pre-created clones to retain the data in the controls and uninitialized Shift Registers, respectively.  That is to say, that each clone retains only it's own information and does not share that data with other clones (the way I read it)
    What is confusing me then is that, if each call gets it's own clone, how would the data be shared between clones since they are all basically part of the same queue group?
    I have attached the vi and associated ctrl's here and it's no emergency but I would like to wrap my head around this so I better understand what is happening and can then enhance it or use the techniques in other areas.
    Thanks
    Doug
    "My only wish is that I am capable of learning each and every day until my last breath."
    Attachments:
    TypeDef - UI Queue Data.zip ‏10 KB
    UI Queue Handler.vi ‏48 KB

    The Name.  I see now.   I agree with your input on the naming convention.   This is older code that I inherited and since it works well, wanted to keep using it but needed to understand that one function of it.
    I will make adjustments to the naming to make it more specific to the application accordingly.
    One other question on queues in general, I always almost always see the datatype for a queue as a Variant along with a State Control typedef contained in a cluster.  I am expecting that you can use more than two items in a cluster and that you could have more than two variant items.    Are there any limits to how many fields the data cluster can contain ?
    Just thinking ahead for ideas to provide more control to certain apps with less clutter.  
    Thanks.....
    Doug
    "My only wish is that I am capable of learning each and every day until my last breath."

Maybe you are looking for

  • POSTing with HttpURLConnection - Logging in

    Ok, I'm trying to connect to a webpage and login in using java. We'll call the website http://www.website.com/ The code on login.php is: <form action=authenticate.php method=post name=login onsubmit="return saveme();"> Username: <input type=text name

  • SBO Mailer, message fails to be sent

    Hi, I try to send invoices via SBO Mailer... the message appears in my SENT ITEMS (in Messages/alerts overview), but with a red X, meaning that there is an error while trying to send the message.  When I try to send messages without attachments, it w

  • WEBSITE BLOCKING ON WRT54G V6

     website blocking functionality of the WRT54G V6 router is working using the latest firmware 1.02.0 Step by step procedures: (Complete procedures on how the problem was replicated) 1. Setup the router (WRT54G V6) using the latest firmware 1.02.0. 2.

  • BADI INVOICE_UPDATE - MIRO Transaction

    Hi, can anyone let me know how to code the BADI INVOICE_UPDATE. I'm trying to get the PO number and based on the PO, need to get few more info from another table. i have already went to SE19 and created a implementation for this Badi. And then in the

  • CS5 on Yosemite ESTK performance

    This is a very specific scenario: I'm running legacy CS5 on the new Yosemite OS on my Mac laptop, with the Java Runtime 6 making it possible. http://www.macworld.co.uk/how-to/mac-software/how-make-photoshop-cs5-run-in-mac-os-x-yosem ite-3596952 While