Webservice creation for consuming BAPI

Hi,
      I want to create a webservice for consuming data from standard sap functional module for mobile integration. Can someone explain his experience to reach this requirement?
My main requirement is to design a webservice which can consume SAP BAPI.
Thanks,
Kundan

Hi,
I am not sure the reason why you are not getting the output. But have you tested your web service before it is used in the adobe interactive form?
If not check your web service by some methodology
XI : WebService Studio - A Plain Jane SOAP Tool
Microsoft Infopath - Microsoft Office 2003 Infopath & SAP RFC/Webservice
Regards,
Ganesh N

Similar Messages

  • WebServices Creation and Consuming a Web Service in WDA ABAP

    Dear Experts,
    We are on SAP-ABAP Release 7.00 / SAP NetWeaver 2004s / SP19.
    Problems and Confusions galore.
    WebService Consumption
    We have been given an external webservice which need to be consumed. When I try to create a proxy thru SPROXY or thru SE80, it throws an error : Proxy Generation : Errors Occured (In German)/ Exception Occured in Library handler/ Not Implemented / No vendor specified.
    What am I doing wrong?? Any step by step !!! Pls. help.
    I have reached a point where I have absolutely no idea where to go.
    +WebService Creation for an RFC FM +
    WSDL created (later came to know its available by default), its visible in SOA Manager but execution doesn't throw up the screen wherein one can input field values to test the service. Although. the XML file is generated.
    Any help would be highly appreciated.
    Please Note :
    1> XI Framework is NOT available
    2> on Calling TCode : SPROXY, it shows "No connection to ESR"
    Thankx in advance.
    Regds,
    Srini

    Please post your questions in the correct forum. This forum is only for Web Dynpro ABAP related questions.

  • Webservice creation for SAP XI/PI Scenarios

    Hi,
    How can I develop A simple Webservice for any scenario, for example, if am doing File to file copy scenario,So I want to develop a Webservice for the same scenario,
    I want to develop webservices for the entire Scenario, for this I am Using Microsoft Visual Studio.
    I Shall Create a Form/Page for UI to select the source file, and when I trigger the Copy button, the service should execute the backend SAP XI Scenario and the file should get copied.
    How should i proceed to develop the Webservice?
    Regards,
    Varun

    Hi Varun,
    Let me understand this-
    >>Also here my sender Adapter is File and Receiver Adapter is File
    Do you mean to say that you can't change the existing FILE-PI-FILE scenario to Webservice-PI-FILE scenario on PI box?
    If yes, then you just need to create a UI to copy the file in the source file folder as specified in FILE adapter settings and set the FILE adapter poll interval. It will keep polling the file source file directory and pick the file from there.
    Am I missing something here?
    And also can you tell me what do you mean when you say "service"? You want it to be invoked following some user action? I guess it would be difficult to directly trigger the PI excecution when you have file adapter at  both the end.
    Regards.

  • BAPI for Automate direct debit proposal creation for selected customers.

    Hello ABAP Gurus,
    Requirement is - Changing the process for Automate direct debit proposal creation for selected customers from a custom BDC program to a BAPI.
    Explanation -
    Currently as per the process, we are using a BDC call transaction program for F110 - Automate direct debit proposal creation for selected customers. The main pupose of this BDC program is to automate F110 Bank Run for A/R (Selected Customers Only). It creates payment proposal which is the first step in order to create payment runs.This program will run in background.
    We wanted to change the process from a BDC call transaction process to a BAPI call . In this process I am trying to chase for a valid BAPI in order to sync to my requirement.
    It would be appreciate for your << removed >> response.
    Thank you.
    Regarsd,
    Kumar.
    Edited by: Rob Burbank on Nov 11, 2009 3:33 PM

    Hello gurus,
    Is there any implicit or explicit enhancement point for F110 process or is there any alternative for payment proposal creations?
    is there any BAPI for F110 functionality?
    can you please let me know.
    Thank you
    Regards,
    Kumar.

  • RAID for Consumer PCs

    If you have an interest in using RAID, then the MS Word document attached to this post may be useful information.  Scroll all the way to the bottom for the attachment.
    RAID for Consumer PCs
    Table of Contents
    RAID
    RAID 0
    RAID 1
    RAID 5
    RAID 10 (0+1)
    INTEL Controller Support for Different RAID Configurations
    Background Information for Creating a RAID configuration.
    Considerations:
    Performance comparisons
    Creating a RAID 0 Array
    Creating a RAID 1 Array
    Creating a RAID 5 Array
    Creating a RAID 10 (0+1) Array
    Conversion from RAID 0 to RAID 5
    RAID 0 to RAID 5 Observations
    Other RAID Migrations
    *************DISCLAIMER***********
    RAID
    RAID is an acronym for Redundant Array of Inexpensive Disks and also commonly called Redundant Array of Independent Disks.  A RAID array is created when one or more hard disks or one or more solid state disks (SSD) are combined to form a logical volume using one of several different configurations.  Consumer level PCs typically use RAID 0, RAID 1, RAID 5 and occasionally RAID 10 (0+1).  The RAID configuration choice is dependent on the requirements for redundancy, speed and capacity.  The choice of a RAID configuration will be a compromise between speed, redundancy, capacity and cost.  The different RAID configuration options can be restricted by hardware limitations.
    RAID 0
    A RAID 0 volume is created when 2 hard disks are used and then data is spanned or striped across the different hard disks.  The process of spanning data across different hard disks is also called scatter loading.  By spreading data across multiple hard disks, a significant performance improvement can be gained.  However, should one of the hard disks fail, then the entire RAID 0 configuration becomes unusable.  A RAID 0 volume combines the capacity of the hard drives being used in the configuration.
    RAID 1
    A RAID 1 configuration is created when 2 hard disks are used and then data on hard drive 1 is replicated to hard drive 2.  The process is also called data mirroring.  This configuration provides for redundancy in the event of a single hard drive failure but at the expensive of a degradation to write performance as data has to be written to multiple hard drives.  Since the data is being replicated between two volumes the overall capacity is limited to that of one hard drive.
    RAID 5
    A RAID 5 configuration is similar to a RAID 0 array except RAID 5 deploys distributed parity also referred to as checksum data.  Blocks of data are stripped across three or more hard drives and each hard drive contains block level recreation data (parity).  In the event of a hard drive failure, parity will allow for the data to be accessed through a dynamic data creation process.  The downside to the dynamic data creation process is a reduction in performance until the failing hard drive can be replaced.  RAID 5 performs best for supporting read accesses as write operations will be slower while the parity blocks are being updated.  Parity data does consume disk space.  A three hard drive RAID 5 array will have about the same total data capacity as a two hard drive RAID 0 array.
    RAID 10 (0+1)
    A RAID 10 configuration also called RAID 0+1 can be implemented in two different methods depending on the hardware being used.  The below left configuration is a striped RAID 1 array being replicated and the below right configuration is a RAID 0 array being replicated.  A RAID 10 configuration can provide a RAID 0 performance level even with the loss of one hard disk.  The downside to RAID 10 is the reduced configuration capacity.
    INTEL Controller Support for Different RAID Configurations.
    The RAID configurations used in this document are based on the INTEL SATA controller.
    See the below table.
    NOTE: Even though your system board may have the appropriate Intel controller,
    not all system boards will provide RAID functionality.
    Background Information for Creating a RAID configuration.
    You can create a RAID configuration provided that:
    The PC cabinet can accommodate additional hard drive(s) if needed.
    The system board has the necessary open SATA port(s) if needed.
    A SATA controller that can support the desired RAID configuration.
    You can determine the status of your RAID configuration by using the Intel Rapid Storage Technology (IRST) software.  If you don’t have this software on your PC then you can download IRST from the Intel web site.  I recommend that you use the latest version available from Intel.  Background information can be obtained from the IRST User Guide.  When you launch IRST, the help topics are an excellent source of information.  You can access IRST by going into the Control Panel and select Intel Rapid Storage Technology. You can also access IRST from the lower right Task Bar location.  IRST should resemble a hard drive icon and normally it has a green check mark.  By default IRST is set as delayed startup so don’t expect to see it active right after boot up. The Intel images being used in this document are from IRST version 11.1.0.1006.
    If the SATA controller in your PC is not set to RAID then read this Microsoft article if you are running VISTA or Windows 7.  You need to run the MrFixIT script before you reboot your PC in the bios and make the SATA controller mode change to RAID.  The script will then allow Windows to choose the correct driver when you reboot your PC.  If you plan on using a boot drive image restore then be sure to run the script just prior to making taking your image backup.  That way your backup image is set to allow Windows to choose the correct SATA driver.
    Before creating any RAID configuration, always make backups of your data and image the boot hard disk to external media such as an USB drive.  Additionally, be sure that your imaging product boot disk is functional, particularly if the PC’s boot hard disk is part of the RAID configuration.  Its best to use a commercial hard disk imaging product as support and functionality is generally better than the “freebie” software.
    Be sure that your PC is running the latest available BIOS.  BIOS updates are used to update the Intel ROM firmware.  Additionally, check for hard drive and SSD firmware updates.
    Summary of preparation steps in priority order:
    Backup your data.
    Test out your recovery and restore procedures.
    Update the following: BIOS, hard drive firmware, SSD firmware
    Update IRST
    Execute the Microsoft MrFixIt if your PC is not set to RAID mode in the bios.
    Create an image of your boot hard drive.
    Considerations:
    After replacing a failed hard drive, don’t expect the rebuild process to be fast.  All of the data that existed on the failed hard drive must be either regenerated using parity data or replicated to the new hard drive.
    I recommend that you use an uninterruptable power supply (UPS) when using RAID 5. Cached write data needs to be written to hard drive in the event of a power failure to avoid the loss of data.  You might want to consider disabling write back cache if you are not using an UPS. There is a performance reduction by doing so at the expense of improving data integrity.
    If you need a RAID array over 2 TB then your PC needs: UEFI bios, 64 bit operating system, GPT formated hard drives.  Review this Microsoft article on Windows and GPT FAQs.
    Since a MBR formated array will limit the useable space to 2 TB it’s therefore best to use hard drives that are 1 TB or less for RAID 0, 5 and 10.
    Consider the data growth rate and the size of the array.  The Intel controller will limit the number of hard drives.  The size of the PC cabinet and available system board SATA ports will also be growth constraints.  It’s not uncommon for a business to experience an annual data growth rate of 20 percent.
    If you need a RAID solution beyond the typical consumer level RAID configurations, then you should review the RAID options available from HP.
    RAID technology in not infalible so you need to consider backups.  A voltage spike inside your PC could render the RAID unusable and unrecoverable.  Corrupted data or a virus are other reasons for keeping backups.  An external USB connected hard drive might be sufficient for backups.
    Throughly test your backup and restore software. Always keep more than one backup copy of your data.
    Performance comparisons:
    All of the hard drives benchmarked are Hitachi 1.5 TB SATA III hard drives connected as SATA II devices.  HD Tune was used to benchmark the seniaros using default settings.
    Configuration
    Average MB/s
    Maximum MB/s
    Single hard drive
    113
    152
    RAID 0
    222
    289
    RAID 1
    104
    142
    RAID 5
    221
    288
    RAID 10 (0+1)
    220
    274
    Creating a RAID 0 Array.
    If you are configuring the Windows boot drive into a RAID 0 array, then you need to use the Intel option ROM method for creating the array.  Tapping Cntl-i at boot up will get you into the Intel option ROM firmware setup utility.  Once the array has been created then boot up your image recovery disk and load the array from your image backup.
    If you are creating a RAID 0 data only array then you can use the IRST when running Windows to create the array.  You can also use the Intel option ROM firmware setup utility.  Even though this HP VISTA RAID setup article is dated, it does have some excellent information.
    Launch IRST.
    You can observe in the above image the status of the hard drives attached to the Intel SATA controller.  Now click on Create. Select Optimized Disk (RAID 0) then click on Next.
    Configure the RAID 0 array by selecting two hard drives of the same size and click on Next.
    Next click on Create Volume.
    A warning window will appear.  Click on OK.
    The new RAID volume is now created. However, you now need to use Windows Disk Management to ready the volume for use.
    Creating a RAID 1 Array.
    If you are configuring the Windows boot drive into a RAID 1 array, then you need to use the Intel option ROM method for creating the array.  Tapping Cntl-i at boot up will get you into the Intel option ROM firmware setup utility.  Once the array has been created then boot up your image recovery disk and load the array from your image backup.
    If you are creating a RAID 1 data only array then you can use the IRST when running Windows to create the array.  You can also use the Intel option ROM firmware setup utility.  Even though this HP VISTA RAID setup article is dated, it does have some excellent information.
    Launch IRST.
    You can observe the above status of the hard drives attached to the Intel SATA controller.  Now click on Create.
    Select Real-time data protection (RAID 1) and click NEXT.
    Configure the RAID 1 array by selecting two hard drives of the same size and click on Next.
    Next click on Create Volume.
    The new RAID volume is now created. However, you now need to use Windows Disk Management to ready the volume for use.
    Creating a RAID 5 Array.
    A RAID 5 array will require three to four hard drives. While it is possible to convert a RAID 0 to a RAID 5 array, I recommended that you consider building the RAID 5 array from scratch rather than use a conversion method.
    If you are configuring the Windows boot drive into the RAID 5 array, then you need to use the Intel option ROM method for creating the array.  Tapping Cntl-i at boot up will get you into the Intel option ROM firmware setup utility.  Once the array has been created then boot up your image recovery disk and load the array from your image backup.
    If you are creating a RAID 5 data only array then you can use the IRST when running Windows to create the array.  You can also use the Intel option ROM firmware setup utility.  Even though this HP VISTA RAID setup article is dated, it does have some excellent information.
    The following procedure will build the RAID 5 array with three hard drives using IRST.
    Launch IRST.
    During this create process, I will be using the last three hard drives
    listed in the above image under Storage System View.  Now click Create.
    Select Efficient data hosting and protection (RAID 5) and click
    On Next.
    Select the three hard drives for RAID 5 and click on Next.
    Review the volume creation selections then click on Create Volume.
    Review the final warning then click on OK.
    Now click on OK and review the final array status.
    Creating a RAID 10 (0+1) Array.
    A RAID 10 (0+1) array will require four hard drives.
    If you are configuring the Windows boot drive into the RAID 10 (0+1) array, then you need to use the Intel option ROM method for creating the array.  Tapping Cntl-i at boot up will get you into the Intel option ROM firmware setup utility.  Once the array has been created then boot up your image recovery disk and load the array from your image backup.
    If you are creating a RAID 10 (0+1) data only array then you can use the IRST when running Windows to create the array.  You can also use the Intel option ROM firmware setup utility.  Even though this HP VISTA RAID setup article is dated, it does have some excellent information.
    The following procedure will build the RAID 10 (0+1) array using four hard drives using IRST.
    Launch IRST.
    This create process will be using the last four hard drives listed in the above image under Storage System View.  Notice that the hard drives are not the same size.  Two of the hard drives are 1.5 TB and two hard drives are 2 TB.  While it’s recommended to use all hard drives of the same size, it’s not required. The RAID 10 creation progam will pick to two smallest hard drives for the striped pair and then the two largest hard drives for replication pair but not the opposite as the two largest hard drives if used as the striped pair would not fit on the two smaller hard drives for replication.  Now click Create.
    Select Balanced performance and data protection (RAID 10) and click
    on Next.
    Select the four hard drives for RAID 10 and click on Next.
    Notice that IRST is set to create a RAID 10 volume with the capacity of 2.7 TB.
    Review the volume creation selections then click on Create Volume.
    Review the final warning then click on OK.
    Now click on OK and review the final array status.
    Conversion from RAID 0 to RAID 5
    If you have a RAID 0 hard disk configuration and you are concerned that a hard drive failure will cause your PC to crash or results in data loss then you might have an option to use RAID 5.  A RAID 5 three drive configuration can survive a single hard drive failure but not two failing hard drives. While there are other RAID configurations possible, this document will only be addressing a three hard drive configuration using the Intel SATA controller.  Some of the newer HP PCs can accommodate three hard drives and can be configured when ordered with RAID 5.
    Observe the below image.  This PC has a RAID 0 2.7 TB array.  To build the RAID 5 array, you will need to add (configure) an additional hard drive into the array. Click on Manage and then add an eligible hard drive to the array.
    Note: all data on the hard drive to be added to the array will be lost since parity and data from the existing array needs to be written to the added hard drive to create the RAID 5 array.  Take backups of your existing array in case something goes wrong.
    Once you are on the Manage screen then click on Change type.
    The following screen will appear:
    Select the drive to be included into the array and click on OK.
    When the migration process begins, the Status is now indicating migrating and the Type is RAID 5.  The hard drive added was 2 TB which meets the minimum amount.  BE PATIENT!  The migration process will take a very long time for an in place migration to complete.
    It’s much faster to delete out the original RAID 0 volume, create the new RAID 5 volume and then reload the original RAID 0 image from your backups. I recommend that you consider
    this method verses the in place approach.
     Click on Status to show the migration progress.
    RAID 0 to RAID 5 Observations
    I was able to shut down and boot the RAID configuration before the migration process had completed.  The in place migration method was very slow, about 3% per hour and hence my recommendation to use a differnet method.  Booting up from different hard drive before the migration process has completed results in a BSOD on boot up.
    After completing the RAID 5 conversion, I did receive a message from IRST indicating that one or more volumes is protected against a hard drive failure.
    Other RAID Migrations
    While there are other RAID migrations options available, they can be platform (chipset) specific.   Review this Intel Chipset article on supported RAID migrations.  Even though the Intel RAID migration has a safety function built into the process in the event of a power loss or shutdown, it’s always best to have a complete set of up-to-date backups.
    The migration process can be painfully slow.  The migration time is largely dependent on the hard drive sizes and the number of hard drives involved in the overall migration.  In some cases it might be faster to build the RAID array from scratch and then load the data back to the array verses using an in place migration process.
    It is possible to increase the overall RAID array (volume) size with some RAID configurations by adding hard drives to the array.   The overall size of the array may be limited by how the array had been previously formatted by Windows.  Review the information under the Considerations topic in this document.
    *********updated August 21, 2013
    If you are using SSDs in a RAID 0 configuration then you will need to have the Intel 7 or 8 chipset plus Intel Rapid Storage Technology (IRST) version 11 or higher to get Windows TRIM support to function. The latest version of IRST as of 8/21/2013 that I have seen is 12.7.1036.
    *************DISCLAIMER***********
    There may be inaccuracies with the information contained in this document so please consider that when using RAID.
    *************DISCLAIMER***********
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT
    Attachments:
    RAID for Consumer PCs.doc ‏3761 KB

    Great document
    I am a volunteer. I am not an HP employee.
    To say THANK YOU, press the "thumbs up symbol" to render a KUDO. Please click Accept as Solution, if your problem is solved. You can render both Solution and KUDO.
    The Law of Effect states that positive reinforcement increases the probability of a behavior being repeated. (B.F.Skinner). You toss me KUDO and/or Solution, and I perform better.
    (2) HP DV7t i7 3160QM 2.3Ghz 8GB
    HP m9200t E8400,Win7 Pro 32 bit. 4GB RAM, ASUS 550Ti 2GB, Rosewill 630W. 1T HD SATA 3Gb/s
    Custom Asus P8P67, I7-2600k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX660 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Custom Asus P8Z77, I7-3770k, 16GB RAM, WIN7 Pro 64bit, EVGA GTX670 2GB, 750W OCZ, 1T HD SATA 6Gb/s
    Both Customs use Rosewill Blackhawk case.
    Printer -- HP OfficeJet Pro 8600 Plus

  • Pros & Cons for consuming web services in ABAP using ABAP PROXY

    Hi,
    Other then performence  is there any other disadvantages like security,etc for consuming web services in ABAP using ABAP proxy?
    I really appreciate if some one provide the more details(Pros & Cons ) regarding cosuming web services and I also want to know is there any other way to consume web services in ABAP.
    Thanks.

    <i> is there any other way to consume web services in ABAP</i>
    you can use cl_http_client class to make your program to act as http client and post the soap message too webservice. This way you dont need to generate proxy, but you should know the soap message format.
    Regards
    Raja

  • Single workbench request for CONSUMER PROXY in crm 7.0.

    Hi all ,
    I have a problem related to "consumer proxy" in sap crm 7.0 release. In our system , we have several proxies (existing) for consuming inter system web services (WSDL's) which were generated from SE80 , client proxies, wizard.
    As we know , at the very first time of creation , the workbench request holds both the structure , class and object of the proxy ,but if afterwards , the proxy is regenarated for changed structure in WSDL , then that workbench request only holds the regeneration request , doesnt hold the base structure.
    In our case , in those old proxies , there are so many requests .in some of it , many cross object requests are there , so we are facing problems to transport these proxies to a blank client(newly created).
    So my question is
    IS THERE ANY WAY TO CREATE ONLY ONE WORKBENCH REQUEST (MIGHT BE FROM SE80) FOR THOSE EXISTING PROXIES , THAT THEY HOLD THE STRUCTURE AND THE CHANGED STRUCTURE ALSO FOR INDIVIDUAL.
    THANKS IN ADVANCE.
    ARNAB MUKHERJEE
    INTEGRATION DEVELOPER.

    Hi,
    Refer the following to get the understanding the Equipment download to CRM.
    You define the default settings for replicating equipment in the IMG activity: Customer Relationship
    Management -> Master Data -> Installed Base -> Replication of Equipment from SAP R/3 Customer
    Service -> Define Default Settings for the Equipment Replication.
    For more information about the integration of different systems, see the SAP Library under mySAP
    Customer Relationship Management -> Architecture and Technology -> Business Integration -> CRM
    Middleware.
    The Business Add-In : Business Add-In: Equipment Upload (CRM_EQUI_LOAD) can be used to
    flexibly enhance the data transfer and validation in SAP CRM. The Add-In offers comprehensive options
    for influencing the mapping between equipment and individual objects
    Also refer to the following notes:
    1. Note 627279 - Serial number & configuration download
    2. Note 637173 - Equipment download/delta synchronization
    Hope it helps.
    Regards,
    Rajiv

  • JDeveloper Webservice Creation Question

    While Creating webservices through JDev 11g from WSDL, we are presented with two option :-
    1) Java EE 1.5, with support for JAX-WS annotations
    2) Java EE 1.5, with support for JAX-WS RI
    Could you please let me know which one is the most efficient option.
    I see that in the second option the webservices are configured thru another file(sun-jaxws.xml) and all the requests are directed or handled by a common servlet whereas in the first option we usually configure the endpoint implementation directly in web.xml.
    Another question that i have related to webservices creation - Does webservices wizard internally call wsimport to generate classes from WSDL. When i use wsimport to generate classes using WSDL and specify a jaxb global binding file to convert datatypes, this works correctly but using JDeveloper doesn't creates the Adapter classes to convert the datatypes.
    Answers to the above would be helpful in reaching a decision on which approach to follow. Thanks.

    Hi,
    yes. Please see the how-to document we provide on otn.oracle.com/products/jdev
    Frank

  • Creating Webservice out of a BAPI

    Hi all,
          I need to make WebService out of a BAPI.
          Hence I want the procedure to do it.Helpful Links are also Welcome.

    Hi Dinesh ,
    <b>Please follow these Steps to create a Webservice out of a BAPI :</b>
    <b>Prerequisites :</b> Version SAP 6.4 & above
    1. Log into your SAP System - Enter (Client , User ID , Pwd)
    2. Enter the Transaction SE37
    3. Enter the name of the BAPI you want to convert into Webservice
        For EX : BAPI_BANK_GETLIST
    4. Click Display
    5. In the Menubar > SelectUtilities > More Utilities > Create Webservice >
        From the Function Module .
    6. The Webservice Wizard Opens
    7. Select Continue
    8. Enter the Virtual Interface Name & Description ( User Defined )
    9.  Select Endpoint : Function Module
    10. Check NameMapping
    11. Choose Function Module, Select Continue
    12. Enter the Webservice Name & Description ( User Defined )
    13. Select Profile BASIC Authorization : SOAP Pro
    14. Select Continue , This will create a Webservice out of the BAPI
    15. Choose a Standard Package where you want the Webservice to be parked.
    16.To find the address of the Web service, use the transaction WSCONFIG, which supports you when you publish a Web service in the UDDI.
    17.Enter WSADMIN transaction to open Webservive Administration for SOAP runtime.
    18. Under SOAP Application for BAPI's , select your Webservive and Click on WSDL Generation Button ( Last Button among 4 Buttons - Below Title )
    19. Select RPC and OK.
    20. Please Enter your User Id & Password of the SAP system you are working on.
    The WSDL is created for the Webservice.
    <b>Thus the WebService is Created out of the BAPI.</b>
    Hope this helps you very much
    Regards,
    Santhosh

  • Problem to deploy to a WebService interface for ADF Business Components to Weblogic Server

    Hi,
      I'm trying to deploy a custom application ,in which i have exposed ADF Business Components through a WebService interface, to a standalone weblogic server.
    Application Module is configured with a Service Interface for ordinary ViewObjects.
    Now I want to create a EAR file of this application to deploy it on the weblogic server.
    But I got an error while deploying it.The error i am getting is shown below.
    ERROR: No Java EE modules detected in EAR archive. Deployment aborted. == (oracle.jdevimpl.deploy.ear.WeblogicAssembler)
    I have followed the steps mention in the below link :
    http://technology.amis.nl/2010/12/29/quickly-creating-reploying-and-testing-a-webservice-interface-for-adf-business-components/
    I'm using Jdeveloper 11.1.2.4 on windows.
    Please suggest what i could be doing wrong.
    Regards,
    Himanshu

    Does the deployment profile include Java EE modules?
    Refer
    Java EE Developer: ERROR: No j2ee modules detected in EAR archive. Deployment aborted. == (oracle.jdeveloper.deploy.Veto…

  • Automatic TO creation for delivery

    Dear Experts ,
    We are facing a problem with Automatic TO creation for delivery only in some storage types ( not all the types , some types are working fine )
    The problem happened after we applied a user exit for a specific picking strategy , but even after we have cancelled that user exit still problem remained.
    We have checked the following settings, and everything seems fine:
    1-Warehouse management - Activities u2013 transfers u2013 define Mvt type
    2-Warehouse management u2013 interfaces- Automatic TO creation
    Looking for your help in this issue
    Thanks ,
    Malik

    Hi Malik,
    You mentioned that you have previously implemented the picking user-exit and removed it later. Did you enter the correct picking strategy for the effected storage types after removing the user-exit? This could be one reason.
    What happens when you try to create the TO manually?
    Regards,
    Osman

  • Automatic TO Creation for Inventory loading

    Hi ,
    Is there any way to create Transfer Order for a material document with 561 movement type (With and without Handling Units ) ?
    I believe system doesn't create any TR for intial inventory upload  , is that also correct ?
    Regards
    Sandeep

    Dear Sandeep,
    You can configure to create the transfer requirement or transfer order creation for 561 movments also. under
    customizing path: SPRO --> Logistics Execution --> Warehouse management --> Interfaces --> Inventory Management --> Define Movement Types
    In case you want to do with HU management then there will be delivery gets created instead of material document.
    so naturally you can putaway or pick using the delivery document.
    Kind regards,
    Ramana

  • Automatic TO Creation for 321 movement (WM and QM integration)

    Dear experts,
    Can anybody guide for how to create auto transfer orders with reference to posting change number for 321 movement document?
    Best Regards,
    Anand Rao

    This has to be done in WM. Activate the automatic TO creation for the releavnt Inventory/warehouse movement . Its under interafces - inventory management in the WM component in config.
    Thanks,
    Ram

  • Issue while running a custom package:ORA-20100: File o2670336.tmp creation for FND_FILE failed.You will find more information on the cause of the error in request log. in Package PA_OPPORTUNITY_MGT_PVT Procedure modify_project_attributes ORA-20100: File o

    Hi Guys,
    We have created a custom package where in we are trying to call the standard API's of Oracle projects i.e PA_PROJECT_PUB.When we are trying to call these APIs we are facing the below issue.
    We have tried testing in two instances ,Initially it worked in both instances.
    Using the same API's multiple times we tested the same data set in these instances.
    For the first few runs it works fine.But when we go on using the same API's again and again for our testing we face now and then the below issue.
    Standard API's
    =========
    add_task
    update_project
    change_structure_status
    create_draft_plan
    Error:
    ORA-20100: File o2670336.tmp creation for FND_FILE failed.You will find more information on the cause of the error in request log. in Package PA_OPPORTUNITY_MGT_PVT Procedure modify_project_attributes ORA-20100: File o2670336.tmp creation for FND_FILE failed.
    You will find more information on the cause of the error in request log. in Package PA_PROJECT_PUB Procedure update_project:ORA-0000: normal, successful completionError while publishing the task
    Please let us know if anyone of has come across the same situation.
    Regards,
    Vijay

    But have issue only with validating invoice batch. I followed metalink ID's 605542.1, 167990.1,261693.1,1088553.1,749491.1, 461271.1 and few more.Was this working before? If yes, any changes have been done recently?
    Please see if these docs help.
    APXAPRVL: Invoice Validation Errors With MSG-00001 and REP-1419 [ID 333305.1]
    Invoice Validation Errors When Others:101505:Non-Oracle Exception Rep-1419 [ID 464125.1]
    Invoice Validation Fails with REP-1419 Error in Ap_approval_matched_pkg.Execute_matched_checks [ID 293425.1]
    Invoice Validation Failing On Fnd_file Could Not Write To File L0202306.Tmp [ID 461520.1]
    Invoice Validation (APPRVL) Errors ORA-20001 APP-SQLAP-10000 PSA_FUNDS_CONTROL_PKG.glxfck [ID 463184.1]
    Validate Invoice Error With ORA-20001: APP-SQLAP-10000: AP_FUNDS_CONTROL_PKG.Calc_QV [ID 432702.1]
    Invoice Validation Program Is Erroring Out [ID 382844.1]
    Error On Validation Of Invoices From Previous Periods [ID 412814.1]
    Thanks,
    Hussein

  • ORA-20100: File oRI_INV_.tmp creation for FND_FILE failed.

    Dear All,
    I am getting the following Error while running a concurrent program. Could anyone help me out why this error is coming out:
    Cause: FDPSTP failed due to ORA-20100: File oRI_INV_.tmp creation for FND_FILE failed.
    You will find more information on the cause of the error in request log.
    ORA-06512: at "APPS.FND_FILE", line 410
    ORA-06512
    Many Thanks in advance....

    Please verify the following:
    1) Make sure that APPLPTMP is set to a valid directory as shown above (Verify from the OS by issuing "echo $APPLPTMP" as applmgr user)
    2) Make sure that both the applmgr user and the database user "oracle" have read/write permissions on $APPLPTMP
    3) Make sure that APPLPTMP is the first entry in utl_file_dir (utl_file_dir is set in the init<SID>.ora file). To verify to what "utl_file_dir" is set:
    SQL> connect / as sysdba
    SQL> show parameter UTL_FILE_DIRYou may also check the troubleshooting steps outlined in the following note:
    Note: 261693.1 - Troubleshooting ORA-20100 on Concurrent Processing
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=261693.1

Maybe you are looking for