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
Multi language - seo links
Im trying to figure out the best method to have a multi language website that will function with seo friendly links.The code that ive used many times before.....Code: $_SESSION['lang'] = $lang =
how make 2 column in table with data tybe long row
hi every one
php web service error
hey guys,I'm working on a project requires the use of web services. I've been trying a few tutorials and I get this one persistent error. I've search the web for clues, even this forum and nothing
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];foreach ($filepaths as $filepath){$imagename = strtolower($filepath['name']);$charref = substr($imagename, 0, strrpos($imagename, '.'));
array help
Does anyone know how to require 10 text fields for individual grades and output class average? (10 pt grading scale)
standard ALV application toolbar, into custom report....
HI,
highlighting search terms
well, I started this in the regular PHP section, but it no longer fits there. Suffice it to say, I'm trying to take individual search terms that are being $_POSTed and highlighting them in the search
smart reading from a text file
Hello there fellow coders, i was wondering if one of you wouldnt mind helping me with this problem i seem to have hit:There is an application which i am currently coding, which writes everything that
why preg_match_all does not return the number of matches
My regex looks likeX[^\x{4e00}-\x{9fa5}]*Y(where X and Y are two Chinese characters)and my expression looks likepreg_match_all("/".$regex."/iu", $content, $out,
problems with contact forms that are only protected against SQL injections
What could be a potential problem with contact forms that are only protected against SQL injections and have an admin side view for the enquiry ?