Hi,
On our system, we have two storage locations ( A and B ) where A is the main factory and B is a warehouse managed by a third party.
Currently, the process is this:
Shortage is found on the line
Team leader is notified
MB1B is used to create a 311 goods movement which creates a pick list for personnel at B
SAP moves the stock from B to A immediately
LB10 is used to print pick list
Personnel move stock from B to A ( may be a delay of a few days )
LT12 is used to confirm the pick and clear it from LB10
This creates a problem where stock is showing at location A that hasn't physically been transferred, which gives rise to a race condition, for example, if the part was cycle counted after being sent for pick.
Is this the correct way of handling such a shortage/pick list? Is there another process which would give better visibility and tracing of stock locations?
Thank you
Include with Parameters
In a particular page I would like to include a file that requires $_GET parameters.when I go to this sort of url I get what I want.http://www.example.com/test.php?id=1234567890I want the url to be
help, header() is not working!
Hello, I have this code:<?php/** * @author samoi * @copyright 2009 */error_reporting(E_ALL & E_NOTICE);include ('func.php'); // this has the session_start() func!if
why isn't this PHP code working ???
it's suppose to find a name on the database. <?php $s = $_POST["lname"]; $x = trim($s); $exists = false; $selectedRow = 0; mysql_connect (localhost,testuser,testuser);
What exactly is net neatrality?
What exactly is it? I think it's anti-censorship and... stuff... but I don't really understand it
ereg_replace issue
hi there peoplei have this code happening with regards to my wamp server. is this something that can be sorted out? would this happen on a normal remote server that has lamp on with the necessary
Pagination
Okay here is the page in question: http://blenderteachings.000a.biz/tutorials.hamishhill.phpI have the records in a database(tutorial name, username description etc). I am pulling these and displaying
adding up might be solved tell us cheers.
i think i finally solved this anybody.last time i was getting the wrong results.Code: <?php// price of item.$price="100.00";//quenity of items.$quenity="7";// tax
Impact of movement type 412 E on MAP
Hi
How to read CSS message data
Hi,
At max how many columns is advisable to create in a table/view
Hi All,