101 to be used only for unrestricted stock and not for quality stock

Dear Experts,
My client requires that mvt type 101 to be used for GR into ONLY unrestricted stock and not into Quality stock, if it requires we can create new mvt type as well.
Please let me know how to achieve this.
Regards
Abhi

You can set default value in MIGO for movement type and stock type..
Go to MIGO
The set default value for stock type as Unrestricted and movement type 101.
Then Go to OLMB-Settings for Enjoy Transactions-Settings for Goods Movements (MIGO)-Field Selection for MIGO
Here set the field Stock type as display..
Then check in MIGO
The field value will be unrestricted always and user will not able to change this..
Test the scenario and revert back..

Similar Messages

  • Setup of Inspection Lots for some vendors and not for all

    Hello,
    We do have a situation where in the business wants Inspection Lots to be set up for some vendors and not for some vendors - for the same material.
    What it means is, for Material XXXXX001, Vendor 00003 needs inspection during GR for Purchase Order and Vendor 00005 and 00006 should be set up for Non Inspection upon GR and stocks should be posted to Unrestricted.
    Any suggestions / options are welcome.
    Thanks
    Kris

    Hello,
    You can use vendor q-info records to handle this... deactivate the goods receipt inspection on the vendor(s) that do not require incoming inspection.
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/c6/b9b3341a933f50e10000009b38f83b/frameset.htm
    Regards,
    John

  • Dunning form F150- Telefon/fax/mail printing for 1 user and not for other

    Hello expert,
    This is regarding the printing of the dunning form using F150. 
    At first, using company code and account clerk (BUSAB), we retrieve the user id.  The program uses FM BAPI_USER_GET_DETAIL to get the address details of this user id.  The user name, telephone and fax adn email are printed in the dunning form (1st reminder, 2nd reminder and so on).  The problem here is , the address details are printed on the form for one user and not for the other user who is processing.  Any idea regarding this.  Do I need to give any user setting parameter in SU01 or is there any authoriztaion issue which is blocking this.  Awaiting reply,
    Cheers,
    Bala

    I'm having the same problem with Exchange 2003, I can get it to work with Entourage and on my iPhone, but it keeps rejecting my password on Mail.app. If I keep entering the password it starts to update with server, but it won't save the password. IMAP is on for my account which is how it works on iPhone.
    I'm starting to think it has something to do with Keychain Access or Mail.app and not so much Exchange Server. If anyone has found a solution please let me know,
    Thanks

  • Why wont apple accept the fact that 4.0 is for iphone 4 and not for 3gs?

    Having all those problems said with 3g/s running on iOS 4.X why wont they let us just downgrade back to 3.1.3 officially until they find a way on how to solve issues with 3g/s?
    About the downgrade method of life hacker, if you're really not good in those things you might actually ruin your pc like my friend who tried it, she lost her wifi on her notebook, i had to help her find the installer of the driver again. this happened after she tried to install that libusb that is needed to run the application for exit recovery mode and other stuff.
    Yes iOS 4.1 is out but contacts disappearing? And who knows what more problems it brings. I was even peeking around the iphone 4 forums it seems that they are not doing well either.
    Anyway mine is all fine except that im afraid to use wifi or any apps that needs internet connection because everytime i do, my 3gs gets very very hot. I have already done the basic solution suggested by apple (factory reset, start from new iphone) but its still the same.
    And another thing, the multitasking is getting annoying, you have to manually close all apps in the 'multitasking background' everytime you decide to quit an app. I guess they should put a 'Disable multitasking' or something like that.

    Firenzo wrote:
    Why wont apple accept the fact that 4.0 is for iphone 4 and not for 3gs?
    Because it works beautifully in the 3GS, with better battery life, faster operation and some great new features.
    Having all those problems said with 3g/s running on iOS 4.X why wont they let us just downgrade back to 3.1.3 officially until they find a way on how to solve issues with 3g/s?
    If you are having problems it is NOT from 4.0; there is something else wrong with your phone. There are plenty of troubleshooting tips in the forum if you look.
    And another thing, the multitasking is getting annoying, you have to manually close all apps in the 'multitasking background' everytime you decide to quit an app. I guess they should put a 'Disable multitasking' or something like that.
    NO YOU DO NOT. Those apps in the ribbon are not multitasking, they are suspended. You can ignore them and they won't hurt battery life or memory, unless they are streaming apps like Pandora.
    It's amazing. For 3 years people screamed about the fact that the iPhone didn't support multitasking. Now they scream because the phone DOES multitasking. You can't win.

  • I was trying to use the Matlabscripting VI, but it says it is for instructional purpose and not for research and the system is getting stuck.When I used it two days back it worked.Could U plz tell me what the problem is??

    I have Labview 7.0 and Matlab 6.5 installed on all the computers at my School. When I tried to use the Matllab Scripting Window for the first time, it worked, but after two days when I was trying to run the program, there was a meesage saying that the License is for instructional Purpose only and not for Research or commercial use and the Labview is getting totally stuck. I need the Matlab Scripting VI for my Project,could anyone suggest what I shd do or is there any other method by which I could do that.

    Hello Medha,
    Thank you for contacting National Instruments.
    From the information you have provided, I am not sure what is causing your problem. Make sure that you do not have an evaluation license for LabVIEW.
    What, if anything, was changed in your VI before it stopped working? Will it run without the Matlab script?
    If you continue having trouble getting your VI to work, please respond with more information. If you like, you can post your VI (along with any necessary sub-VIs) and I will take a look at it.
    Have a great day,
    Sean C.
    Applications Engineer
    National Instruments

  • Remove KM permissions for childs folders and not for the father folder.

    Hi Forum
       I am removing a "some_group" permisssion of a subfolder in a repository, but how can i remove only this subfolder permission and not the father permission ?
      For example:
         I want the next the repository with the "some_gruup"  permission for the father folder:
          /Folder
         But i want to remove the "sub_folder1" and "sub_folder2" permissions for "some_group", i haven´t do it because this is like an inherited permission of the father folder.
          /Folder/sub_folder1
          /Folder/sub_folder2
         But when i

    I found the solution in the post The specified item was not found.  by Avishai Zamir
    The code is:
    IAclSecurityManager asm = (IAclSecurityManager)sm;
    IResourceAclManager ram = asm.getAclManager();
    IResourceAcl ra = ram.getAcl(newResource);
    /******************* BEGIN if the most important code ********************/
    if(ra == null) {
         ram.removeAcl(newResource);
         ra = ram.createAcl(newResource);
    /*******************     END of the most important code ******************/
    IResourceAclEntryList rel = ra.getEntries();
    IResourceAclEntryListIterator it = rel.iterator();
    while (it.hasNext()) {
         ra.removeEntry(it.next());
    Edited by: Josue Cruz on Jun 25, 2008 9:48 PM
    Edited by: Josue Cruz on Jun 25, 2008 9:50 PM
    Edited by: Josue Cruz on Jun 25, 2008 9:51 PM
    Edited by: Josue Cruz on Jun 25, 2008 9:53 PM

  • Extracting an image data merge field using only an indesign file and not document.dataMergeProperties.dataMergeFields

    Hi,
    I have kind of a weird requirement but I hope you guys can help out.
    I need to extract all the custom fields used in an indesign file without referencing the dataMergeProperties of a document. Sorry if this is a weird request it is just what I've been told (our system needs to not crash when people upload a variety of in design documents to generate high resolution jpg preview documents).
    I can already get all the text custom fields by looking for "<<" and ">>" in the text frames of a document but I'm having a really hard time finding the image custom fields.
    I tried looking at the rectangles for a given page but that didn't seem to help (but maybe i'm missing some there). I also tried looking at the graphics and images collection of a document but this seemed to return only graphics that are hard coded on the in design document and not the custom image fields.
    Any help would be appreciated!

    Uggg....
    Found the answer after I realized I was looking at the wrong SDK (5.0 instead of 6.0)
    I'm using the doc.hyperlinkPageItemSources property to get these images. It also looks like you can get the image data merge fields from DataMergeImagePlaceholder (but rememeber I couldn't access this).

  • AE - Can we setup a system to only approve some roles and not for others ?

    I would like to setup a test system with no approval of roles access except for some of them ?  Will that be possible and how ?
    Any suggestion ?
    I would appreciate any feedback.
    Thanks.

    Hello Frank,
    Thanks for the information and nice suggestion. This infact is a limitation. We can use this only in case our request has other roles, which have Role owners.
    Dear Patrick,
    Now you may use any of the options mentioned as per what kind of access requests comes in your organization but better to use the one which Frank suggested as this would hold true in all teh cases.
    Regards,
    Hersh.

  • Orchestrator Console: Only use windows security promt one time for the console and not for the webservice

    Hi there,
    I have read the topics about the 2 windows Security Prompts. When I add the Console Website to my trusted internet sites, and use automatic logon to my intranet. Both prompts are gone. But that is not exactly what I want to achieve.
    Is it possible to retain the first prompt (Authenticate Orchestration Console) but to disable the second prompt (Web service). I have tried to change the IIS Authentication Settings of 'Microsoft System Center Web Service Home' or  'Microsoft System Center
    Web Service Home/Orchestrator2012 Home' from 'Windows Authentication' to 'Anonymous' authentication using the application pool Identity. This gives me the following error:
    Does someone have been able to only preserve the fist prompt? Looking forward to you reply.

    Hi there,
    I have read the topics about the 2 windows Security Prompts. When I add the Console Website to my trusted internet sites, and use automatic logon to my intranet. Both prompts are gone. But that is not exactly what I want to achieve.
    Is it possible to retain the first prompt (Authenticate Orchestration Console) but to disable the second prompt (Web service). I have tried to change the IIS Authentication Settings of 'Microsoft System Center Web Service Home' or  'Microsoft System Center
    Web Service Home/Orchestrator2012 Home' from 'Windows Authentication' to 'Anonymous' authentication using the application pool Identity. This gives me the following error:
    Does someone have been able to only preserve the fist prompt? Looking forward to you reply.

  • GL security works for one report and not for other report.

    Hi everybody,
    We have setup GL security and for our discoverer reports we are calling
    APPS.GL_SECURITY_PKG.VALIDATE_ACCESS( sl.SET_OF_BOOKS_ID,gl.CODE_COMBINATION_ID ) = 'TRUE' in the query.
    Now among 3 reports, 2 are working fine but one report is not showing any data if i use the above condition.
    Hint: That particular report is based on a Materialized view.
    Any ideas??
    Thank you
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Rod,
    Thanks for your reply but when i try to use the where
    condition in the folder in Admin, its not recognizing the Apps.GL_SECURITY_PKG.VALIDATE_ACCESS....
    Any Suggestion on this?
    Thank you
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • HT4191 iPhone Local Storage "My iPhone" - How do you create this folder for use by the Notes app on a iPhone or iPad?  If I want to keep some notes only on my device and not in a cloud environment associated with an e-mail account.

    iPhone Local Storage "My iPhone" - How do you create this folder for use by the Notes app on a iPhone or iPad?  If I want to keep some notes only on my device and not in a cloud environment associated with an e-mail account.  I've seen reference to the  "My iPhone" local storage put no mention on how you create this folder or access this folder within the Notes app.  I realize storing information in a local storage like this provides no syncing between other iDevices but that is exactly what I'm looking for.  I'm running iOS7.0.4 on a iPhone 5S, and a iPad Air.  Any help would be greatly appreciated.

    If you go to Settings > Notes > Default Account you will see "On My iPhone" as the default account and the only choice if you have not enabled syncing Notes in Settings >iCloud or Settings > Mail, Contacts, Calendars. If you have enabled syncing you can still select "On My iPhone" as the default account. When you are in the Notes app you won't see any accounts listed if you have not enabled syncing because they are all in the On My iPhone account and that is the only place possible. It is not a folder that you create.

  • Hi, I want to use my number for iMessage on my iPhone only and on my macbook pro use my apple id/email and not my number. Also how do i stop the iMessages on my mac appearing on my phone.

    Hi, I want to use my number for iMessage on my iPhone only and on my macbook pro use my apple id/email and not my number, how do i do that? before i updated my phone thats what it was like but now that ive updated i dont know how to change it. Also how do i stop the iMessages on my mac appearing on my phone. can you please help. Thanks

    I tried that but on my iphone i can only click on my email and my number is checked but its in grey doesnt allow me click on it and on my Mac, its the opposite, my email is checked but in grey so doesnt allow me to click on it. im realy confused

  • I have two iphones using the same computer and I can only find a backup for my iphone and not my girlfriends.  She uses itunes a lot more often then I do but cant find it

    I have two iphones using the same computer and I can only find a backup for my iphone and not my girlfriends.  She uses itunes a lot more often then I do but cant find it.  Really need some help.  Shouldnt her apps and details be saved online in the itunes store?  Even her apps wont appear

    If you create an Apple ID for your daughter, signing out of the existing Apple ID with the iTunes & App Store on her iPhone will not change anything on your iPhone.
    All apps include DRM protection which is tied to the Apple ID that was used to download the apps.
    If she starts using her Apple ID to download apps, when there is an app update for an app on her iPhone that was downloaded with the current shared Apple ID, she will need to use that Apple ID and password to download the app updates.

  • I buy for mac app but not for the iPad, so how do I reinstall a program that has already purchased? I need help because I bought the imovie'11 but when he opened it only brought 8 movie trailer templates instead of the 15 it says on the program. How do I

    I buy for mac app but not for the iPad, so how do I reinstall a program that has already purchased? I need help because I bought the imovie'11 but when he opened it only brought 8 movie trailer templates instead of the 15 it says on the program. How do I solve this problem? Once paid for a program incomplete. I also liked that the AppStore itself had a button to reinstall programs already bought, because it is very hard to understand how to do this in the store, only option is to install and hide purchase, and how do I reinstall, attention'm talking about reinstalling a computer mac, not an ipad or iphone.
    Thank you.

    Prodesigntools.com , go ahead and download the software from there and use your serial number to serialize it.

  • My Ipod Touch 2nd Gen Only Charges To 20% and Lives For Like 10mins Then Turns Off? HELP!

    Theres These Little Rod Like Things Where You Plug The Charger Into And Some Are Bended or Missing And It Only Charges To 20% and Lives For Like 10mins Then It Dies I Dont Know What To Do.

    Not Charge
    - See:      
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable. Some 5G iPods were shipped with Lightning cable that were either initially defective or failed after short use.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar                 

