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>

Similar Messages

  • 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]

  • Customer BAPI can't be viewed from BAPI explorer

    I have tested my customer BAPI in SE80 and SWO1 to be implementable, but not released, can we see it in BAPI explorer?

    Hello Jolin,
    Check this wiki to know about required steps to make available the customer BAPI in BAPI explorer.
    A step by step guide for beginners on user defined BAPI creation - ABAP Development - SCN Wiki

  • I can't see release business object in bapi explorer.

    Hi,
    i can't see my business object in bapi explorer which is already released.
    Regards,
    Gurprit

    Hello Gurprit
    I am not sure whether customer BAPIs are displayed in the BAPI explorer at all. However, you could try to push the <i><b>button with the filter icon</b></i> and choose option "<b>All </b>(BAPIs)".
    Regards
      Uwe

  • 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

  • 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 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 Not appearing in BAPI Explorer

    Hi,
    I have created a business object in SW01 and released it.But it does not appear in bapi explorer.
    I am using ECC 6.0
    Please guide me.
    Regards,
    Sanjay

    hi sanjay
    you should refer to this link for the solution of your problem
    http://help.sap.com/saphelp_nw04/helpdata/en/68/891e3aa03ddb0fe10000000a11402f/frameset.htm
    regards
    Saurabh goel

  • Object Type 'StandardMaterial' in Bapi explorer not browsable.

    Hi,
    In bapi explorer when we drill down as Logistics-general --> Logistics basic Data --> StandardMaterial.
    Till here i can drill down, but when i click on the methods available in it 'StandardMaterial', it doesn't display the methods details and give informative message as ''The requested information has not been found".
    Is it a know problem, bcos we have done a fresh installation and no changes being done, still problem exists. Point to remember, its IDES system. Searched for any OSS notes, not present.
    One thing i found out, the object type 'BUS1001006' is delegated to delegation type 'ZRSP1001', which is not implemented. Is it advisable to either implement the delegation or delete the delegation.
    Thnx in advance.

    Guys,
    Deleted the delegation type "ZRSP1001" as it doesn't have any extra functionality implemented in it. Now we are able to browse properly in Bapi.
    Taj.

  • Unable to find BAPI in the explorer

    Hi Guys,
      This maybe a common issue. But i was unable to find the solution. I am using ECC6.0.
    I have released the business object and the method successfully.
    I could also test the method. After that i generated the Business Object successfully. But i do not find it in the BAPI explorer.
    I heard mandatory documentation is needed. I am trying to reverse the release and document. It asks for a modification, and i document. Still when i release and generate, it does not come in the explorer.
    If i try to document the Business Object, i get this message Message no. TK103. 'This syntax cannot be used for an object name'.
    Any help will be appreciated.
    Best Regards!
    Sandip
    Edited by: Sandip Roy on Apr 11, 2011 9:21 PM

    Hello Sandip,
    If you're checking in the "Hierarchial" tab, check under the corres. BO application area(you must have maintained it in SWO1).
    If you are checking in the "Alphabetical" tab in the BAPI explorer the custom BOs will be towards the end of the list!
    BR,
    Suhas

  • Problem in Creation of BAPI

    Hello friends,
    I'am facing problem in creating BAPI.
    I've created and released BAPI function module successfully.
    I've also created Business Object type, included the function module in business object type, and released Method of this business object type. I've generated and implemented Business Object type too.
    However I am not able to view my business object in BAPI explorer.
    Please help.
    Regards,
    Navin

    Hi
    In BAPI explorer, Customer BAPI, cannot be viewed directly.
    To display all BAPIs, change the settings by choosing Goto -> Set release filter.
    <b>Use transaction BAPI</b>, and then <b>Click F5 Key</b> and Select <b>All</b> Radio button.
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Standard BAPI Names Requires

    Experts,
    Can you please tell me the 2 standarad BAPIS names available in R/3...
    1st.............................
    Input: Sales order no (req), date of order (optional)
    Output:
    1.     Status
    2.     Dispatch date
    3.     Why not dispatched yet?
    4.     Is material on DO?
    5.     Vehicle no, if dispatched
    6.     Expected delivery date
    2nd.......................
    Input: customer name or no
    Output: List of open sales orders for that customer
    Please help me
    Regards,
    Chintan.

    Hi Chintan,
    Use Tcode Bapi i.e. BAPI Explorer. In this Tcode, in the hierarchical view you will find:
    Sales and Distribution->Sales->Sales Order.
    When you got to Sales order you will find two function modules which you can use for your requirement.
    1. Method: GetList.
        Business Object: Sales Order.
        Description: List of all orders for Customers.
        Function Module: BAPI_SALESORDER_GETLIST.
    2. Method:GetStatus.
        Business Object: Sales Order.
        Description: Display Sales Order Status.
        Function Module: BAPI_SALESORDER_GETSTATUS.
    Hope this helpful .

  • BAPI is missing. How to get a BAPI in BOR?

    Hi,
    in my SAP BW 3.1 exits a BAPI names MDDataSetBW. I want to use this BAPI in a ABAP-Programm, which is exists on a R/3 Enterprise. Using CALL FUNCTION ' BAPI_<..>_<..> don´t work. Wenn im browsing through the BAPI-Explorer (TSC: BAPI) at R/3, i can´t found the BAPI. Browsing at SAP BW, BAPI exists.
    RFC connection through both systems is established, sm59 gives okay. Extracting Data from R/3 through DataSources and store them at the Data Warehouse also work. The systems know each other.
    Testing on SAP NetWeaver 7.0 AS the BAPI-Explorer and the BAPI exists, not not in R/3 Enterprise. Patchlevel is up to date. ALE ist enabled.
    Im running out of ideas. Anybody a idea, how kann i get access to the BAPI? whats wrong?
    Thanks for every answers.
    René

    try using this syntax.
    call function 'bapi....' destination 'destination name'.
    this destination name is which u have in SM59. RFC destination.
    ur BW server must be opened.
    Message was edited by:
            Kalpanashri Rajendran

Maybe you are looking for

  • Error while compiling a program from api....URGENT

    i am trying to use a api for apell checking, and their is one program that i am trying to compile using command javac -Xlint org\tiling\didyoumean\DidYouMeanIndexer.java and it gives me an error like this org\tiling\didyoumean\DidYouMeanIndexer.java:

  • ADF-BC Adapter

    Hello friends, How can I perform CrUD operations by using ADF-BC Adapter. I tried it and created the Model Application of ADF-BC but don't know how to deploy it on web logic to get it's WSDL location which will later used in ADF-BC Web service? I am

  • Variable for fiscal year

    Hello all, I have a requirement to determine the current year in BPS. I made a variable and wrote a function module. The code I have is: DATA: DATE LIKE SY-DATUM,               CURRYEAR TYPE C,                  CHARSEL TYPE UPC_YS_CHARSEL. CLEAR: CHA

  • Phone doesn't appear in iTunes and black screen!!

    Phone doesn't appear in iTunes and black screen i cant do nothing please help me!!

  • Show only images in the selected folder

    Hi All, It would be nice if I could show only the images in the selected folder without including images in subfolders. For example a check box next to the folder name could switch between "selected folder only" and "include subfolders" viewing modes