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
Detail Expenses Report by Cost Center
I would like to obtain a report out of SAP that shows a list of expenses by cost center that shows the vendor that the expense related to.
Code error with Index.php
Error: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/runevid/public_html/index.php on line 25<html><head><title>CrazyQuest -
What's best way to get a user's Word doc converted to simple html and images?
Hi all,I was just wondering if anybody has any experience of this.Basically, I'm building a site for a guy and he keeps throwing tonnes of content my way, all Word docs with tables, images, etc.The
writing my own sobel filter convolution - something is wrong
I am trying to keep it very simple, I cant see anything wrong with my logic, could anybody help point me to the right direction?!! Code: { int Shorizontal[] = {-1, 0, 1, -2, 0, 2, -1, 0, 1}; int
Schedule editor
Hi,
'grab_files', multiple extension?
hey guys,can anyone suggest a way to make to following line of code look for files with more than just 'jpg' within the file name (eg 'jpg, JPG, JPEG, jpeg')Code: $files = grab_files('./gallery',
file downloaded can't be read !!
<?php $fileName = 'mypic.jpg';$mimeType = 'image/jpeg';header('content-disposition: attachment; filename=' . $fileName);header('content-type: ' . $mimeType);header('content-length: ' .
Multidimensional array problems in $_POST
I'm having trouble with a three-dimensional $_POST array. It starts as a two-dimensional array on this side:Code: <html> <head>
Calling a Procedure with IN & OUT Parameters
Hello,
empty() error
Why doesCode: empty($USER_ID = $_SESSION["USER_ID"])create this error...Parse error: syntax error, unexpected '=', expecting ')' in /home3/finestto/public_html/index.php on line 17