To use IDOC_INPUT_DELVRY

Hi friends,
   I am trying to use  IDOC_INPUT_DELVRY FM . Can anyone tell me what are the paramaeters I need to import and export . i am executing the function module ? It is asking for INPUT_METHOD and MASS_PROCESSING . Can you tell me what should I pass in these two parameters ?

Hi Gaurab,
IDOC_INPUT_DELVRY: This function module reads the data from the delivery idoc which is received from an external system and then create the delivery document in our system.
For information on the import parameters etc. plz visit www.se37.com and enter the FM name the site will then throw you all the information about that paticular FM.
Have A Nice Day
Chaitanya.

Similar Messages

  • Problem using IDOC_INPUT_DELVRY in ship.conf for msg type SHPCON

    Hi Experts,     
    We are confirming the picked quantity from warehouse for the outbound delivery using the EDI  IDOC_INPUT_DELVRY as shipping confirmation using message type SHPCON and process code DELV.
               Problem is that this process is checking the determination of the output type LAVA maintained in NACE before the actual post goods issue take place. since the SAP itself has the requirement check for goods issue status 'C' ( Complete check status ), this output type is not picked while doing the automatic post goods issue using EDI since at that time goods issue status is 'A'. In other words, goods issue has not taken place.
           But when we did manually using VL02N for confirmed picked quantity and did the post goods issue manually it is determining the output type LAVA since while checking the requirement in LAVA has goods issue status 'C' ( Completed ).
    In simple words, while doing manually the output type LAVA is determined but while doing
    automatic post goods issue using EDI output type LAVA is not determined.
    This is very urgent. Please help with this?.
    Thanks,
    suresh

    Hello Mohanaselvan,
    Thank you for this info.  Definitely making some progress now.
    Can you advise some of the necessary iDOC DELVRY03 data elements necessary to transmit the sales order data?
    I am receiving the 51 status error message:
    "Data of Preceding Document was not transmitted" and
    "Essential transfer parameters are missing"
    I tried referencing the Sales Order in few places, but I don't seem to have it correct:
    E1EDL20-VBELN = Sales Order (Instead of Delivery Number)
    AT ITEM LEVEL
    E1EDL43-QUALF=C
    E1EDL43-BELNR=Sales Order
    E1EDL43-POSNR=Sales Order Item Number
    Regards,
    Sandy

  • Delivery updation using IDOC_INPUT_DELVRY

    Hi friends,
        I'm working on an Inbound processing by extending an IDOC with one custom segment added. Now i have to mapp this custion segment and fields by finding an user-exit. Can any onew tell me wht are the user-exits can be used for this development.
    Thanks& Regards,
    Naren.

    Hi Matt,
            Thanks for u r help. Still i haev a doubt only with this single exit the custom sgment updation and field mapping and the data updation can be done or do i need to use one more exit in the delivery_update perform. Plz do clarify.
    Thanks,
    Naren.

  • In IDOC_INPUT_DELVRY - At Wht point DELIEVRY UPDATION completed??

    Hi Experts,
    Am using IDOC_INPUT_DELVRY.
    I put my code in the CUSTOMER-EXIT003 for to get CONFIRM the Transfer Orders via IDOCs, fine, working.
    but, if mean time, if the DELIVERY is changing for some reason at the same point, IDOC is failing.
    So, request u that, let me know that, Wht is the correct point/spot to put my custom code, so , by that point, already the DELIVERY UPDATION SHULD COMPLETED.
    wht is correct spot for my code?
    thanq

    Not sure what you are trying to do inside the customer exit , but you can put a explicit lock to the delivery by using standard FM and then release the lock at the end of your code so that this delivery will not be changed by others during Idoc execution.
    Could you explain more about what you are trying to do inside the exit .
    RB.

  • Info on IDOC_INPUT_DELVRY

    Hi friends,
    I am trying to use IDOC_INPUT_DELVRY FM . Can anyone tell me what are the paramaeters I need to import and export . i am executing the function module ? It is asking for INPUT_METHOD and MASS_PROCESSING . Can you tell me what should I pass in these two parameters ?
    i tried in www.se37.com but I did not get ani info .

    Hi,
    Try this.
    The INPUT_METHOD is BDWFAP_PAR-INPUTMETHD
    and the MASS_PROCESSING is BDWFAP_PAR-MASS_PROC.
    The above is in the case of IDOC
    Sharin
    Edited by: sharin varghese on Aug 4, 2008 1:54 PM

  • IDOC_INPUT_DELVRY

    Hi Gurus,
        I am writing FM for idoc  inbound xi interface program.
    For this, i am getting delivery idoc which is already existed in ECC. Now i need to update few fields to the existing IDOC.
    Please update me your views. I am using IDOC_INPUT_DELVRY but this FM is not working for me .
    Deva

    Hi,
    The FM mentioned is Standard One...If you need to  populate few fields in Idoc then need to find out the user exit for that particular data segment and in that you need to write your code....
    Also does not make sense to add the new fields to the already received idoc ..it makes sense in case of outbound idoc...
    HTH
    Rajesh

  • Update Order status after Outbound delivery picking

    Hi All,
    I have a problem in partial BOM deliveries using Idocs.
    We are using IDOC_INPUT_DELVRY to update the picking quantity and the delivery quantity of BOM.
    My problem here is, it is updating only the second item of the  BOM, but not its parent and the other children which belongs to the BOM.
    However, doing the same operation manually via VL02N, when we change the delivery quantity of the parent BOM material every item of the BOM is updated in the delivery.
    I tried implementing the BADI   LE_SHP_DELIVERY_PROC and updating the picking quantity using the function module WS_DELIVERY_UPDATE_2/SD_DELIVERY_UPDATE_PICKING_1, but it is updating the picking quantity of the second item twice.
    Please throw me some thoughts of fixing this issue?
    Thanks in advance.

    If your wearhouse management is active, then you need to create transfer order. If you don;t want to create transfer order, remove the wearhouse settings for the material in material master.
    award if it helps
    krishna

  • Delete delivery line item

    Hi,
    I am trying to pick and PGI deliveries with inbound EDI 945 (WH shipping advice). To do PGI on partially picked deliveries, I need to delete the line item that is not pick at all. Is it possible to delete the line item automatically from the delivery with the FM that I am using - Idoc_Input_Delvry (message type "SHPCON") ?
    Thank you,
    Rajesh
    Edited by: rajesh j on Sep 20, 2008 4:38 PM

    Hi,
    You no need to delete the line item you can do the PGI by making the line item pick quantity to zero. It will solve your problem.
    Thanks,
    - Prakash

  • Idoc processing in background

    Hi ,
    We are processing an inbound IDoc using IDOC_INPUT_DELVRY .
    In that a customer exit 003 is invoked which creates another IDoc .
    Basically this exit is reached after updating the delivery document ( post PGI )
    Now the second Idoc is generated by calling a FM in a background task .
    But  this Function Module always does not seem to get invoked .
    Has anyone invoked FM in a background task and experienced a problem .
    Thanks
    Soumyadip Pal

    see the job scheduled for this function module to run in sm36. see exactly for when it is scheduled and also see the job log.

  • To create auto pgr from desadv

    Hello Gurus,
    I have been invovled with a process, where i need to create inbound delivery and automatic PGR. I am using DESADV message type and basic type DELVRY03 and i have populated segments like E1EDL13 with relevent qualifiers 019, 015, and 016 repectively. In addition, i am populating the PO number in the E1EDl24 segment. I able to create inbound delivery, but not auto PGR and i am using FM IDoc_input_DESADV1. I even tried to use IDoc_Input_DELVRY FM, this i have no clue, it reports, it is processed but i am not seeing inbound delivery number anywhere in status. Could somebody throw some light as how i should proceed further. Quick response will much appreciated. Thanks.
    Regards
    RajeshSAP

    no response on this. NP solved.

  • Update Delivery in Lean WM

    We are using IDOC_INPUT_DELVRY/DELVRY03 to update the deliveries with batch info.
    We had to implement Lean WM in some plants, and the process now involves automatic Picking, using output type WMTA, with the Batch info. In tcode, VL02n, we can manually do batch split on the line items, enter the quantities, and upon saving the delivery, WMTA is automatically triggered, and it creates a TO, and sets the status 'Completely Picked'.
    We can then manually do PGI.
    However, the IDoC is failing to update the delivery with the batch qty, and infact the WMTA triggers, with incomplete TO as the batch info is missing. Then we have to manually delete the TO and add the batches etc, as mentioned above.
    I am not sure why the batch info is not being picked up. Prior to implementing Lean WM, everything was working like a charm.
    I am copying the IDoC structure as it was used earlier. any thoughts are appreciated.
    E1EDL20
      |-E1EDL18
      |-E1EDT13
      |-E1EDL24
         |-E1EDL19
    E1EDL18 had qualfier PGI.
    E1EDL19 had  qualifier QUA.
    Earlier the PGI would also happen automatically from the IDoCs.

    thank you, but my question is still there.
    how to implement the scenario below:
    I define picking areas A, B and C and assigned each area to a different employee. I executing picking for a delivery whose materials are stored in all three picking areas.
    The system automatically splits the pick list into the three areas: the list for section A contains only the materials that are stored in area A, and the same applies to areas B and C. The system creates a transfer order for each picking area, that is, there are three transfer orders for this delivery.
    best regard!

  • Multiple Inbound delivery PGR

    Hi All,
    I am using IDOC_INPUT_DELVRY for Post Goods Receipt of an inbound delivery. My requirement is I have to Finalize multiple Inbound deliveries at same time. I copied the E1EDL20 segment and pasted it at the same level 4 times. I am passing 4 Inbound deliveries in the idoc for PGR. But the last inbound delivery which is the bottom most segment of the idoc only gets PGRed.
    The other inbound deliveries, the batchs are getting created. But the IDOC_INPUT_DELVRY has the standard code for performing the PGR, then it should do the PGR for multiple E1EDL20 segments. But it is not happening.
    Do I need to do something additional when I am passing multiple Inbound deliveries for processing.
    Regards,
    Joseph M

    Hi...
    First create inbound delivery and do GR against inbound delivery by using t code MB0A
    Once GR is completed create TO with reference to Material document .
    Config - For inbound delivery document type remove putaway relevancy .
    Spro - Logistics execution - shipping - deliveries - define item category for deliveries
    here for relevant item category remove putaway relavancy .
    Hope it helps
    Jinoy

  • Long Text creation of Delivery using DELVRY03

    Hi Gurus,
        I'm using Delvry03 basic type to create ASN in SAP. It is an Inbound processing. Here the problem as I'm not able to create HEADER text's using the segment E1TXTH8. wghen i try to create using SAVE_Text function module texts are getting created, Also i didn't find any E1TXTH8 realated code in the inbound function module idoc_input_delvry. is there any way to create header text without going for user-exits.
    Thanks&Regards,
    Naren.

    hi naren,
                 to say in detail about ur doubt i need ur code.u can send ur code to my mail-id [email protected]

  • Post Goods Receipt for Inbound Delivery using WHSCON IDoc

    Dear All
    Currently I am working on a big project dealing with EDI connections to our logistics partner for the Export business. The entire message flow between Lindt and our partner should be via EDI. Our SAP release is (still) 4.6c.
    We will create two kinds of despatch advice messages, one for inbound deliveries and one for outbound deliveries for customers.
    I would appreciate your support in the following problem that I am facing with the inbound delivery scenario:
    We create stock transport orders (purchase orders, POs) for the goods intended to be delivered into the plant at our partner
    We create a delivery (type NL = replenishment delivery) for this POs
    As soon as we post the goods issue we send the despatch advice (as EANCOM D96A DESADV message) to our partner.
    At this point the delivery is basically completed, i.e. packing status (PS) and goods movement status (GM / GS) are equal to 'C' (= completed).
    Our logistics partner uses the same EDI message to send us the goods receipts data, e.g.:
    We dispatched 50 units of a product => QTY:50:12
    The partner received indeed 50 units => QVR:50:66
    Please note that we do not use the QVR segment for the quantity difference (between despatched and received quantity) but it contains the received units. This way we avoid negative values in the QVR segment.
    When the logistics partner sends back the DESADV message containing the received quantities (QVR segment) we want to make
    the goods receipts for the products in the original stock transport order and
    upate the message flow in the delivery
    My idea was to transform the incoming DESADV message into a WHSCON.DELVRY03 IDoc based on the documentation in: [Delivery Interface|http://help.sap.com/saphelp_crm40/helpdata/en/e2/654b15a9f411d184ec0000e81ddea0/content.htm]
    In the delivery header control E1EDL18 I used QUALF = 'PGI' (Post goods issue).
    I prepared an inbound WHSCON IDoc according to the documentation mentioned below. I managed to get some feedback from the Idoc processing implying that the system tried to do the goods receipt in the PO but failed.
    To make a long story short here are my questions:
    Can an inbound WHSCON IDoc used for doing both the goods receipt in the PO and the update of the message flow in the delivery?
    Does anybody have an example on how to fill the WHSCON IDoc?
    Or is my approach a cul-de-sac ?
    Kind Regards
       Uwe
    PS: A related question can be found here: Goods Receipt in PO AND Message Flow Update in Inb. Delivery using WMMBXY

    Hi Uwe,
    Can an inbound WHSCON IDoc used for doing both the goods receipt in the PO and the update of the message flow in the delivery?
    The binary answer would be no. You should use WMMBXY or MBGMCR instead.
    But if we are doing goods receipt against Inbound delivery then answer is YES with additionally E1EDL18-QUALF = 'PIC' populated. But please remember no partial receipt is possible against Inbound Delivery.
    We should populate E1EDL20-VBELN with our Inbound delivery number and line item info should go to E1EDL24.
    I have done a similar interface recently where we are doing receipt against Inbound delivery. But our case was a bit complex because we had to support against Inbound delivery. So we had to go for a custom solution on top of IDOC_INPUT_DELVRY.
    Hope this helps. Let me know if you have more questions.
    Regards,
    Rudra

  • Issue using DELVRY03 to update wieghts in inbound delivery

    Hi All,
    I am trying to use DELVRY03 to update netweight of inbound delivery. when I do that, its creating a new delivery and net weight is getting fetched from PO automatically instead of the entered one. Can anyone help?
    I have also added qualifier in E1EDL18 as CHG.
    Thanks in advance,
    Kalyan Venigalla.
    Edited by: Kalyan Mohan Venigalla on May 25, 2009 9:32 AM

    hi,
    see code of FM: IDOC_INPUT_DELVRY, maybe qal = 'GWT' from E1EDL18
    will be better?

Maybe you are looking for

  • Not getting all my bytes from inout stream.

    hi, i'm writing an i-appli that interacts with a java web server. my problem is that i'm not getting all of my bytes through to the phone. actually i'm using an emulator right now. when i use the real phone i set content length on the server side and

  • How to get selected rows in a new screen in alv.

    Hi everybody, I have a alv report in oops concept when i select a row all the details of that particular row should come in new screen. can anybody help me regarding this if possible with example. thanks in advance. regards, venu.

  • HELP ME IN OKCODE

    HI ALL,          HOW TO FIND OKCODE FOR A PARTICULAR BUTTONS IN THE MENUBAR,APP TOOL BAR AND STANDARD TOOL BAR? WITH WARM REGARDS, KHADAR.

  • Making sql server database read -write from read only

    hey guys i attached adventure works in sql server 2008 and it showing as read only , so please guide me to make it read write or remove read only tag from database thanks in advance sujeet software devloper kolkata

  • GNOME screensaver won't start!@!$%

    for some time now I have not been able to launch gnome-screen-saver, either from a gnome-panel or from the command line.  from the command line one sees the following error: ** (gnome-screensaver:2468): WARNING **: Failed to get session presence prox