Table V_T5w8p Strategic Skills Priorities: Not Modifiable

Hi All,
T5w8p table is populated with the Strategic Skills Priorities.
Each Skill Priority is linked to a Qualification (Q).
A relation ship exists between Qualification (Q) and Events (E).
These Q and E are captured in DEV Client. Each Client Thus has a unique number/keys.
But here the QUESTION is.....
the table "V_T5w8p is not modifiable" in QA Client. Then how can i link the Unique number/keys to skills priority.
Please post your comments.
regards
Edited by: saveeranaidu on Aug 30, 2011 4:13 PM

Similar Messages

  • 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?

  • Reporting on Strategic Skills Priority from table T5W8P (SAP-HR)

    Hi all,
    I have a requirement to report on Strategic Skills Priority which is held in table T5W8P in ECC6.
    So I need to load this through to BW somehow, and I guess create it as an attribute of the Qualification.
    However I cannot see this field in any of the standard extractors and don't seem to be able to create this table as a datasource using RSO2.
    Can anyone tell me how I can bring this field through to BW?
    Many thanks
    Mischa

    Hi,
    I tried that and get an error message "Entry T5W8P  does not exist in DD02L (check entry)"
    I am not sure if this is something that has to be done on the SAP side, or if this is something specific to our system.  Has anyone seen this error before?
    Thanks again
    Mischa

  • Tables can be maintained even though Client has status 'not modifiable" ?

    I am looking, list of tables which i can maintain directly even though "Client has status 'not modifiable'" status
    example : T000
    Rgds

    No ..No...Siddesh,
    You are understanding my requirement in reverse.
    We are now not in execution of giving the access.
    i regret, if i am failing to explain my requirement
    A Auditor wants
    a). He wanted to know the users having S_TABU_DIS auth object with 02 value and assigned authroization groups.
    b). He wanted list of tables including Z tables that can be maintained directly thru maintenance view
    Auditor will do some excerse Directly Maintained Tables (vs) Authroized users
    He will come back with a list of tables for which we have to give the logs.
    I tried my best to explain my requirement.
    To summarise  - I repeat  i am looking  "List of Tables that can be maintained directly - When Client has status 'not modifiable" ?
    Thanks in advance for your time for this query.
    Rgds

  • Internal table is not modifying

    Hi
    my internal table is not modifying..
    the code is like this:
    SELECT matnr ebeln lifnr
                          FROM eord
                              INTO CORRESPONDING FIELDS OF
                              TABLE it_eord_lfa1_tab
                              WHERE lifnr IN s_lifnr
                              AND matnr IN s_matnr.
                            AND werks IN s_werks
      IF sy-subrc EQ 0.
        LOOP AT it_eord_lfa1_tab INTO wa_eord_lfa1_tab .
          CLEAR l_name1.
          SELECT SINGLE name1
             FROM lfa1 INTO l_name1
             WHERE lifnr = wa_eord_lfa1_tab-lifnr.
            wa_zresult_tab1-ebeln = wa_eord_lfa1_tab-ebeln.
            wa_zresult_tab1-lifnr = wa_eord_lfa1_tab-lifnr.
            wa_zresult_tab1-name1 = l_name1.
            MODIFY it_zresult_tab1 FROM wa_zresult_tab1
            transporting ebeln lifnr name1.
    it_zresult_tab1 contians already some records I would like to modify the record with tranporting values...
    Please help me..

    LOOP AT it_eord_lfa1_tab INTO wa_eord_lfa1_tab .
    CLEAR l_name1.
    SELECT SINGLE name1
    FROM lfa1 INTO l_name1
    WHERE lifnr = wa_eord_lfa1_tab-lifnr.
    if sy-subrc = 0.
    <b>these 2 below values seems to be already in the internal table, again why you are transporting ?
    wa_zresult_tab1-ebeln = wa_eord_lfa1_tab-ebeln.
    wa_zresult_tab1-lifnr = wa_eord_lfa1_tab-lifnr.</b>
    wa_zresult_tab1-name1 = l_name1.
    <b>wa_eord_lfa1_tab-name1 = L_NAME1</b>
    MODIFY it_zresult_tab1 FROM wa_eord_lfa1_tab
      INDEX SY-TABIX
    transporting ebeln lifnr name1 .
    ENDLOOP.
    here i am not getting why you are using another workarea to modify the internal table as you already have an work area <b>wa_eord_lfa1_tab</b>. and i think its no need to modify EBELN and LIFNR as they are already been in the table.
    so the best way is if SY-SUBRC = 0 for that SELECT FROM LFA1 just pass L_NAME1 to wa_eord_lfa1_tab-name1  and MODIFY the internal table only with NAME1. others not required.
    Regards
    Srikanth
    Message was edited by: Srikanth Kidambi

  • 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

  • How to know  columns and table name  whose column size are modified

    Hi guys
    I want to know which all columns in the tables are modify
    i.e. list of columns and table name whose column size are modified
    Step1 :
    CREATE TABLE employees
    ( employee_number number(5) ,
    employee_name varchar2(50) ,
    department_id number(10)
    CREATE TABLE Supplier
    ( Supplier_number number(5) ,
    Supplier_name varchar2(50) ,
    CREATE TABLE customers
    ( customer_id number(10) not null,
    customer_name varchar2(50),
    address varchar2(50),
    city varchar2(50),
    state varchar2(25),
    zip_code varchar2(10),
    Step2 :
    Alter table employees
    MODIFY employee_number number(10)
    ALTER TABLE supplier
    MODIFY supplier_name varchar2(100)
    step3
    query to dispaly
    columnname table name
    employee_number employees
    supplier_name supplier
    How to know columns and table name whose column size are modified
    could you please provide query
    Thanks in Advance

    09:35:50 SQL> desc dba_objects
    Name                            Null?    Type
    OWNER                                  VARCHAR2(30)
    OBJECT_NAME                             VARCHAR2(128)
    SUBOBJECT_NAME                         VARCHAR2(30)
    OBJECT_ID                             NUMBER
    DATA_OBJECT_ID                         NUMBER
    OBJECT_TYPE                             VARCHAR2(19)
    CREATED                             DATE
    LAST_DDL_TIME                             DATE
    TIMESTAMP                             VARCHAR2(19)
    STATUS                              VARCHAR2(7)
    TEMPORARY                             VARCHAR2(1)
    GENERATED                             VARCHAR2(1)
    SECONDARY                             VARCHAR2(1)
    NAMESPACE                             NUMBER
    EDITION_NAME                             VARCHAR2(30)LAST_DDL_TIME can be utilized

  • 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

  • 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...

  • 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

  • Production Client 700 not modifiable

    Guys,
    I need to upload trial balances in my production client thru LSMW.and in testing in QA, I got the error msg. for tax line items exceeding 999 and I had to turn off the taxware which dteremines the taxlineitems line by line.So I was able to upload trial balances in QA after that.Now I need to upload in production and in production client is set to "Not Modifiable".I just need to turn off taxware only, and afterwards I will put production client back to the previous status.Anyone please suggest me how to do it in production.Thanks
    Regrads
    Shaun

    Hi,
    You can switch off the flag in SCC4 transaction or via maintainance of T000 table. But, you'd better coordinate it with your BASIS/ABAP team, because normally it should be allowed only with their permission.
    Regards,
    Eli

  • Help req for check customer table maintenance with XD02 if not throw error

    hello ABAP GURUS,
    check customer of the table maintenance with XD02 if not throw error i have given the codition for passing the values in the table but before that it has to check whether the customer i am passing in to the table is a customer from xd02.Here whatever no i am passing it is accepting it should not happen, but when i give the customer which is not a customer it should not accept but it has to throw the message as 'customer does not exist.Its urgent please help me
    TYPES: BEGIN OF TY_KNVI,
    KUNNR TYPE KUNNR,
    TATYP TYPE TATYP,
    TAXKD TYPE TAKLD,
    END OF TY_KNVI.
    DATA : VALIDFROM TYPE GUEBG,
    VALIDTO TYPE GUEEN.
    DATA : IT_KNVI TYPE STANDARD TABLE OF TY_KNVI,
    WA_KNVI TYPE TY_KNVI OCCURS 0 WITH HEADER LINE.
    DATA : V_NAME TYPE SYUNAME.
    SELECT KUNNR
    TATYP
    TAXKD
    FROM KNVI
    INTO TABLE WA_KNVI
    WHERE KUNNR = YYV_CFORM-KUNNR
    AND TATYP = 'ZCST'
    AND TAXKD = '1'.
    V_NAME = SY-UNAME.
    YYV_CFORM-ENTEREDBY = V_NAME.
    IF SY-SUBRC NE 0.
    MESSAGE E000(E4) WITH 'Please change the tax classification of ZCST as' '1' ', in Sales Area Data'.
    ENDIF.
    I have used the following code to enter the data into the table maintenance it is working fine and throwing the error when the tax type is not the one which i have given in the select statements but the problem is when i have given the customer no which is not there in the XD02 tcode, it is accepting and showing the error message as MESSAGE E000(E4) WITH 'Please change the tax classification of ZCST as' '1' ', in Sales Area Data'. now i have to check the customer no from XD02 and if it is existing in that tcode it should allow to save in the table maintenance otherwise throw a message as the 'Customer no does not exist, this I am unable to write so how can i check please help me .
    thankx in advance.
    Edited by: soni khadary on Apr 22, 2008 7:55 AM

    Hi Kelly,
    I guess <wa_tab>-handle_style is of type lvc_t_styl therefore you can do the following:
    ls_edit-style = cl_gui_alv_grid=>mc_style_enabled.
    "I assume you know your non-key fields' names so you can use subrotuine to perform update on each of them
    ls_edit-fieldname =  'First field name' .
    PERFORM update ls_edit.
    ls_edit-fieldname =  'Second field name'.
    PERFORM update ls_edit.
    ls_edit-fieldname = 'Third field name'.
    PERFORM update ls_edit
    FORM update USING fs_edit type lvc_s_styl.
    field-symbols: <style_tab> type lvc_t_styl,
                         <style_wa> type lvc_s_styl.
    LOOP AT <tab> ASSIGNING <wa_tab>.
       if e_row = sy-tabix .
         "get you style table
         assign component 'HANDLE_STYLE' of structure <wa_tab> to <style_tab>.
         "as <style_tab> is typed fully you can read the row you are interested in
         read table <style_tab> assigning <style_wa> with key fieldname = fs_edit-fieldname
         if sy-subrc = 0.
           "update this entry
            <style_wa> = fs_edit.
    *        modify table <style_tab> from <style_wa>. 
         endif.
       endif.
    endloop.
    endform.
    Note!
    Though, this should work, the use of RTTI as Uwe suggested would be best practise approach as far as dynamic programming is concerned. Anyhow it is still up to you which one you pick.
    Regards
    Marcin
    I noticed now that this line is not necessary
    modify table <style_tab> from <style_wa>. 
    as we simply are working with field symbols, so changes made to <style_wa> are already visible in that table <style_tab>.
    Edited by: Marcin Pciak on Mar 15, 2009 12:44 PM

  • Must not modify a filtering node, modify the origin

    Hi All,
    I have implemented a WDP JAVA app where I used removeSelectedElements() to remove the selected items, but in some times its throwing an error like com.sap.tc.webdynpro.progmodel.context.ContextException: Node
    must not modify a filtering node, modify the origin
    its really panic to identify that particular scenario still am trying to identify, please let me know if anybody having any alter for this.
    Regards
    Rajesh

    Hi Rajesh,
    In case of table filter there should be three nodes,
    1st: source node(The container for actual data it may be model node, component controllers node or a node present in the view itself but mapped with a component controller node),
    2nd: filter node: which will be having the attributes of type string some time other types but generally strings and the number of the attributes and name of the attributes will be similar to number of columns in table and name of those columns. * This should not be modified at runtime at any cost *, and i think somehow you are manipulating these attributes and you are getting the error.
    3rd: the table source node: which will have the manipulated data from source node. Lets take it this way you get the data from source node filtered it (selected the data which should be visible) and put the filtered data in table source node and binded this node with the table to make these filter data visible over there.
    In general case the source node and filter node should not be manipulated or modifies failing this will cause the errors like what you are getting. Please provide more details if you have any further questions or query.
    Regards
    Jeetendra

  • SRM MDM, Error, "Table with Code 'null' does not exist in repository"

    Hi experts,
    We has SRM MDM scenario, while doing OCI settings, we are able to connect with MDM repository but getting follwoing error message in portal, "java.lang.IllegalArgumentException: Table with Code 'null' does not exist in the repository 'Repository' or is one of the system table (e.g. Workflows) that is not exposed in repository schema" 
    Can You please suggest,
    Thanks and Regards,
    Munish

    Hi everyone,
    Sudhanshu and Anshuk:- Thanks for your response, let me try and explain the real scenario in details:-
    We have deployed the SRM-MDM Catalog Search UI in Portal.
    We tried accessing the http://<Portal Host>:<Portal Port>/SRM-MDM/SRM_MDM
    Then we got a screen (Search UI App screen), where in we have provided the MDM Server name, then the MDM Server Password, then presses the Connect button, then below this, it displayed the Repository name created in the MDM. We have selected the Repository, then provided the Credentials of a User (Name: T_CORP) in MDM which has "Catalog Manager", and the "UI Configuration Manager" Roles. Please note that these Role names were created by us in MDM. Is it the right procedure or do we have any standard Roles delivered by SAP in MDM to map? If any standard Roles are available, where we need to check these.
    Once the Credentials of MDM User is provided, and then selected the "Login" button.
    Then we are getting the below error.
    "java.lang.IllegalArgumentException: Table with Code 'null' does not exist in the repository 'Repository' or is one of the system table (e.g. Workflows) that is not exposed in repository schema"
    Please clarify; we are not configuring any values in iViews. Where we need to do this, I mean name of the iView, and what values do we need provide generally? We are just running the Search UI App application; I don't think it is an iView, because the URL shows the Application name details, etc...
    Please guide us, how to fix this Error.
    Thanks and Regards,
    Munish

  • OB52 :- Open and Close Posting periods Due to not modifiable of  PRD system

    Dear All,
    Due to not modifiable status two transaction could't be done in the PRD  System.
    This is IMG activity under the following.
    1. OB52 :- Open and Close Posting periods (FA -> FA Global Setting -> Document ->Posting -> Open and Close Postinfg periods
    2. OB08 :- Enter Foriegn exchange rate. (Gen Settings) Enter foriegn exchange rate
    These transaction are to be executed regularly and directly in the ECC6.0 Production system is not possible due to non modifiable status.
    Please help me regarding this issue

    Check Note 77430 - Customizing: Current settings
    Markus

Maybe you are looking for