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
Pop-up Banner
Hello Friends,I need to use banner in our client site.Example: www.example.com if i enter this site immediately pop-up window should open and the main page at the back should be disabled.If i click
Output Full URL of Current Page
Let's say I am currently viewing a dynamic page: http://www.mydomain.com/directory/index.php?type=flowers I want this URL to be output on the page, but not including the end parameters.
Pass sql into pl/sql and create RMAN duplicate script.
Hi,
NOOB needs help with upload file
The intent of this form is to create a folder for a client and upload an image into another folder 'imagesClients'. The form works as follows: Username: selected from drop down menu.Folder: Slide
Simple MySQL query...
Hello,How could I do a mysql query that does this: SELECT * WHERE date/time < 5minutes ago? Also, what type of field will I need to create in the database? date/time or just time? And, what
$get problem
Hi Guys ... can you please tell me what i am doing wrong hereCode: <?php $ShowBookmark = "False"; include 'Include/Header.php'; if (Get_QString('Post') == "True") {
Lack of simpleXML Documentation
What is up with this.Look at: http://www.php.net/manual/en/function.simplexml-load-file.phpThere is no documentation with the ns parameter of that function and I am currently trying to deal with
Need help-Error istream header declaration
Hi Everyone ,I am having issue with istream declaration. I am new to C programming.can any one please help me ?I am getting error in getNameValuePair.h and getNameValuePair.C code.Here below the
Remove values in array2 from array1
I have two arrays.Array 1 is where the array key holds various different numbers. For example:Code: [Select]$array[32] = 1;$array[122] = 1;$array[238] = 1;$array[324] = 1;The other array holds values
Need help in Generating Combinations
Need help generating all possible combination of names in an arrayLets say i have the following array:$names = array("jack","john","Adam","Mike");Now my goal is