Hi folks,
following scenario: we have a full WM with mixed batch numbers allowed in storage type / bin. We create a transfer order with reference to an outbound delivery of a material which is handled in batches. In standard, the system proposes the batch number to be picked at the time of transfer order creation.
In real life, the bin contains many different batch numbers of the same material. So let's say the user does not want to search the bin for the batch number proposed on the transfer order, but grabs any of the items and would like to confirm the batch number he actually picked.
Now my question: Is there any way to confirm a different batch number than proposed in the transfer order? Or generally, is it possible to create a transfer order without batch number proposed and let the user decide at time of confirmation, which batch number actually was picked?
I have tried function module L_TO_CONFIRM with a batch split, but no success.
Thank you very much for your time
Delete Client 066 Earlywatch
Hi all,
smart reading from a text file
Hello there fellow coders, i was wondering if one of you wouldnt mind helping me with this problem i seem to have hit:There is an application which i am currently coding, which writes everything that
foreach iterator
Hi GuysDoes the foreach loop have an inbuilt iterator ?
help countdown timers
hello every one,I'd like to know how to insert many countdowns in the same page.The duration of each must be different and defined by members with a form.
Scrolling news bar and MySQL
I am not sure if this is the correct forum to post this on. If not, I apologize. I am still pretty new to PHP. I am editing a website for a friend. He had a news headlines section on his home
Help If user voted, block them
On my Prayer request site, i let users Click a button to Pray for somone that has posted a pray, i got that all set up but.Code: // connect to db... if ($_GET['id']) { $id = (int) $_GET['id'];
Multi Level Array Problem
hi all,For example I have array like below:$temp = array(array('north america', 'us', 'california'), array('north america', 'us', 'hawaii'), array('north america', 'canada', 'vancouver'),
* Gridview and Detailsview in UpdatePanel, insert mode problem
I have a GridView and DetailsView working together. When a record from Gridview is selected, DetailsView is opened for edit/insert/deletion of records. When user searches for a record and no record
problems with script
I made a small script wich exchanges points in my website: <?phpsession_start();include_once"config.php";$username = $_SESSION['username']; if(isset($_POST['exchange'])){$spoints =
Help with search.php
Hello AllI need the search engine on a site I am building at the moment to display the search results inside the main section of the web page. At the moment I have got as far as connecting the search