Problems Recording Batch details in Inbound Deliveries -SLED

I am trying to record the batch details in an inbound delivery and then pass this through to the full goods receipt.
In the inbound delivery, when I press the batch creation button for the item I get a dialogue box with the batch (vendor's) number and expiry date as open for entry but the production date is grayed out! When I then go into the classification system to enter the rest of the data, the production date is 00.00.0000 and this obviously causes problems! 
If I switch off the confirmation control in the PO and go straight to MIGO, the batch handling acts as I would expect and a production AND expiry date can be added and all the classification data goes in "sweet as". This implies to me that there is nothing wrong with the site or the IM postings.
I have tried changing the "Batch Installation in the Inbound Delivery" but this does not fix the production date problem. Although if I switch off SLED it does switch of the batch checking and creation in the delivery as I would expect.
I have scoured through OSS and not found anything relevant, we are on 4.7.
Any thoughts or pointers as to what else I could have overlooked?
Many thanks
H

Hi Howard,
You should probably post this message in the ERP forum.
Kind regards,
Yann

Similar Messages

  • Problem in Master-Details  - Inserting Records to same Table

    I have 3 column of one table in master as primary key and 3 column of same table in detail as primay key. These 6 column collection as the composite primary key. when i try to insert the records in detail table it showing me Too many objects match the primary key oracle.jbo.Key Error.
    I have done the Following things:
    In HR Schema, I have created one Transient View Object for Master and Employee View Object for Details.
    I have taken EmployeeId, FirstName and LastName columns in the Master i.e., From Transient View Object and droped it as the Form.
    And I have taken E-mail, JobId, ManagerId columns in Details i.e From and droped it as the Table.
    When I entered values in master and click CreateInsert in the details record. It showing me Too many objects match the primary key errors.
    Help me out!!! for this problem.

    Hi Kumar,
    I was not in office for couple of days. Thats you couldnt reply for your earlier post. You had mentioned how can we set the value of the import parameter.
    What i wanted to tell you is not to set the value for that Binary_flag, but that flag influences the data download in ASCII FORMAT.
    You just try this: Try attaching a file through CL_CRM_DOCUMENTS~CREATE_WITH_TABLE. Before read the contents of a file into SAP using GUI_DOWNLOAD and read it in ASCII mode. Now when you try to pass this to Ascii internal table of the method specifing the MIME type, it will attach the document to the opportunity, but the document content will be still in ASCII.
    If you try to download this file using GET_WITH_TABLE, then you can see BINARY_FILE is not set to 'X' and the content gets downloaded to Ascii internal table.
    This is my observation.
    I think when attaching documents in Opportunities by default, it reads the file in Binary mode. Because when i tried to attach a file directly in Opportunity transaction, and tried the method GET_WITH_TABLE, the BINARY_FLAG was set.
    Hope now you understood, why i was mentioning that BINARY_FLAG influences the download of content in binary and Ascii format.
    Regards,
    karthik.

  • Problem creating inbound deliveries

    Hello to all,
    i have a problem to create inbound deliveries related to PO for a specific vendor. When i try using VL31N the system result is "An item with no delivery quantity is not permitted. Item will be deleted".
    It should be a problem related to the vendor because if i create a PO with same informations for another one I can create inbound delivery. I look all vendor master but i was not able to find differences.
    Please can you hel me to solve this problem, it is really urgent.
    Thank you in advance,
    Fuffo

    Hi all,
    my problem is that I have a quantity value and that with same informations an inbound delivery is created for vendor A but it is not created for vendor B. Line Item is "free item" in both case, it should be related to Vendor Master but I can't find the way out.
    Do you have any other suggestion?
    Thank you,
    Fuffo

  • Convert PO's into Inbound Deliveries using a batch job?

    HI Experst,
    Can we create inbound deliveries for PO's through scheduled batch jobs? Or some custom development will be needed?
    Any responce is greatly appreciated.
    Thanks,
    KHAN

    >
    Dominik Modrzejewski wrote:
    > Check transaction VL34.
    > Maintain your variant there and setup a job for this program RM06EANL with your variant.
    >
    > Regards,
    > Dominik Modrzejewski
    Wouldn't VL34 require manual entry for the document numbers to process?
    I know VL10G variant run via batch job works perfectly for outbound deliveries so I assume VL10G would be the transaction to create variant/batch job even for inbound deliveries.

  • Batch detail report Purchase against sale problem

    Hello
    i want batch detail as follows
    Batch Num , ItemCode, Pur Qty,Pur Price, Vendor Name, Sale Qty , Sale Price, Cust Code/Name Balance QTY
    When i enter the Doc no of Purchase Invoice the result should shows as follows,(Items are Batchwise ) (I want to show Purchase Invoice against sale)
    I done in crystal Report for that I take OPCH,PCH1,IBT1,INV1,OINV,IBT1_SALE
    The Query i copy from Crystal is as follows, My result is as i want but only sale price can't display properly
    SELECT "IBT1"."BatchNum", "IBT1"."DocDate", "IBT1"."ItemName", "IBT1"."Quantity", "PCH1"."Price", "IBT1"."ItemCode", "IBT1_SALE"."Direction", "IBT1_SALE"."Quantity", "IBT1"."CardName", "IBT1"."CardCode", "IBT1_SALE"."CardCode", "IBT1_SALE"."CardName", "OPCH"."DocNum", "OPCH"."NumAtCard"
    FROM   (("satyam"."dbo"."OPCH" "OPCH" INNER JOIN "satyam"."dbo"."PCH1" "PCH1" ON "OPCH"."DocEntry"="PCH1"."DocEntry") INNER JOIN "satyam"."dbo"."IBT1" "IBT1" ON (("PCH1"."ItemCode"="IBT1"."ItemCode") AND ("PCH1"."DocEntry"="IBT1"."BaseEntry")) AND ("PCH1"."LineNum"="IBT1"."BaseLinNum")) INNER JOIN "satyam"."dbo"."IBT1" "IBT1_SALE" ON ("IBT1"."BatchNum"="IBT1_SALE"."BatchNum") AND ("IBT1"."ItemCode"="IBT1_SALE"."ItemCode")
    WHERE  "OPCH"."DocNum"=541 AND "IBT1"."DocDate">={ts '2011-04-01 00:00:01'}
    ORDER BY "IBT1"."BatchNum"
    Suppose i enter Doc No 540 result show without attaching INV1.Pice in Sale price
    Batch Num , ItemCode, Pur Qty,Pur Price, Vendor Name, Sale Qty , Sale Price, Cust Code/Name,Balance QTY
    PU540-1      I01                 05       100             ABCD                 3                                   ZXCV             02
    PU540-2          I02              10          120            ABCD            -                                         -                10
    PU540-3      I03                 08       100              ABCD                 -                                        -                08
    But When I attach INV1.Price in sale Price field then result Show,
    Batch Num , ItemCode, Pur Qty,Pur Price, Vendor Name, Sale Qty , Sale Price, Cust Code/Name,Balance QTY
    PU540-1            I01        05           100             ABCD             3              150              ZXCV                02
    I create group by IBT1.BatchNum
    But i want it should be Show as,
    Batch Num , ItemCode, Pur Qty,Pur Price, Vendor Name, Sale Qty , Sale Price, Cust Code/Name,Balance QTY
    PU540-1            I01        05          100           ABCD              3               150           ZXCV                      02
    PU540-2              I02           10         120           ABCD               -                                     -                          10
    PU540-3            I03        08         100           ABCD               -                                     -                          08
    For Cust Code i create formula as
    if {IBT1_SALE.Direction}=1 then
    {IBT1_SALE.CardCode}
    ELSE
    For sale Qty i create formula as,
    If {IBT1_SALE.Direction}=1 then
    {IBT1_SALE.Quantity}
    And for Balance Qty formula are,
    {IBT1.Quantity}-{@Saleqty}

    SELECT "IBT1"."BatchNum", "IBT1"."DocDate", "IBT1"."ItemName", "IBT1"."Quantity", "PCH1"."Price", "IBT1"."ItemCode", "IBT1_SALE"."Direction", "IBT1_SALE"."Quantity", "IBT1"."CardName", "IBT1"."CardCode", "IBT1_SALE"."CardCode", "IBT1_SALE"."CardName", "OPCH"."DocNum", "OPCH"."NumAtCard", "INV1"."Price"
    FROM   ((("satyam"."dbo"."OPCH" "OPCH" INNER JOIN "satyam"."dbo"."PCH1" "PCH1" ON "OPCH"."DocEntry"="PCH1"."DocEntry") INNER JOIN "satyam"."dbo"."IBT1" "IBT1" ON (("PCH1"."ItemCode"="IBT1"."ItemCode") AND ("PCH1"."DocEntry"="IBT1"."BaseEntry")) AND ("PCH1"."LineNum"="IBT1"."BaseLinNum")) INNER JOIN "satyam"."dbo"."IBT1" "IBT1_SALE" ON ("IBT1"."BatchNum"="IBT1_SALE"."BatchNum") AND ("IBT1"."ItemCode"="IBT1_SALE"."ItemCode")) INNER JOIN "satyam"."dbo"."INV1" "INV1" ON (("IBT1_SALE"."ItemCode"="INV1"."ItemCode") AND ("IBT1_SALE"."BaseEntry"="INV1"."DocEntry")) AND ("IBT1_SALE"."BaseLinNum"="INV1"."LineNum")
    WHERE  "OPCH"."DocNum"=541 AND "IBT1"."DocDate">={ts '2011-04-01 00:00:01'}
    ORDER BY "IBT1"."BatchNum"
    But it show result as,
    Batch Num , ItemCode, Pur Qty,Pur Price, Vendor Name, Sale Qty , Sale Price, Cust Code/Name,Balance QTY
    PU540-1      I01                  05       100       ABCD                      3              150           ZXCV             02

  • SD:Create Billing Wrt Inbound Deliveries - third party Order

    Customer sends his Order forecast, From Interface it comes to SAP System through IDocs SO will be generated,that SO triggers purchase requistion and we have a batch job runs every hour to create purchase orders for Vendor. When the Vendor Sends goods to Customer and the same has notified to the Company, based on that we create Inbound Deliveries(VL31N) and Goods Receipt(MIGO or VL32N PGR) in our SAP System.
    We have batch jobs running every hour to create Goods Receipt for inbound deliveries and Billing due(RV60SBAT) list to generate Billing documents.This Billing is created based on the sales order quantity(Since it is Order Related Billing).Now the Customer wants billing based on the delivery quantity they received from vendor.Here we are not doing any Outbound Delivery.
    We used one Data Transfer Routine from Order to Billing in item category TAS at data VBRK/VBRP level(We copied the standard routine 003 and done modifications to get the inbound delivery no) This routine navigates from the sales document table(vbep) to the Purchase Requisition table(eban) to the Purchase Order history table (ekbe) and to the Material Document no to obtain Inbound Delivey Number
    We are successful to some extent in creation of billing document.but the problem is when there are 3 inbound deliveries for one purchase order, it is creating only one invoice for 1 of 3 inbound deliveries.but we need 3 different invoices for 3 inbound deliveries.
    For example
    Previous scenario: SO quantity is 100. Delivey quantity is say 20,30,50. Billing Quantity is 100
    Present scenario : SO quantity is 100. Delivey quantity is say 20,30,50. Billing Quantity is 20,30,50
    Customer wants billing for the quantitiies 20,30,50 not for 100

    Pradeep,
    Whats is your billing qty based on Order- GR qty? or Order - Inbound delv qty. How did you get this?.
    The problem lies because it is an order related billing.
    Try this make it a Delv related billing w/o any movement type.
    The moment you create an inbound delivery and O/P should be send which in turn will create a delivery document and PGI.(you can use this O/p type to do the dirty work)
    And after this complex process life becomes simple.
    Ravi

  • Batch details window cannot save UDF value

    Hi experts!
      Did anybody else experience that if you want to update a user defined field of a batch in 'Batch details' window, it pretends as everything was saved successfully, but UDF values are not saved in fact. I tried it with 8.81 PL05 (and earlier versions as well)
      I found a note (1431365) of a similar problem but it is about the General update button of "Batch management" window, and this note suggests to use "Batch details" instead. Quite weird that updating (normal update, not global) a UDF value in "Batch management" window seems to work fine for me, the modified value can be seen on "Batch details" window.
    Regards: Gergő

    Well, originally our customer recorded this behavior on 8.8 PL20 (8.80.238)
    I tried it on almost the same database, in our developer environment, that has slightly different patch level: PL21.
    Then i tried with a 8.81 PL05 database too. There are some addon installed, but none of them was running, and i could not find any formatted search on this window.
    But i suppose i figured out what happened.
    For updating UDF i always switch on the user defined fields window (Ctrl-shift-U), and use this window. I did so in this case as well. (and our customer did so)
    But now i realized that in this case UDF-s appears on the native window as well. We have to scroll down to see them, that's why i hadn't realized them before. Those fields work fine. I guess you used those fields too. Can you confirm it?
    Regards, Gergo

  • Automatic creation of Inbound deliveries per HU

    Hi Guys
    I am looking for any information on how to automatically create inbound deliveries based on Handling units.
    The process is
    Create PO
    Receive ASN with packing details (e.g. one box = i HU)
    Auto creation of one Inbound delivery per HU
    Any assistance would be appreciated.
    Cheers

    Steve
    I don't know how you figured out it was me.
    The answer you have given believe it or not was what I was expecting as I thought it would need development.
    As for the value of this the logistics service provider believe that they can control the out away better with one ID per HU per box etc and also we are putting away in WM first and then 'post goods receipt' to update IM. We have a bespoke transaction where they scan the barcodes from the putaway tags in to a copy of LT11 and they can scan up to 100 lines and then save. When the save is activated the transaction checks first how many Transfer order/Lines are on each inbound and then are all of them confirmed when eventually the answer is Yes the system will then go to the Inbound delivery and post goods receipt automatically.
    This is so that the Sales office does not see the stock until it is located as backorder processing runs regularly and we do not want orders and deliveries appearing whilst the putaway process is being carried out, However they do want the stock available ASAP. Therefore it is better for them to have the HU-ID as one to one so that in theory materials become available quicker as if one ID had say 100 materials on it none of them would be available until the last one was put away and confirmed.
    I hope this explains it and thanks for your assistance.

  • Create a Batch split for inbound delivery using IDOC

    Hi,
    I have an requirement to create Batch splits in the Inbound delivery.
    These Inbound deliveries are created using IDOC.
    So when the inbound deliveries are created through IDOC the Batch split is not happening.
    How can i achieve this through Coding?
    Any pointers on this will be highly appreciated.

    Hi ,
    Try this link.
    http://wiki.sdn.sap.com/wiki/display/ABAP/Toapplybatchsplitinanoutbound+delivery
    Regards
    HM

  • TPVS: Inbound Deliveries

    Dear experts,
    I am facing a problem that I could not easily identify which customizing I am missing.
    I am creating Inbound Deliveries from Purchase Orders and these Deliveries are not appearing in my SCM-APO.
    Looking into the /SAPAPO/VS_SDSHP table and I can find the Purchase Order.
    After creating the Inbound Delivery by using VL31n, it is not being transferred to SCM-APO.
    I searched in /SAPAPO/VS_SDSHP and it is not there.
    It works fine with Stock Transfer and Sales Orders (outbound deliveries), where I can see both documents.
    Is there any special configuration that I have to make to get these Inbound Deliveries?
    Thanks a lot in advance!
    Thiago Brito

    Hi Kiran,
    It worked!
    I can see the ATP category (AH) foreach inbound delivery that I created.
    But now I am facing another problem.
    In the Non-Assigned Freight Unit in Tabular planning (/SAPAPO/VS01), all inbound deliveries that I've created in R/3 are being grouped in just one line, increasing (adding 1) in the Shedulling Lines Column.
    For example:
    PO: 1000001 / 10.000 kg
    VL31n:
    Inbound Delivery A: 100kg / 07.15.2010
    Inbound Delivery B: 200kg / 07.16.2010
    In TP/VS - Non Freight Unit view:
    Freight Number   Category   Amb Shed Lines  Weight
    1000001              PO Memo           2                  300kg
    But, instead of this behavior I would like to see:
    Freight Number   Category   Amb Shed Lines  Weight 
    1000001-1           PO Memo           1                  100kg     <- related to Delivery A
    1000001-2           PO Memo           1                  300kg     <- related to Delivery B
    How can I create one Freight Unit foreach Inbound Deliveries, not grouping all inbounds deliveries in one freight unit?
    Thanks again,
    Thiago

  • Inbound deliveries with STO

    Hi,
    I am currently designing an interface with an external WMS and I am thinking to use inbound deliveries but it seems inbound deliveries with stock transport order have important restrictions :
    1. inbound deliveries are created with the quantity from the STO and not from the outbound delivery => risk on stock in transit
    2. The batch numbers are not copied from the outbound delivery to the inbound delivery (it is done in GR with MIGO if you post from outbound delivery)
    3. I haven't (yet) found a way to create automatically an inbound delivery when you post the goods issue from the outbound delivery. (it seems SAP is providing special development for that ?)
    Does anyone experienced the use of inbound deliveries with STO and what are your recommendation?
    Thanks a lot,
    JP

    Hi,
    We want to create inbound delivery in order to interface with an external WMS (Warehouse Management). We are not using standard SAP "decentralized WMS" interface.
    By using inbound deliveries for the interface, we can initiate the GR in SAP and then wait for confirmation from WMS. The WMS can then confirm different quantities if some discrepancies are identified during unloading.
    Also, creating inbound deliveries allow planning for receiving (i.e yard management).
    => We do not want to post the GR first in SAP and then send it to the WMS as they can find some differences during unloading
    => We do not want warehouse operators to work in SAP
    => We need a document in the WMS which will trigger task creation for GR for warehouse operators.
    => We want to use same solution for GR for external purchase orders and STO. So if we use inbound deliveries for PO, we want to use it for STO.
    Does anyone has experienced to create inbound delivery for STO from outbound delivery with Idoc (i.e ASN with DESADV) or specific development ?
    Thanks for your help,
    JP

  • List of inbound deliveries with status of Inbound delivery

    Dear all,
    I need to get list of inbound deliveries with status of Inbound delivery. please let me know where can i get it. either table or tcode. also table would be helpful

    Hi,
    Go to VL06O and select the list of deliveries option.
    enter your delivery type .
    You can have header as well as item level details.
    Regards,
    Krishna O

  • Inbound deliveries with scheduling agreement

    Hi
      Can anybody send me the configuration setting need to do for inbound deliveries for scheduling agreement.
    -Prabu

    Hi Prabhu,
    For working with inbound deliveries with SA
    Please set up confirmation control in customizing
    Spro>mm>purchasing>confirmation>set up confirmation control
    set up key as inbound delivery make it relevant to GR and assign this while
    creating SA in item detals under conf.control
    for further details ref to following thread
    Vendor Confirmation
    BR
    Diwakar
    reward if useful

  • "Inbound deliveries for PO reciepts with confirmation control keys"

    Hi Gurus,
    Can somebody tell me the detailed configuaration steps " Inbound deliveries for PO reciepts with confirmation control keys".
    Thanks
    Raj

    Hi,
    Del. type is identified in
    OLME-Confirmations-Define Internal Confirmation Categories
    Del. item catogery is defined in TCode 0184.
    Based on Del. type & item cat. grp in Material master
    Goods Recieving point (shipping point) against Plant & SLOC is defined in
    Logistics Execution-Shipping-Basic Shipping Functions-Shipping Point and Goods Receiving Point Determination-Assign Goods Receiving Points for Inbound Deliveries

  • TPVS: Inbound Deliveries being grouped in Planning View

    Dear all,
    I am creating Inbound Deliveries with AH ATP category.
    But now I am facing another problem.
    In the Non-Assigned Freight Unit in Tabular planning (/SAPAPO/VS01), all inbound deliveries that I've created in R/3 are being grouped in just one line, increasing (adding 1) in the Shedulling Lines Column.
    For example:
    PO: 1000001 / 10.000 kg
    VL31n:
    Inbound Delivery A: 100kg / 07.15.2010
    Inbound Delivery B: 200kg / 07.16.2010
    In TP/VS - Non Freight Unit view:
    Freight Number Category Amb Shed Lines Weight
    1000001 PO Memo 2 300kg
    But, instead of this behavior I would like to see:
    Freight Number Category Amb Shed Lines Weight
    1000001-1 PO Memo 1 100kg <- related to Delivery A
    1000001-2 PO Memo 1 300kg <- related to Delivery B
    How can I create one Freight Unit foreach Inbound Deliveries, not grouping all inbounds deliveries in one freight unit?
    Thanks again,
    Thiago

    Hello Thiago. I´ve the same problem
    "In the Non-Assigned Freight Unit in Tabular planning (/SAPAPO/VS01), all inbound deliveries that I've created in R/3 are being grouped in just one line, increasing (adding 1) in the Shedulling Lines Column"
    I´ve created a split rules for purchase order, this split rules ID is ok. But, when a I created the deliveries inbound from APO are being gruped in one line.
    I don´t know how I can configure the split rule of ATP Categories "AH".
    Best regards,
    Martin

Maybe you are looking for