In BAPI Explorer Create Webservice in Tools is missing

Hello,
I've exactly the same Problem posted here:
Re: Unable to see Create Web Service option in Tools tab in BAPI Explorer
>I am trying to create a Web service for existing BAPI (FlightBooking) in BAPI explorer. Go To BAPI Explorer-->Hierarchical>Basis Components>ABAP Workbench, Java IDE and Infrastructure--
>FlightBooking After selecting FlightBooking, check the Tools tab Then you should be able to see Create Web Service option. But, I am unable to see the Create Web service option in Tools tab. What could be the problem. Did some one encounter a problem like this before?
The post was marked as answered but like others mentioned before, this
is still unresolved. Maybe some can help.
Kind regards, Ute.
[Attached Screenshot|http://i49.tinypic.com/14defcg.jpg]

Hi,
thanks, for this hint. Sorry but I installed fresh and to hack in the tables can't be the right solution. I don't think SAP suggest to access Database direct to enable or to have a feature.
Also, with the other way to access the wizard its only possible to create web services for a single function, but not for a object.
Or how to create for all Business Partners BAPI's / Methods one Service?
Kind regards, Ute.
I've added also a Screenshot of the BAPITOOLS Table, i guess first row is the Wizard. Is there something missing or wrong? At least it's not disabled.
[BAPI Tools Table|http://img97.imageshack.us/img97/2508/bapitoos.jpg]

Similar Messages

  • Error while creating WebService for BAPI

    Hi,
    I am trying to create a webservice for BAPI, i created Virtual interface and Webserice and activated.
    In transaction code WSCONFIG i checked webservice has been released. When i test webservice i am getting following error in browser.
    - <soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">
    - <soap-env:Body>
    - <soap-env:Fault>
      <faultcode>soap-env:Server</faultcode>
      <faultstring xml:lang="en">SOAP processing failure, error id = 112</faultstring>
      </soap-env:Fault>
      </soap-env:Body>
      </soap-env:Envelope>
    Could u please tell me whats wrong on this?
    thanks for ur time.
    Murali.

    Does tht mean i need to add the following code
    Line item number.
    item-itm_number = '000010'.
    itemx-itm_number = 'X'.
    Material
    item-material = p_matnr.
    itemx-material = 'X'.
    Plant
    item-plant    = p_plant.
    itemx-plant   = 'X'.
    Quantity
    item-target_qty = p_menge.
    itemx-target_qty = 'X'.
    APPEND item.
    APPEND itemx.
    For second item.
    Line item number.
    item-itm_number = '000020'.
    itemx-itm_number = 'X'.
    Material
    item-material = '600020001'.
    itemx-material = 'X'.
    Plant
    item-plant    = p_plant.
    itemx-plant   = 'X'.
    Quantity
    item-target_qty = p_menge.
    itemx-target_qty = 'X'.
    APPEND item.
    APPEND itemx.
      Fill schedule lines
    lt_schedules_in-itm_number = '000010'.
    lt_schedules_in-sched_line = '0001'.
    lt_schedules_in-req_qty    = p_menge.
    APPEND lt_schedules_in.
      Fill schedule lines
    lt_schedules_in-itm_number = '000020'.
    lt_schedules_in-sched_line = '0002'.
    lt_schedules_in-req_qty    = p_menge.
    APPEND lt_schedules_in.
      Fill schedule line flags
    lt_schedules_inx-itm_number  = '000010'.
    lt_schedules_inx-sched_line  = '0001'.
    lt_schedules_inx-updateflag  = 'X'.
    lt_schedules_inx-req_qty     = 'X'.
    APPEND lt_schedules_inx.
      Fill schedule line flags
    lt_schedules_inx-itm_number  = '000020'.
    lt_schedules_inx-sched_line  = '0002'.
    lt_schedules_inx-updateflag  = 'X'.
    lt_schedules_inx-req_qty     = 'X'.
    APPEND lt_schedules_inx.
    But i guess it is overwritting my frst material..
    Also i m gettin a error 
    For object rv_beleg, number  range interval doesnot exist
    Pls suggest

  • Creating webservice using webdynpro java calling bapi from r/3

    hi all,
    as i am new to this area can anyone provide me a guide to create a simple webservice using webdynpro java to call bapi's from r/3?
    i want to consume the created webservice on a .net client.
    Thanks in advance,
    Raghunandan

    You can use the SAP .NET Connector to do it.
    Download from [http://service.sap.com/connectors|http://service.sap.com/connectors].

  • 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

  • Create webservices and deploy

    Dear Gurus,
    I had followed the below steps in creating webservices using ABAP.
    1. Create Package
    2. Create Function group
    3. Create RFC function module
    4. Create webservice from the function module
    5. Create service definition, select port profie and deploy service and assign to Package and transport request
    6. Executed SOAMANAGER transaction , it opens  a webpage with internet explorer defaul web page and I dont see any SOA administration related information and I dont have any clue how to proceed further.
    Please let me know if I there is any prerequisities Like SP to be installed, or any configuration / settings needs to be done.
    I am workign in SAP ECC 6.0 (SAP version 700)
    Thanks in advance.
    Thanks
    Shanthi

    Hi,
    The steps are
    1. In start menu --> Run --> type Drivers and press enter
    2. In that select the folder etc
    3. Then open the file hosts in notepad
    4. In the hosts file add your server ip and the domain name and save it.
    5. Then in internet explorer click tools --> internet options --> connections --> lan settings ---> advanced and add the domain there also.
    it will work fine
          For this get the assist from your system Admin.

  • Recreating the BAPI Explorer in Java

    Hi
    I'm using JCo to try to recreate something like the BAPI Explorer in a java program.
    I can do something like the alphabetical view by using SWO_QUERY_API_OBJTYPES to get all objects, and then calling SWO_QUERY_API_METHODS to get the BAPIs on those objects.
    Has anyone any idea what SAP functions I would use to create the hierarchical view rather than the alphabetical view?
    TIA
    Ian

    did you try http://ifr.sap.com
    Regards
    Raja

  • BAPI not showing in BAPI Explorer

    HI,
    I have just created a BAPI, but it is not being shown in the BAPI Explorer. Are there any specific checks that I can perform to make sure that everything was created in the correct manner? And how do I get the BAPI to display in BAPI Explorer?
    Regards,
    Munish

    HI,
    You can use the BAPI explorer to get a step by step instruction / checklist in how to create a BAPI. In the BAPI explorer select the Project tab.
    When the Business object has been checked and the documentation created, the following steps must be carried out:
    1) Release the BAPI function module (in the Function Builder).
    2) Release the business object type (in the BOR ObjectType -> Change release status to -> Implemented ).
    3) Release the BAPI as a method in the BOR (Release the methods you has created - Set the cursor on the method then Edit -> Change release status -> Object type component -> To released )
    4) For potential write BAPIs: Release the IDoc and its segments
    You can now display the BAPI in the BAPI Explorer:
    Assign the Points if this is helpful
    Regards
    Sudheer

  • BAPI for create material master (SAP version 40b)

    Hi,
    Anyone know BAPI for create material master for SAP version 40b?
    There's no BAPI_MATERIAL_SAVEDATA.
    I try to use BAPI_MATERIAL_MAINTAINDATA_RT,
    but seems that BAPI only for retail.
    Kindly advice!
    Thanks,
    Victor.

    Hi,
        this one works pretty good.
    call function 'MATERIAL_MAINTAIN_DARK'
             exporting
                  sperrmodus                = ' '
                  kz_prf                    = 'W'
                  max_errors                = ' '
                  p_kz_no_warn              = 'X'
                  kz_verw                   = 'X'
                  kz_aend                   = 'X'
                  kz_dispo                  = 'X'
                  kz_test                   = ' '
                  flag_muss_pruefen         = ' '
                  call_mode                 = 'ACT'
             importing
                  number_errors_transaction = numerror
                  matnr_last     = last_matnr
             tables
                 amara_ueb      = i_mara    "Basic Data
                amakt_ueb      = i_makt    "Descriptions
                 amarc_ueb      = i_marc    "Plant
                amard_ueb      = i_mard    "Storage Location
               AMFHM_UEB      = I_MFHM    "Production Tools
                amarm_ueb      = i_marm    "Units of Measure
               AMEA1_UEB      = I_MEA1    "Internal Mangagement -  EANs
                ambew_ueb      = i_mbew    "Accounting/Costing
                asteu_ueb      = i_steu    "Tax Data
                astmm_ueb      = i_steumm  "Tax Data
               AMLGN_UEB      = I_MLGN    "Warehouse Data
               AMLGT_UEB      = I_MLGT    "Storage Type Data
               AMPGD_UEB      = I_MPGD    "Change Documents
               AMPOP_UEB      = I_MPOP    "Forcast Parameters
               AMVEG_UEB      = I_MVEG    "Total Consumption Data
               AMVEU_UEB      = I_MVEU    "Unplanned Consumption Data
                amvke_ueb      = i_mvke    "Sales Data
                altx1_ueb      = i_ltx1    "Sales Text
               AMPRW_UEB      = I_MPRW    "Forcast Values
                 amfieldres     = i_delfields
                 amerrdat       = i_errors
             exceptions
                  kstatus_empty             = 01
                  tkstatus_empty            = 02
                  t130m_error               = 03
                  internal_error            = 04
                  update_error              = 05
                  too_many_errors           = 06.
    Otherwise try BAPI_RETAILMATERIAL_CREATE
    BAPI_STANDARDMATERIAL_CREATE
    <b>Reward points</b>
    Regards

  • Create Webservice and deploy

    Dear Gurus,
    I had followed the below steps in creating webservices using ABAP.
    1. Create Package
    2. Create Function group
    3. Create RFC function module
    4. Create webservice from the function module
    5. Create service definition, select port profie and deploy service and assign to Package and transport request
    6. Executed SOAMANAGER transaction , it opens a webpage with internet explorer defaul web page and I dont see any SOA administration related information and I dont have any clue how to proceed further.
    Please let me know if I there is any prerequisities Like SP to be installed, or any configuration / settings needs to be done.
    I am workign in SAP ECC 6.0 (SAP version 700)
    Thanks in advance.
    Thanks
    Shanthi

    Hello,
    In Web Service hierarchy transaction SICF, node APPL_SOAP_MANAGEMENT should be active. The complete path is default_host/sap/bc/webdynpro/sap/APPL_SOAP_MANAGEMENT.
    Once you are in the SOA Management screen, select single service adminstration and select your service and create End Point there.
    Thanks,
    Venu

  • Create Webservice in Ver 4.70

    How to create a webservice for RFC function moldule in Version 4.70.
    I know to create this version ECC6. using se37> utilities> more utilites --> create webservice for fun module.
    But this i could not find in Ver.4.70
    a®s.
    Edited by: a®s on Jul 17, 2008 2:11 PM

    Hello a@s,
                        Check this thread :
    How to create web service in R/3 - 4.7 / WAS 6.20
    Creating a BAPI as a web service using Java
    Thanks,
    Greetson

  • Executing BAPIs in BAPI Explorer

    Hi All,
    I'm just started with learning with BAPIs.
    I've 2 questions -
    (1) When BAPI Explorer is used to test the BAPI, all the BAPIs gives an error message "Not logged on in interface XBP" even though i execute the BAPIs after successful execution of "BAPI_XMI_LOGON"
    (2) Inorder to know the detailed functionality of each BAPI, is there any design level documents available for BAPIs?
    Could anyone please clarify the same ?
    Thanks and Regards,
    Devi

    Hi,
    you can read documentation for your BAPI in Function Builder (SE37) button "Function Module Documentation". I guess you need to call those two BAPIs in sequence. In this case SAP will create use same task for both function calls. You can do it from SE37 - Function Module - Test - Test Sequence.
    Cheers

  • BAPI Explorer

    Hi
    I am new to the BAPI Explorer.
    I am trying to create an inbound IDOC PORDCR101 to create a po
    i need to know what the required fields to be filled in are
    also what the values are to be put in some of the fields
    for example DOC_TYPE  for a purchase order should this be PO
    where can i find this info.
    can the BAPI Explorer show me this?
    thank you in advance

    hi,
    >>>>can the BAPI Explorer show me this?
    of course
    just find the bapi for PO creation undet materials management
    double click on it and go to documentation
    then you will find all sample fileds
    btw for document type, material, organization data
    go to ME23N for an old PO or ask MM consultant
    and fill the same IDOC values as shown in the BAPI doc
    as simple as that
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • BAPI explorer functions with java

    I am a newbie in SAP.
    I have tested out some sample JCO programs. Then worked fine.
    Now I want to go for some more.
    Is it possible to implement applications like BAPI explorer with JCo ?
    Basically I want to be able to list all the BAPIs with JCo ?
    I have tried "RFC_FUNCTION_SEARCH" with "*" entry for all input values and
    the output was null. 
    How do I list all the BAPIs with JCo (Java Program)
    Thanks !!!!

    I was asking so obvious question with simple answer.
    I have figured it out and it worked great. It's been a week since I started JCo program.
    Anyway my problem was RFC_FUNCTION_SEARCH returns output in a table.
    So I had to look up the table for result message.
    Now I am asking another ? I have searched the forum already and couldn't find the answer.
    How do I create the hierarchical view of BAPI with JCo ?
    Basically I want to implement something like BAPI explorer (tree navigator) with Java.

  • The BAPI Explorer

    Hi !
    Because there are often posts of the kind "... ist there a BAPI for..." I'd now like to post a little help for all who'd like to work with BAPIs.
    There a very good tool in the SAP-System.
    It's T-CODE is BAPI . It is the SAP-BAPI-Explorer.
    In this transaction you can find all the SAP-BAPIs, the parameter descriptions and the documentation.
    That may help in many cases...
    Regards
    Rainer
    Some points would be nice if that helped a bit.

    Hi Rainer,
    Generally people dont wanna take the extra bit of effort to look into SAP.
    Actually there are many places where one can find useful info on BAPI.
    Btw a usefull link http://www.planetsap.com/LIST_ALL_BAPIs.htm
    There is also www.ifr.com which gives details of BAPIS.
    Cheers
    VJ
    Ofcourse i always like to look into the tcode BAPI as u have mentioned.
    Message was edited by: Vijayendra  Rao

  • BAPI to create variant configuration T-Code CU41

    Hi,
    I am looking for standard BAPI to create variant configuration T-Code CU41.
    Please let me know if anybody come across the same.
    Thanks,
    Bala Raja

    Hey,
    There are no full proof BAPIs delivered by SAP to create work orders.
    You might want to explore BAPI_ALM_ORDER_MAINTAIN but this BAPI has several limitations. Read the documentation of the BAPI for more information.
    The best option is to record IW36 and create the suborder using CALL TRANSACTION.
    -Kiran

Maybe you are looking for

  • ABAP APIs for DDIC?

    Hi all, Is there any ABAP API for DDIC? I wanted to manipulate DDIC structures and types from code, for example, change names, create a new DDIC object, add a new field to an existed table. I guess we have that but I didn't find any documents on this

  • Can you share pictures on iCloud?

    I take pictures of my child's soccer games and would like to share them with the parents of the other players.  I used to do this with Galley on MobileMe.  Is there a way to do this with iCloud?

  • Error in Eclipse while reading NW service

    Hello Experts, I developed a web service in the backend(SAP). I am planning to use the READ(GET) operation in the SAP UI5 application. However, i got stuck up at an issue which says " Uncaught Error: failed to load 'Zempcrud/EmpDetails.view.js' from

  • Can't update firmware

    Hi I got a 4GB nano about 10 days ago, but am unable to update the firmware. Every time I connect it, it asks if I want to update to 1.0.2, and when I choose 'yes' it downloads the file, but when its finished downloading I get the message: 'There was

  • Default timezone is wrong!

    On one computer in our development shop, java's notion of time is one hour behind. It seems that Java gets the wrong default timezone for that machine, and I can't for the life of me figure out why. All machines are running java 1.4.2_03 on WinXP SP1