Set default storage categories

Hello,
We have content server on MaxDB with several repositories and storage categories.
How can I limit users for storage categories/repositories?
How can I configure a default storage category for user/document?
Thank you for your support,
Yossef

Hi Yossi
You can use profile option in DMS for this. More information on Profile option you can get in the community.
You can get detailed help in help.sap.com>erp>dms.> ..>defaut values for original application files.
Regards
Prasad

Similar Messages

  • Default storage location setting

    Hi,
    how can i set the default storage location.
    I need to reflect it autometically while booking any order.
    Regards,
    Rajdeep

    Hi Rajdeep,
         there are quite different ways to achieve this,
    - If you are open for enhancement, then write the piece of coding to default the storage location in Includ:MV45AFZB under
    USEREXIT_SOURCE_DETERMINATION which could be applicable for all doc types or set of doc types/ item cat's
    OR
    - You can achieve the same requirement with Transaction variant in Tx:SHD0 while recording enter this field manually & at the time of save , save it as "with content" & assign this variant in order doc type details in VOV8.
    then whenver you create sales order using this doc type, storage location will be defaulted. ( assumption is - you have single storage location which has to be defaulted in order)
    Hope it helps,
    Regards,
    ReazuddinMD

  • CJ20N, auto-defaulted storage location at activity level

    Hi all,
    we have this problem at CJ20N (PS) screen.
    At activity level, componenent overview, if user keys in the material no, a storage location is auto-defaulted
    later we found out that if the material is extended to only 1 storage location,  the storage will be auto-defaulted at componenet overwview, is there any setting to prevent the auto-defaulted storage .. pls advice

    Hi,
    Carry out these IMG steps:
    SPRO 
    Logistic Execution 
    Basic Shipping Functions
    Shipping Point and Goods Receiving Point Determination
    Set Up Storage-Location Dependent Shipping Point Determination
    Assign Shipping Points According to Storage Location,,,,,,,,
    Put in your combination of Shipping Conditions / Loading Group/ Plant/ Storage Location/ Proposed shipping point
    Next time you create a Delivery document,, the system will pick up the above values from the Material/Customer master records and propose a Storage Location at line item number.
    I just tried it and it works, let me know if this works.
    Cheers,
    Mohammed
    Edited by: Mohammed Raheel on Jun 5, 2009 1:09 PM
    Edited by: Mohammed Raheel on Jun 5, 2009 1:11 PM

  • Set default result in interaction record

    Hello gurus,
    Could you  please share any idea how it is possible to set default Interaction Record result? By default it is blank and user needs to select the value from the list on the IR page, but it is not convinient. Unfortunately I can't find the way how to do that.
    Best regards,
    Kate

    Hello,
    I suppose you're talking about the "Goal" field of the Interaction Record?
    This can be done quite easily, first you need to know the transaction type of the interaction record you use. (the SAP standard transaction type for interaction record is '0010')
    In SPRO>CRM>Transaction-->Define Transaction Types.
    Look for your transaction type for IR (SAP std 0010) and select it, then select 'Assignment of business transaction categories'  and select 'BUS2000126 Business Activity'. Then select 'Customizing header' and there you can default the header values including the default value for 'Goal'.
    Hope this helps,
    Regards,
    Joost

  • Default storage in qa11

    Dear Friends
    when we do stock posting during quality lot clearing, from qa11, a storage location is defaulted on the screen.Where from the system takes this storage location?
    suppose we have 2 sls, a & B
    for a specific material a  storage location  B is defaulted in qa11. I want storage location A is to be defaulted. This creates mistake by the end users. How to change this? where from I can change this?
    Thanks
    Chandra

    Hi,
    That is at which storage Location your GR has been done. That will be defaulted in UD screen.
    Suppose you are performing GR for Production i.e. confirming the Production Order and for that in Goods Movement Screen for 101 movement whatever storage location you enter that will be defaulted in Inspection Lot and thus UD.
    Again, this storage location in Goods Confirmation can be defaulted from Production Order->Header->Goods Receipt->Storage Location field.
    To default that Production Storage Location in Production Order, set 'Production Storage Location' field in MRP2 or Work Scheduling view of Material Master.
    Regards,
    Tanuj Parikh

  • Default Storage Location of Child items in BOM

    Hi Experts,
    We are facing a problem, when we create BOM, we have to manually put default Storage location (Backflush Storage Location) in each of the line item. Can somebody suggest me some solution sothat it should come automatically in all the line items.
    Ishu

    Dear Ishu,
    1.Backflushing storage location can be set either in the material master in MRP 2 view or else in the BOM under status/Long text
    tab page.
    2.The reason why SAP has provided this option at 2 places is if the material is always backflushed from the same storage
    location for any assembly(assuming if this material is used in diferent assembly) means you can set it in the material master.
    3.If it's BOM or assembly specific means,set it in the BOM.
    4.You have to set this if the backflushing storage location is getting varied for the same component for different assembly
    structure.(This system will not propose automatically).
    Regards
    S Mangalraj

  • Default Storage Category for easyDMS

    Hello Everyone,
    I currently assigned default storage category (using KPRO) for my user on,
    easyDMS -> Organize -> Preferences -> System (Tab)
    How can I make this storage category defaulted for all the users using easyDMS?
    Regards,
    Mohan

    Hello Chandu,
    I already have above mentioned settings available in SPRO, these settings works for GUI and NWBC.
    What that means is, there is no pop up window with Storage Categories to select while performing Document Check-In.
    In easyDMS, system still asks user to manually select the Storage Category, I added Storage category for my user profile on easy preferences and I believe this needs to be done for all the users using easyDMS.
    I would like to know how can I apply this change to all the users from configuration/system point of view.
    Thank you
    Mohan 

  • Setting Library Storage Locations

    Hi, can you please help regarding setting my Storage Locations to an external drive (FCPX 10.1.4). I want to work from a single external drive, so I obviously set my  MEDIA to the external drive, but what about CACHE and BACKUPS? Is it best to leave these in the LIBRARY default, or should I also set them to my external drive in my project folder?
    Thanks so much.

    Tom Wolsky wrote:
    Cache should be on the media drive as well.
    …any reason for that?
    or, perhaps, I should ask in first place: What is cache of FCPX anyhow?
    I thought, these are 'between data' of the app itself, therefor I thought, it's better placed in the fast lane = internal drive?
    No?

  • Set Default Value of Multi-select list item

    I have a multi-select list item I want to default the value of to '%' (which is really '%null%') and have it selected. I tried setting default value of item, but it doesn't take '%null%'. I also tried a computation with a static of
    :P507_ITEM := '%null%'; How do you get the default value set and selected?

    Hi
    Shijesh is right, you need to change your null return value and use that return value as your default. Try and use something of the same datatype as your real return values if you plan to use '%' to display all as it will make your queries simpler. eg.
    Company A returns 1
    Company B return 2
    % returns 0
    Then your query would be...
    SELECT ...
    FROM ...
    WHERE company_id = DECODE(:P_COMPANY,1,1,2,2,0,company_id)
    Hope this makes sense.
    Cheers
    Ben

  • Can I set up storage in icloud for the entire family?

    Can  I set up storage in iCloud for the entire family under 1 account?

    See:Family Sharing and also the site http://www.apple.com/icloud/family-sharing and see if that helps.

  • How to Set default value for taxonomywebtagging control with terms and nested terms

    Hi,
    I have created taxonomy control in custom aspx page and I am able to select terms but I am trying to setup default value to that control.
    Can anybody let me know how to set the default value for TaxonomyWebTagging control in custom.aspx page with nested terms?
    Any help would be greatly apprecited.
    Control code in aspx page:
    <td>
    <asp:Label runat="server" ID="lblLanguages">Field A: </asp:Label><asp:Label runat="server" ID="rfvlblLanguages" CssClass="errorMsg" ForeColor="Red">*</asp:Label>
    </td>
    <td>
    <Taxonomy:TaxonomyWebTaggingControl ID="term" Width="385px" runat="server" /></td>Mapping metedata code:TaxonomySession session = new TaxonomySession(SPContext.Current.Site);
    //Set the Business Unit Field
    SPSite site = SPContext.Current.Web.Site;
    TermStore termStore = session.TermStores["Managed Metadata Service"];
    Group group = termStore.Groups["GROUPName"];
    TermSet termSet = group.TermSets["TERMSETNAME"];
    Term term = termSet.Terms["TermA"];
    Guid termGuid = term.Id;
    term.SspId.Add(termStore.Id);
    term.TermSetId.Add(termSet.Id);
    term.AllowFillIn = true;
    term.AnchorId = countryGuid;
    term.IsMulti = true;
    Thank you.
    AA.

    Hi,
    According to your description, you want to set default value for TaxonomyWebTaggingControl.
    I have a test in my environment. It could be achieved by setting the Text Property of TaxonomyWebTaggingControl.
    Here is the code snippet:
    TaxonomySession session = new TaxonomySession(SPContext.Current.Site);
    SPSite site = SPContext.Current.Web.Site;
    TermStore termStore = session.TermStores["Managed Metadata Service"];
    Group group = termStore.Groups["GroupA"];
    TermSet termSet = group.TermSets["A"];
    Term term = termSet.Terms["A1"];
    TaxonomyWebTaggingControl1.SspId.Add(termStore.Id);
    TaxonomyWebTaggingControl1.SSPList = termStore.Id.ToString();
    TaxonomyWebTaggingControl1.TermSetId.Add(termSet.Id);
    TaxonomyWebTaggingControl1.TermSetList = termSet.Id.ToString();
    TaxonomyWebTaggingControl1.AllowFillIn = true;
    TaxonomyWebTaggingControl1.IsAddTerms = true;
    TaxonomyWebTaggingControl1.IsMulti = false;
    TaxonomyWebTaggingControl1.Text = string.Format("{0}|{1}", term.Name, term.Id.ToString());
    Here is a detailed article for your reference:
    http://blog.bugrapostaci.com/2010/09/23/taxonomywebtaggingcontrol-sharepoint/
    Feel free to Reply the test result.
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • How to set default values for boolean columns

    I'm trying to deploy some content types and columns into a site with a feature. All it's ok, except that I'm trying to set a default value for boolean columns with no success.
    I've tried to set default value at column level:
    <Field ID="{EFE23A1D-494E-45cf-832E-45E41B17F0CF}" Name="ScopeSpanish" DisplayName="Se publican noticias en español"
    Type="Boolean" Hidden="FALSE" Group="Columnas ShaCon" >
    <Default>TRUE</Default>
    </Field>
    and at content type level:
    <FieldRef ID="{EFE23A1D-494E-45cf-832E-45E41B17F0CF}" Name="ScopeSpanish" DefaultValue="TRUE" Required="TRUE" />
    But in any case, when i create a new item with this content type, default value is applied.
    Can anyone tell how to set default values for boolean columns?
    Thanks in advance,
    Regards,
    Sergio

    In the field definition you can set
    <Default>1</Default>
    or
    <Default>0</Default>
    How to set the default value Null?

  • How to set default value to input field

    Hi Experts,
    I need to set default value to one input field for the transaction crmd_order as a screen variant. Guide me in doing that.
    Regards,
    Harish

    Using the transaction SHD0, you can define the screen variant. While defining the sceen variant, you are allowed to define the default values.
    Using screen variant, for the main transactoin, you can also define the transaction variant and you can use this as an independent transaction.

  • Is there any way to set default column widths in the Finder's Column view

    When my Finder windows open in column view, all the columns are always VERY wide. I have to then spend time resizing them to a managable width. Is there any way to set default column widths in the Finder's Column view?
    <Re-Titled By Host>

    No, because you can't set a columns view default.
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • How to set default reject reason in VA01 (create sales order)

    Hi
    Everybody can tell me how to set default reject reason for item in sales order.
    in our sap system there are a default reject reason as '90'. We want to set it as "Null".
    Thanks
    Henry

    Hi,
    Assigning a default Reason for Rejection is not in standard SAP. I am sure there is some enhancement/user exit which updates the reason for rejection.
    Please get the help of an ABAPer, create the sales order in debugging mode and he will find out the logic behind the automatic reason for rejection.
    Before that you can find the exits in the include MV45AFZZ for any code related to this.
    Hope this helps

Maybe you are looking for

  • Feature Request: Maintain radius on rounded corner boxes when resizing

    Since I make a lot of "buttons" using the rounded rectangle tool it would be AMAZING if the corder radius is maintained when resizing using command-t. Currently the radius is squashed or stretched depending on which way I resize the box. Steps to see

  • Is the Wi-Fi aerial in my hub failing

    I have been noticing that my Wi-Fi connections from either laptop, smartphone etc keeps dropping and I have also noticed that the Wireless blue light seems to go out briefly on occasion. This is proving to be a quiet a problem. I have tried connectin

  • Anyone know how to get ringtones back on the iPhone

    after iOS5 download?  Created folder, sync again, still does not work.

  • EVC and second-dot1q problem.

    Hi all, I'm trying to configure a interface with two dot1q tags but I can't do it. I think thats is because my line card doesn't support it but I can't find any doc to confirm it. I have a 7606-S chassis with two WS-SUP32-GE-3B, one WS-X6548-RJ-45 an

  • JTabbedPane setSelectedIndex displays wrong tab

    I have encountered a problem that is identical to Bug ID 6285072 that was submitted back in 2005. It is closed with a workaround that just doesn't work for me. Basically, I am creating multiple tabs and populating a table in each. I then set the sele