Execution Type

What is the difference between,
Execution Type:   "All Values of a Context"  and  "All Values of Queue"  in Functions tab of  Message Mapping in PI 7.1
answers are highly appreciated.

Hi ,
I thgough, I could explain it to you with a simple exaple.
For example in the following message
<message>
<Person>
          <name>First1</name>
          <name>Last1</name>
          <name>Middle1</name>
</Person>
<Person>
          <name> First2 </name>
          <name>Last2</name>
          <name>Middle2</name>
</Person>
</message>
"All values in Context" for element <name> when you are looking at the 1st <Person>
should be
First1
Last1
Middle1
"All values in queue" for element <name> represents
First1
Last1
Middle1
First2
Last2
Middle2
I hope this clarifies ...
Thanks,
Kalyan

Similar Messages

  • Use of Execution Type in Workflow process step.

    Hi Kiran,
    The Execution Type is relevant for the process step of the workflow.
    MDM workflow steps can be assigned either to one or more users or to one or more roles, as follows:
    u2022 Users. User-based assignments allow you to explicitly specify which user or users should be responsible for performing the step.
    u2022 Roles. Role-based assignments allow you to specify roles rather than users, with the actual users determined by MDM at runtime.
    The Execution Type defines the relation between these assigned users/ roles if there are more than one:
    1. All Concurrent- All assignees must perform the step. Each assignee can do so at the same time.
    2. All Sequential Random- All assignees must perform the step. Each assignee can do so one at a time in any order.
    3. All Sequential Ordered-  All assignees must perform the step. Each assignee can do so one at a time in the order listed in the step.
    1. Any Single- Any single assignee can perform the step. The step can be pushed to or pulled by any assignee.
    You can also find this documented in the Data Manager Reference Guide under MDM Workflows-> Execution Type (page 292)
    Regards,
    Hedda Cohen.

    _Thanks Hedda_

  • Does XmlResults includes sub-node for EAGER query execution type?

    If to query elements and eager query execution type is set, would XmlResultset contain sub-elements as well?
    If yes, is there a way to return element without sub-element? Also, I can't actually use lazy evaluation right now as it crashes the Python.

    Hi Phillipe,
    As long as you are using a NodeContainer storage model, DB XML will not pull any sub-elements into memory until you ask for them - it lazily manifests them. This is therefore not a problem that you need to worry about.
    I'm sure that lazy evaluation works in Python. If you are seeing problems here, you may have to post code before anyone can help you.
    John

  • Creation Of Custom Queries of Execution Type Java.

    Hi All ,
    I want to know if I can create Custom queries of Execution type java which have Query Executor class.
    I got this requirement because I got to customize "Search Master Agreements and Agreements".
    It seems like it's not possible as Query Executor Class is uneditable so no chance of deploying any class file in server and trying out the ways...
    Any approach exists to customize these type of queries.?
    Regards,
    Uday

    Hi
    I understand your requirement is to customize Search Master Agreements and Agreements query and display the new custom report in the Contract Management dropdown on workbench along with other queries.
    This could be achieved by duplicating original query  i.e.Search Master Agreements and Agreements, customize and save it, go to Query Group in set up, identify  and open the query group containing the original query and add the new customized query as query reference.Also don't forget to remove the original query from the query list.
    Regards
    Mudit Saini

  • How to use a Work Repository when type is set to 'Execution' ?

    Hi All,
    I was just trying my hand at importing and exporting work repositories , I need to know how we can use a certain work repository when its type is set to 'Execution'
    I want to import some packages (which are in some other Work repository ) into that Work repository but I am missing something somewhere.
    Can somebody tell me what are the exact steps to import packages or Entire Work Repository into this newly created 'Execution' type Repository ??
    Regards.

    Hi,
    An work repository which is of EXECUTION type cant be used to import packages/interfaces etc.
    You can able to import only SCENARIOS in Operator component (from scenarios tab) and "just" execute it. As the term execution repository stands, u can able to execute objects created in Development repository.
    Moreover, u cant access designer itself if its a EXECUTION repository.
    Thanks,
    Guru

  • Output Type MLGR, 'Report Goods Receipt to Buyer' not proccessed correctly

    Hi
    We are using output type MLGR to send a doc 'Report Goods Receipt to Buyer' which is defined
    under->Output Types->Mail title and texts.
    Its 'Proccessing Routine' is: RSNASTSO
    Form Routine is: SAPOFFICE_AUFRUF
    All is well when we use MB02 MLGR,'Simple Mail',MP, UserName
    It sends the email to SAPConect.
    BUT the form comes with the definitions not with the actual values.
    Like so:
    INCLUDE MMIM_SE71_NEUER_EDITOR_MAIL2 OBJECT DOKU ID TX LANGUAGE EN
                                             $DATE$, $TIME$
    $SGF$ oder $SGH$ $EKKO-ERNAM$ !
    A goods receipt for your purchase order $MSEG-EBELN$
    item $MSEG-EBELP$ has just been entered.
    Material:           $MSEG-MATNR$ $EKPO-TXZ01$
    Quantity delivered: $MSEG-ERFMG$
    Vendor:             $MSEG-LIFNR$, $AM07M-NAME1$
    Posting date:       $MKPF-BLDAT$
    $MFG$
        $MKPF-USNAM$
    Reg's
    Edan

    1. use variables '&' instead of '$'
    2. In transaction M706 for output type MLGR, make sure you have maintained the include by going in the long text, Choose Goto -> Change Editior, and maintain the form here :
    "A goods receipt for your purchase order &MSEG-EBELN&
    item &MSEG-EBELP& has just been entered.
    Material: &MSEG-MATNR& &EKPO-TXZ01&
    Quantity delivered: &MSEG-ERFMG&
    Vendor: &MSEG-LIFNR&, &AM07M-NAME1&
    Posting date: &MKPF-BLDAT&
    &MFG&
    &MKPF-USNAM&"
    Then in MN22, delete the earlier condition record and create a new condition record in MN21
    Here in the Communication in the MENU select
    Goto -> Execution Parameter. You reach the dialog box Change Execution Parameter. Here you maintain the following data for mail processing:
    Execution type        U   Transaction with memory
    Execution element     MB03
    Memory ID                  MBN
    Par name: RM07M-MBLNR      Parameter value: MSEG-EBELN
    Save
    Then create a PO (please remember to click on the GR message in the header), and create a GR against the PO.
    In SBWP, you will get the values and not definitions this time for the message created.

  • How to know the program type?

    Hi,
    I want to know what type of execution method a certain concurrent program has, ( e.g if it is SQL*PLUS, REPORT, SPAWN, PL/SQL etc)
    I run the following sql at apps/apps
    1* select distinct execution_method_code from fnd_concurrent_programs
    SQL> /
    E
    R
    H
    P
    I
    K
    Q
    M
    A
    J
    X
    B
    S
    L
    E
    Where do I get the corresponding meaning of this code please.
    How do I query at the form level all the PROGRAM name with execution type SQL*PLUS?
    Thanks a lot

    Hi,
    Where do I get the corresponding meaning of this code please.Try the queries in the following links:
    PSP PL/SQL API for Customizations Tracking
    http://dbaanswers.blogspot.com/2007/11/psp-plsql-api-for-customizations.html
    Query 9: SQL to view all types of request Application wise
    http://knoworacle.wordpress.com/2009/01/12/oracle-application-top-useful-sql-queries/
    Display Module Wise Reports
    http://oracle-applications-rama.blogspot.com/2007/05/display-module-wise-reports.html
    Or, refer to eTRM and see if it is documented there.
    eTRM
    http://etrm.oracle.com
    How do I query at the form level all the PROGRAM name with execution type SQL*PLUS?From System Administrator responsibility, navigate to Concurrent > Program > Executable, Press F11, select "SQL*Plus", Ctrl + F11
    Regards,
    Hussein

  • Query Processing Type in Reporting tools(Crystal, Webi Client, Deski etc)

    Hi,
    In tools like Webi, Crystal or Deski, query is executed serially. For Instance, if we have 3 dataproviders in a report, then first data provider fetches data and then second and the third one. In crystal Main report fetches the data first and followed by each subreport. Is there a way to tweak the tool settings and change this Serial query execution to Paralel? That is all the queries should fetch the data at the same time. It should not wait for other dataproviders/subreports. When we have a report fetching data from multiple sources, the paralel processing could improve the report performance too. Is serial query execution type a tool feature? Is there any reason behind not designing a tool with paralel query execution option.
    Thanks
    Aravind

    Hi Aravind,
    The logic of the reports do not allow paralel SQL being sent. Work down the page, intial database is queried to get the data for the main report, once the data is retrieved then CR starts to process it starting at the Report header and working it's way down. When the process gets to a section where a subreport is found it then takes the linking parameter and passes that to the subreport and then send off the query to the database. It will do this each time a new value is passed to the subreport.
    So logically if the first SQL is not run the values for the subreports cannot be generated. Unless you return all records but that would not be efficient either.
    To optimize your report create a Stored Proced which runs Server side and return one data set to the Designer. Servers are much more efficient at optimize data collection than our various tools are.
    Thank you
    Don

  • DTP Execution Time is different when run by PC & Manually

    Dear Experts,
    Could you please help me in finding the answers for the below questions.
    1. Execution time for DTp is higher when ran manually  and using process chain. What can be the possible reasons & whic one is correct?
    2. Total Exceution time mentioned in the DTP details ta is less when added the total time for each data package. What are the reason for that difference. Which is correct?
    Thanks & regards,
    Ganesh Thota

    Hi,
    1)Execution time depends on various factors like the number of processes running on the system on a particular time(Ucan check it in SM37)
       in Process chain an instance of the particular process type is created( in your case process type is DTP even though we execute DTP in PC it originally executes the DTP in RSA1 .. i.e., an instance is created)
    2)the thing is when u execute a DTP data is transferred in the form of Packages the mismatch in the execution type is because u might have added the timings of each data package
    but when you check clearly :  2-3 data packages in DTP  start at the same time so you should not add the time taken of each individual data package to get the total time of the DTP
    Hope it answers you questions
    Regards,
    MADhu

  • Error while creating a task for creating an generic task  /app/dac/CustomSQ

    Hi ,
    I have created a sql file in DAC server /app/dac/CustomSQLs/ ,just to fire an update sql in database
    In DAC task tab i have created a task with the following:
    Command for incremental load :/app/dac/CustomSQLs/DBNameBeforeLoad.sql
    Primary source :flatfileconnection
    target source:DBCONNECTION_OLAP
    Execution type:SQL FILE
    Task phase:GENERAL
    I created subject area and assembled ,then created a Execution plan.
    When i try to execute this EP ,it shows the following error in DAC log:
    ANOMALY INFO::: Error while creating a task for creating an generic task /app/dac/CustomSQLs/DBNameBeforeLoad.sql
    MESSAGE:::/app/dac/CustomSQLs/DBNameBeforeLoad.sql - invalide template name!
    EXCEPTION CLASS::: com.siebel.analytics.etl.etltask.TaskInitializationException
    com.siebel.analytics.etl.etltask.SQLFileTask.doInit(SQLFileTask.java:69)
    com.siebel.analytics.etl.etltask.GenericTaskImpl.init(GenericTaskImpl.java:194)
    Does my above configuration is correct ..?

    verify the following settings:
    1. mapping of ECC plant and storage location and logical system number with the appropriate availability group code since this links the stock types in EWM to ECC org elements (SPRO -> EWM -> Interfaces -> ERP Integration -> Goods movement)
    2. ensure the availability group configuration is correct (SPRO -> EWM -> GR Process -> Configure availability group for putaway) - check all applicable nodes in this configuration since the availability group code is assigned in the pertinent storage types

  • Square root problem

    Problem:
    Using the Newton-Raphson method, find the square root of an input positive integer number (ensure that the input is positive). Compare the result with Math.sqrt (n).
    Hints:
    * Our function is f(x) = x^2 - n where n is the input number. Then, Newton-Raphson method sas that xk+1 is a better approximation for the square root of n than xk where
    xk+1 = (xk + n / xk) ---------->all the k are below the x.
    * You can take x0 as n.
    * Stop when |xk+1 - xk| < e where e is a very small number (take as 1.0E-09).
    Sample execution:
    Type the integer whose square root you would like to compute: 2
    Square root of 2 is 1.414213562373095 by Newton-Raphson method and
    1.4142135623730951 by Math class.
    I didnt understand what is formula of Newton-Raphson method exactly.Therefore, i couldnt apply the method into java.It is my lab assignment please help me until friday morning.Thanks.

    umutcan55 wrote:
    I didnt understand what is formula of Newton-Raphson method exactly.You could [start with the Wikipedia article|http://en.wikipedia.org/wiki/Newton's_method] for example.
    Therefore, i couldnt apply the method into java.So you don't actually have a Java question, right? So this is not the correct forum.
    It is my lab assignment please help me until friday morning.That's irrelevant.

  • Removing duplicate values from selectOneChoice bound to List Iterator

    I'm trying to remove duplicate values from a selectOneChoice that i have. The component binds back to a List Iterator on the pageDefinition.
    I have a table on a JSF page with 5 columns; the table is bound to a method iterator on the pageDef. Then above the table, there are 5 separate selectOneChoice components each one of which is bound to the result set of the table's iterator. So this means that each selectOneChoice only contains vales corresponding to the columns in the table which it represents.
    The selectOneChoice components are part of a search facility and allow the user to select values from them and restrict the results that are returned. The concept is fine and i works. However if i have repeating values in the selectOneChoice (which is inevitable given its bound to the table column result set), then i need to remove them. I can remove null values or empty strings using expression language in the rendered attribute as shown:
    <af:forEach var="item"
    items="#{bindings.XXXX.items}">
    <af:selectItem label="#{item.label}" value="#{item.label}"
    rendered="#{item.label != ''}"/>
    </af:forEach>
    But i dont know how i can remove duplicate values easily. I know i can programatically do it in a backing bean etc.... but i want to know if there is perhaps some EL that might do it or another setting that ADF gives which can overcome this.
    Any help would be appreciated.
    Kind Regards

    Hi,
    It'll be little difficult removing duplicates and keeping the context as it is with exixting standard functions. Removing duplicates irrespective of context changes, we can do with available functions. Please try with this UDF code which may help you...
    source>sort>UDF-->Target
    execution type of UDF is Allvalues of a context.
    public void UDF(String[] var1, ResultList result, Container container) throws StreamTransformationException{
    ArrayList aList = new ArrayList();
    aList.add(var1(0));
    result.addValue(var1(0));
    for(int i=1; i<var1.length; i++){
    if(aList.contains(var1(i)))
         continue;
    else{
    aList.add(var1(i));
    result.addValue(var1(i));
    Regards,
    Priyanka

  • Possible to do "grant" sql statement in Native SQL?

    We have a need to do a grant of access from one of our systems out for various applications.  In order for this to work we need to run a grant access command on the table and are trying to put a wrapper around this so we can use an abap.  Below is the code I am unit testing.  Two questions.  First, can a grant be done via native SQL in abap?  Second, if it can be done, what is the error with the logic where I am trying to put in the table name via a parameter.
    REPORT  ZLJTEST2.
    tables dd02l.
    DATA scarr_carrid TYPE dd02l-tabname.
    SELECT-OPTIONS s_carrid for dd02l-tabname no intervals.
    DATA s_carrid_wa LIKE LINE OF s_carrid.
    DATA name TYPE c LENGTH 20.
    TRY.
        EXEC SQL.
          CREATE FUNCTION selfunc( input CHAR(20) )
            RETURNING char(20);
            DEFINE output char(20);
            set schema sapr3;
            grant select on table input to group infouser;
            RETURN output;
            END FUNCTION;
        ENDEXEC.
        LOOP AT s_carrid INTO s_carrid_wa
                         WHERE sign = 'I' AND option = 'EQ'.
          TRY.
             EXEC SQL.
                EXECUTE PROCEDURE selfunc( IN  :s_carrid_wa-low,
                                           OUT :name )
              ENDEXEC.
              WRITE: / s_carrid_wa-low, name.
            CATCH cx_sy_native_sql_error.
              MESSAGE `Error in procedure execution` TYPE 'I'.
          ENDTRY.
        ENDLOOP.
        EXEC SQL.
          DROP FUNCTION selfunc;
        ENDEXEC.
      CATCH cx_sy_native_sql_error.
        MESSAGE `Error in procedure handling` TYPE 'I'.
    ENDTRY.

    Hi,
    Yes it is posible.
    I made one program like you want. But it need very long code.
    Here I explain the idea:
    1. Create Screen with input TEXT EDIT CONTROL.
        This is for input SQL Statement.
    2. Get SQL Statement from Text Edit Control using method <b>get_text_as_r3table</b>.
    3. Now we need to separate SQL Statement into different table.
        We Separate SELECT, FROM, WHERE, GROUP, HAVING, ORDER, etc.
    4. We need dynamic internal table to store the data.
    5. Select the data according SQL statement.
          SELECT (IT_SELECT)
            into corresponding fields of table  <dyn_table>
          FROM (IT_FROM)
          WHERE (IT_WHERE)
          GROUP BY (IT_GROUP)
          HAVING (IT_HAVING)
          ORDER BY (IT_ORDER).
    6. Display our data using ALV GRID
    Hopefully it will help you.
    Regards,

  • MLGR to send a doc 'Report Goods Receipt to Buyer' proccessed wrong

    Hi
    We are using output type MLGR to send a doc 'Report Goods Receipt to Buyer' which is defined
    under->Output Types->Mail title and texts.
    Its 'Proccessing Routine' is: RSNASTSO
    Form Routine is: SAPOFFICE_AUFRUF
    All is well when we use MB02 MLGR,'Simple Mail',MP, UserName
    It sends the email to SAPConect.
    BUT the form comes with the definitions not with the actual values.
    Like so:
    INCLUDE MMIM_SE71_NEUER_EDITOR_MAIL2 OBJECT DOKU ID TX LANGUAGE EN
    $DATE$, $TIME$
    $SGF$ oder $SGH$ $EKKO-ERNAM$ !
    A goods receipt for your purchase order $MSEG-EBELN$
    item $MSEG-EBELP$ has just been entered.
    Material: $MSEG-MATNR$ $EKPO-TXZ01$
    Quantity delivered: $MSEG-ERFMG$
    Vendor: $MSEG-LIFNR$, $AM07M-NAME1$
    Posting date: $MKPF-BLDAT$
    $MFG$
    $MKPF-USNAM$
    Reg's
    Edan

    1. use variables '&' instead of '$'
    2. In transaction M706 for output type MLGR, make sure you have maintained the include by going in the long text, Choose Goto -> Change Editior, and maintain the form here :
    "A goods receipt for your purchase order &MSEG-EBELN&
    item &MSEG-EBELP& has just been entered.
    Material: &MSEG-MATNR& &EKPO-TXZ01&
    Quantity delivered: &MSEG-ERFMG&
    Vendor: &MSEG-LIFNR&, &AM07M-NAME1&
    Posting date: &MKPF-BLDAT&
    &MFG&
    &MKPF-USNAM&"
    Then in MN22, delete the earlier condition record and create a new condition record in MN21
    Here in the Communication in the MENU select
    Goto -> Execution Parameter. You reach the dialog box Change Execution Parameter. Here you maintain the following data for mail processing:
    Execution type        U   Transaction with memory
    Execution element     MB03
    Memory ID                  MBN
    Par name: RM07M-MBLNR      Parameter value: MSEG-EBELN
    Save
    Then create a PO (please remember to click on the GR message in the header), and create a GR against the PO.
    In SBWP, you will get the values and not definitions this time for the message created.

  • Issue in segment creation for File to IDOC mapping

    Hi,
    I have file with many feilds, i need to create a segment in IDOC for unique combination of 2 feilds.
    eg:
    408
    430050
    segment
    208
    430050
    segment
    208
    430050
    208
    460100
    segment
    208
    452010
    segment
    408
    432000
    segment
    208
    432000
    segment
    the value for the combination of first column and 2nd column are equal it should trigger one segment instead of 2segments else(for different combination) trigger the segment
    eg from table:
    in table for 208,430050 is occuring twice but it should trigger only one segment(unique combinations of 2 columns), for all other combinations it should trigger one segment for each.

    Hi Swapna,
    You can use below mapping.
    UDF:
    Execution type : All Values Of Context
    public void removeDuplicates(String[] context, ResultList result, Container container) throws StreamTransformationException{
    HashSet<String> hashSet = new HashSet<String>();      
            for (int i = 0; i < context.length; i++) {
                if (hashSet.add(context[i]))
                   result.addValue(context[i]);             
                else {
                   result.addSuppress();              
    Reards,
    Praveen.

Maybe you are looking for

  • Is there a way to make screencasts using apple s/w?

    Does anyone have experience with making screencasts and if so what would you recommend as the best tools (probably defined as flexible and easy to use). It appears there is an apple podcast creator,which does screen capture in video, but that only wo

  • SSAS TechNet Guru News: October Winners Announced

    All the votes are in!  And below are the results for the TechNet Guru Awards, October 2014 !!!! For a full list of winners, see the full blog post, as runners up had to be removed from this post to fit the forum max length restrictions.  BizTalk Tech

  • Agent determination issue in a workflow

    Greetings everyone! I'm configuring some business scenario with the help of a business workflow in SAP CRM 7.0 I'm using activity step and want to determine agents using standard SAP rule 10000162 ("Employees for responsible org. unit"). I've tested

  • Any way to stop being logged out of the forums every 10 minutes?

    Since the recent alteration of the forum, I keep getting logged out. Is there any way to increase the time or keep me logged in at all?

  • LiveCycle Watched Folder not working

    We are in the process of converting our Adobe Central documents over to LiveCycle. We are working on the processes for Fax, Email, and Print and are having issues getting the Watched Folder setup. We've followed the directions online but when we plac