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
Converting numbers to months
The porgram works -just need the last function(month_convert_ to convert numbers to months -thanks.
single values into sql field
i have a form which i want the user to able to select multiple answers. But i want the answers to be stored into a single field on the mysql table in the back end. e.gthe user may select red + blue +
DataTable Help Required
Hi all I am creating an app that utilises and MS Access back end and queries it quite a bit at various times.
Strange
I recently noticed some odd HTML appear in some of the websites I host. Not all of them are run on a CMS but the majority (but not all) are running through the same FTP account.I've searched
PHP doesn't send my mail
Hi all, I found this and used it to send mail. Simple contact form with some required fields. The validation works a bit but I don't get the mail HTML:some Javascript...Code: [Select]<form
str_replace help
Hey there,I'm a PHP newb, I'm having troubles with the str_replace function. I want to clean up bad html to valid xhtml, I am using:Code: $pee = str_replace('&', '&amp;', $pee);It
$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") {
Delete records not in top 15
Hi,I'm creating a hall of fame page in my game and the page will only display the top 15 scores.So I want to delete the scores that get bumped down the list.How would I write the query to delete
Wierd echo error?
Hi, i got the most wierd php error ever and i don't know why..Code: echo "<td><strong>MP:</strong></td>"; echo
How to Handle more than one submit button in single form?
HiI have one PHP file which contains one Form. In this form there are two Submit type Buttons<input type="submit" name="edit" value="save"> <input