FM for getting Delivery Details

Hello everyone,
Can anybody tell me and FUNCTION MODULE to find Delivery Details based on
1. Shipping point/receiving point
2. Delivery Date
3. Receiving plant for deliveries
4. Ship-to party
5. Delivery Doc. No.
THANKX IN ADVANCE....

Hello,
Check these :-
LE_MOB_DELIVERY_UPDATE
LE_MOB_GET_DELIVERY
LE_MOB_SHIPMENT_FOR_DELIVERY
LWMSM_DELIVERY_DISPLAY_MTHD
LWMSM_DELIVERY_RQITM
LWMSM_WAVE_DELIV_GET[code]
[/code]
Regards,
Deepu.K

Similar Messages

  • How to Create Delivery for a delivery detail which is in Released Status 'Y

    Hi All,
    I am trying to create delivery for a delivery detail which is in Release Status (Release status 'Y'). When I am trying to create trips using the API 'wsh_delivery_details_pub.Autocreate_del_Trip', I am getting this error “Delivery ID XXXXX is not eligible for action Auto-create Trip”.
    Please advise.
    Thanks

    Hi Gokula,
    Web Application security is defined in the servlet spec. You should use
    web.xml and weblogic.xml to configure security instead of using acl's
    I am enclosing the link to the relevant documentation below
    http://e-docs.bea.com/wls/docs61/webapp/security.html#100365
    Gokula Krishnan wrote:
    Hi All,
    I am working on Weblogic6.1 and iPlanet Directory Server 5.1. I
    am trying to create ACL's in Weblogic and to test a Web Application
    which I have configured in weblogic. The problem is I am not able to
    create a ACL for the web application resource in weblogic. Could any
    one pls help me on how to create ACL through weblogic console.
    I try creating ACL as per the document but I dont now how to give
    permission and map the ACL for the resource.
    Thanks in advance...
    With regards,
    Gokul.

  • Function module for getting stock details for a given period or date range

    Hi experts,
         Any function module available for getting stock details batch, plant, storage location, and period wise. <<removed_by_moderator>>
    Thanks in advance
    M Prasanna
    Edited by: Vijay Babu Dudla on Apr 28, 2009 7:23 AM

    Hi,
    Try with this FM:
    BAPI_MATERIAL_AVAILABILITY .
    Go through this link for more details:
    ABAP Development
    by
    Prasad gvk.

  • Any Function Module For getting Shipment Details

    Hi All,
    I want to get all details of shipment. i tired , but unable to get any function? I was able to find the creation or change shipment function modules, but not able to find the function module for getting the details for Shipment.
    like BAPI_SHIPMENT_CHANGE           Change Shipment
    BAPI_SHIPMENT_CREATE           Create Shipment
    similary
    Do you have any idea for getting (display)the details of Shipments?
    Regards,
    Raju

    hi,
    you can use
    VTTP,VTTK
    or
    RV_SHIPMENT_READ

  • BAPI for getting contract details

    Hi,
    I need a BAPI for getting contract details. Please let me know if there is any such BAPI.
    Regards,

    hi,
    Check this FM FI_DOCUMENT_READ

  • Reg: Getting an error for getting Delivery number

    Hello ABAPers,
    Could you pleae assist me, For getting Delivery number based on the Sales Order Number.
    Here for getting Delivery number i used "BAPI_OUTB_DELIVERY_CREATE_SLS" Function Module, how ever i'm getting the below error message through Retrurns. i.e The sales document is not yet complete: Edit data.
    it would be a great helpful if you provide with sample coding. Thank you.
    Regards
    Mallikarjun

    to get delivery, read document flow table VBFA for next document....  However, the error you're mentioning comes from incompletion processing....probably cannot create a delivery when the SO document is incomplete!  Complete the SO document (by processing the incompletion data) and try again.

  • What's the bapi for getting document details ?

    hi,
    i'm trying to do F-22 things through BAPI, but there's one field in some screen that i can't find relative field in any structure of BAPI para., so i tried to get the details of the document created by F-22 to find where the field i'm looking for is stroed.
    so would you please tell me the bapi for getting document info.?
    thanks!

    Hi,
    Have you solved your problem?
    If not:
    Have you tried to debug your application and see what you have in your object just after doing GetByKey?
    The GetByKey method returns true if it founds the object, false if the key does not exist.
    In the DI Help File it is specified the key for a payment is the DocEntry...
    Regards
    Trinidad.

  • Function Module for getting message details on passing message ID.

    Dear All,
    Is there any way in XI through which I can get the complete details about the message if I pass the message ID to it. I am having message ID with me but I am not able to find its all details, is there any function module available??
    Warm Regards,
    N.Jain

    HI,
    Go through the below thread for the same information
    SXMB_MONI transaction table
    In Which Database Table the Messages are Stored in XI
    Thnx
    Chirag

  • FM for getting PO details in stand alone scenario

    Hi Experts,
    we are running a standalone scenario in SRM
    we need to pull the PO details that have schedule line item schedules and item service entries.
    can anybody help me out.
    Thanks&Regards,
    Praveen

    Hi Jay,
    when i execute the function module BBP_PD_PO_GETDETAIL  the schedule line items table is empty, i am not getting any data
    .could you please suggest some other way so as to get the concerned details.
    BR,
    Praveen

  • SAP standard FM or BAPI for getting customer details from condition record

    Can someone suggest some SAP standard BAPI or FM with the help of which we can get the customer details of all it's pricing conditions maintained in condition tables provided we have the condition record number with us.

    Hi,
    look at the below BAPI's
    BAPI_CUSTOMER_DISPLAY
    BAPI_CUSTOMER_GETDETAIL2
    Regards
    Sudheer

  • RFC Function module needed for getting table details in APO from R/3

    Hi,
    I need a RFC function module where I can write a query from R/3 to access APO server database table and get the necessary records.
    Regards
    Mac

    Possible ways
    1. Call fm RFC_READ_TABLE and give destination and table name ( But i am not sure how it will work SCIF enviornment of APO)
    or
    2. Create a custom function module in APO side and call from R/3 side using destnation option

  • Function module for getting Vendor Address details

    Hi,
    Im new to this group,and new to ABAP
    plz hep me out by solving ABAP Query...
    i want to generate a report for getting Vendor Details
    like Vendor address,Ph num and Email
    input fields are Company code,country key and Account Group.
    im Using Smart Forms for this..
    but im not getting the Exact Function module to get All Required Details..
    regards
    Smitha

    thanks for ur quick reply...
    SELECT SINGLE LIFNR
      FROM LFB1
      INTO V_LIFNR
      WHERE BUKRS EQ V_BUKRS.
      CALL FUNCTION 'VENDOR_READ'
        EXPORTING
          i_bukrs         = V_BUKRS
          i_lifnr         = V_LIFNR
        EXCEPTIONS
         NOT_FOUND       = 1
         OTHERS          = 2
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    this is the code i have written...
    but my problem is there no table in the Function module....
    for Example...
    CALL FUNCTION 'QPAX_PLMKB_READ_FROM_PLKO'
        EXPORTING
          i_plnty            = 'Q'
          i_plnnr            = V_PLNNR
          I_PLNAL            = V_PLNAL
          i_sttag            = V_DATUV
       TABLES
        T_PLMKB_TAB        = IT_TAB
    i want the function modules with tables and proper input...

  • FM RV_INVOICE_DOCUMENT_READ not getting KONV details when ran multiple times

    Hi, I'm calling the Function Module 'RV_INVOICE_DOCUMENT_READ' with the parameter KONV_READ as 'X' thru one of the Output type via Smartform driver program from VF02. I found that this FM was not returning KONV(XKOMV) details. When I debugged, I came to know that when this FM is run multiple times, only for the initial time it fetches KONV details. This FM was triggered by standard program first and later was called in my Smartform Driver program. Inside this FM, it was checking against an internal table 'TABGL' and was fetching KONV details if it is initial. For the first time this internal table(TABGL) will be initial and after fetching KONV details, it is filled with Condition record(KONV-KNUMV). So for the second time call of this FM, KONV details are not fetched. To confirm this I ran this FM from SE37. For the first time it fetched KONV details. In the same session I executed again. This time it didn't populate KONV details, whereas VBRK, VBRP, VBPA details were fetched even in the second run. Could you please let me know if we can use this FM for getting KONV details irrespective of number of times it has been called before. Thanks, Adithya M.

    Try to call RV_INVOICE_REFRESH before calling RV_INVOICE_DOCUMENT_READ again.
    Regards,
    Raymond

  • How to read IM_ATTABS_TAB  structure to get Employee details..

    Hello friends,
      i am facing difficulty reading IM_ATTABS_TAB for getting employee details..
    i need this to code in a BADI for validating Leave request..
    i have to extract employee(who after logging in in ESS ,applies for leaves) information such as PERNR leave balance quotas,etc before i can display the suitable message...
    Now the structure IM_ATTABS_TAB has PTARQ_ATTABSDATA_TAB as associated type...which has line type as PTARQ_ATTABSDATA_STRUC..
    so now,what select statement or query gives me the desired information..
    whioch is PERNR,and other leave quotas...

    Hi bala,
    Please tell me ur problem got resolved or not.
    As i am also facing the same and it is exactly the same.
    Please help me if you are done with the same!!!
    Regards,
    Sujit

  • Error!! Can not find the delivery details for the delivery Id :

    hi all,
    I have a report which i need to burst in seven different reports wherein my delivery key is column "emp_id". Now when i schedule the report to burst then the report completes with a warning. I see that there are various delivery cycles for the report and for one of the cycles i get the following message
    Error!! Can not find the delivery details for the delivery Id :
    hence, what happens due to this is, even there are successful deliveries for other delivery ids but then i get only two rows of data in each of the seven bursted ouput xls files. wheareas the data runs in thousands of rows for each cycle.
    Hence whats happening is, that due to error /warning in one of the delivery cycles other reports are also not showing data.
    I am not sure whats causing the issue and why i am not getting complete bursted files out.
    Please suggest
    Thanks
    Ronny

    I guess, you are in 10.1.3.3.2 :),
    in the latest release 10.1.3.4.1, there are more enhancement wrto bursting and performance i believe.
    check th release notes
    can you send me the xml and bursting query you have, i can try simulating in my local.

