Dear All experts in MM/ PP,
Material issuing from main stores to factory is currently using through MB1B - material transfer from location to location ( mvt 311 ) In that case we will see the issuing batch as well as the receiving batch. But we cannot put any control through the system with regard to the transferring materials. If the material stock exsist in the stores , they can transfer whatever the quantity as his wish to factory floor in the system where as not in the physically.
So by making a solution to the above problem , we noted that MF60 ( pull list ) is the ideal way for make to order scenario and as well as to fulfill our requirement. But in the pull list I couldn't see the field of RECEIVING batch indicator ( which should be in free hand text field ) in the screen.
If any one who know how to make a user exit or any provision to enter batch field is very much helpful to me. Pls be comment urgently.
Thanks
standard ALV application toolbar, into custom report....
HI,
split values
I have values that are returned to me in this format:name=>test,age=>49What I want to get out of this is an array like thisarray('name'=>'test','age'=>'49');I was hoping
curl javascript problem
Hi Experts.I'm new curl and wanna to get some info from this http://www.amadeus.net/when user enter some city name,the page suggest a list and then user select one of them.then user click a button and
"From field" in PHP email form
I used a wizard to create a PHP email form. I was able to customize it with the exception of the From field. I need the email that is sent to be "From" the email that the sender input.
void* and sizeof()
Hi,Using void* and sizeof is it possible to get the value of the object ?I understand that dereferencing a void pointer is not directly possible. Is there a way (like casting) or something else to get
Need understanding of this bit of code
Code: <?php // WHERE clause filters $arrSQLFilters = array(); // whether or not zip codes table needs to be included $boolIncludeZipCodes = false; // Zipcode filter
Displaying image from database
Hi,I've got a site where that's got a database behind it. Currently it has loads of items in rows that all have different pictures. There is a field called "Image" that has the name of the
help removing unwanted graphic
How do I remove the small elongated rectangular shape between the "Latest post" and "Archives" section at http://www.simonlindgren.com ?The code surrounding this place
What am I missing here? Help!
Hello all!. I can't seem to get this working right. Well - it renders right, but something is going wrong. It's a set of filters for events. The filter marked "type" (category) works
storing video files into mysql in php
hi i have my video files in my folder ,i have to store the path of the videos into db and the play it in the player from the database.thanking in advance