How to make not changeable a contract in R/3 from SRM

Hello experts
I'm developping contracts in SRM 3.0 system (Global Outline Contratcs). These contracts are transfered in R/3 (contracts type GCTR) and i want to make not possible to change contract in R/3 system.
How can i make that? Which customizing?
Thank you for your help.
Peggy.

Hi. You can use field selection in R/3 for this.
Just go to the IMG and Materials Management > Purchasing > Contract > Define screen layout at document level.
Copy your existing layout and make all the fields display only on the new layout.
Then go to "define document types" also under contract config and assign the new layout to your contract type.
Regards,
Dave.

Similar Messages

  • How to make iTunes read the song's name/singer from the file's name itself?

    Hi everyone,
    So I have this file with songs from everywhere. I spent quite some time now to make sure that the structure of each file's name is as such : "Singer - Song name", hoping that everything would be read by iTunes accordingly. However, either iTunes read it well, or it didn't read it at all ("Singer - Song name" appearing in Title alone), or iTunes read the "media" of the file (ie. what the guy I downloaded it from wrote for it in the Preferences, which usually is in capital letters or with a bunch of weird underscores). As I'm OCD and need everything to be neat, I'm highly tensed right now. I really want everything to be neat and clear!
    So, how do I make sure that iTunes reads the files' names such that it knows the structure is "Singer - Song name"? Thanks.

    iTunes doesn't use file names to determine how music appears in your library,  Rather, it uses metadata that is split between:
    data elements that are embedded within the media files
    data elements that are included in the entries in the iTunes database
    No amount of reorganization, renaming or other manipulation at the file level will make any difference to how songs will appear in iTunes.  Using your example:
    the value of the track number element is 1
    the value of the artist element is "Elvis Presley"
    the value of the song name element is "Blue Suede Shoes"
    Depending on how you configure iTunes then the file name is either:
    completely independent of iTunes (i.,e., the file containing this song could be xyz.mp3)
    dependent on the metadata managed by iTunes, (i.e., when you have these two options set:
    then iTunes will set the file name to be 1-01 Blue Suede Shoes.mp3 where:
    the file is in a folder called "Elvis Presley" (the name of the album)
    that folder is in one called "Elvis Presley" (the name of the artist) which is in iTunes Media\Music
    Going back to your question "How to make iTunes read the song's name/singer from the file's name" the answer is simple - you can't, as this is not how iTunes works.  There are some third-party utilities that you can use to set some metadata element values based on parsing of file names which might be a useful first step.  However, to use iTunes effectively you should really forget about / ignore file names - manage your media using appropriate metadata and allow iTunes to look after file names behind the scenes.

  • How to not display expired contract  on Web-UI in SRM-MDM ?

    Hi,
      Our business is as following:
      the contract is published to SRM-MDM V3.0, but if contract is expired, when I select the content from catalog to create sc, then    this kind of contract should not display on catalog,  how to do ?
    SRM7.0 MDM7.1SP04  SRM-MDM v3
    thanks
    Jesse

    HI, Bala
        You  are right , My case is not what you mean.
        I transfer valid contract from SRM to Mdm catalog,  maybe after several months  ,the contract is expired compare to today, I don't expect this kind of contract  display on the catalog UI  to mislead the user.
       Of course, I  know how to  prevent user to creat SC with selected expired contract by BADI,  But  I think that is not good idea.
       Actually , I can also solve this issue by development in SRM BADI and MDM , expired contract will not display in  catalog, but that will make many changes compared with standar function.
       I wonder whether  SAP have the better solution.
      Thanks
      Jesse.

  • How to make symbol changeable?

    hi
    im making a flash animation in which i made a symbol called #_mc which is in a symbol called #_anim_mc withhin the sceane.
    the #_mc contain "#". the #_anim_mc contain motion tween of the the "#" coming in from the left to the right. now within the main timeline i duplicated the #_anim_mc 100 times and i need to switch them with numbers but not all togethor. one by one. for ex: the 1st after 20 frames the 2nd after 28 frames etc.  now i dont know how to make changes in each one to time them when to switch to a number. the only think i can think about is to make 100 differnt symbol each one allready set to its own timing. im not so fermiliar with scripts.
    any idea anyone?
    thanks.

    It is possible to do the same using action script. At the same time you don't need to create 100 different symbols if the animation is same. Just create a single anim_mc symbol which has a #_mc symbol as its child. Use the copy motions as action script option and paste the code on the actions window of respective frames that you want to animate. After doing so, u can remove the tween from the main timeline.
    (For more information on copy motion on action script refer to the following link);
    http://blogs.adobe.com/rgalvan/2007/05/copy_motion_to_as3.html

  • How to make the option none in the payment information from app store

    how to make the none option in payment information in app store??????using iphone
    i made a purchase from my card then after i tried to make another purchase that is free but while doing this a massege appears "review your payment information" then it goes back to app store.tell me how to make none option in apple account payment information using iphone??????

    surendramandia wrote:
    i don't want to creat a new account i want  none payment option in my existing account
    This has been suggested by other Users, but have not tried it myself...
    ' ... Get an iTunes gift card & redeem that in iTunes using your existing Apple ID.
    Then the option for none, regarding a credit card should appear...'

  • How to make slicer to remember selected values while moving from report to another

    I have Power View on SharePoint 2013 and OLAP Cube on SQL Server 2014 solution.
    1) I select slicer values and graphs are updated
    2) I move to next page on same Power View file and use slicers.
    3) I come back to original reports. My slicer valuers are empty.
    Is it possible to make slicer to remember selected values while browsing from reports to another?
    Ken
    Kenny_I

    Hi Kenny_I,
    This seems to a by design issue. The selected values within a slicer will be stored in Memory. When we go to another report, the memory will be released.
    Best Regards,
    Black

  • Read-only attribute - how to make it changeable?

    Hi,
    I'm new to CRM 7.0 and I have a problem with an attribute.
    I have table view which is displaing one model node. I've added new attribute to this model node, which is value attribute.
    Now I would like to change value of this attribute from get_ method but it's not possible. I checked IS_PROPERTY_READONLY and it's 'X'. How can I change property of this attribute to changeable?
    I've found some answers on SDN but it was not complete or not working.
    Thanks for any help,
    Szymon

    Thanks for reply.
    But it's not exactly what I meant. I'd like to change the attribute value not from typing in web ui, but setting it in get_attribute method.
    Now I have code like this:
    DATA: lr_row TYPE REF TO cl_crm_bol_entity,
            is_ro TYPE abap_bool.
      lr_row ?= me->collection_wrapper->get_current( ).
      is_ro = lr_row->IS_PROPERTY_READONLY( IV_ATTR_NAME = 'NO_COPY' ).
      lr_row->set_property_as_string( IV_ATTR_NAME = 'NO_COPY' IV_VALUE = 'X' ).
    When checking IS_PROPERTY_READONLY - it's true. So setting property for attr 'NO_COPY' is not working (but if attribute was initial it's working - IS_PROPERTY_READONLY results false and value for attribute is set).
    I've found on the SDN earlier:
    Check the method SET_ATTR_PROPERTIES( ) in the class CL_CRM_GENIL_SAMPLE_ABSTR where you can perform the changes for that fields that you don't want to be readonly. Or else you can modify the properties in this method IF_GENIL_APPL_MODEL~GET_OBJECT_PROPS.You can return the properties which you want to.
    But I don't know how to use this class/interface...
    Regards,
    Szymon
    Edited by: Szymon on Mar 2, 2012 8:17 AM

  • How to make the spry Collapsible content to appear/expand from the top of the tab - not bottom?

    I hope this question does not sound confusing.
    When I click the Collapsible tab, I want the content to appear from the top - not the bottom. (See example link: http://www.longhollow.com - click "Time & Location" on the top right and you will see the content appear on the top). Do you know how to do this? I am not jquery expert, I would be appricate if you know how to do this.
    Thanks!
    Christie

    http://try.jquery.com/
    http://learn.jquery.com/
    https://tutsplus.com/course/30-days-to-learn-jquery/
    http://www.w3schools.com/jquery/
    Nancy O.

  • When firefox starts its open two windows, how i make not to?

    When firefox start its open two windows, there is nothing strange on shortcut proporties

    You can try to reset Firefox with a new profile if you are currently using a Firefox 13.0.x version.
    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • How to make a field default in mm01 while coping from other material

    hi all,
    i want to make a field default in mm01 ....mara-mstae -
    say value 'A', when
    i am coping from other material.
    normally a T.variant is working in the scenario when im creating a material
    but not when i am coping from other material.
    Any field exits would work on that .if so  how?
    thanks in advance,\
    sg

    i have to make the x-plant material status as 'BE' in mm01 basic view 1 ,when the material is created or copied from .<b>but it should be only default for the user might change it</b> 
    now when the material was created its workin---- coz a transaction variant has been created.
    but when im coping it from other material its picking the properties of the old material ( from which im coping) ..not the field value which i want to display as default.
    field exit only validates. can we give default value by it ,before saving a material??????
    thanks,
    sg

  • How to make WinTPC a direct VDI w/2012 Server from login(SSO) Pooled VM Collection SOLVED !

    Pre-Reqs:
    WinTPC machines must be domain joined
    All VDI infrastructure is 2012(RD Web, CB, VH, GW) you might be able to use 2008R2 I did not use any so dunno..
    All certificates must be in place for SSO
    1. Setup 2012 VDI infrastructure to use SSO
    2.Set group policy applied to WinTPC machines OU to allow Credential Delegation see:
    http://blogs.msdn.com/b/rds/archive/2007/04/19/how-to-enable-single-sign-on-for-my-terminal-server-connections.aspx
    3. Steal the RDP file from RDWeb (do a view source to get the path to the RDP file then download it) place in a network location, we use a folder in netlogon. Alternatively you could create your own RDP file and include the loadbalanceinfo:s:tsv://VMResource.1.MYPOOLEDCOLLECTION_Name
    4. Use a GPO to set a Custom Interface on the WinTPC machines it should execute a powershell or vbscript that runs the .rdp file,  in our case we  use a logon script to copy a powershell script to the local machine, then use that
    as the custom interface, it loops watching for the mstsc process to end..when it does it logs the user off. (sample)
    #VDI-RDP.ps1
    & 'c:\windows\system32\mstsc.exe' c:\start\myrdpfile.rdp
    sleep -s 10
    while(get-process mstsc){sleep -s 10}
    logoff.exe
    Custom Interface GPO is here:
    User\Administrative Templates\System\Custom User Interface\
    "powershell.exe" -windowstyle hidden c:\start\vdirdp.ps1
    Voila !
    When domain users login to the WinTPC they get a VDI session only... once they close the session either by logging off or closing the RDP session.. they are logged off of the WinTPC machine
    MS really should document this somewhere.. not everyone wants to access VDI from  RDweb.... :(   nor do they wish to have to authenticate multiple times...
    Good luck with it !

    Thank you dear Steve for the detailed steps,
    I have an issue to set the RD Web Access for SSO.
    I followed below article without success and I saw your comment.
    http://www.anilerduran.com/index.php/2012/sso-single-sign-on-thoughts-on-rds-remote-desktop-services-2012/
    I am using RDS 2012 R2 environment.
    Could you please provide more steps on how to run SSO for the RD Web?:
    Point Number 2 is not clear.
     To turn on Windows Authentication:
                  - uncomment <authentication mode="Windows"/> section
                  - and comment out:
                  1) <authentication mode="Forms"> section.
                  2) <modules> and <security> sections in <system.webServer> section at the end of the file.
                  3) Optional: Windows Authentication will work in https.  However, to turn off https, disable 'Require SSL' for both RDWeb and RDWeb/Pages VDIR.
                     Launch IIS Manager UI, click on RDWeb VDIR, double click on SSL Settings in the middle pane, uncheck 'Require SSL' and
                     click Apply in the top right in the right pane.  Repeat the steps for RDWeb/Pages VDIR.
    Kind regards,

  • How to make a loop that changes two different movieclips from visible to invisible every second

    I am writing some code that puzzles me. It may be, because I have a cold or because I've never needed to do anything like this. I want to have two movieclips one is visible and one is not. then one second passes the one that was visible is invisible and the invisible one is visible. What would be the best approach to this, besides handcoding if statements. I know there has to be a faster way and less expensive way than handcoding if statements.
    I'd like to thank anyone who replies in advance .

    this is how i would do it
    package
              import flash.display.MovieClip;
              import flash.display.Sprite;
              import flash.events.TimerEvent;
              import flash.utils.Timer;
              public class Main extends Sprite
                        private var mc1:MovieClip;
                        private var mc2:MovieClip;
                        public function Main()
                                  // create your mc's here
                                  mc1 = new MovieClip();
                                  mc2 = new MovieClip();
                                  mc2.visible = false;
                                  var timer:Timer = new Timer(1000);
                                  timer.addEventListener(TimerEvent.TIMER, loop);
                                  timer.start();
                        private function loop(e:TimerEvent):void
                                  mc1.visible = !mc1.visible;
                                  mc2.visible = !mc2.visible;

  • How to make a field under Selection column in DataSource from dimmed to ...

    We try to make an InfoObject shows up in Data Selection of an InfoPackage to restrict the data load based on the range of this InfoObject.  In order to do this, we will have to go to the source system to run RSA6 to edit the datasource to make this field checked under the Selection column.  However when we get to the screen, find this field's Selection column is dimmed.  Is there anyway to make it from dimmed to editable that it can be checked?
    Thanks

    hi Kevin,
    try to check table ROOSFIELD, fill OLTPSOURCE with your datasource name and OBJVERS 'A', what's the value for SELECTION ? you may change the value with 'X'.
    use abap code :
    UPDATE ROOSFIELD SET   SELECTION = 'X'
                   WHERE OLTPSOURCE   = 'datasource name'   AND OBJVERS = 'A'.
    can i know your datasource name (if it's business content) ?
    Properties of a DataSource Field
    If a request for a DataSource is scheduled in the Business Information Warehouse, selection conditions are specified across certain fields. The property that determines whether a selection in BW using a field
    is possible or required is established in the DataSource in the Source System.
    In addition, the visibility of the field in BW can be set.
    A field that is not visible (or that is hidden) cannot be transferred into the transfer structure.
    Definition of the individual values:
    'A': Field is hidden in OLTP and BW, property cannot be changed  the customer.
    'M': The DataSource requires a selection across this field before it is able to extract data (Required field for the generation of a request); property cannot be changed by the customer
    'X': The Data Source can select across this field. The customer can change selections and visibility (the field is currently visible and selectable, compare with 'P', '3')
    '1': Pure selection field for the DataSource. The customer can change the selection, but not the visibility (the field is currently selectable , compare with '2').
    '2': Pure selection field for the DataSource. The customer can change the selection, but not the visibility (field is currently no selectable, compare with '1').
    '3': The DataSource can select across this field. The customer can change selection and visibility (the field is currently not visible not selectable, compare with 'P', 'X')
    '4': The DataSource cannot select across this field. The customer can change visibility (the field is currently not visible, compare with ' ')

  • How to make iTunes forget the CDDB info and reread from Gracenote ?

    I have some CD which have 2 entries in Gracenote. (These are Chinese CDs, and Gracenote has 2 set of info, one in Chinese and another in English). I picked the English one, and it populated the tags, but now I want to use the Chinese information instead.
    Removing all the tracks of the CD and reinserting the CD does not work, iTunes simply picks up the info that was already stored in "CD Info.cidb".
    How can I get iTunes to query Gracenote again ? I suppose an ability to remove the CD's entry from CD INFO.cidb would also cause a requery, but I have no method to edit the cidb file.
    PC (Many)   Windows XP Pro  

    You can also force iTunes to (re-)look for specific tracks by selecting the tracks in iTunes and selecting "Get CD Track Names" from the Advanced menu. As long as iTunes imported the tracks from a commercial CD, it should be able to go look for CDDB data again. I don't have any tracks that had dual-CDDB entries, so I can't test to see if it gives you the choice to choose the other set of tags.

  • How to make a DVD disk image to be burned from a PC?

    I need to make a DVD with DVD-SP, save a disc image, upload it have someone on a PC download it and burn it.
    Is this possible? Anybody been succesful at this?
    thanks

    If they have a burning program that recognizes VIDEO_TS files, no problem.
    You need to remove two files from VIDEO_TS first called .LAY and .LAYOUT. They are only required by DVD SP and not the final disc.
    To be safe make a top level folder called NAME_OF_FILM (max 32 characters) and put VIDEO_TS in there together with an empty folder named AUDIO_TS.
    Actually, DVD SP should generate this for you it will be where ever the Build folder is set to be saved in Preferences.
    Don't make a Mac disk image. PCs can't read them. A .zip file or ISO (Toast makes them) is probably better.

Maybe you are looking for