How to define IE-parameter EO_OUTBOUND_PARALLEL

Hi,
we are using PI 700, SP11.
I have a file-receiver adapter in my scenario and I wanna define the IE-parameter
EO_OUTBOUND_PARALLEL
for this receiver with a value of "1".
The reason is, that adapters of the j2ee-engine work serial and so a parallel outbound queue is not necessary.
I read, that I have to define it in SXMB_ADM:
Tuning / EO_OUTBOUND_PARALLEL
with a subparameter = ???
How can I define this subparameter?
I tried to define it via sender/receiver-ID , but it doesn't work.
Please help.
Thanx
Regards
Wolfgang

Hi Wolfgang,
wollte nur Bescheid geben, dass ich das auch nicht weiss
Gruss Mario

Similar Messages

  • How to define Lexical Parameter in Oracle report.

    Dear all,
    I need to know that how i will define lexical parameter in query of report builder
    i have like this
    SELECT R.EXCEPTION_MESSAGE EXP_MESSAGE,
    ER.PROD_ID PRODUCT,
    ER.TNAME SEGMENT1 ,
    DECODE(R.STATUS,'Y','ROW',
    'L','TABLE',
    'Z','CIB LEVEL',
    NULL) STATUS,
    NVL(COUNT(*),0) CNT
    FROM EXCEPTION_RECORDS ER,CIB_PROC_TABLES_RULES R
    WHERE ER.TABLE_ID=R.CIB_TABLE_ID
    AND ER.EXP LIKE '%'||R.EXCEPTION_MESSAGE||'%'
    AND ER.BRWR=:v_brwr
    &v_where
    GROUP BY R.EXCEPTION_MESSAGE,ER.PROD_ID,ER.TNAME,R.STATUS
    ORDER BY 2
    It is giving an error

    V_WHERE should be defined same way as regular parameter. It should acquire certain value that makes the query syntaxically correct bofore the sql is run, usually in the After Param Form trigger, e.g.
    v_where := 'WHERE 1=1';
    ...

  • How to define a parameter in a method of type com.sap.tc.webdynpro.progmode

    Hi All,
    I want to define a parameter in a method, type of parameter is com.sap.tc.webdynpro.progmodel.api.IWDNode,
    But when I browse on type and tehn in local dictionary, I do not find this type of datatype, please suggest how to assign this data type to any method's parameter.
    Thanks in Advance.

    Hello Amit,
    Please include  webdynproprogmodel.jar to build path, which can be found at    /sap/eclipse/plugins/com.sap.tc.webdynpro.runtime/lib
    Then you could able to user datatype IWDNode in your code
    Let me know if you need the jar file 
    Regards,
    Madhu

  • How to define Export parameter as Import parameter in next test script.

    Hi Experts,
    We have defined Purchase order no. as export parameter in ME21N transaction test script.
    Test configuration for ME21N transaction executed succesfully and the Purchase order No. appeared in the last message
    is the export parameter for next test script i.e. MIGO transaction.
    However I am unable to define this export parameter as Import parameter in next test script for MIGO transaction.
    Please suggest me the method to define the same.
    Please Help...
    Thanks in Advance
    Vikas

    Vikas,
    You need to create super script which is nothing but having the both the steps (Po creation & MIGO ) in this eCatt script. This can be achieved by using the REF command as ex. below.
    Create PO
    REF ( Z_CREATE_PO , Z_CREATE_PO_1 ).
    Create MIGO
    REF ( Z_CREATE_MIGO , Z_CREATE_MIGO_1 ).
    Z_Create_PO is the actual eCatt script that you recorded to create the PO. Z_CREATE_QUOTE_1 is the interface created by SAP. Similarly you have use the REF command to call the MIGO script inside this super script.
    To pass the export parameter from PO step to MIGO, double click the Z_CREATE_PO_1and define the export variable for PO number. And do the same on the interface for MIGO step.
    Follow the instructions if you need in this help document posted by another user in this forum
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID0134775250DB00634934533836311611End?blog=/pub/wlg/3497
    Note : Cut & paste the entire link above to view the document.
    thanks
    Venkat

  • How to define sequence parameter by default as 'Use Default'

    Hello
    Is there a way to define sequence parameters so, that in every instance of this sequence the default checkmark of the parameters is set to 'Use Default' ?
    If this is possible is it only for all parameters of an sequence, or for can it be changed for any of the parameters individualy.
    Thanks
    Olli

    Dear Olli
    I don't think there's a way of automatically checking the "Default" option for several sequence parameters. You will have to do it for each item individually.
    Best regards
    Philipp Roessler

  • How to define the application parameter 'sap.xss.BaseConfigurationID'

    Hello All,
    I am developing a webdynpro ESS custom self service application. I have completed the development of the DC. But at the end when I am creating the application for the DC, I am not able to figure it out how to define the application parameter 'sap.xss.BaseConfigurationID' for the application. I have defined remaining all the parameters as specified in the following link.
    [http://help.sap.com/erp2005_ehp_03/helpdata/EN/43/3b95dab4ab1800e10000000a1553f6/content.htm]
    Could any one please detail the process to define the parameter 'sap.xss.BaseConfigurationID' ?
    Thanks a lot.
    Regards,
    Seshu.

    Pick a representative file.
    Get info. (Command-i)
    There you will see a place "Open with" where you can select the application for that file.
    Hit the "Change all..." button to do this for all files of this type.
    charlie

  • How to define a new parameter

    Hi,
    I want to improve a search by defining a new parameter. This parameter will replace (1,2,3,4) which is show below.
    .. documentid IN (1,2,3,4)
    Is it possible to define such parameters in APEX/SQL? if so, how can I do it? (I have tried some possible solutions but I did not get a result.)
    (Oracle 10.2, APEX 3.2)
    Thanks in advance,
    Sedso
    Edited by: Sedso on Aug 6, 2011 12:49 PM

    I suppose you are talking about a report, right? I see 2 potential problems to be worked around:
    1- how to pass the comma in an URL parameter, without making APEX understanding it as a separator for multiple parameters?
    if you're running the report from a branch in other page, just check the 'save before branching' property.
    Otherwise you will have to escape the commas, replacing it by some other character (like a '*', for example) right before submitting the page - of course you will need to add a computation to decode the conversion made (from '*' back to ',') in your report, in a Before Page style.
    You can find more sophisticated solution at http://rokitta.blogspot.com/2009/07/apex-fp-syntax-with-flexible-parameter.html
    2- how to utilize the parameter in the context of your query?
    I'd suggest to create a dynamic query, like in the tutorial http://www.oracle.com/technetwork/developer-tools/apex/dynamic-report-092026.html
    The query could be something like:
    declare
    q varchar2(4000);
    begin
    q:=' select col1, ';
    q:=q||' col2, ';
    q:=q||' col3 ';
    q:=q||' from tabela ';
    q:=q||' where documentid IN ' ||:p_in_clause '; -- like '(1,2,3,4)'
    return q;
    end;

  • What is use of defining SELECTION PARAMETER in MOVEMENT TYPE

    Hi All ,
    Can u pls tell me the reason of defining SELECTION PARATEMETER in MOVEMENT TYPE.
    REGARDS
    Sandeep

    May be I couldn't explain my question well , sorry for that.
    When I define a new Movement code using T code OMJJ ( in IMG) , there is a field for SELECTION PARAMETER.
    I wanted to know the impact of this field value.
    Pavan , you are right that value is like a searching criteria but I am just wondering how can I check whether system is working as per the SELECTION PARAMETER defined for a movement type.
    For example , in movement type 101 defined selection parameter is WE101 (Open Goods Receipts) , so where I should check (in which list ) whether system is taking it as default value or not.
    I know for you people might find it a stupid question but I have no other option than u people )
    Pls let me know if my question is still not clear
    REGARDS
    SANDEEP

  • How to define this FORMAL parameters for a std. SAP itab?

    Hello Experts,
    Am writing a custom PERFORM in a standard SAP include-RVCOMFZZ by using modification assistant, like below,
    RVCOMFZZ:
    PERFORM my_routine IN PROGRAM my_report USING com_vbapvb.
    (here com_vbapvb is a TABLES parameter  with STRUCTURE of vbapvb in the std. sap FM).
    my_report:
    FORM my_routine USING here_I_want_to_know_the_data_object
    ENDFORM.
    Here pls. let me know How to define the FORMAL parameters of my_routine? I tried with different options, but did not worked out. Preferable let me know in OOPS concepts (not using TABLES)
    Thank you

    Hi,
    here is example how to write you structure content  regardless what com_vbap has field list.
    PERFORM my_routine IN PROGRAM my_report USING com_vbapvb.
    FORM my_routine USING here_I_want_to_know_the_data_object.
      field-SYMBOLS: <field> type any.
      do 100 times.
        assign COMPONENT sy-index of structure ls_VBAPVB to <field>.
        if sy-subrc = 0.
          write:/ <field>.
          else.
          exit.
        endif.
      enddo.
    ENDFORM.
    Bye Jan

  • How to define initialization parameters in iWS6.0sp2

    I need to define an initialization parameter in iWS6.0sp2, this parameter will be used by all my servlets in an web application.
    parameter name: paraName
    parameter value should be a string: "c:/xxx/xxx/xx"
    I want to get this parameter in my servlet using :
    getInitParameter("paraName")
    it looks like I need to define it in the web-apps.xml, but not sure.
    Can somebody tell me where and how to define it. Thanks in advance.
    John

    Hi,
    You can define initargs in servlets.properties file and refer that from web-apps.xml.
    check this link for more details
    http://docs.iplanet.com/docs/manuals/enterprise/50/servlets/war.htm
    Regards
    T.Raghulan.

  • How to Hide the Parameter field at run time....

    Hi,
    I have a parameter field which behaves differently depending on the User logged in.
    It has the LOV coming from following SQL.
    SELECT customer_name FROM Cust_mast;
    If the user = 'INTERNAL' then the Where clause will be
    WHERE cust_id in('DELL', 'SBC', 'BANK')
    Else there will be no WHERE clause or the parameter field
    should be hidden in the parameter form.
    So my questions are:
    1) How to hide the Parameter field during Run time?
    OR OR OR
    2) How to change the LOV select statement during Run time?
    Thanks.
    Ram.

    Hi Ram,
    Is there any way to play with the sql query SELECT using DECODE ?I'm not sure of this part, maybe someone else can suggest a way.
    However, what you want can be done in 2 other ways:
    1. Build 2 reports. Both reports will just be duplicates of each other, only difference being that the 'LoV where clause' will be different. Now you can fire the appropriate report in many ways. For example, if the customer is alreay logged inside your custom application, and therefore you already know whether the user is internal of external, you can design your button or link which launches the report to contain logic such that one of the 2 reports is fired depending on who the user is.
    1. Use a JSP parameter form, not a paper parameter form In this case, just build an HTML parameter form in the web source of your report. Use Java logic to populate the LoV drop-down list. When you have to launch the final report, just launch the paper-layout of the report. For example (you will have to modify this):
    <form action="http://machine:port/reports/rwservlet?report=ParamForm.jsp+..." name="First" method="post">
    <select name="selected_customer" onChange="First.submit()" >
    <option value="">Choose a Customer Name
    <rw:foreach id="G_cust_id" src="G_cust_id">
         <rw:getValue id="myCustId" src="CUSTOMER_ID"/>
    <rw:getValue id="myCustName" src="CUSTOMER_NAME"/>
    <option value="<%=myCustId%>"><%=myCustName%>
    </rw:foreach>
    </select>
    </form>
    In the code above, you will have to make sure that your report's data model defines 2 CUSTOMER_ID's (like CUSTOMER_ID_INT and CUSTOMER_ID_EXT). These 2 will be internal and external Cust ID's. Use Java logic to show one of them.
    Navneet.

  • How to use Report Parameter  on Data Template

    Hello All ,
    I 've tried to create a Report using Data template and Report Parameter. I create a report using data template and I also created a parameter (P_company_name).
    Data Template :
    <dataTemplate name="test_Data_template" description="test" dataSourceRef="test">
    <parameters>
    <parameter name="company_name" dataType="character" include_in_output="false" defaultValue= *** HOW TO DEFINE THE REPORT PARAMETER (P_Company_name) HERE ** />
    </parameters>
    <dataQuery><sqlStatement name="Q1"> <![CDATA[SELECT customer_no,Company_name, from customers where acquisition_id = :company_name  ]]>
    </sqlStatement>
    Report Parameter
    Identifier : P_Company_name
    Data Type : String
    Default Value : Test
    Parameter Type : Text
    When the endusers run the Report they will provide the Company name through the report parameter.
    I have tried to use the same approach that I used to pass the Parameter to SqlQuery on data Template but it is not working . XML Publisher cannot define the parameter.
    How can I do that ?
    If you have any suggestion or document I will really appreciate.
    Thanks,
    Robson

    use this <parameter name="P_Company_name" dataType="character" include_in_output="false" defaultValue= 'Test Value' />and in the querySELECT customer_no,Company_name, from customers where acquisition_id = :P_Company_namehttp://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12187/T421739T434255.htm
    Just keep the parameter name in datatemplate and the definition same.

  • 11gR2 OLAP - How to define or set the  size of the OLAP PAGE?

    Hi,all!
    Could you help me? How to define or set the size of the OLAP PAGE in 11gR2?
    Edited by: [email protected] on 25.01.2010 8:36
    Edited by: [email protected] on 25.01.2010 8:36

    Hi there,
    The size of an OLAP AW page is automatically derived from the block size of the tablespace in which it is stored (which in turn is typically derived from the db_block_size initialisation parameter)
    Do you have a particular concern about this setting?
    Thanks,
    Stuart Bunby
    OLAP Blog: http://oracleOLAP.blogspot.com
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    OLAP on OTN: http://www.oracle.com/technology/products/bi/olap/index.html
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • UJQ_RUN_RSDRI_QUERY: how to define the scope?

    Hi,
    I'm going to use UJQ_RUN_RSDRI_QUERY in a BADI in order to retrieve data from another application. It seems easy to use. But how to define the scope of the retrieved data, i.e. how to define the content of the it_sel parameter.
    thanks for your help,
    Romuald

    This is a selection table which contains the DIMENSION name and the selection options.  Here is how to fill the table. For example, say you wanted to select on only JAN.2012 for a certain account.
      clear ls_sel.
      ls_sel-dimension = 'ACCOUNT'.
      ls_sel-sign = 'I'.
      ls_sel-option = 'EQ'.
      ls_sel-low = 'CE40041000'.
      insert ls_sel into table lt_sel.
    clear ls_sel.
      ls_sel-dimension = 'TIME'.
      ls_sel-sign = 'I'.
      ls_sel-option = 'EQ'.
      ls_sel-low = 'JAN.2012'.
      insert ls_sel into table lt_sel.
    Cheers,
    Rich HEilman

  • How to define CSV to Document

    Hello experts,
    I'm looking for a scenario "how to define CSV to Document, etc:Order,Quatation..."
    Can someone please send me a sample or a link?
    I tried to use B1i Guide but the information is not enough
    Best Regards
    Nir

    Hi Nir,
    did you set up the File Inbound configuration according to your object definition of the F.AnySystem?
    I suppose you created an F.AnySystem object for the incoming CSV file. The mapping into B1 object is easier, if you use the same local object ID as in B1 (e.g. 22 for puchase order).
    Please open your created scenario with the Graphical scenario Design (SAP B1iSN Tools -> Development Tools -> Graphical scenarion Design) , select your Bizpackage and the Bizstep.
    In the opening window B1iSN DesignTime-Diagramm check, that every element is displayed in "green", especially:
    - Sender ObjectType
    - FileInbound
    If there is any red or yellow color in it, it means that something of your configuration is missing.
    If the FileInbound is not set up correctly, the inbound file will not be recognized as your defined F.AnySystem SenderObjectType.
    Please focus on FileInbound and maintain:
    - ObjMap (Define own, generate own and save own in exact order)
    - Format : Here you need to specify with kind of file is sent towards B1iSN, e.g.:
           SysType = F.AnySystem
           Inbound Formats = DSV
           Character encoding = ISO-8859-1
           DSV Object Identifier = e.g FieldName, if name of File is equal to field Object Id as defined in SenderObjectType
           DSV Object identifier Parameter = this entry needs to fit, what you defined in ObjMap
           DSV Field Delimitter = ;
           DSV Field Wrapper = "
    As last step you need to map the column names of the CSV file into XML format as described in chapter Inbound Format conversion  of B1iSNGuide 04 on page 44 for section DSV.
    Please have a look into the B1iSN guide again, you will find every information needed to tranform an CSV file into F.AnySystem object and into B1 object.
    Best regards
    Bastian

Maybe you are looking for