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 .

Similar Messages

  • *****Functin Module / BAPI name required********

    Hi,
       Can anyone please tell me the name of Function Module / BAPI to set the user status of a contract.
    Regards,
    Vijay
    *********REPLIES WILL DEFINETELY BE REWARDED*************

    Hello,
    see below - i have already done user status such ( reserverd or finsihed or blocked)
    data : l_stat_com type jest-stat value 'E0004'.
           call function 'STATUS_CHANGE_EXTERN'
             exporting
               client              = sy-mandt
               objnr               = xvbap-objnr
               user_status         = l_stat_com
             exceptions
               object_not_found    = 1
               status_inconsistent = 2
               status_not_allowed  = 3
               others              = 4.
    ***********Poorna**************

  • *****FM / Bapi Name required***********

    Hi,
       Can anyone please tell the name of the Function Module /  Bapi to update the fields priority , category while creating a change request in Solution Manager.
    Regards,
    Vijay

    Hi,
    Please do not open duplicate threads for the same question..Please close one of the thread..
    Thanks,
    Naren
    <deleted duplicate> <moved to ABAP General forum>
    Rich Heilman
    Message was edited by:
            Rich Heilman

  • BAPI name required

    Dear All,
    Please let me know is there any BAPI available for transaction F-02?
    We have a BDC for F-02. It takes longer time to execute.
    Please let me know if anyone come accross any such BAPI which can replace F-02.
    Regards
    Arindam

    Hi Arindam,
    try out these BAPI's
    BAPI_ACC_GL_POSTING_POST
    BAPI_ACC_DOCUMENT_POST
    Hope it helps,
    Thanks and Regards
    Srikanth.P
    Edited by: SRIKANTH P on Jun 4, 2009 11:05 AM

  • *****Function Module / Bapi name required*******

    Hi,
       Can anyone please tell the a Bapi (or) Function Module to add a contact person to Business Partner .
    Regards,
    Vijay
    ***Replies will definetely be rewarded****

    can u check this web log, may be it might be useful.
    /people/gregor.wolf3/blog/2005/08/07/crm-setup-synchronisation-of-business-partners-into-groupware-private-contact-folders
    regds,
    kiran

  • Standard BAPI for creating groups in SAP using JAVA and JCO

    Hi,
    I have a requirement for creating user groups in SAP from java using JCO but i am unable to find the standard BAPI name to creating user groups.
    Can anyone let me know whats the bapi name for creating user groups in SAP?
    Thanks in advance,
    Ani

    Hi,
    I think you can search for it or you can create a thread at ABAP section.

  • Change the Standard BAPI

    Dear All,
    I am using standard BAPI Name is BAPI_AR_ACC_GETBALANCEDITEMS.This BAPI also using in Interface on J2ee AND SAP.Now I am Added in One New Field.Name is USNAM.But USNAM Field is Not Available in the above BAPI.How to Add the USNAM field.Please Help me.AND Standrad BAPICopy is Possible.IF it Possible How to Copy the standard  bapi.
    NOTE: I will try for developement system Is need to Accesskey.
    regards,
    raj a

    1. When trying to enhance a standard BAPI, you can make use to the new enhancement framework to extend the interface. However, you will need to have at least mySAP 2005 based on SAP NW 2004s.
    2. Copy the BAPI to a Z_BAPI and use that. Go to transaction SE80 and display the function module (BAPI) to be copied. Press left mouse button on FM in the tree on the left and choose copy. In some cases it might be better to copy the whole function group since in the top include of the function group, all global variables are declared which are used in your function module. so instead of declaring them yourself, it would be faster to copy the whole function group.
    3. Change the interface via modification, you will need an access key.

  • Any standard BAPI available to get the project manager name or id

    Hi all,
    Any standard BAPI available to get the project manager name or id  for the particular  employee working on that project.
    Regards,
    Surjith

    I dont know abt any BAPI but this FM do the same so can be copy to RFC enabled and use the same.
    HRCM_GET_ORGUNITS_FOR_MANAGER
    Regards,
    Amit
    Reward all helpful replies.

  • Require standard BAPI for GL Account Posting

    We are creating a GL Account Posting in Transaction F-02.
    We are giving Document date Document type Posting Date, Currency type , Company code, Posting Key AccountNo, Amount.
    Click on Save Button . A screen appears.  Then the Document is Parked. A document No is generated.
    i want a standard BAPI which does this Process

    Hi,
    Check the BAPI's
    <b>BAPI_ACC_DOCUMENT_POST
    BAPI_INCOMINGINVOICE_PARK</b>
    regards
    vijay

  • Standard bapi required

    Hi All ,
          I want to send some material related data from BW to R/3 . Are there any standard BAPI 's for this .
    Here is the scenario .
    get lacation , material , safty stock from BW and Update this information in MARC table of R/3 system .
    Thanks & Regards .
    Prithvi.

    Hi,
    Check the field abefz in the transaction,u can go for recording and update the field.
    or use the FM "SD_SALESDOCUMENT_CHANGE" ..
    Reward if hlpful.
    Regards,
    Nagaraj

  • Require the Standard BAPI or IDOC

    Hi all
    I am using LSMW for Packing Instruction Determination (T-code POF1).
    Is there any Standard BAPI or IDOC available in LSMW for data transformation for Packing Instruction Determination. If it is available please share.
    regards,
    Aboli

    Hi All,
    Creating an idoc via WE19 concerning /ISDFPS/PACKVOR, I still get the error message "The target quantity must be 1 for the load carrier item" when processing it.
    But my target quantity for my load carrier item is already 1.
    I tried several formats such as leading zeros, but nothing would pass this message...
    Any idea?
    Mike

  • Standard BAPI for creating groups in SAP

    Hi,
    I have a requirement to create user groups in SAP executing a BAPI from an external application.
    As an input parameter the group name and group description will be passed to the BAPI.
    I am unable to find the standard BAPI for the same. Can anyone help me with the BAPI name for creting groups in SAP?
    Thanks in advance,
    Ani

    Hi,
    I think you can search for it or you can create a thread at ABAP section.

  • Support message creation using "BAPI_NOTIFICATION_CREATE" standard BAPI

    Hello Experts,
                         I am a ABAPer making use of  "BAPI_NOTIFICATION_CREATE", for creation of support desk message in SOLMAN 4.0 . The problems that i am facing , when i create message using this BAPI are,
    1)By default the notification type is taken as 'SLFN',though i pass 'SLF1' as my input parameter to BAPI.WHY is this happening?
    2)The description part of the message is not coming up in the support desk screen ,though i pass it in NOTIF_TEXT_LINES in TDLINE.
    3)Support Team value is getting picked up in the partners tab of Transaction data in support desk screen.
    4)I would like to ADD ATTACHMENTS also ? where should i pass this parameter ?
    Other than this i am getting the rest of the feilds,in the message created
       If some one has worked with this standard BAPI pls send me the details of the input parameters that i have to pass for the message creation and give solution for my problem ASAP.
    If  there are any SAP notes or blogs that are related to this,pls send me those details also, its a urgent requirement.
    Thanks & Regards,
    Mohana Priya

    Was this resolved? I am having same issue I need to get the Description and Attachements fixed, Any help is appreciated, Thanks

  • Standard BAPI to post payment in SAP-ISU

    Hi Experts,
    My client's requirement is the payment via third party should be posted synchronously in SAP-ISU system means payment is accepted by third party and we just need to update that payment in SAP-ISU system. We are trying to achieve this by RFC.
    I came across BAPI_CTRACCTRCTACCNT_PAYBYCARD which post the payment in the system but it need credit card detail. I want to post the payment from third party which can be cash/cheque. I just wanted to know if there is any standard BAPI which can be used to post payment in SAP-ISU system?
    Thanks in Advance,
    Mansoob
    Edited by: Mansoobkhan on Oct 21, 2010 4:08 PM

    Hi you can try with the following BAPI'S
    BAPI_CTRACPAYMINC_CREATE
    BAPI_CTRACPAYMINC_APPEND
    BAPI_CTRACPAYMINC_RELEASE
    BAPI_CTRACPAYMINC_CLOSE
    If you have PI available you should check out the external cash desk functionality.
    Best regards.
    Cristóbal.

  • Standard BAPI or Function Module for FB01posting

    Hi Experts,
    My requirement is as follows.
    Invoice details would be sent across from Middleware to SAP and for which I have developed a Custom Remote Enabled Function Module. The Function Module needs to post the data using FB01 Transaction.
    I had planned for recording a BDC for FB01 and post the data, however, we are on the verge of getting upgraded from 4.7 to ECC 6.0. To avoid problems that we might face for change of screens in ECC 6.0, I would prefer using a BAPI or Function Module for FB01 posting, if available, instead of BDC.
    Data coming from Middleware are as follows.
    HEADER:
    BKPF-BLDAT :  Document Date
    BKPF-BUDAT : Posting Date
    BKPF-XBLNR: Reference (Invoice#)
    BKPF-BLART : Document Type
    BKPF-BUKRS : Company Code
    BKPF-BKTXT : DocHeader Text
    BKPF-WAERS : Currency
    LINE ITEM:
    BSEG-LIFNR : Vendor no
    BSEG-WRBTR - Total amt -Debit/Credit -Vendor
    BSEG-ZUONR : Assignment field
    BSEG-EMPFB : Alternative Payee
    BSEG-UZAWE : Payment Method Supplement
    BSEG-ZTERM : Pmt terms
    BSEG-KOSTL : Costcenter
    BSEG-HKONT : GL AccountNumber
    BSEG-WRBTR : Amount for GL
    BSEG-SGTXT : Line item text
    The Vendor Line Item would be one where as GL line items could me more than one.
    Can any of you suggest me a standard BAPI or Func Mod?
    Points will be awarded for valuable inputs.
    Thanks to all!!!!

    You can use RFBIBL00 program for FB01 postings. Go through the program help on how to use this program.
    This program requires a file to be on application server in a certain format.
    You may also refer the program RFBIBLT0 on how the file format should be.
    Hope this helps.
    Thanks,
    SKJ

Maybe you are looking for

  • How to get difference between two rows for a column field?

    hi, all, Could anyone show me what query statement is to get the difference betweem two rows for two column fields? The tables and its records are like this: id,      begin,      end p1         21          30 p2          45          60 p3          12

  • Downloaded iTunes Match Songs cut off halfway?

    I'm on iTunes 10.6.3.65 on windows and apple better get this fixed quick coz this is getting on my nerves. I've downloaded the entire iTunes match library twice and there are still songs that cut off halfway. any fixes for this? P.S. This doesnt happ

  • Clearing out detail variables at group break time

    I am trying to write a report which has three group levels: District(Final), Bank, Branch, and Account Number.  (1) Summary figures are being printed out on the Final, Bank, and Branch Levels.  (2) The title for each page contains the District, Bank,

  • Smbd - let client move files on share without local copy

    I have a file server running Arch and samba 4.0.5. It serves a single share /mnt/share This share is mounted on a notebook thats connected to the local network via WLAN and running windows 8 (tried OS X too). When i now try to move or copy files on t

  • Help, mostly with rendering size, not file size, actual size

    I made a short 4 second movie in after effects cs5, there are really no fancy effects, just a car with wheels turning driving across the screen, the size is super small at 167px width x 315px height. It's 30 fps.  It's from a set of three, I have no