Type in callable  statment in java

In below code what would be the replacement for OracleTypes.CURSOR in SQL server.
cstmt = conn.prepareCall( "CALL test(?,?)");
cstmt.setString(1,strFromDate);
cstmt.registerOutParameter(2,OracleTypes.CURSOR);
cstmt.execute();

that was the easiest 10 points I ever received. thank you. so funny, sometimes you work your butts out and get no appreciation. in your case the question and answer was simple but I still get the maximum reward points. what a great return on investment.
Anyway, if your company is a SAP customer or partner, you should have or somebody in your organization should have the login id to service.sap.com. Otherwise go to SDN under the CAF Tutorial Center SAP Composite Application Framework - CAF Tutorial Center [original link is broken] where you should also get enough how-to guides. Enjoy you learning experience with GP!

Similar Messages

  • Need to run in my PC: Type 1 db driver Access / java[SE1.6] Desktop app

    http://www.paphoscarhire.mobi/odbc-bridge2.jpg
    desktop control panel settings, I have above URL (IMG) Settings
    well, I need to run in my PC: Type 1 db driver Access / java[SE1.6] Desktop Applications, what I need to install ?
    I refer for Type 1, JDBC-ODBC Bridge driver.... Is it needed install and Access 2003 ODBC driver (see URL) ...? How I understand if I already installed it(?) since I do not know ?
    How to load driver in my program ? The below are correct for: Class.forName & DriverManager.getConnection ?
    class  ResultSetDemo    {
      public static void main (String  [ ] args)    {
        try {
           Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
           Connection conn
              =DriverManager.getConnection("jdbc:odbc:RedWines");  // DSN=RedWines
           Statement  sttmnt  =  conn.createStatement (  );

    I GET ERROR !
    C:\Users\User\Documents\TextBooks Data Files\The Web Warrior Guide to Web Database Technolo
    gies, 1st Edition\extract\Chapter06\Chapter>java ResultSetDemo
    [Microsoft][ODBC Microsoft Access Driver] Syntax error in FROM clause.
    java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error in FROM claus
    e.
            at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6957)
            at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7114)
            at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(JdbcOdbc.java:3110)
            at sun.jdbc.odbc.JdbcOdbcStatement.execute(JdbcOdbcStatement.java:338)
            at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:253)
            at ResultSetDemo.main(ResultSetDemo.java:10)
    C:\Users\User\Documents\TextBooks Data Files\The Web Warrior Guide to Web Database Technolo
    gies, 1st Edition\extract\Chapter06\Chapter>

  • What type of image files can java support?

    I there I'm trying to figure out what type of image formats does java support. Am I right in thinkning that it only supports:
    BMP
    JPEG
    GIF
    TIFF

    I there I'm trying to figure out what type of image
    formats does java support. Am I right in thinkning
    that it only supports:
    BMP
    JPEG
    GIF
    TIFFyup...i think thats about more than enough for normal users right?
    correct...

  • [svn] 674: LCDS-110: If you don' t specify file type when using DocumentReference, a java.lang. NullPointerException occurs.

    Revision: 674
    Author: [email protected]
    Date: 2008-02-27 09:41:30 -0800 (Wed, 27 Feb 2008)
    Log Message:
    LCDS-110: If you don't specify file type when using DocumentReference, a java.lang.NullPointerException occurs.
    qa: yes
    bug: LCDS-110
    doc: no
    checkintests: passed
    Details:
    modules/common/src/java/flex/messaging/errors.properties
    * new error message
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-110
    http://bugs.adobe.com/jira/browse/LCDS-110
    Modified Paths:
    blazeds/branches/3.0.x/modules/common/src/java/flex/messaging/errors.properties

    Yes I know that ;) and I fixed it myself too by initializing it like this: private GameObject[] apple = new GameObject[max_apples];But now I get this error instead:
    Exception in thread "Thread-4" java.lang.ArrayIndexOutOfBoundsException: 3
         at Main.run(Main.java:35)
         at java.lang.Thread.run(Unknown Source)
    Exception in thread "AWT-EventQueue-1" java.lang.ArrayIndexOutOfBoundsException: 3
         at Main.paint(Main.java:134)
         at sun.awt.RepaintArea.paintComponent(Unknown Source)
         at sun.awt.RepaintArea.paint(Unknown Source)
         at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)So now I need help on this... =D CHEERS! :P

  • Setting userdefined type param for procedure in java code

    hi all,
    i have to make the call to the procedure through java using callable statement. in that procedure i have one IN param type is user defined type. how to set that type value in java
    procedure name(
    pi_fundlist IN type_fundlist
    TYPE type_fundlist as TABLE OF obj_fundlist;
    TYPE obj_fundlist AS OBJECT
    strfundcd VARCHAR2(16)
    so i have to set the value for type_fundlist using callablestaement.
    please, can any body knows the solution.. reply soon

    Wang,
    PL/SQL record type does not map to any java class.
    Although I haven't tried it, I understand that you may be able to use JPublisher to create a mapping between PL/SQL record type and some java class[es].
    Alternatively, you can define an Oracle object type instead of a PL/SQL record type.
    (But you can't use "%type" when defining an object.)
    create or replace type BUSNS_ROLE as object (
      ID  number
    ,NM  varchar2(2000 char)
    ,DS  varchar2(4000 char)
    /Good Luck,
    Avi.

  • Calling Stored Procedure with table type as In parameter from Java

    Hi Everyone,
    Can anyone help me with the sample code to call a stored procedure having input parameter of Table type (consisting of multiple fields) from Java. This job is currently being done by a BPEL process.
    We want to implement the same using Java.
    Any sample code will be really helpful.
    Thanks & Regards,
    Vikas

    To start using a blob you have to insert it into the database and then get it back. Sounds weird but that is how it is. Here is a very simple program to do this:
    #include<occi.h>
    #include <iostream>
    using namespace oracle::occi;
    using namespace std;
    int main()
      try
        Environment *env = Environment::createEnvironment(Environment::OBJECT);
        Connection *conn = env->createConnection("hr","hr","");
        string stmt1 = "insert into blob_tab values (:1) ";
        string stmt2 = "select col1 from blob_tab";
        Blob blob(conn);
        blob.setEmpty(conn);
        Statement *stmtObj = conn->createStatement(stmt1);
        stmtObj->setBlob(1,blob);
        stmtObj->executeUpdate();
        conn->commit();
        Blob blob1(conn);
        Statement *stmtObj2 = conn->createStatement(stmt2);
        ResultSet *rs = stmtObj2->executeQuery();
        while(rs->next())
         blob1 = rs->getBlob(1);
        string stmt3 = "begin my_proc(:1) ;end;";
        Statement *stmtObj3 =  conn->createStatement(stmt3);
        stmtObj3->setBlob(1,blob1);
        stmtObj3->executeUpdate();
      catch (SQLException e)
        cout << e.getMessage();
      /* The tables and procedure are primitive but ok for demo
        create table blob_tab(col1 blob);
        create or replace procedure my_proc(arg in blob)
        as
        begin
         -- just a putline here. you can do other more meaningful operations with the blob here
          dbms_output.put_line('hello');
       end;
    }Hope this helps.
    Thanks,
    Sumit

  • How do I count objects of a specific type in a Vector? Java 1.3 source.

    How do I count the objects of a specific type in a Vector?

    isInstance may allow too much for your needs as it allows any object which can be typecast to 'type' while you seem to want to limit to objects which are exactly of the type 'type'. In such a case you could do this:
    for (Enumeration e = attachmentTypes.elements(); e.hasMoreElements();)
      Object check = e.nextElement();
      if (check.getClass().equals(type)) {
        counter++;
    }Javadoc of the isInstance() method:
    http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html#isInstance%28java.lang.Object%29
    (I link to the old Javadoc given you mentioned Java 1.3 compatible source)

  • How to call a Oracle Proc,which contains Object Type as in Param, from java

    Hi
    Would like to know how to call a Oracle Procedure which contains the Object Type Parameter from java.
    Here is my code will look like...
    1. CREATE OR REPLACE TYPE emp AS OBJECT
    Empno NUMBER,
    Ename VARCHAR2(50)
    [COLOR=royalblue]In step1 I have created object type.[COLOR]
    2.CREATE OR REPLACE PACKAGE ref_pkg IS
    TYPE tab_emp IS TABLE OF emp;
    END ref_pkg;
    [COLOR=royalblue]In step2,I have created a table type which is of type emp;[COLOR]
    3. CREATE OR REPLACE PROCEDURE p_emp(p_emptab IN ref_pkg.tab_emp) as
    BEGIN
    FOR I IN 1..p_emptab.COUNT
    LOOP
    Some code written here
    END LOOP;
    END;
    [COLOR=royalblue]In step3 I have passed tabletype which is of type emp as argument.[COLOR]
    Now I need to invoke this procedure from JAVA.
    Calling a procedure doesn�t matter.
    But how I can map objecttype ? how will java recognize oracle object ?
    How can I implement this ?
    Any Help/Clues is Appreciated.
    Thanks
    Krishna

    Hi Bob
    You can call a stored proc from a database control with the jc:sql annotation itself.
    Assume a stored proc taking one In parameter
    * @jc:sql statement="call sp_updateData({id})"
    void call_sp_updateCust(int id);
    You can even call stored proc with OUT parameters using
    * @jc:sql statement="{call sp_MyProc(?, ?)}"
    void call_sp_MyProc(SQLParameter[] params)
    You can also call stored functions via db control.
    More info and diff ways to call at
    http://e-docs.bea.com/workshop/docs81/doc/en/workshop/guide/controls/database/conStoredProcedures.html
    Thanks
    Vimala

  • Using the plsql type xmldom.DOMDocument in a java function

    Is it possible to call a java function from PLSQL passing in a
    xmldom.DOMDocument? If so, how?
    I have tried deploying the java function with input types of
    oracle.sql.ARRAY and oracle.sql.STRUCT. Neither of these works
    as the associated PLSQL package will not compile due to 'records
    not being supported'.
    I also tried changing the java function input parameter to the
    java type XMLDocument. When I did that, I didn't even get the
    opportunity to deploy the function; presumably because
    XMLDocument is not a PLSQL type.
    Can anyone help?

    Hi.
    The definition of INL_GET_PARTY_SITE_NAME:
    FUNCTION INL_GET_PARTY_SITE_NAME(p_line_group_rec INL_CUSTOM_PUB.inl_ship_headers_rec) RETURN VARCHAR2 IS
    l_party_site_name VARCHAR2(100);
    BEGIN
    l_party_site_name := 'Allied Manufacturing';
    URN l_party_site_name;
    END INL_GET_PARTY_SITE_NAME;
    Thanks.

  • Can we print the data from types or return it to java ?

    Hello,
    The requirement is very clear that, their is a huge amount of data (80 lacs Rows Approx.) these rows are need to be showed in the front-end which is java. First the java team had written a simple select statement in the java codeing which was taking a quite a large time (10 - 20 min approx.), then i shifted this part to back-end i,e ORACLE 11g & wrote the plsql block below which consist of types.
    Now i have managed to bring the data in types but how to print that data ??? is their any member function ???  How should i return this data to java code ???
    ORACLE DATABASE 11g
    Eclips Java
    Linux Enterprice Edition 5
    create or replace procedure date_time(v_fromtime in timestamp,v_totime in timestamp) is
    type v_date_time is table of varchar2(4000);--T_MES_DSS_BLOCK_DATA_13.Date_Time%type;
    datetime_tab v_date_time:=v_date_time();
    type v_counter is table of T_MES_DSS_BLOCK_DATA_13.Counter%type;
    counter_tab v_counter:=v_counter();
    type v_column_1 is table of number;
    column1_tab v_column_1:=v_column_1();
    type v_column_2 is table of number;
    column2_tab v_column_2:=v_column_2();
    cursor dt is
    select DATE_TIME, COUNTER,COLUMN_1, COLUMN_2
    from (
    select
    /*+  INDEX(T_MES_DSS_BLOCK_DATA_13 IDX_MES_BLK_DATA_3_DATE_TIME) INDEX(T_MES_DSS_BLOCK_DATA_13 IDX_MES_BLK_DATA_3_COUNTER)*/
    DATE_TIME, COUNTER,
    dbms_xdbutil_int.rawtonum(SUBSTR(BLOCK_COLUMN_23, 121, 8))COLUMN_1,
    dbms_xdbutil_int.rawtonum(LAG( (SUBSTR(BLOCK_COLUMN_23, 121, 8)),1,0 ) OVER (ORDER BY DATE_TIME ))COLUMN_2 
    from T_MES_DSS_BLOCK_DATA_13 PARTITION(PART11JUN2010) 
    where DATE_TIME BETWEEN v_fromtime and v_totime);
    end_time number;
    start_time number;
    begin
    start_time:=dbms_utility.get_time();
    open dt;
    loop
    fetch dt bulk collect into datetime_tab,counter_tab,column1_tab,column2_tab;
    exit when dt%notfound;
    end loop;
    close dt;
    dbms_output.put_line('Number of Rows in Date_time:- ('||datetime_tab.count||'):');
    dbms_output.put_line('Number of Rows in Counter:- ('||counter_tab.count||'):');
    dbms_output.put_line('Number of Rows in column1:- ('||column1_tab.count||'):');
    dbms_output.put_line('Number of Rows in column2:- ('||column2_tab.count||'):');
    end_time:=dbms_utility.get_time();
    dbms_output.put_line('Total Time:-'||to_char(end_time-start_time)/60);
    end date_time;

    Well anyhow i have managed to run this code using bulk collect feature & getting good performance but can i print this data ???
    how to return this data which has bulk collect feature to java code ??? any idea ?
    CREATE OR REPLACE PROCEDURE "MES01"."DATE_TIME"(v_fromtime in timestamp,v_totime in timestamp,
    datetime_tab out t_mes_dss_block_data_13.date_time%type,
    counter_tab out t_mes_dss_block_data_13.counter%type,
    column1_tab out number,
    column2_tab out number) is
    cursor dt is
    select DATE_TIME, COUNTER,COLUMN_1, COLUMN_2,rownum
    from (
    select  /*+  INDEX(T_MES_DSS_BLOCK_DATA_1 IDX_MES_BLK_DATA_1_DATE_TIME) INDEX(T_MES_DSS_BLOCK_DATA_1 IDX_MES_BLK_DATA_1_COUNTER)*/
    DATE_TIME, COUNTER,
    dbms_xdbutil_int.rawtonum(SUBSTR(BLOCK_COLUMN_1, 1, 4))COLUMN_1,
    dbms_xdbutil_int.rawtonum(LAG( (SUBSTR(BLOCK_COLUMN_1, 1, 4)),1,0 )   OVER (ORDER BY DATE_TIME ))COLUMN_2 
    from T_MES_DSS_BLOCK_DATA_1 PARTITION(PART03AUG2010) 
    where DATE_TIME BETWEEN '02-AUG-2010 09:00:00.0' and '02-AUG-2010 09:10:00.0')  
    where COLUMN_1 =0 and COLUMN_2 != 0 or (rownum=1 and COLUMN_1 = 0 and COLUMN_2 = 0);
    --end_time number;
    --start_time number;
    begin --1st block
    Declare --2nd declare
    type v_date_time is table of T_MES_DSS_BLOCK_DATA_3.DATE_TIME%type;
    datetime_tab v_date_time:=v_date_time();
    type v_counter is table of T_MES_DSS_BLOCK_DATA_3.Counter%type;
    counter_tab v_counter:=v_counter();
    type v_column_1 is table of number;
    column1_tab v_column_1:=v_column_1();
    type v_column_2 is table of number;
    column2_tab v_column_2:=v_column_2();
    type v_rownum is table of number;
    rownum_tab v_rownum:=v_rownum();
    Begin --2nd block
    --start_time:=dbms_utility.get_time();
    open dt;
    loop
    fetch dt bulk collect into datetime_tab,counter_tab,column1_tab,column2_tab,rownum_tab;
    exit when dt%notfound;
    end loop;
    close dt;
    --dbms_output.put_line('Number of Rows in Date_time:- ('||datetime_tab.count||'):');
    --dbms_output.put_line('Number of Rows in Counter:- ('||counter_tab.count||'):');
    --dbms_output.put_line('Number of Rows in column1:- ('||column1_tab.count||'):');
    --dbms_output.put_line('Number of Rows in column2:- ('||column2_tab.count||'):');
    --end_time:=dbms_utility.get_time();
    --dbms_output.put_line('Total Time:-'||to_char(end_time-start_time)/60);
    end; -- 2nd block
    end date_time; -- 1st block

  • Can we define a complex type that is equivalent to java.util.List?

    hi everyone
    is it possible to define a complexType that is equivalent to java.util.List? all i know now is how to define an array of some type using either <xs:list> for simpleType or the minOccurs and maxOccurs of the element tag. i was wondering if there is way to define something equivalent to a List in java. thanks

    Define a sequence of list tems.
    <xs:element name="list">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="item"  maxOccurs="unbounded"  type="xs:string"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>

  • Examples For 4 types of Inner Classes in java..

    Hi all,
    It would be gr8 help if u poeple provide me some examples in Java APIs for 4 types of Inner Classes.
    Normal Inner Class,Static Inner Class,Method Local Inner Class and Anonymous Inner Class.
    Thank you ..

    bprathibha wrote:
    ok... not to read..
    I was asked this question in an interview.
    I was unable to answer this question.I guess you know how to write a class?
    Normal Inner Class,Static Inner Class,Method Local Inner Class and Anonymous Inner Class.A normal inner class is a class that is written inside another class. A static inner class is the same thing as the normal inner class except that it's declared to be static. A method local class is a class that is declared within a method and it's only known within that method. An anonymous class is where you create a subclass and instantiate it at the same time. The construction if often used in UI programming. E.g.
    public void addListeners() {
        button.addActionListener(new ActionListener() { //Anonymous class
            public void actionPerformed(ActionEvent e) {
    }Kaj

  • Is there "Interface Type Node" present in WD JAVA as in WD ABAP ?

    Hi,
    Experts,
    As i have gone through WD ABAP in that i found  "Interface Type Node"  under Context tab  but i have a dought is that type "Interface Type Node" is present in WD JAVA or not.If not why and its use ?
    Thank You,
    Shabeer Ahmed.

    Hi,
    There is no "Interface Type Node" exists in WD4J as we can create the node in the Interface controller and map it component controller.
    In WD4A we cannot create node under Interface Controller, we have to create the Interface Type Node in component controller then it automatically gets create in Interface Controller also.
    The Interface Type Node is used to exchange the data between the two WebDynrpo components.
    Thanks,
    Jhansi Miryala

  • SQL table type - How to retrieve in Java?

    Hello,
    I need to return a SQL object to Java from a PL/SQL function.
    In PL/SQL, sample code to create the scalar types, function and calling script would be:
    CREATE OR REPLACE TYPE tMessage AS OBJECT (tType CHAR(20), tText VARCHAR2 (400));
    CREATE OR REPLACE TYPE tMessage_Table AS TABLE OF tMessage;
    CREATE OR REPLACE FUNCTION Return_Message RETURN tMessage_Table AS
    vTable tMessage_Table;
    BEGIN
    vTable := tMessage_Table(NULL);
    vTable.Extend(1);
    vTable(1) := tMessage ('Header', 'Business Rule');
    vTable.Extend(1);
    vTable(2) := tMessage ('Phn', '9053098461');
    -- Output the data to reporting caller
    RETURN vTable;
    END Return_Message;
    DECLARE
    vTmp_Track tMessage_Table;
    BEGIN
    vTmp_Track := Return_Message;
    FOR i IN 1..vTmp_Track.Count LOOP
    DBMS_OUTPUT.PUT_LINE (vTmp_Track(i).tType);
    DBMS_OUTPUT.PUT_LINE (vTmp_Track(i).tText);
    DBMS_OUTPUT.PUT_LINE (' ');
    END LOOP;
    END;
    Is there a way in Java to declare and retrieve an object of type tMessage_Table?
    The only other way I can think of doing this would be to create a table and a ref cursor to browse over it, which I can read back from Java.
    Thank you.

    25266,
    Following code was executed using JDK 1.4.2_07, Oracle 9i (9.2.0.4) database, and "ojdbc14.jar" JDBC (thin) driver:
    [Note that I used your "type" definitions and PL/SQL function.]
    import java.sql.Array;
    import java.sql.CallableStatement;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.Struct;
    import java.sql.Types;
    import java.util.Arrays;
    public class SqlStruc {
      public static void main(String[] args) {
        CallableStatement cs = null;
        Connection dbConn = null;
        String url = "jdbc:oracle:thin:scott/tiger@host:1526:orcl";
        try {
          Class.forName("oracle.jdbc.driver.OracleDriver");
          dbConn = DriverManager.getConnection(url);
          cs = dbConn.prepareCall("{? = call RETURN_MESSAGE()}");
          cs.registerOutParameter(1, Types.ARRAY, "T_MSG_TBL");
          cs.execute();
          Object obj = cs.getObject(1);
          System.out.println(obj);
          if (obj != null) {
            System.out.println("Class: " + obj.getClass().getName());
          Array arr = (Array) obj;
          Object[] objArr = (Object[]) arr.getArray();
          for (int i = 0; i < objArr.length; i++) {
            Struct struct = (Struct) objArr;
    Object[] attrs = struct.getAttributes();
    System.out.println(Arrays.asList(attrs));
    catch (Exception x) {
    System.err.println("SqlStruc: Exception caught.");
    x.printStackTrace();
    finally {
    if (cs != null) {
    try {
    cs.close();
    catch (Exception x) {
    System.err.println("Failed to close statement.");
    x.printStackTrace();
    if (dbConn != null) {
    try {
    dbConn.close();
    catch (Exception x) {
    System.err.println("Failed to close database connection.");
    x.printStackTrace();
    And results were:
    oracle.sql.ARRAY@166a22b
    Class: oracle.sql.ARRAY
    [Header              , Business Rule]
    [Phn                 , 9053098461]Good Luck,
    Avi.

  • Type in "Callable Object" gallery in CAF?

    Hello,
    I'm trying to follow the doc "Building the Job Application Process - SAP Composite Application Framework v1.1" to build a test process.
    My environment is the NetWeaver Sneakpreview 2004s SPS4 on Windows 2003 Server.
    sap.com/SAP-JEECOR  7.00 SP7 (1000.7.00.7.0.20060324070000)  20060703235737 
    sap.com/SAP-JEE  7.00 SP7 (1000.7.00.7.0.20060319012200)  20060703235756 
    I logged in ad Administrator, and verified that it also has the roles "GP Basic User" and "GP Business Expert".
    After I clicked on "Create Callable Object", the next screen only shows 3 lines in the "Type" pane, which are 'Web Dynpro Form', 'Web Pages', and an expandable 'Data forms'. 
    I'm looking for "content package" and "Web dynpro component" types. 
    Am I missing something here?  The install of the preview went without any errors (at least not on the installer console).  I am able to create a Folder, create a new "content package", upload an HTML file into the package, and activate it. 
    Also, any references to such self guided study guides will be appreciated.
    Ye

    that was the easiest 10 points I ever received. thank you. so funny, sometimes you work your butts out and get no appreciation. in your case the question and answer was simple but I still get the maximum reward points. what a great return on investment.
    Anyway, if your company is a SAP customer or partner, you should have or somebody in your organization should have the login id to service.sap.com. Otherwise go to SDN under the CAF Tutorial Center SAP Composite Application Framework - CAF Tutorial Center [original link is broken] where you should also get enough how-to guides. Enjoy you learning experience with GP!

Maybe you are looking for

  • How to Apply adjustment layers to multiple layers that have different blending modes ...

    How to Apply adjustment layers to multiple layers that have different blending modes  and keep the colours the same as the adjusment done? I work in Animation painting Backgrounds.  My files are sometimes upwards to 200+ layers. I will use adjustment

  • Adaptec AVA-2906 is this the PCI card needed to connect internal HD's?

    Hi, I have an Adaptec AVA-2906, is this the PCI card needed to connect internal HD's? It has a socket on the board that looks like the type of plug used to connect hard drives. On the backplate it has a socket with 25 pin connecter with screw holes l

  • Recursive Query or Function

    Hi , I need help very urgently. i have a parent child relation like this parent child 0 133 133 134 133 135 134 140 135 146 146 150 150 155 155 160 i pass the parent ie 133 to an algo and i want its deepest child ie 160. pls reply with the algorithm

  • Subcontarcting Vs Service

    HI Guru's How can we diffrentiate between scubcontracting and services, as in subcontracting process, vendor charges for his services and the componets are provided by component. Also in services, the vendor di its services and get paid for it. Thank

  • How do I get rid of Safari cuz I don't want it anymore?

    I have Mozilla Firefox 3.0.5 as well as Safari 3.2 and I have recently decided that I do not want to use Safari anymore. How can I completely delete Safari(as in no Safari Software Updates *at all, ever* )?