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
How to get the previous months last date....
Here's my wittle problem. I suck at working with dates.So today is 10/20/2009, i need to figure out how to useCode: $lastmonth = date("m-d-Y", strtotime(" "));in order to get
Motivational Posters
Hello,I wonder how can i do them in php. Are there any sample codes that you can show me?thanks in advance
database design
Hi,I got a page which allow candidate to type in their previous working experience,I let user to choose the start date and end date and then system will automatically calculate the total experience in
Code Help.. If txt input box empty search X instead..
I am having a problem with my search script. At current it will simply search by a selected date which is a java based calendar that displays when using id='datedisplay' in the input form field below.
need help with mail()
hi i want to send an email with attaching pdf file using php. i have the following script but the problem with this is when i send an attachment it does to the specified address but that email is
session variable problem
Session variable is not working in Fire fox i am getting null value but it is working fine in IE.any one can help me to resolve this issue..
Grouping and sorting results
Please help with this query.I have 2 tables in a database, countires and cities. states looks like thiscountriesid -----------country1 ------------uk2 ------------us3 ------------japancitiesid
Select question
Hi,First I would like to say that php is pretty new for me.. so please don't shoot me if this should be a stupid question!But I'm a little surpized due to following..I have a search script (very large
SQL query not working well
Hi,
check if string contain only a-z/A-Z
Is where any way to check if string contains only a-z/A-Z, without writing an array with all possible letters and then looping it.Code: $available = array('a', 'b', 'c, 'd'); //write a-zfor