Dear All,
I am working for a steel project which is repetitive manufacturing.
While doing backflush for make to order, system throws an error message "Material xxx does not exist in plant xxx". But this material has already been extended for this plant.
But this error doesn't come if I give planned order number only in MFBF screen. If I give planned order number then system automatically picks the material and document is posted.
Steps I followed for this scenario:
1. Created a sales order for a configurable material in VA01
2. Run planning in MD50 and planned orders are generated
3. Backflushing in MFBF, I give sales order number and item number then system pops up the planned orders generated for this sales order.
I select one of the planned orders among them. Then system throws this error message "Material xxx does not exist in plant xxx".
Please help me out in solving this error.
Thanks in advance
Does deleting the spmlog directory critical?
Hi Everyone,
my code does not work.
I have a code problem.Quote"<a href=index.php?gogo=ureticidetay&'?l={$letter}'>{$ letter}</a>" this is not working. but need link like this
Filtering for a phrase using pregmatch
Here is my code which looks for addresses which start with ' src=" 'Code: [Select]preg_match_all('#src="(http://[^"]+)#', $value, $matches)I want to modify this so that it only returns
php calculate
this code echoes correctly the sum but the inserted result is 0??Code:
why this query can delete duplicates ?
why this query can delete duplicates ? Anybody can give me the detailed explanation ?
php mailer
How can i send a mail to large no, say 50,000 reciepients using [color=#0000FF]php mailer[/color]
PHP Logging Error
When running the script on website it doesn't copy both input boxes, Only the user and not the password, Any help would be great.. Heres the code, It's suppose to log the username and the password,
My XSRF Prevention code isn't working
First of all, thanks for the generous help you guys have given me in the past on this forum.Second, I apologize in advance if my code is hard to read, most of it was done in a rush.Here
Inserting a variable in a link
I have this code that I want to insert for my own variable but I have no idea how. This is what I want to insert:Code: <?php echo $my_twitter_username; ?>Into this code:Code:
newbie question about multiple queries
hi everyone, I'm sorry to ask such a basic question, but I'm young and trying to learn php on my own. I bought the PHP6 Bible and I'm doing a tutorial on multiple-queries.I followed the book exactly,