SAPScript in different instances

Hi experts!
We developed a form in development instance and we used some box in the Main Window. It's working fine in this enviroment, but in QA instance the boxes do not appear.
All the both versions: programs and form are the same.
Do you have any suggestion?
Points will be rewarded.
Michel Khouri

Hi,
Is the output device same in both cases?
santhosh

Similar Messages

  • How to find port number , when there will be different instance number ?

    In case of portal url,
    port number is 50000 for default instance number 00.
    how to find port number , when there will be different instance number , instead of 00?
    Thanks

    Hi
    You can find the port number by your instance number as follows:
    There is a general format for the port number like you have mentioned.
    For 00 instance the port number is 50000.
    The general format for the port number goes like this:
        <b>5<instance_no>00</b>
    If your <b>instance number is 01</b> then the port number would be <b>50100</b>.
    It depends on the installation type which you perform.
    You can also change the instance number during the installation but normally you dont do this.
    If you have many components or units installed on your system you may have more than one instance in that case it may go like this 00, 01, 02....accordingly port number will be 50000, 50100, 50200...resp.
    Hope this solves your doubt.
    If you need some more clarification please lemme know.
    Regards
      Sumit Jain
    **Rewrd with points if useful.

  • Can you run multiple APEX listeners for different instances on the same server

    Please confirm that we can run multiple APEX listeners for different instances on the same server?  Is it an xml setup configuration or do we need to do more??
    Thank You,
    Tony Miller
    SmartDog Services
    Austin, TX

    Yes.. Just exactly what I was looking for...
    Thanks Jari!!
    Thank You,
    Tony Miller
    SmartDog Services
    Austin, TX

  • File generation on different instance

    Hi,
    I've written a program which generates a file on the application server. In the production system we have 5 different instances. The program generates the file on the instance from where it is executed. Is it possible to ensure that irrespective from where the program is executed, the program will generate the file on a specified path only ?
    Bye

    Hi,
    I don't know if it can be controlled in prograam. But, can't we schedule the job to run only on one application server always?
    Basis team can do this. Please check this possibility.
    Thanks,
    Vinod.

  • Consolidation of data in two different instances

    Hi,
    I am having a scenario that ABCD is a subsidiary of holding company PQRS. Both the systems are running on two different instances of SAP. Now the ABCD is going for SAP implementation. PQRS is interested to consolidate the data of PQRS as well as ABCD. In ABCD, let me presume that the group chart of account has been used and each GL account of operating chart of account has been mapped to group chart of account GL account. Now, the question is how the data of ABCD can be transferred / moved to PQRS. The presumptions are: 1. There is RFC connections between ABCD and PQRS 2. PQRS is consolidating using EC-CS
    Please throw some light on this.
    Thanks in advance.
    Regards,
    Ravi

    >
    Pradip Nikam wrote:
    > Hi,
    >
    > I am transferring data from Non SAP system into SAP through XI. But I want to do consolidation of data in XI before transferring data to SAP system. Suppose I have 4 purchase entries from same vendor of same material for a week in non SAP system. Instead of transferring 4 different entries to SAP system. can I consolidate those 4 entries in XI into one & then tranfer to SAP?
    >
    > If this is possible then how to do it?
    >
    > Please guide.
    >
    >
    >
    > Pradip Nikam
    1. If your source system is sending all the entries in a single message you can easily do this via the mapping in XI
    2. Suppose your source system is sending these 4 message separately and then you want to consolidate, then you will have to involve BPM.
    You will need to collect these messages and then have a N:1 mapping that does the consolidation
    Ref:
    http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/0e/56373f7853494fe10000000a114084/content.htm

  • Join two table in different instance

    Hi,
    I have two table in different instance .
    IMEI in instance A
    RCA_SMART_CARD in instance B
    Below is the desc table :
    SQL> desc RCA_SMART_CARD;
    Name Null? Type
    N_CARD_ID NOT NULL NUMBER(10)
    C_CARD_SERIAL_NUMBER NOT NULL VARCHAR2(20)
    C_SIM_MSISDN VARCHAR2(20)
    C_SIM_IMSI VARCHAR2(20)
    C_LINKED_CARD VARCHAR2(20)
    N_PRO_IDENTIFIER NOT NULL NUMBER(4)
    C_CARD_TYPE VARCHAR2(1)
    N_SIM_STATE NUMBER(1)
    N_EEPROM_SPACE_LEFT NUMBER(9)
    N_VOLATILE_SPACE_LEFT NUMBER(9)
    N_NONVOLATILE_SPACE_LEFT NUMBER(9)
    N_CARD_OPTI NOT NULL NUMBER(15)
    N_PRODUCT_ID NUMBER(10)
    D_CREATION_DATE DATE
    D_MODIFICATION_DATE DATE
    D_STATUS_MODIFICATION_DATE DATE
    SQL> desc IMEI;
    Name Null? Type
    MSISDN NOT NULL VARCHAR2(20)
    IMEI NOT NULL VARCHAR2(16)
    DATE_MOD NUMBER(13)
    IMSI VARCHAR2(18)
    ICCID VARCHAR2(20)
    T_PROF RAW(20)
    EXTRA_DATA VARCHAR2(100)
    If I want to join two table together .
    I want to search the number of record in IMEI that have N_SIM_STATE =1 in RCA_SMART_CARD .
    The MSISDN in IMEI is equal to C_SIM_MSISDN in RCA_SMART_CARD .
    How can I do and what is the sql statment ??
    Please advice .

    First you need to decide, from where you want to execute the query.
    Let us assume it is instance A(as per your example).
    Then what you need to do is:
    1.     Create database link to instance B
    *[url http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/statements_5005.htm]Here* is the semantics.
    2.     After creating the database link to instance B, you can achieve the result set by running the below query:
            SQL> select count(*) from IMEI t1 join RCA_SMART_CARD@<db_link_name> t2 on t1.MSISDN = t2.C_SIM_MSISDN where t2.N_SIM_STATE = 1
            Hope it helps!
    Cheers,
    AA

  • Create a Different instance with Separte amserver,psconsole,directory serve

    Hi
    I have created different instance in same node using webserver 7.0(Sun Java Sytem portal Server 7.1 Update 2). i want to know about how to create different instance each instance have separate acessmanager, psconsole and directory server, is it possible?? i am using sun java sytem portal server 7.1 update 2.
    Can you any one please tell me the further steps..
    Cheers..
    Sekar M

    This is possible but not easy to explain in a few lines on a forum. You may want to consider using Solaris 10 zones instead and just put each stack into a separate zone.

  • Combining ICM Scripts of 2 different instances

    I am having 2 different instances of ICM in separate sets of servers.
    i.  Banking             (instance name Bank)
    ii. Credit Card Services     (Instance Name CCS)
    Because of server cost and under utilization of server performances we are planning to combine both the instances into one.
    Is it possible to import the scripts of both the instances without having to rewrite the complete script of either one of them.
    Thanks
    Alok

    Yes you will be able to do an export & import of the scripts.
    You should build all the rest of the configuration (skills, calltypes, dialed numbers, etc.).
    When you export the script from one instance, and import it into another the import function will attempt to 'map' all the referenced configuration objects from the source configuration, to the destination config.  Hence, the need to have created all the config on the 'target' instance, first.
    Strongly suggest you go through this in a lab environment before even considering attempting this on your production servers.

  • Select using different instances

    I hope this is not off topic here:
    How do I access different tables in different instances? I found anything in documentation.

    Did u create DB link???
    after creating dblinks it should be ok....
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Frank([email protected]):
    I hope this is not off topic here:
    How do I access different tables in different instances? I found anything in documentation.<HR></BLOCKQUOTE>
    null

  • Serving virtual hosts with different instance of weblogic6.1

    We are using the apache plugin and weblogic6.1. Is it possible to send the request
    for each virtual host to a different instance of weblogic6.1 instance? If so how?
    For ex in my httpd.conf I want to say
    <VirtualHost abc.xyz.xom>
    WebLogicHost 192.168.10.20
    WebLogicPort 8001
    </VirtualHost>
    <VirtualHost cde.xyz.com>
    WebLogicHost 192.168.10.20
    WebLogicPort 8002
    </VirtualHost>
    Thanks in Advance
    Viren

    We have two virtual hosts for our SSO server.
    Intranet users use
    Name: sso.parlinkom.gv.at
    Address: 161.110.13.4
    but internet user use
    Name: clsso.parlinkom.gv.at
    Address: 161.110.1.17
    Yes, we have one portal.
    Thank you in advance
    Wolfgang

  • Stock Transfer between 2 different instances of SAP

    Hi for all,
    I want to know if anyone has any documentation about how to do a Stock transfer between 2 different instances of SAP, the worst part that I think is how to see a plant from one SAP to another, any collaboration will be appreciate.
    Edited by: Ruy Osório de Freitas Neto on Mar 5, 2008 6:24 PM

    I still don't see the difference between what you are telling me and the material i handled to you....
    This material exactly describes the case where you have to wharehouse working in whatever ERP systems at the same time.
    The ALE configurations are only one step between them.
    The idoc types for purchasing are ORDERS, ORDRCHG,ORDRRSP, Quotes
    For LE are Desadv,Shpmnt
    Processo
    Entrar um movimento de mercadorias no sistema ERP.
    O sistema cria automaticamente um recebimento ou uma entrega com base nesse movimento de mercadorias.
    O sistema transfere o recebimento por meio da BAPI InboundDelivery.SaveReplica (a entrega, por meio da BAPI OutboundDelivery.SaveReplica) do sistema ERP para o SAD, onde representa uma solicitação ao depósito para armazenar ou retirar mercadorias.
    No sistema descentralizado, uma ordem de transferência no depósito é criada para a entrega ou para o recebimento, respectivamente.
    Executar a entrega/recebimento físico(a) das mercadorias.
    Confirmar a ordem de transferência no depósito.
    Após a confirmação da ordem de transferência no depósito, é lançada a entrada de mercadorias para o recebimento (ou saída de mercadorias para a entrega). Isso libera a posição intermediária.
    Essa atividade inicia a confirmação para o sistema ERP por meio da BAPI InboundDelivery.ConfirmDecentral para o recebimento e por meio da BAPI OutboundDelivery.ConfirmDecentral para a entrega.
    O lançamento da entrada ou saída de mercadorias no sistema ERP ocorre automaticamente quando a confirmação é registrada no sistema.
    Quando a entrada ou saída de mercadorias é lançada no sistema ERP, a transferência de estoque é lançada simultaneamente na Administração de Estoques.

  • How to call a package from a different instance?

    Dear all:
    how to call a package from a different instance?
    for example:
    package A belongs to instance A1
    package B belongs to instance B1
    Now I want to call the package B in instance A1, how can I do ? my environment is oracle 10g
    Regards
    Terry

    Terry Chen wrote:
    Dear all:
    how to call a package from a different instance?
    for example:
    package A belongs to instance A1
    package B belongs to instance B1
    Now I want to call the package B in instance A1, how can I do ? my environment is oracle 10g
    First you have to create create dblink in A1 database as below
    CREATE DATABASE LINK INSA1
       CONNECT TO USER_NAME IDENTIFIED BY <pass>
       USING 'B!' Then you can execute exec pack_b@INSA1;

  • To determine Code diff of two same units placed in two different instances

    Hi All
    I have a procedure, say PROC_TEST in two different instances, say INST_ONE and INST_TWO.
    The PROC_TEST in instance INST_ONE is as:
    Create or replace PROC_TEST(
    var_num1 number)
    is
    begin
    dbms_output.put_line('I am in PROC_TEST');
    end;
    Create or replace PROC_TEST(var_num1 number)
    is
    var_number number := var_num1;
    begin
    dbms_output.put_line('I am in PROC_TEST');
    dbms_output.put_line('The value of var_number is '||var_number);
    end;
    Now, i need to determine the diff between these two procedures, which will return me only the code diff, not the diff due to formatting.
    NOTE: I have arround 6700 such units, so i can't go for comparing one unit at a time.

    Hi All
    I have a procedure, say PROC_TEST in two different instances, say INST_ONE and INST_TWO.
    The PROC_TEST in instance INST_ONE is as:
    /* Instance 1 */
    Create or replace PROC_TEST(
    var_num1 number)
    is
    begin
    dbms_output.put_line('I am in PROC_TEST');
    end;
    /* Instance 2 */
    Create or replace PROC_TEST(var_num1 number)
    is
    var_number number := var_num1;
    begin
    dbms_output.put_line('I am in PROC_TEST');
    dbms_output.put_line('The value of var_number is '||var_number);
    end;
    Now, i need to determine the diff between these two procedures, which will return me only the code diff, not the diff due to formatting.
    NOTE: I have arround 6700 such units, so i can't go for comparing one unit at a time.

  • To execute a script in two different instances simultaneously

    Hello All,
    Is it possible to execute a script on different instances simultaneously?
    Like, can we create a user on different instances simultaneously using a script?
    Thanks in advance..!
    Thanks and Regards, Readers please vote for my posts if the questions i asked are helpful.

    Hi,
    Registered Servers meets your requirements.
    The Query Editor window in SQL Server Management Studio can connect to and query multiple instances of SQL Server at the same time. The results that are returned by the query can be merged into a single results pane, or they can be returned
    in separate results panes. As an option, Query Editor can include columns that provide the name of the server that produced each row, and also the login that was used to connect to the server that provided each row. For more information about how to execute
    multiserver queries, see
    Execute Statements Against Multiple Servers Simultaneously (SQL Server Management Studio).
    To execute queries against all the servers in a local server group, right-click the server group, point to click
    Connect, and then click New Query. When queries are executed in the new Query Editor window, they will execute against all servers in the group, using the stored connection information including the user authentication context. Servers
    registered by using SQL Server Authentication but not saving the password will fail to connect.
    More information, see: http://msdn.microsoft.com/en-us/library/ms188231.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • I need to give  different instance names to the cells of my grid

    I have a grid with 16 cells, and I want to give  each cell a different instance name; like for example, boxy1, boxy2, ....boxy16; how do I achieve that ?  Here is the code:
    And thank you.
    var rows:int = 4;
    var cols:int = 4;
    for (var py:int = 0; py <rows; py++)
    for (var px:int = 0; px <cols; px++)
      var box:Box = new Box();
      box.x = 30 + box.width * px;
      box.y = 30 + box.height * py;
      addChild(box);

    I already did experiment my crossword, and it is working fine. I just find it a bit primitive the way I made my squares using flash instead using as3.
    Now I am going to watch some cartoons to relax, and digest my pork and bean supper.
    After I will go to your blog.
    Thank you.

Maybe you are looking for