Maybe you are looking for

  • Error: the cabinet file required for this installation is corrupt and cannot be used.

    Hi, ive recently just built a brand new computer and purchased windows 7 64 bit. the system runs fine except for the fact that i cannot install any games (these include command and conquer 4, red alert 3 and sims 3. i go to install and partway throug

  • Can't access some websites - URL is hijacked by "unotelly" - ??

    This has a virus-like feel to it... I can't access certain websites,. When I do, I'm bumped to a site for Untotelly. I type: www.bbc.co.uk And I go to:  http://quickstart3.unotelly.com/?origin=http://www.bbc.co.uk/ At the top of that page I'm asked t

  • Which version? Flash Player & Java

    I am so confused with the recent scares, news, updates,  security patches and "pop ups"  telling me I need to "do"..... What number  version of JAVA do I need and what version of Flash Player do I need. Mtn LION 10.8.2 What's the hub-bub from the man

  • How to disable nonsecure port in Directory Server 5.2

    We have recently upgraded from Directory Server 5.1 to 5.2. With version 5.1, you could set the non-secure LDAP port to be 0, and that would disable connections to the non-secure port. Version 5.2 doesn't allow you to do this. I tried from the consol

  • CANNOT SEE EMAILS WITH EMBEDDED LINKS ON MY HTC INCREDIBLE

    I recently linked my Outlook account through a POP3 on my HTC Incredible.  For some reason I'm not able to view messages with embedded links in the body of the email or the senders signature.  For example - If someone sends me an email and they have