Client not modifiable? Where to check first?

Hello Guys,
Just want to check, if it says Client xxx not modifiable, should this mean client be set to Productive mode in SCC4? Or any other settings?
What if client is already Productive in SCC4 but still giving the error Client xxx not modifiable?
Regards,
jennah

Hello Jennah,
Please read more on Client concepts.
Especially multi client administration.
Check the following link:
http://help.sap.com/saphelp_47x200/helpdata/en/fa/08443c4a08dd37e10000000a114084/frameset.htm
Also,
If your question is answered, please mark the question as answered.
Regards,
Siddhesh

Similar Messages

  • Client not modifiable message while executing t-code ops7 and ops6

    Hi Guru's,
    I am getting "Client not modifiable message while executing t-code ops7 and ops6" in Unit test and Quality client.
    Pleae help me to resolve the error.
    Regards
    Sasikanth Reddy

    Hi
    Copy of the information I found regarding this issue:
    It is possible to allow the maintenance of 'Customizing'-tables in a       
    production client, even if the client is set to 'not modifiable'.          
    Normally this should be the case for tables TCJ04 (responsible person)     
    and TCJ05 (applicant).                                                                               
    Please could you check the settings in your system and change it if        
    necessary:                                                                               
    Transaction SE11:                                                                               
    Table TCJ04: delivery class should be set to 'C'                           
          TCJ05: delivery class should be set to 'C'                                                                               
    Transaction SOBJ -> Maintain                                                                               
    Position on V_TCJ04: Category should be 'CUST' field 'current settings'    
    should be marked.                                                                               
    Position on V_TCJ05: Category should be 'CUST' field 'current settings'                                                                               
    Please also check that your client is defined as 'PRODUCTIVE' via          
    transaction SCC4 (field client role).                                                                               
    I would also recommend that you review the attached notes with reference   
    to the usage of customizing setting "current settings": Nr. 77430,         
    Nr. 135028, Nr. 356483. These are also relevant for your release.          
    Kind regards,
    Zhenbo

  • TS3899 After updating to ISO6, my email sending get extremely slow or dispeard. on the botton line of mail page always indicate "sending # of 9", however I do not know where to check or delete these unsent items. Please help! It has consumed lots of data.

    After updating to ISO6, my email sending get extremely slow or dispeard. on the botton line of mail page always indicate "sending # of 9", however I do not know where to check or delete these unsent items. Please help! It has consumed lots of data.
    I use @me.com and @hotmail.com

    Hi,
    >>A CHAR datatype and VARCHAR2 datatype are stored identically (eg: the word 'WORD' stored in a CHAR(4) and a varchar2(4) consume exactly the same amount of space on disk, both have leading byte counts).
    Ok, but on the other hands:
    SGMS@ORACLE10> create table x (name char(10), name2 varchar2(10));
    Table created.
    SGMS@ORACLE10> insert into  x values ('hello','hello');
    1 row created.
    SGMS@ORACLE10> commit;
    Commit complete.
    SGMS@ORACLE10> select vsize(name),vsize(name2) from x;
    VSIZE(NAME) VSIZE(NAME2)
             10            5
    SGMS@ORACLE10> select dump(name),dump(name2) from x;
    DUMP(NAME)                                         DUMP(NAME2)
    Typ=96 Len=10: 104,101,108,108,111,32,32,32,32,32  Typ=1 Len=5: 104,101,108,108,111Cheers

  • RE: Client Not Modifiable for Z Tables

    Hi all,
    One of our developer created 3 custom Ztables, when he is testing in testing environment, he is able to modify 2 of them using SM30, but for one table it says "Client status not modifiable". i checked his profile and he got access to SM30 and also to S_TABU_CLI--> Allowed (X).
    I dont know why it is not allowing this table to change and allows other tables to change ( I dont think this is any thing wrong with his authorization)
    I also checked in SE11 and his delivery class is type "A" like the other 2 tables.
    what else i need to check?
    thanks,
    Sun
    Edited by: sun on Nov 19, 2008 3:53 PM

    There was a little bug in SOBJ a while ago which let you change the owner of the object in a development system without transporting. But that should be fixed - as it is simply not an option anymore, also in a production system.
    The better (more transparent) option in my opinion is to use the current settings flag if these tables are going to serve a "customizing" type function of the application and you want the flexibility to change them system specifically within your landscape without having to transport it and not wanting to open the (productive or test) client just to make a change of something non-critical for the application.
    But you need to pick and choose them carefully. There are also some other settings which you might want to tighten the control on - for example very application sensitive master data.
    Now I don't know what these tables are used for, but you did mention S_TABU_CLI being required so they are even client independent (most likely)... at least as far as their maintenance is to be concerned.
    As you are asking this in the security forum (and not the ABAP or Data Dictionary forums), you might want to review the technical design of this solution...
    It is not unknown that the developer and customizing roles find their way to production and used there with reliance on the SCC4 client settings either, and as these are client dependent... what are the settings of the other clients and the authority of the users in them?
    But that is up to you. Certainly training and experience helps as well (which includes learning the hard way
    I prefer the current settings to the client settings where the "use case" is justified.
    Cheers,
    Julius
    ps: The one table which could not be changed, was it being changed from a different client than the other two?

  • Client not modifiable

    Hello,
    When i am executing the transaction code OAAQ in production server it is working fine but when i am trying in quality server it says client 100 is not modiable where as both client settings are same in QA and PROD in SCC4.
    When i made QA as modiable manual and then it is working fine... 
    I would like to know is there any config setting becase of that it is not working or is there any problem Basis side
    Thanks in advance.
    Regards,
    Krushna biswal

    Hello,
    I have found the solution for it.
    If the client role is "PRODUCTION" in SCC4 then it work fine, if it is other than "PRODUCTIOn" role then we need to change to modifiable client then only it will work, otherise, "Client XXX is not modifiable" messge will occured.
    Regards,
    Krushna Biswal

  • Maintaing tables when client not modifiable

    There is a field you can check on a table that allows the table to be modified when a client is not modifiable. Any help on how this is done would be appreciated.
    Thanks,
    Bob

    Hi Bob,
    Have a look at SAP note 77430 and 356483. They should provide the solution for your problem!
    Regards,
    Lars

  • Maintain the values - Client 'Not Modifiable'

    Hi,
    I have created a table Y1260. It has three fields namely MANDT, WERKS and FLAG.
    I have given Delivery Class = 'C' and Maintainance allowed.
    Under technical settings, Data Class = 'APPL2' and Size category as 0.
    Buffering is set 'OFF'.
    Under Table Maint., Authorization Group is &NC&.
    When I go to SM30 for maintaining the values, it is not allowing me stating that  .. Client 010 has status 'not modifiable'.
    Please help me to solve this issue.
    Thanks in advance.

    Hi,
    You have given deleivery class 'C' which means customizing table, maintenance only by cust., not SAP import..
    Try to change it to 'A'.
    Regards.
    Mudit

  • BBPSTART field "client" not modifyable - only visible

    Hello,
    I would like to know how I can leave the field "Client" in the BBPSTART screen as not modifyable. (or supress it)
    Is it possble to supress the ticbox option: accessibility (on the same start screen to enter SRM)?
    Thanks for any reply.
    Aart

    Hi Aart,
    Please have a look at Internet Transaction: BBPGLOBAL
    Screen: LOGIN.html
    I feel that making few changes to HTML code may bring out the desired results.
    Hope this helps.
    Thanks,
    Pradeep

  • Modifying 0VTC and 0VRF trasnactions when client is not modifiable

    hi
    we are uploading  0VTV and 0VRF transactions using a BDC logic. in development the change asks for a transport request. now when we moved into production the client settings in SCC4 are "client not modifiable" so we were not able to update the transactions.
    how do i make my logic work without changing the SCC4 settings. i read about "current setting" in SPRO--> Define Routes and Stages->maint objects.  i have done this setting for both 0VTC and 0vrf. just make sure that this will solve our problem  we have made the development system SCC4 settings same as prod system ( client not modifiable). but still i am getting the client modifiable error.  is there any other setting i need to do or any thing wrong with the way i did the "current setting" setting. please let me know.
    thanks

    Hi,
    I have a client who has a requirement to use these transactions as master data in production too.
    Could you please share the OSS Note/s that can achieve this?
    Cheers,
    Andrew.

  • PA40 Client 007 'not modifiable'

    Dear Sir/Madam,
    When I use pa40  to hiring someone, the system give me the message box which mentioned
    'Client 007 'not modifiable''.
    But I think for master data maintain, system should not check the client's status.
    Is there any suggestion to change it?
    Thanks for your reply.

    Hi Yichao,
    007 is defined to be the "SAP Reference" client through SCC4 transaction and "No changes allowed" & "No overwriting allowed" in the respective client.
    Pls contact with your Basis people.
    Regards,
    Dilek

  • CLIENT 600 HAS STATUS NOT MODIFIABLE

    Hi SDN,
    I gotone problem related to SM30.While user trying to upload the table he will get the message like <b>CLIENT 600 HAS STATUS NOT MODIFIABLE</b>. Could you please provide me the solution and reason for this message? I will be very great ful and thank ful for the answers..
    Appreciation for the answers..
    Regards,
    Kumar

    Hi,
    This thread has answer to your question...check it out...
    How do SM30 Update when client is "not modifiable" ?
    assign points if helpful...

  • I bought  my MacBook Pro in 2010. This is the first Mac I have owned and recently it is having some difficulty loading we pages, often timing out. This Mac environment is entirely different for me and I am not sure where to begin troubleshooting/clean-up.

    I bought  my MacBook Pro in 2010. This is the first Mac I have owned and recently it is having some difficulty loading we pages, often timing out. This Mac environment is entirely different for me and I am not sure where to begin troubleshooting and/ or clean-up. I have moderate computer skills and try not to download or access questionable material, however recently I visited the Ap Store and purchased a couple of different aps to use in record keeping and for making a flyer. I am not even sure how to remove these programs to see if it helps.
    Any tips or tricks are appreciated.
    Thank you!

    Time to see about the PRAM battery.
    By the way iOS and OS X are different systems.
    iOS is the operating system for iPads, iPhones, and iPod touch.
    Mac OS X is the operating system for Mac labelled computers.

  • R12 AP - modify a payment batch to not print a certain check

    Please can anyone clarify, in Account Payables Release 12, is it possible to modify a payment batch, to not print a certain check. If so, request summary of how to do it.

    Hi Ballu,
    Which responsibility are you using in R12 to get the Payment Batch screen? The Payment Batches screen which was there in 11i does not appear in R12 "Payables Manager" responsibility.
    I have just started working on the R12 upgrade and I need some help.
    Thanks,
    BKN.

  • VOWizard-Bug: WHERE Clause not modified on EO add if manually changed befor

    VOWizard-Bug: WHERE Clause is not modified on adding a EO (with association) if it was manually changed before
    Testcase:
    - Create a VO based on 2 EO (Association already defined) --> Jon in WHERE Clause automatically created by Wizard
    - Then modify the WHERE clause, e.g. change an equal to outer join.
    - All works fine.
    - Then add a EO (also Association defined) and chose some attributes.
    - Test and wonder why there are much more rows in the result than expected.
    - Look into the Query-Tab and control the WHERE clause: Wizard forgot to add the new join... and therefore we get a cartesian product between the old view and the new added EO...
    Possible solutions to fix the Bug:
    1. add the JOIN ;-)
    or
    2. at least display a warning that the JOIN is not automatically created!
    Regards, Markus
    GE Medical Systems

    Hi Markus-
    Once the where clause has been customized, we don't update it in the interest of not messing up the user's custom code. However, we should probably warn the user in the types of cases you mention above that he will need to update the where clause manually to include the new information. We will add this in a future release.
    Thanks,
    Ray

  • IDOC HRMD_A Client Has Status 'Not Modifiable'

    Hi all,
    I'm working with the HRMD_A07 Idoc.
    The status is green, but the data are not loaded in the system.
    It is possible that this situation is related to the status of the system that is 'Not Modifiable' ?
    If I create a record in the PA30 I'm getting an error message about the status 'Not Modifiable' of the system, but at the end I manage to save the data.
    thx

    Hi Gabriel
    For this u have 2 solution
    1. Temporary
    Every time you need to open client using SCC4 & SE06. After that u have to close the client.
    2. Permanent
    You have to talk to your ABAPer to have a customized Tcode for the REAJINDX.
    Regards
    Abhishek Tiwari

Maybe you are looking for

  • Regular Expressions in num-exp

    Hello All, I had a problem on my SRST gateway with num-exp insterting a repeating pattern into my 7-digit dialing when in fallback mode. For a brief example, the 7digit internal dialing is 21621.. or 21622.. The num-exp statement of 'num-exp 2... 216

  • How to attach to a mono RCA input

    I would like to plug my iPod into an amplifier that has only one mono RCA input. Do I use a mono miniplug for the iPod? Or a "backwards" RCA Y adapter to merge both channels into one male plug?

  • How to call VB code to JAVA

    hello, can we create DLL files in VB. please write step by step code. please help me.

  • Problem in print

    when I set "No Line" for line color of any rectangle i cant print it on IE (Run from server)???? (I can print on client by Report Builder) what should i do to print it? Is there any special setting on application server?

  • Possible to reset the workspace to mimic the older, classic PS look?

    I really don't like the new workspace / palets layout in PS CC. Does anyone know if it's possible to reset the workspace / palets / interface look to mimic the older, classic PS look that we've all been using for so long? -John