Maybe you are looking for

  • Is Calendar List View Available in ios7?

    I liked the old "list view" in calendar, but it seems to be unavailable in ios7 (using an iphone 5S).  That is the view where events were shown as a list which you could scroll through.  No mention of this change in the new iphone user guide, it only

  • C6280: Can't select automatic two-sided printing

    Hi: I am using an HP laptop running Windows Vista 32-bit Home Premium. I had previously fully uninstalled my HP Photosmart C6280 all-in-one printer. Today, I reinstalled it using the CD-ROM that came with the printer. When I went to print an MS Word

  • Duplicate document

    Hi All, In payment run of company code 0648 dated 29.10.08 two ZP documents with same number 2000010503 have been created one with negative amount and another with positive amount. Could you please tell me why this was posted in this way? Thanks for

  • Could setup the email exch. account in an Iphone but NOT in an Ipod TOUCH

    I have an Ipod Touch since 2007. I bought the 2.1 iphone software a couple of months ago, so I tried to configure the email exchange account of my job. I followed all the steps of the user's gide but it dindn't work. A friend of mine that works with

  • Niko nef support in aperture

    Count me as another new D300s owner who can't get either Aperture or i Photo to recognize nef files from the D300s. I did get the raw files to work when I formatted the CF card for the D200 and installed it in the D300s. Hope the problem gets solved