Urgent Query please give me the solution ASAP

Hi ,
i want to know a simple thing,and my question is "How we can retrive data from a database table using BPEL ,e.g emp"
if possible plesae tell me the step by step process.
Thanks ,
Prakash

Hi Prakash,
In order to retrieve data from a database table u will have to do the following
1- Create a Database connection on ur Database according to it's type.
2- Select the Services tab from the component palette.
3- Drag and drop a Database adapter.
4- A wizard window will open type in the service name for example select then choose the DB connection u created in step 1 then select the perform an operation on the table then select (select) radio button then import the table u want to select from , enter selection coloumns u want to add then finish.
5. Now you have created the Database adapter u need an invoke activity and create a variable that will hold this data using ur table schema .

Similar Messages

  • I have installed 2010 microsoft office 2010 home and business version for my laptop,and i have installed lync 2013.Now i want create online lync meeting from outlook,but i am unable view that lync icon in outlook.Please give me the solution for this que

    I have installed 2010 Microsoft office 2010 home and business version for my laptop,and I have installed lync 2013.Now i want create online lync meeting from outlook,but i am unable view that lync icon in outlook.Please give me the solution for this issue.
    Regards
    Raghavendar

    Hi Raghavendar,
    Generally, when you install Lync 2013 in the computer with Office 2010, a Lync Meeting Add-in will be installed and enabled in Outlook 2010. Please follow these steps to check it:
    1. In Outlook, click the File tab, click Options, and then click
    Add-Ins.
    2. Please take one of the following actions:
    If the add-in is in the Inactive Application Add-ins list, follow these steps:
    a. In the Manage drop-down list at the bottom of the dialog box, click
    COM Add-ins, and then click Go.
    b. Click to select the check box next to the add-in, and then click OK.
    The New Online Meeting button should now be available in
    Calendar View, and the Online Meeting button should be available when you create a new calendar item.
    If the add-in is in the Disabled Application add-ins list, follow these steps:
    a. In the Manage drop-down list at the bottom of the dialog box, click
    Disabled Items, and then click Go.
    b. Select the add-in, and then click Enable.
    c. Restart Outlook, and then verify that the add-in is displayed in the
    Add-ins dialog box.
    The New Online Meeting button should now be available in
    Calendar View, and the Online Meeting button should now be available when you create a new calendar item.
    3. In Event Viewer, view the Application log to see whether an error was logged for Outlook, for Lync 2013, the Lync Meeting Add-in for Microsoft Office 2013.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • TS1702 i am using iphone 2G, i have updated IOS 3.1.3, but i am not able to use whatsapp. the newer version of whatsapp is not working in my phone. please give me the solution.

    i am using iphone 2G, i have updated IOS 3.1.3, but i am not able to use whatsapp. the newer version of whatsapp is not working in my phone. please give me the solution.

    As newer iPhones and iOS versions are made, apps start to drop support for the older versions of the iOS. It looks like you have fallen victim to this. I commend you for sticking with the original iPhone until now, but it looks like it's time for an upgrade if you want to use apps that have dropped support.
    Also the new iPhone provides hundreds of new features and spec upgrades from the original. Check it out! http://www.apple.com/iphone/

  • Keys fn fn (or other) does not activate the dictation only functions "Edit" "Start Dictation .... on MacBook Pro, Please give me the solution Thanks.

    keys fn fn (or other) does not activate the dictation only functions "Edit" "Start Dictation .... on MacBook Pro, Please give me the solution
    Thanks

    Welcome to Apple Support Communities
    It's possible that Dictation is set up to be turned on with a different key. Open System Preferences > Dictation & Speech, and choose the key you want to use to activate Dictation next to "Shortcut". Read > http://support.apple.com/kb/ht5449

  • I want to install an mail Id on Ipad Mini other than yahoo an google but it is showing an error message about SSL could not connect. Please give me the solution on this.

    Hi
    i want to install an mail Id on Ipad Mini other than yahoo an google but it is showing an error message about SSL could not connect. Please give me the solution on this.

    Hello there ypda75,
    I have an article here that has a list of settings to get from your Email provider so you can make sure that the settings are correct. It has troubleshooting steps to try as well. Also I would recommend restarting the router, and/or testing a differnet network.
    iOS: Unable to send or receive email
    http://support.apple.com/kb/ts3899.
    If you are unable to send or receive email, try the following steps:
    Restart the iOS device.
    Tap Safari and attempt to load a webpage to ensure that the device has Internet access. If you're unable to load a webpage, try the Wi-Fi assistant.
    Try an alternative Internet connection.
    If your email is provided by your Internet provider, try connecting from the home network.
    If your iOS device has an active cellular data plan, try to disable Wi-Fi:  Tap Settings > Wi-Fi and turn off Wi-Fi.
    If not, try a different Wi-Fi network.
    Log in to your email provider's website to ensure that the account is active and the password is correct.
    Delete the account from Settings > Mail, Contacts, Calendars and then add the email account again on the iOS device.
    If you're still unable to send or receive email, contact your email provider and verify the account settings are correct. You will need to gather this information (PDF).
    All the very best,
    Sterling

  • I couldn't buy app from my credit card...please give me the solution, I couldn't buy app from my credit card...please give me the solution

    I couldn't buy app from my credit card...please give me the solution, I couldn't buy app from my credit card...please give me the solution

    Accepted forms of payment  >  http://support.apple.com/kb/HT5552
    Changing Account Information  >  http://support.apple.com/kb/HT1918
    Jinnah1951 wrote:
    I couldn't buy app from my credit card..
    If necessary... Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • OLAP Query is Taking Time. Please give me the Solution.

    Hi Geof,
    I am new to this AW Cubes and all. I am facing with a problem. After reading u r responses and all I am asking u this question. I hope u will solve my problem.
    I trying to get the data out of cube using the below statement at SQL prompt.
    SELECT CONSTITUTION,ACTIVE_CODE,CLASSIFICATION,BR_CODE,CASTE,INTEREST_RATE,TOT_COUNT,OUTSTANDING_BAL FROM TABLE(OLAP_TABLE('MIS.KBL_REPORTS_AW DURATION SESSION',
    'DIMENSION CONSTITUTION AS varchar2(100) FROM AW_CUSTOMER_DIM1
    DIMENSION ACTIVE_CODE AS varchar2(50) FROM AW_ACTIVITY_DIM1
    DIMENSION CLASSIFICATION AS varchar2(50) FROM AW_PRODUCT_DIM1
    DIMENSION BR_CODE AS varchar2(50) FROM AW_BRANCH_DIM1
    DIMENSION CASTE AS varchar2(50) FROM AW_CASTE_DIM1
    DIMENSION INTEREST_RATE AS varchar2(50) FROM AW_INTEREST_DIM1
    MEASURE TOT_COUNT AS number(5) FROM KBL_REPORTS_CUBE1_COUNT_MEASURE
    MEASURE OUTSTANDING_BAL AS number(10) FROM KBL_REPORTS_CUBE1_BALANCE_MEASURE
    where CONSTITUTION like '%INDIVIDUAL%' and ACTIVE_CODE like '%010101';
    It is taking too much of time. Can u give the solution to me ???
    Regards,
    S.Vamsi Krishna

    Hi,
    What release are you using? You should use 10.2.0.2 if possible. The documentation references in this reply assume the 10.2.0.2 versions of the documentation.
    You may be able to add an empty MODEL clause to your query which has the paradoxical effect of speeding up most OLAP queries. See chapter 11 (OLAP_TABLE) in the Oracle OLAP Reference. But if performance is very poor, this is unlikely to improve matters enough.
    We need to figure out where the time is being spent. We can use Oracle trace files and the tkprof utility to do that. I'll describe the basics, but there is a lot more information in chapter 20 (Using Application Tracing Tools) of the Oracle Database Performance Tuning Guide.
    First, let's enable some configuration parameters that will cause the RDBMS to write some useful information to the trace file. Assuming that you have a SQL script that executes the query, you can add these commands to the beginning of the script:
    alter session set sql_trace=true
    alter session set timed_statistics=true
    alter session set "_olap_continuous_trace_file"=true
    alter session set "_olap_table_function_statistics"=true
    alter session set tracefile_identifier=perftest
    exec dbms_aw.execute('dotf tracefile');
    Now run the script with the query.
    Next we have to find the trace file. Trace files are written to the directory named by the configuration parameter user_dump_dest. As a privileged user, execute this command:
    SQL> show parameter user_dump_dest;
    Now look in that directory for a file whose name includes the string that we specified in the tracefile_identifier setting above (you can change this if you want):
    $ ls <user_dump_dest dir>/*perftest*.trc
    Having located the tracefile, run the tkprof utility:
    $ tkprof <trace file name> <tkprof output file name> aggregate=no
    Now edit the generated <tkprof output file name> and look for your query. It will be followed by a mini explain plan that includes a line for each subquery. You'll be able to see how much time is spent in each subquery and how many rows are returned to the enveloping query. The innermost subqueries will be the ones that query AW data. Your goal is to push as much of the work into the AW as possible, so that the AW engine return a minimal number of rows.
    You can get more detail from the trace file itself. If you are at all familiar with the OLAP DML, look for LIMIT commands and see that they roughly correspond to hierarchy selections and WHERE clause predicates in the SQL SELECT statement. OLAP DML comamnds have timestamps in the trace file, so you can get an idea of how long things are taking. You can find table function statistics by looking for XSTF and XSTABFUN in the trace file.
    Geof

  • Please  give me the solutions

    i have created the user and i have given the full authorisations
    to sales order and the delivery.when  i login in the in the user,
    when i am  creating the sales order.
    system is asking the "to generate this document , first deifne
    the numbering series in the administation module.
    then i login in the super user and in  the adminsitation in the
    system intialization and in the document numbering
    on double clicking  in the sales order.
    what changes have to be made in sales order number series
    please give your valuable suggestion

    I think that it is usually an authorization issue for the numbering series. I think that you will find that a superuser, e.g. manager, can add a sales order.
    In General Authorizations, give users access to:
    Administration > System Initialization > Series
    Unless you have some complex numbering sequence, you will often be OK to just give users Full Authorization to all the Series.
    Regards,
    Douglas McDove

  • Please give me the solution if any one knows

    Dear forum members,
    I have an assignment like that
    Happy birth Day (that should move like marquee)
    To(Fixed)
    (Following values should come one by one from oracle database and move )
    Name , Dept , DOB
    Ali , IT , 01/11/1980
    Courtesy from HR ( this message should be fixed)
    And finally the whole report or file should be used as a screen saver. Please tell how it could be done.
    Thanks
    Fiaz

    I just thought about the last part of your posting:
    And finally the whole report or file should be used as a screen saver.
    I could send you the code to scroll a message across a text item on a form. How you implement it is up to you. If you want an actual screen saver (windows) you should be thinking about using another product, not oracle forms. It doesn't sound very efficient to be attempting to create an actual screen saver in forms. Why not just create a scrolling marque on an initial screen when they log in (based on birthday or what ever) or have a scrolling text field on your main form.
    Any way, if you are actually looking for a screen saver application, you should think about looking at another solution in my opinion.
    Regards.

  • Please give me the solution

    About dtw
      when i am uploading the business partners  it is giving the the
    error cardcode   the field is too small 65171

    Hi ,
    You will have to give more details to understand the problem. What is the exact data in BP's that you were trying to load  and i guess this error has come while doing DTW??? What were the codes of the BP's that were used...were they alpha numeric or numeric>???
    Pleaase givethe details.
    Nagesh

  • Please give me the solution related to JavaEmail .

    Hi,
    I am using MimeMessage to send emails. I also sending attachments. I am using both Lotus Notes and Outlook server.
    Now how shall I decide what would be the maximum limit of the size for one email which I shall send. Can I handle the size in my program or the size depends on the Lotus Notes or Outlook server ?

    BellaNew wrote:
    Now how shall I decide what would be the maximum limit of the size for one email which I shall send. Can I handle the size in my program or the size depends on the Lotus Notes or Outlook server ?Quite likely. And whether the message actually gets delivered is likely to depend on the POP server settings of the recipients too.
    Winston

  • Please give me the solution on open quotation in sap sd

    i have one requirment for displaying the open Quotaitons in SD how we can find open quotations in SD it is like VA25 Transaction 1)Open Quotations
                        2) All Quotations
                        3) My Quotations
    how  can i make validations on this selections.
    Moderator Message: Spec-dumping is not allowed.
    Edited by: kishan P on Oct 13, 2010 11:16 AM

    use the concept of configurable material to have these different colours or designs...but the code will be the same....its not possible to have a different material code in PO wrt Contract

  • Getting 'Out of memory' error while opening the file. I have tried several versions of Adobe 7.0,9.0,X1. It is creating issue to convert PDF into TIFF. Please provide the solution ASAP

    Hello All,
    I am getting 'Out of memory' error while opening the file. I have tried several versions of Adobe 7.0,9.0,X1.
    Also, it is creating issue to convert PDF into TIFF. Please provide the solution ASAP.

    I am using Adobe reader XI. When i open PDF it gives "OUT of memory" error after scrolling PDF gives another alert "Insufficient data for an image". after clicking both alerts it loads full data of PDF. It is not happening with all PDFs. couple of PDFs are facing this issue. Because of this error my software is not able to print these PDFS into TIFF. My OS in window7*64. I tried it on win2012R2 and XP. Same issue is generating there.
    It has become critical issue for my production.

  • The feature wifi hotspot is missing from my settings in my ipad ios 7. please give me a solution.

    the feature wifi hotspot is missing from my settings in my ipad ios 7. please give me a solution.

    First thing to do is to check with your cellular service provider to make sure that this feature is included with your cellular data Servoce contract.

  • Its urgent.Please send me the solution.

    Please find me a solution for the specifications.
    Its urgent.
    Please send me the details as early as possible.
    Requirements:
    1.     EDI Invoice requires populating bottle UPC number not case UPC in IDOC and also populates customer PO number when invoice billing type is a credit.  These changes need to be reflected on EDI invoice (Idoc INVOIC02).
    Investigation:
    Requirement 1. EDI invoices are populating segment E1EDP19 qualifier 003 based on the unit of measure in the line item.  If shipment unit is CSE then it populates CSE upc, if shipment unit is EA then it populates Bottle UPC. 
    a.     It was found that the UPC populated on the EDI invoice was being read from material master – Additional data tab.  (Field SMEINH-EAN11).  For the EDI invoice, the customers expect the bottle UPC on this column.
    Requirement 2.  Need to always populate Segment E1EDK02 Qualifier 001 (customer PO) on the INVOIC02 idoc.  Standard SAP populates this information only when the billing type is F2 (regular invoice) and if the customer PO was entered in the Sales Order.
                                a) Premier requires this information to be populated in the idoc if the billing type is G2, RE, L2 also.
    Solution:
    Requirement 1.
           IDOC_OUTPUT_INVOIC function module needs to be changed to always populate the UPC number for the bottle UPC in segment E1EDP19 qualifier 003, field IDTNR.  This number is found on the material master – Basic data 1 view.  Field name is MARA-EAN11.   Please see screenshot of where in the material master to find the bottle UPC. 
         a. This change applies to all billing types (F2, G2, L2, RE etc).
           Requirement 2.
                 Change IDOC_OUTPUT_INVOIC function module to always populate customer PO information in Segment E1EDK02 qualifier 001, field BELNR.
    If billing type is equal to G2, L2, RE and VBRK-XBLNR not equal blanks then make BELNR = VBRK-XBLNR.
    Segment:  E1EDK02
                                  Field:  QUAL = 001
                                  Field:  BELNR = VBRK-XBLNR
    Waiting for your immediate reaction.
    Thanks,
    Chandra.

    Please provide me a solution

Maybe you are looking for

  • 0CUSTOMER_ATTR  Data source Activation Problem

    Hi, I am trying to Activate 0CUSTOMER_ATTR  Data source at BW side. Its giving warnings      'Field UMSAT ( Position 76 ): Packed numbers should have an odd number of digits' while Activating      "Error when creating transfer structure /BIC/CCBB0CUS

  • SendRedirect is not working in Oracle Weblogic 10.3.5.0

    Hi , We are using oracle weblogic 10.3.5.0 server as a application server. But in weblogic we are facing issues with sendRedirect and request dispatcher. Requesting your help for getting out of this issue. Thanks in advance Sachin Hadawale

  • Latest change of payment method

    Skype has changed its payment method to credit card ... Thats bad .... Please revert back

  • Accessing Super Class methods

    Hi, If I have a Subclass that overrides a method in a superclass, is it possible to call that method from the superclass? Thanks

  • BAPI LSMW -  Partner Profile - VCHARVAL

    Hi, I´m trying to use a LSMW to load data to vendor characteristic, I´m using BAPI method with message type: VCHARVAL, but when I´m going to configure "Maintain Partner Numbers", I need to fit in the Inbound Parameters the field "Process Code", I alr