Reg use of Tablefunctions

Hi guys,
    I need the elaborated procedure for JDBC to JDBC with Table functions scenario.Please help me.
Thanks in Advance,
Devika

Hi
please check the bleow mentioned links :
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/jdbcTOJDBC
https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3928-- [original link is broken] [original link is broken] [original link is broken]  JDBC Receiver Adapter -- Synchronous Select u2013 Step by Step
FILE to JDBC Adapter using SAP XI 3.0 ---File to JDBC
XI :  How to Re-Process failed XI Messages Automatically
https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2590--good [original link is broken] [original link is broken] [original link is broken] one
the driver details :
Driver: com.sap.portals.jdbc.oracle.OracleDriver
- URL: jdbc:sap:oracle://<server>:<port>;SID=<sid> e.g.
jdbc:sap:oracle://myoracleserver:1521;sid=PIL
Regard's
Chetan Ahuja

Similar Messages

  • Reg: Using Multiple fact tables in the RPD!

    Hello everyone,
    Can I get some help with the following scenario?
    We use OBIEE 11g.
    We have a report that uses only 1 fact table to retrieve the data and it takes hell lot of time to bring up the data in the report.
    My question here is is there a way to bring up the performance of the report if we split the data in 1 fact table to 2 fact tables and make the report use the 2 fact tables.
    Are there any other ways of tuning the report for better performance.
    Thanks for the help in advance!
    Ajay.

    Hi Ajay,
    Follow the following steps for the tuning;
    1. Try to tune the SQL query first generated by the report, and make necessary changes. (Put indexes on required column so that your query is scanning the index instead of entire table)
    2. You can try to create agg fact table and use the agg navigation for improving the performance. (Idea is to reduce the data set on which sql is fired)
    3. You can try to create partitions on the FACT table in the DB and so that required partitions are queried as per filters.
    4. In the Last if all the above doesn't tune your query you can try splitting the FACT table in to TWO or More as per your decision and then use fragmentation content in the BMM layer of the RPD so it will hit appropriate tables as per you report.
    Mark Correct/Helpful if it helps.
    Best of Luck,
    Kashi

  • Reg : Using ABAP OO in Workflow

    Hi All,
    I have very simple question and this is the place where I am still lacking in workflow?
    1. How do I identify when to use ABAP class and when to use BOR in workflow?
    2. How do I identify which class to be used? Do we have any similar to BOR (SWO3) for ABAP class as well?
    3. Anything to be kept in mind while working with ABAP classes?
    Thanks & Regards,
    Raj

    How do I identify when to use ABAP class and
    when to use BOR in workflow?
    Upto my knowledge it depends on your thinking, but personnaly I feel that instead of creating a BOR, It is very easy to maitain Business classes ( When a class is used in workflow then we call it as Business Class , because it handles the business process )..
    How do I identify which class to be used?
    Do we have any similar to BOR (SWO3) for ABAP class as well?
    When ever you find a interface IF_WORKFLOW in the class definition under interface tab then you can make use of that class in the workflow  steps.
    Anything to be kept in mind while working with ABAP classes?
    [Check the blog series of Joycelin|http://www.sdn.sap.com/irj/scn/advancedsearch?query=joycelin+]

  • Reg: Using F4 in OO ALV

    Hi Friends,
    I have a doubt using F4 in OO ALV. I have searched this problem in the forum but unable to find a solution.
    The scenario is i have implemented two ALV grid using OO. From the first ALV when i double click a second ALV is shown. After i have implemented the F4 for a field in second ALV, for all line items in the second ALV when pressing F4 the value of parameter ES_ROW_NO-ROW_ID is always 1 using the event ONF4.
    I have implemented seperate container controls for both ALV's. Requesting to throw any ideas to solve this issue.
    Regd,
    Sujeel

    hi
    Could you please share how you solved this issue . I have the same problem.#
    Thanks
    Jeeva

  • Reg:Using Two Table controls in one screen

    Dear All,
         I created two tables in a screen such that both the table fields are of Input fields type .I created first table which will
    accept the inputs and below it I created another Table which is also of Input field type.But when  I execute the component I am getting only first Table in Input mode and the other Table is in Disable mode.
    What can be the problem??

    hi
    other Table is in Disable mode.
    check that u have unticked the READ ONLY property of ur UI
    also check if u have binded the ENABLE property of ur table UI to WDY_BOOLEAN in some method
    and u r setting it to 'X'
    in the OnToggle event of ur Checkbox , set this attribute to 'X to make the checkbox ticked
    in the OnToggle event of ur Checkbox , set this attribute to ' ' to make the checkbox un ticked
    DATA lo_nd_cn_node TYPE REF TO if_wd_context_node.
        DATA lo_el_cn_node TYPE REF TO if_wd_context_element.
        DATA ls_cn_node TYPE wd_this->element_cn_node .
        DATA lv_attr  LIKE ls_city-ca_attr.
    *   navigate from <CONTEXT> to <CN_VISIBLE> via lead selection
        lo_nd_node = wd_context->get_child_node( name = wd_this->wdctx_ca_attr).
    *   get element via lead selection
        lo_el_cn_node = lo_nd_cn_node->get_element(  ).
    *   set single attribute
        lo_el_cn_node->set_attribute(
          EXPORTING
            name =  `CA_ATTR`
            value = ' ' ).
    // set attribute CA_ATTR under CN_NODE to ' '
    // this will make the table UI control disabled
    // this is a code generated thru code wizard ( control +f7) , read context node/attribute
    // use SET_ATTRIBUTE method
    regards,
    amit

  • Reg Using , Changing and Tables

    hi all,
    I am using select-options for matnr.
    i am using an internal table with matnr, mbrsh , mtart fields .
    i want to use subroutine with using matnr and changing it_mara.
    So in the FORM and ENDFORM block how to declare the variables in the FORM stmt.
    If i use LIKE  its working. but  i want to use TYPE stmt. Please help in solving the problem. If possible please provide any small example
    Sample code is as follows:
    perform get_data using      s_matnr
                        changing  it_mara.
    FORM get_data  USING    P_S_MATNR type  XXXXXXXXX
                   CHANGING P_IT_MARA type XXXXXXXX
                   select .....from mara into p_it_mara where matnr in p_s_matnr.
    ENDFORM. 
    <REMOVED BY MODERATOR>
    Thanks in advance.
    Thanks and Regards.
    Edited by: Alvaro Tejada Galindo on Apr 21, 2008 3:06 PM

    NO need for using parameter in your case. as you are using select options simply use changing parameters alone.
    perform get_data changing it_mara.
    FORM get_data CHANGING P_IT_MARA type XXXXXXXX
    select .....from mara into p_it_mara where matnr in s_matnr.
    ENDFORM.

  • Reg: Use of Function Module 'BAPI_PRDSRVAPS_SAVEMULTI2'

    Hi,
    I am using the above BAPI to create Warehouse product, but I am not finding the follwing fields in its structures, Just let me know whether I am using the correct BAPI,my requirement is to convert EWM material master in SCM system, and also help me out to find the follwoing fields.
    LGNUM                              Warehouse no
    VASVCP                            Consumption-Relevant for VAS
    LASTSLOT                         Time of Last Slotting Run
    BACKFLUSH_PROD           Indicator for Backflush Withdrawal for Product
    KIT_FIXED_QUAN               Type of Quantity Correlation for Kits
    Thanks
    RK

    SD_SALES_SCHEDULE_MAINTAIN is for Change availability check / schedule lines in sales orders.
    Example:
    LOOP AT xvbep.
    CLEAR : lt_header_x , lt_return , lt_return[] ,
    schedules_in , schedules_in[] ,
    schedules_inx, schedules_inx[] .
    lt_header_x-updateflag = 'U'.
    schedules_in-itm_number = xvbep-posnr.
    schedules_in-sched_line = xvbep-etenr.
    schedules_in-REQ_DLV_BL = '20'.
    APPEND schedules_in.
    schedules_inx-itm_number = xvbep-posnr.
    schedules_inx-sched_line = xvbep-etenr.
    schedules_inx-updateflag = 'U'.
    schedules_inx-REQ_DLV_BL = 'X'.
    APPEND schedules_inx.
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
    EXPORTING
    salesdocument = xvbep-vbeln
    order_header_inx = lt_header_x
    TABLES
    schedule_lines = schedules_in
    schedule_linesx = schedules_inx
    return = lt_return.
    APPEND LINES OF lt_return TO gt_return.
    LOOP AT lt_return WHERE type EQ 'E'
    OR type EQ 'A'.
    EXIT.
    ENDLOOP.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING
    wait = 'X'.
    endloop.
    regards,
    srinivas

  • Help reg: Using JCo's on PDA

    Hi experts,
    In general we use the JCo's to get connected to R/3 in     Desktop based applications. I want to know, are there any special librfc32.dll & sapjcorfc.dll files for setting up a connection from PDA to R/3 through JCo?? As these files are specific for Windows OS, and PDA has other OS, i have tested, but they are not working.
    Please guide me further.
    Thanks & Regards,
    Rajesh Shinde

    Hi,
    as per my knowledge there is no JCO RFV DLL available for PDA or other WinCE devices. In MI SAP has solved this by accessing the server via a usual HTTP connection and in very simple words per WebService access. But not while opening a JCO connection. Sorry for this information.
    Perhaps SAP internally has more informations on this, but even as I had the need for such a connector I was not able to find anything on the web.
    Hope this helps.
    Regards,
    Oliver

  • Reg : Using Arithematic Operators in Template

    Hi,
    I'm stuck with a small issue ie using arithematic operator in velocity template.
    Please find the below code.
    Bean Class : Graohics Bean
    private String Width="250";
    public void setWidth(String Width) {
    this.Width = Width;
    public String getWidth() {
    return (int)(Integer.parseInt(Width)/0.75) + "";
    Template Class :
    #set($pwidth = "$graphicsAttributes.Width")
    #set($pwidth1 = $pwidth + 20)
    I am trying to add +20 to $pwidth1 which is returning string therefore the value is jus appending no acutual logical operation happening.
    Can we convert String to Integer in a velocity template? .
    Kindly help me out in solving this issue.

    Well, your #1 is what Reports is designed to do.
    You could do #2 if and only if the report is
    always formatted exactly the same and only the
    data values changed. And, your fields would have
    to be fixed in size because #2 wouldn't support
    elasticity at all.
    #2 could be done with a separate program that
    updated fields in an existing RTF file with new
    data values, but it wouldn't be Oracle Reports
    any more...
    (You don't want to generate variable RTF
    yourself. Reports has lots of bugs in its RTF
    generator, but it's still better than writing it
    yourself!)
    -- allan plumb

  • Reg using the GP APIs with webdynpro applications

    Hi Experts,
    I have been implementing webdynpro appln using GP APIs as a callable object in my application. In my webdynpro application i have been using RFCs to access data from the R/3 system.
    Are there any setting I need to do in Guided Procedures (portal) to run the application in portal.
    Can any one of you explain me regarding what are all the setting i need to do from the Guided Procedures perspective while using callable object that interact with an R/3 system?
    Also, I would be grateful for any other valuable suggestions from you regarding implementing webdynpro appln using GP APIs as a callable object.
    Thank You.
    Regards,
    Murthy J N.

    Please follow the below links for Webdynpro Development with Guided Procedures :
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59
    https://www.sdn.sap.com/irj/sdn/xapps?rid=/library/uuid/73cc8084-0b01-0010-1788-b2304424605a
    Hope it helps.
    Regards,
    Shikhil

  • Reg:using dynamic calc in calculation script

    Can we use a dyanmic calc member of sparse dimension in a calculation script. In which situations we use the intelligent calculation and in which situations we will not use intelligent calculation.

    Generally you turn off intelligent calc for any manual calculation scripts you want to run. Intelligent calculation means that "If you then load a subset of data, on subsequent calculations, Essbase calculates only the data blocks that have not been calculated and the calculated blocks that require recalculation because of new data".
    Taken straight from: http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_dbag/dcaoptic.htm

  • Reg: Using a single masthead par for multiple users

    Hi All
    We need to implement different look and feel in the masthead for different users. For e.g. User A will see a different caption around the logo to that of User B. It could be different images for each user too. We have to achieve this with only one masthead par file as it is not tenable to have a par file for each user. What are the best ways to implement this?
    1. Store images/caption and other user specific data in the data base and based on the user login fetch the relevant info to build the masthead.
    2. An ugly yet effective way for images when the number of users are less --> keep images with same name in the par images folder and pick up the image based on the user logged in.
    Is there a way to solve it with only rule collection, framework pages & iview properties? A solution based on this could be highly extensible as and when new users are created. Please advise on the feasibility of this option.
    Also welcome are other suggestions which are better than the above ones.
    Regards
    Lakshminarayanan.V

    Hi Lakshminarayanan,
    Im wondering you do want to show different mastheads for different users. Please try to consolidate the users into minimum groups/departments and have different desktop rule for them to show different mastheads.
    If this can'tbe avoided, then we should with masthead custom option when users are large. In this case the first approach make sense to me but you have to take care of data base to update database and add images when there is a  new user created. Also, have a common folder in the server path and store the images over there. This is easy to maintain.
    Ram

  • Reg: Using GP interface for webdynpro

    Hi,
    I do not have the GP DC that i need to add as dependency to develop Webdynpro (GP interface). How can i solve this?

    If you know the DC name, then you may ask the Basis to download it for you from service market place. Please do tel him your WAS version.
    Regards
    Kapil

  • Req. Sample code for the Updation of Master record in MDM using Java API..

    Hi All,
    Can anyone provide me the same code for Updation of master record in MDM using Java API ??

    Hi SakthiNarayananD,
    You can additionally go through the following links to work with MDM and Java API:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2d18d355-0601-0010-fdbb-d8b143420f49  (Java API)
    http://help.sap.com/javadocs/MDM/SP05/(Java api programs)
    https://help.sap.com/javadocs/MDM/current/index.html  (java api codes)
    http://help.sap.com/javadocs/MDM/SP06P2/index.html (Java Docs for SP06)
    Reg: Using JAVA API - Search
    Re: Retrieving Drop Down List Value using JAVA API - Lookup values
    How to retreive records from Lookuptable of type flat - Lookup Values
    Reg: MDM with webdynpro - READ,INSERT,MODIFY
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • Why is my ping so high in the first column only when i do a tracert?

    When i do a tracert my ping is really high in the first column only on each hop and then it drops to a respectable level. Does anyone know why it is like this on my 4G LTE device? On my dsl when i do the same ping test its pretty even across on each hop. This is what im seeing when i do a ping test on my 4G LTE device.
    tracert www.yahoo.com
    Tracing route to ds-any-fp3-real.wa1.b.yahoo.com [98.139.183.24]
    over a maximum of 30 hops:
      1     9 ms     3 ms     3 ms 
      2  1101 ms    34 ms    38 ms  193.sub-66-174-20.myvzw.com [66.174.20.193]
      3   169 ms    55 ms    52 ms  49.sub-69-83-13.myvzw.com [69.83.13.49]
      4    52 ms    56 ms    54 ms  194.sub-69-83-13.myvzw.com [69.83.13.194]
      5   179 ms    58 ms    57 ms  101.sub-66-174-17.myvzw.com [66.174.17.101]
      6   168 ms    57 ms    60 ms  TenGigE0-0-1-0.GW14.BOS4.ALTER.NET [152.179.2.97
      7   181 ms    58 ms    57 ms  0.ge-0-3-0.XL3.BOS4.ALTER.NET [152.63.17.130]
      8   170 ms    59 ms    58 ms  0.ae3.BR1.NYC1.ALTER.NET [152.63.18.222]
      9   177 ms    67 ms    59 ms  ae11.edge2.NewYork.Level3.net [4.68.62.41]
    10     *        *        *     Request timed out.
    11     *        *        *     Request timed out.
    12     *        *        *     Request timed out.
    13   192 ms    49 ms    60 ms  ae-4-90.edge4.NewYork1.Level3.net [4.69.155.210]
    14   185 ms    51 ms    60 ms  YAHOO-INC.edge4.NewYork1.Level3.net [4.28.130.82
    15   380 ms    73 ms   129 ms  ae-5.pat2.bfz.yahoo.com [216.115.96.67]
    16   339 ms    69 ms   146 ms  ae-4.msr2.bf1.yahoo.com [216.115.100.73]
    17   215 ms   152 ms    80 ms  xe-5-0-0.clr2-a-gdc.bf1.yahoo.com [98.139.128.11
    18   289 ms   217 ms   217 ms  et-17-1.fab6-1-gdc.bf1.yahoo.com [98.139.128.47]
    19   187 ms    87 ms    79 ms  po-14.bas2-7-prd.bf1.yahoo.com [98.139.129.227]
    20   474 ms   314 ms   294 ms  ir2.fp.vip.bf1.yahoo.com [98.139.183.24]
    Trace complete.

    hi there
    see you never got an answer from vzw
    take it you still have the high ping or no ping  in my cases
    your doing better then i
    seems the lte is getting bad with this problem over time as my connection times out causing half loaded web pages  and lots of buffering in video playback
    i have had 3 tickets in the past 3 month to try and get this fixed  but they say cant find anything wrong
    and noone else is having the problem here are a few things that seems to have helped me out
    1  increase your TTL  time till live 
    this tells your computer to wait a bit longer before giving up and requesting that a packet of info be resent
    2 in your computers network settings and reg you can change packet size to a smaller number and add a stop bit to the packet with a time stamp on each packet back in the old days  this was what v 90 modems did to get v92 speeds and did help with noisy copper wire dial up and seems to help here too
    http://www.dslreports.com/drtcp
    is a tool that will help you change your computer setting and reg
    use drtcp and the results from this page
    http://www.dslreports.com/tweaks
    xp win 7 win 8 this will help.  vista did it right and dynamically change these settings on the fly and all of step 2 is unnecessary
    remember your original settings write them down so you can go back to them should you have problems
    also make a restore point and backup your reg before tinkering with windows os
    send a private message to me if you need more help  or get a computer savvy friend to help you out if you need
    3  if your signal noise is under 4G  -100bd the lower the better,  there is a way to set your android to lte only  mode.
    more likely to lose data and voice in weak signal areas but great if tethering or hotspotting at home
    dail *#*#4636#*#* this is a back door to your android software and is open source code by android os  not vzw
    and will not unlock your phone voiding warranties. be warned though if you set things wrong in here
    you can make more problems  be very sure what you change  and do one thing at a time so you remember and can  dial in again and change it back should you disable something you need. fyi each time you dial in the number it resets to vzw default setting and may look like it did not save setting but it doz. till you dial in again.
    good luck
    ron
    ps im not a vzw rep in any way other then a fellow customer not getting answers.

Maybe you are looking for

  • How to use the variables used in the message mapping

    Hi , In the message mapping we can declare variables in the JAVA section , these variables could be used across the mapping . I have tried using it but I am unable to retrieve the values assigned to the variables in one UDF into the another UDF . Ple

  • CAN'T SEND MAIL WITH OS X MAVERICKS 10.9.4

    Hi everyone. I have an issue and need help. Since this afternoon, I am not able to send my email from my iCloud account in OS X 10.9.4. I have purchased a new machine and was loading up my account settings. It was going OK, but then this issue. Now i

  • InDesign erroneously applies character style to imported text

    For a year, I had been importing text into InDesign with little trouble until this problem starting happening and I can't figure out why. Let's say I have a CS3 file with defined character and paragraph styles. If I draw an empty text box, InDesign s

  • Accessing images inside JSR 168 portlet

    Hi, I have written some JS6 168 portlets for Oracle Portal 10.1.4. I would like to add some images to the portlets but I am not sure how to locate these images once they have been deployed on OAS. I am trying to access one of the images using the htm

  • Control Center Jobs - Workflow execution history not being shown

    Hi all gurus, We have recently migrated to owb 11.2 from 10.2. In DEFAULT_CONTROL_CENTER, we can see deployment history, but the "execution" tab is empty. Though we have executed several workflows, they are not shown in the execution TAB in "Control