Link between different fields in different databases

Hi
I have two asp pages displaying the contents of two different
databases. I
also have a link in a field of the first database to open the
second asp
page (<a href="results.asp">
. However, that way I see the top of the
results.asp, while I want to go to a specific field of the
database that is
connected to results.asp.
In HTML words I want to define an ancor in a field of
database2 and call it
from a link in a field of database1.
Please note that this is my first try in asp, so take it easy
Thanks
[gt] aka geotso
Please, remove hyphens to contact me

<a href="results.asp#field">
and then on results.asp, you would have -
<p id="field">whatever</p>
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"geotso" <[email protected]> wrote in message
news:e3iicm$7b7$[email protected]..
> Hi
> I have two asp pages displaying the contents of two
different databases. I
> also have a link in a field of the first database to
open the second asp
> page (<a href="results.asp">
. However, that way I see the top of the
> results.asp, while I want to go to a specific field of
the database that
> is connected to results.asp.
>
> In HTML words I want to define an ancor in a field of
database2 and call
> it from a link in a field of database1.
>
> Please note that this is my first try in asp, so take it
easy
>
> Thanks
>
> ------- ---- --- -- - -
> [gt] aka geotso
> ------- ---- --- -- - -
> Please, remove hyphens to contact me

Similar Messages

  • Using XML to exchange data between different databases?

    Hi,
    Does anyone know of any case-studies or tutorial's where XML has been used to transfer data between different databases... i.e. oracle to sql server?
    I basically looking into the differences between two schema's and what sort of tranformations need to take place.
    Thanks in advance guys!

    Hi,
    Does anyone know of any case-studies or tutorial's where XML has been used to transfer data between different databases... i.e. oracle to sql server?
    I basically looking into the differences between two schema's and what sort of tranformations need to take place.
    Thanks in advance guys!

  • What is the link between PO and Requisition in database side

    hello friends,
    please can any one tell me that what is the link between PO and Requisition in database side. means after creating the requisition we will go for create the PO based on that requisition.
    want to know that what is the link between both in database side.
    Thanks in advance
    krish.

    Hi,
    The link is at distribution level, between:
    PO_DISTRIBUTIONS_ALL.REQ_DISTRIBUTION_ID
    and
    PO_REQ_DISTRIBUTIONS_ALL.DISTRIBUTION_ID
    Hope it helps.

  • How to find link between the field (kzbew) mvt.ind. and the (ebeln) ?

    Hi all,
    while finding the link between the kzbew and the ebeln the only table i found is MSEG.
    But i want to populate the data in this table only?
    So please give me the solution how i can fetch the movement indicator for a particular purchase order?
    As i am using the idoc segment MBGMCR02((for creating goods receipt)...i have to pass the movt. indicator with the movement type also.......?

    the field - description in MSEG says:
    Movement Indicator
    Specifies the type of document (such as purchase order or delivery note)  that constitutes the basis for the Movement.
    Use
    This indicator is necessary, for example, to enable a distinction to be made between a goods receipt for a purchase order and a goods receipt for a production order. These two goods movements result in different data
    and account updates in the system.
    Dependencies
    The movement indicator is derived from the transaction code.
    what transaction do you want to use for your idoc?

  • Linking between different websites

    Hi
    How to get a couple of rows of from a search result of different website from ours.
    For eg.:
    I am entering a search criteria from
    http://www.a.com/examples/a.jsp
    and searching the result from
    www.b.com/examples/query?q=query
    Now, the tricky part is: i shouldn't display the complete result (I just need a couple of rows from the result) and also searching 'b' website should be a background process and display in my website using b.jsp
    Hope I am not confusing too much.
    Thanks in advance.
    Idress

    Hi guys
    To add to my previous query above:
    I have retrieved the page (reading it line by line), but that hasn't solved my purpose actually. What I need is to get (from the html page read) the order no. and product id, say for example, that are dynamic and varies for different users. The problem here is that I don't have permission to talk to the databae of "b" website to retrieve these.
    Any idea on how to accomplish this will be highly appreciated.
    Thanks in advance.

  • How to link 2 different database

    Hi,
    I'm having a problem. I have two databases name FLARE and MP5PROD. When I execute the triggers from FLARE DB, error displayed.
    ORA-04052: error occurred when looking up remote object [email protected]
    ORA--12203: ":TNS unable to connect to destination
    TNSNAMES
    MP5PROD.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.2.222)(PORT = 1521))
    (CONNECT_DATA = (SID = MP5P))
    FLARE_PROD.WORLD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.222)(PORT = 1521))
    (CONNECT_DATA = (SID = PROD))
    Here are the script for database links:
    FLARE_PROD
    Link Owner: MP5PROD
    Link Name: MP5PRODTOFIN.WORLD
    Host: PROD
    Username: MP5BAIM
    Link Owner: MP5BAIM
    Link Name: FINTOMP5.WORLD
    Host: MP5P
    Username: MP5PROD
    SCRIPT
    create database link "FINTOMP5.WORLD"
    connect to MP5PROD
    identified by "<pwd>"
    using 'MP5P';
    MP5PROD
    Link Owner: MP5PROD
    Link Name: MP5PRODTOFIN.WORLD
    Host: PROD
    Username: MP5BAIM
    SCRIPT
    create database link "MP5PRODTOFIN.WORLD"
    connect to MP5BAIM
    identified by "<pwd>"
    using 'PROD';
    Please help.
    Thanks,
    Regards,
    Diane

    I guess you should use
    using ' MP5PROD.WORLD' instead of using 'MP5P';and
    using 'FLARE_PROD.WORLD' instead of using 'PROD';during dblink creation.
    Edited by: viconstg on 26.04.2012 13:33

  • BAPIs or Function Modules for Links between different Business Objects

    Hi experts,
    I am accessing an SAP CRM 5.0 system from outside via remote function calls.
    I have the GUID of a business partner and would like to find other business objects
    that are related to this business partner.
    For example:
    - Which activities are relevant for this business partner?
    - Which orders were placed by this business partner?
    - Which leads or opportunities are linked to this business partner?
    - Which products did this business partner order?
    Is it possible to get this information by calling BAPIs or other RFC function modules?
    Regards,
    Karsten

    After studying lots of documentation and trying to understand the BOL and GenIL concepts,
    I finally found a function module which meets my demands. With function module
    CRM_GENIL_GET_QUERY_RESULT you can execute a Search Object of the GenIL,
    and it is remote-enabled.
    By checking transaction GENIL_MODEL_BROWSER and choosing component set "ALL"
    you get a list of all defined Search Objects. The Search Object that finds all orders of a
    business partner is "BTQuery1O".
    DATA gt_parameter_list TYPE crmt_name_value_pair_tab.
    DATA gs_parameter_list TYPE crmt_name_value_pair.
    DATA gt_data_hdr       TYPE TABLE OF crmt_genil_rfc_data_hdr.
    DATA gt_data_attr      TYPE TABLE OF crmt_genil_rfc_data_attr.
    DATA gt_data_rels      TYPE TABLE OF crmt_genil_rfc_data_rel.
    DATA gt_data_rel_obj   TYPE TABLE OF crmt_genil_rfc_data_rel_obj.
    gs_parameter_list-name  = 'BP_NUMBER'.
    gs_parameter_list-value = '4000000011'.
    APPEND gs_parameter_list TO gt_parameter_list.
    CALL FUNCTION 'CRM_GENIL_GET_QUERY_RESULT'
      EXPORTING
        iv_query_name                = 'BTQuery1O'
        it_parameter_list            = gt_parameter_list
      TABLES
        et_data_hdr                  = gt_data_hdr
        et_data_attr                 = gt_data_attr
        et_data_rels                 = gt_data_rels
        et_data_rel_obj              = gt_data_rel_obj
      EXCEPTIONS
        error_occured                = 1
        OTHERS                       = 2.
    Before you can use the function module, you have to call function module CRM_GENIL_INIT
    to initialize the GenIL.
    Regards,
    Karsten

  • Linking between different web overlays

    Hi,
    I'm working on a folio that has one article consisting of several pages with web overlays. Each overlay has the complete size of the the folio document (2048x1536px, optimized for iPad3), but the included html file is twice as wide (4096x1536px), so that the user can swipe horizontally within this overlay. This works fine. Now, is it possible in DPS to link from one html file in an overlay to a specific anchor of another html file in a web overlay (so that for example, the user can jump to the second half of the next page)? Maybe via Javascript, setting cookies etc. ("navto://" only navigates to a certain page)?
    Any help would be great.
    Thank you,
    Alex

    I've tried a whole bunch of things (setting variables, putting in links with an anchor reference ect.). Unfortunately, it seems you can't transfer any parameters from one web overlay to another.

  • Export and import UTF8 data between different databases

    Hi,
    I want to know how to do the following:
    export data from database 1 and then import the data to database 2
    I export user, without grants, with table data, without compress extents
    database 1:
    machine: SunOS 5.8 Generic_108528-14 sun4u sparc SUNW,Sun-Fire-280R
    oracle version: 8.1.7
    charset: SIMPLIFIED CHINESE_CHINA.UTF8
    database 2:
    machine: SunOS 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-2
    oracle version: 8.1.6
    charset: AMERICAN_AMERICA.UTF8
    Question:
    1. how to do it by using exp and imp command?
    2. Before exporting, what NLS_LANG should I set?
    3. Before importing, what NLS_LANG should I set?
    I can export data but got errors when importing as follow:
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in UTF8 character set and UTF8 NCHAR character set
    IMP-00069: Could not convert to environment national character set's handle
    IMP-00000: Import terminated unsuccessfully
    Thanks a lot.
    Regards,
    Kenny

    Hi, Nat,
    Thanks for your post:
    I have tried the following:
    Case 1:
    - set environment NLS_LANG="SIMPLIFIED CHINESE_CHINA.UTF8" in machine 1
    - export data from machine 1
    - ftp the export from machine 1 to machine 2 in binary mode
    - set environment NLS_LANG=AMERICAN_AMERICA.UTF8 in machine 2
    - import the data to machine 2
    Result:
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in UTF8 character set and UTF8 NCHAR character set
    IMP-00069: Could not convert to environment national character set's handle
    IMP-00000: Import terminated unsuccessfully
    Case 2:
    - set environment NLS_LANG="SIMPLIFIED CHINESE_CHINA.UTF8" in machine 1
    - export data from machine 1
    - ftp the export from machine 1 to machine 2 in binary mode
    - set environment NLS_LANG="SIMPLIFIED CHINESE_CHINA.UTF8" in machine 2
    - import the data to machine 2
    Result:
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in UTF8 character set and UTF8 NCHAR character set
    IMP-00069: Could not convert to environment national character set's handle
    IMP-00000: Import terminated unsuccessfully
    Case 3:
    - set environment NLS_LANG=AMERICAN_AMERICA.UTF8 in machine 1
    - export data from machine 1
    - ftp the export from machine 1 to machine 2 in binary mode
    - set environment NLS_LANG=AMERICAN_AMERICA.UTF8 in machine 2
    - import the data to machine 2
    Result:
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in UTF8 character set and UTF8 NCHAR character set
    IMP-00069: Could not convert to environment national character set's handle
    IMP-00000: Import terminated unsuccessfully
    Case 4:
    - set environment NLS_LANG=AMERICAN_AMERICA.UTF8 in machine 1
    - export data from machine 1
    - ftp the export from machine 1 to machine 2 in binary mode
    - set environment NLS_LANG="SIMPLIFIED CHINESE_CHINA.UTF8" in machine 2
    - import the data to machine 2
    Result:
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in UTF8 character set and UTF8 NCHAR character set
    IMP-00069: Could not convert to environment national character set's handle
    IMP-00000: Import terminated unsuccessfully
    database 1:
    machine: SunOS 5.8 Generic_108528-14 sun4u sparc SUNW,Sun-Fire-280R
    oracle version: 8.1.7
    charset: SIMPLIFIED CHINESE_CHINA.UTF8
    database 2:
    machine: SunOS 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-2
    oracle version: 8.1.6
    charset: AMERICAN_AMERICA.UTF8
    I cannot successfully import the exported data from database 1 to database 2. What is the correct procedure and setting in NLS_LANG in both machines?
    Can I import 8.1.7 exported data to 8.1.6 database?
    Please help.
    Regards,
    Kenny

  • Help Import Export between different database interfaces ODI

    Good morning!
    I am new to ODI and would like to help me in the following doubts: I'm developing some interfaces in a database tests, it logically all my configuration connection is that bank.
    When I import the interfaces in a database production, with another connection, I must reconfigure them totally, almost remaking them again? Or import, they automatically adjust?
    I thank you
    Emerson Formisano

    Hi  Emerson,
    I didn't get your point clearly.
    Please write in a proper statement.
    However I am telling you some checks and steps to export import.
    1> Before importing the interface please check all the source and target data stores are present in the deployment environment (where you are going to import)
    2> If not there Import the data stores first.
    3> data source should be physically present in DB (in case of table)
    4> If your data stores and KMs are available then you don't have to make the interfaces newly
    Thanks

  • DB Link between RAC and a standalone Database - HELP

    Hi Guys,
    I have a database DB1 on server1 (192.168.100.10), and then I have a RAC database on physical servers PROD1 192.168.100.1, and PROD2 192.168.100.5 with a load balancer. These two have virtual IPs 192.168.100.2 and 192.168.100.6. I have managed to create a DB Link on the RAC db pointing to DB1 with success, but when I create a db link on the DB1 server pointing to the RAC it fails. TNSPING works fine if I refer to the physical IP, but when I try the virtual IP it fails, but once I logon to the database I fail to connect using a db link or conn user1@prod1_link. Below are my tnsnames.ora entries.
    #virtual IPs
    PROD=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (LOAD_BALANCE=YES)
    (FAILOVER=YES)
    (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.2)(PORT=1529))
    (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.6)(PORT=1529))
    (CONNECT_DATA=
    (SERVICE_NAME=PROD)
    PROD1=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.2)(PORT=1529))
    (CONNECT_DATA=
    (SERVICE_NAME=PROD)
    (INSTANCE_NAME=PROD1)
    PROD2=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.6)(PORT=1529))
    (CONNECT_DATA=
    (SERVICE_NAME=PROD.econet.co.zw)
    (INSTANCE_NAME=PROD2)
    #physical IPs
    P1_PROD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.1)(PORT = 1529))
    (CONNECT_DATA =
    (SID=PROD)
    (INSTANCE_NAME=PROD1)
    P2_PROD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.5)(PORT = 1529))
    (CONNECT_DATA =
    (SID=PROD)
    (INSTANCE_NAME=PROD1)
    oracle@server1> tnsping prod1
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 12-OCT-2010 11:52:06
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.2)(PORT=1529)) (CONNECT_DATA= (SERVICE_NAME=PROD) (INSTANCE_NAME=PROD1)))
    TNS-12541: TNS:no listener
    oracle@server1>
    oracle@server1>
    oracle@server1> tnsping p1_prod
    TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 12-OCT-2010 11:09:28
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.1)(PORT = 1529))) (CONNECT_DATA = (SID=PROD) (INSTANCE_NAME=PROD1)))
    OK (0 msec)
    oracle@server1>
    SQL> Create Database Link prod_link
    Connect to user1
    identified by password
    using 'P1_PROD';
    Database link created.
    SQL>
    SQL> select * from global_name@prod_link;
    select * from global_name@prod_link
    ERROR at line 1:
    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    SQL>
    Help... sorry I could format the above using the "code" text.
    Regards,
    Kevin
    Edited by: Kevin Honde on Oct 12, 2010 12:10 PM

    TSTRAC1 =
    (DESCRIPTION=
    (LOAD_BALANCE=OFF)(FAILOVER=ON)
    (ADDRESS=(PROTOCOL=TCP)(HOST=10.10.96.165)(PORT=1521))
    (ADDRESS=(PROTOCOL=TCP)(HOST=10.10.96.167)(PORT=1521))
    (CONNECT_DATA=(SID=TSTRAC1)
    (INSTANCE_ROLE=PRIMARY)
    (SERVER=DEDICATED)
    (FAILOVER_MODE=
    (BACKUP=TSTRAC2)
    (TYPE=SESSION)(METHOD=BASIC)
    (RETRIES=10)(DELAY=3))))
    TSTRAC2 =
    (DESCRIPTION =
    (LOAD_BALANCE = OFF)(FAILOVER = ON)
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.96.167)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.96.165)(PORT = 1521))
    (CONNECT_DATA = (SID = TSTRAC2)
    (SERVER = DEDICATED)
    (FAILOVER_MODE =
    (TYPE = SESSION)(METHOD = BASIC)
    (RETRIES = 180)(DELAY = 5))))
    -- 10.10.96.165 VIP of node 1
    -- 10.10.96.167 VIO of node 2
    This is the TNS entry for one of RAC DB. You can change accordingly. Then first try to log in to the RAC db from your single instance database. If you can connect successfully then you can create the DB LINK easily.
    Regards
    Asif Kabir

  • Client copy between different operating systems.

    Hi Experts,
    Our production system is running on HP-UX OS. We are installing a standby quality system and planning to do a client copy to this system from production by taking this into transport domain. But this new system is in windows. So, is it possible to perform a client copy where the source system is HP -UX and target system is windows??
    Regards,
    Amit.

    Hi Amit,
    Follow SAP Note 552711 for client copy. Refer to qns no 4 & 5, which is relevant for your question.
    Can I create client copies in a heterogeneous system landscape?
    Remote copies or client transports can also be carried out between different database and operating systems.
    Regards,
    Debasis.

  • What is relationships between Different components of SAP NETWEAVER.

    Hi all
    What is relationships between Different components of SAP NETWEAVER like
    SAP EP, SAP XI, SAP BW , SAP WAS ,SAP MI.
    or What is link between  Different components of SAP NETWEAVER.
    Thanks in advance.
    Naresh-

    Refer this link:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ee/275c42b4e05542e10000000a1550b0/frameset.htm
    Regards,
    ravi

  • DB link between 8i and 9i

    Hi,
    i created a dblink from 8i to 9i.
    some simple query can be executed successfully:
    select * from tablename@dblink
    However, when use join method. It prompted me with following error:
    ORA-02068:following servere error from dblink
    ORA-03113: end-of-file on communication channel
    does anyone know how to correct it??
    Many thanks,
    Tommy

    Subject: Client / Server / Interoperability Support Between Different Oracle Versions
    Doc ID: Note:207303.1 Type: BULLETIN
    Last Revision Date: 26-OCT-2005 Status: PUBLISHED
    Oracle Client / Server Interoperability Support
    Introduction
    This note gives a summary of the support for interoperability between Oracle client and server versions. This includes support for connections over database links between Oracle versions. Note that this relates to support for investigation of defects / ability to obtain bug fixes.
    For a summary of the support status of each Oracle release see Note 161818.1
    General Policy
    Oracles general policy is to test and support each new Oracle release for compatibility with older releases thus:
    Test the NEW client to each OLDER server release where the OLDER release is still covered by Premier Support (formerly Primary Error Correction support) at the time that the NEW version is released.
    Test OLDER clients to the NEW server release where the OLDER release is still covered by Premier Support (formerly Primary Error Correction support) OR is in the first two years of Extended Support (formerly Extended Maintenance support).
    Tests between the NEW version and other OLDER releases may be added where Oracle deems it sensible to support interoperability between those releases.
    Current Interoperability Support Situation
    The matrix below summarizes client and server combinations that are supported.
    New interoperability problems will only be investigated if BOTH releases involved are covered by a valid support contract at the time that the issue is reported .
    eg:
    An 8.1.7 client to a 9.2.0 server issue requires the customer to have a valid Extended Maintenence support contract for the 8.1.7 client in order for Oracle to investigate it.
    Server Version
    Client Version 10.2.0 10.1.0 9.2.0 9.0.1 8.1.7 8.1.6 8.1.5 8.0.6 8.0.5 7.3.4
    10.2.0 Yes Yes Yes #5 No EMS No #3 No #3 No #3 No #3 No #3
    10.1.0(#4) Yes Yes Yes Was EMS #2 No #3 No #3 No #3 No #3 No #3
    9.2.0 Yes #5 Yes Yes Was EMS No No Was No No #1
    9.0.1 No Was Was Was Was Was No Was No Was
    8.1.7 EMS EMS EMS Was EMS Was Was Was Was Was
    8.1.6 No No No Was Was Was Was Was Was Was
    8.1.5 No No No No Was Was Was Was Was Was
    8.0.6 No No Was Was Was Was Was Was Was Was
    8.0.5 No No No No Was Was Was Was Was Was
    7.3.4 No No Was Was Was Was Was Was Was Was
    Key:
    Yes Supported
    EMS Supported for customers under Extended Maintenance (EMS) only.
    Was Was a supported combination but one of the releases is no longer covered by any of Premier Support , Primary Error Correct support or Extended Maintenance Support so fixes are no longer possible.
    No Has never been Supported
    Specific Notes:
    #1 - See Note 207319.1
    #2 - An ORA-3134 error is incorrectly reported if a 10g client tries to connect to an 8.1.7.3 or lower server. See Note 3437884.8 .
    #3 - An ORA-3134 error is correctly reported when attempting to connect to this version.
    #4 - There are problems connecting from a 10g client to 8i/9i where one is EBCDIC based. See Note 3564573.8
    #5 - For connections between 10.2 and 9.2 the 9.2 end MUST be at 9.2.0.4 or higher. Connections between 10.2 and 9.2.0.1, 9.2.0.2 or 9.2.0.3 are not supported.
    General Notes:
    For database links between different Oracle versions connections must be supported in BOTH directions in the matrix above.
    eg: As 9.2 -> 7.3.4 is not supported then database links between these version are not supported in either direction.
    Unsupported combinations may appear to work but can encounter errors for particular operations. The fact that they appear to work should not be relied upon - issues on unsupported combinations will not be investigated.
    Since new database servers are compatible with a limited set of older OCI clients, it may not be necessary to upgrade the client software when upgrading the database. However, some new features may not work without upgrading the client software. So, for example, an Oracle 7.3.4 client is able to connect to an Oracle8i database, but is not able to take advantage of newer features such as Transparent Application Failover (introduced in v8).
    Oracle Applications , or other Oracle products, may have supported configurations not listed in the matrix above.
    The matrix above also applies between different platforms and between 32/64 bit releases of Oracle client / server except where any Oracle platform desupport notice indicates otherwise .
    Terminology

  • Bpartner - Link between customer and vendor if its the same face

    Hello
    As I understood the primary idea to keep all business partners together is to make a link between differant roles of the same partner (like link customer and vendor if its the same face). Please correct me if I am wrong.
    The questions is : how this link is done in CRM (how the customer is linked to vendor if its the same face).
    Message was edited by: Aleksandrs Frolovs

    no answer

Maybe you are looking for

  • Which 500GB to 1TB hard drive for hdd upgrade?

    My hard drive is failing on my Macbook Pro so I was going to buy a new drive, I thought I could just get any 2.5" SATA disk again but from reading through the the forum, it looks like there issues with certain drives, motion detection issues, etc. I'

  • Reg: ME21 Purchase Order Creation BDC Codes

    Hi All, Ritenow Im working with ME21 purchase order creation, i have to create a upload program for this past twodays im geting hectic with this prog, if i create a prog using me21n transaction it is not running, and in ME21 i cant record in SHDB( it

  • Apache on Linux

    We have already had HTTP server running on Apache Linux. How to add JSP support without migrating to Tomcat? My understanding is that Tomcat is a HTTP server by its own rights.

  • How to put Mandatory option for selection screen fields in ABAP Queries

    Hi Experts Can anyone tell me how to put mandatory option for the selection screen fields in ABAP Queries. Manually I had written code in the At Selection Screen  option in infoset to display error message if that field is blank. But I need to displa

  • Encrypted PDF's

    Is it possible to view and unlock encrypted PDF's using iBooks? If not are there any other apps that can accomplish this task? Thanks