Unable to edit Webdynpro views

Hi,
I'm facing a strange problem. I've checked-out my Webdynpro dc from DTR. Now, I want to make some changes in the code, but whenever i try to write anything, it is not displayed in the screen, i.e. it is not allowing me to make modification. I've checked the read-only property of view and it is un-checked.
1) Could you plz tell me what is wrong with the DC?
2) Why it is not allowing me to make any modification?
PS: I'm using NW04 SP16
Thanks & Regards
Abhinav

Hi Akshaya,
Thanks for ur response. But i've tried it earlier but it is of no use. Still my problem persists
Thanks
Abhinav Sharma

Similar Messages

  • Unable to Edit the View in Custom Component

    Hi Experts,
    Please help me to resolve this issue !
    I am unable to lock the BOL Entity in my custom component using BTAdminH. I have written the below code in the Edit event Handler for Edit Button. The lr_entity->lock( ) condition statement is getting false and it is skipping the "set_view_editable( me )." code statement. Why??
    This is code excerpt that I have taken from edit button of the BP_HEAD/AccountViewSet and altered to my component/View
    DATA: lr_entity     TYPE REF TO cl_crm_bol_entity,
            lr_controller TYPE REF TO cl_ZVKH8_bspwdcomponent_impl.
      TRY.
          lr_controller ?= me->comp_controller.
          lr_entity ?= lr_controller->typed_context->btadminh->collection_wrapper->get_current( ).
    IF lr_entity IS BOUND.
      IF lr_entity->IS_LOCKED EQ abap_false.
        IF le_entity->IS_CHANGEABLE EQ abap_true.
           IF lr_entity->lock( ) EQ abap_true.
            me->view_group_context->set_view_editable( me ).
           ENDIF.
        ENDIF.
      ENDIF.
    ENDIF.
    and when I directly executed the below code in the Edit event Handler for Edit Button I am receiving the dereferencing NULL value exception. Why in my custom component in many places this happening??
      me->view_group_context->set_view_editable( me ).
    Exception Details
    CX_SY_REF_IS_INITIAL - Dereferencing of the NULL reference
    Method: ZL_ZVKH8_DETAILSEF_IMPL=>EH_ONBACK
    Thanks,
    Bujji

    Hi Summit & NishaNC,
    Thanks for your responses !
    As suggested, I have debugged the code for ->lock( ) method and there are exceptions raised from some methods.
    Method GET_LOCK () -> Method GET_ROOT () ->Method GET_PARENT ()
    At GET_ROOT( ) method i have received an exception
    "Root entity BTAdminH could not be determined" and one more "Entity BTAdminH could not be locked"
    Later when I have checked in MODEL Browser, I found that the BOL object "BTAdminH" for my view is an Access object and not the Root Object.
    Hence, I have a question? Does the locking can be done only for ROOT Objects?
    If this is TRUE then I think this is the major problem with my custom component where even the cross component navigation is also not happening and in many places I am receiving "Dereferencing NULL Value" information.
    Also I have gone through some of the Threads and one information that I found from Sumit Mittal
    1. An access object is an independent entity, has primary keys of its own.
    2. A root object is a special access object that is at the top of the hierarchy based on business rules.
    3. A dependent object's primary keys are supplied by access objects and it's lifetime is bound to them. If the parent object is destroyed, the dependent object is also destroyed.
    4. Search objects are query objects useful for querying root objects
    5. Search result objects - Search objects return the results in the form of a result object together with a relation pointing to the root object.
    6. View objects - ?
    7. Dynamic search objects - Used in advanced search, supports ranges and operators
    Could you please specify in which scenarios we have to go for Access Objects and Root Objects
    Thanks,
    Bujji

  • Unable to edit maintenance view in SM30

    hi everyone.
    need your help, I have one custom table, let's call it YTAB.  This table has several maintenance views created for it, depending on company code.  For YTAB, i have created a maintenance view YTABX. 
    When we moved YTABX to PRD, we cannot edit it in SM30.  The user ID has the right authorization.  The error message is "client 100 not modifiable".  When I try to edit the mother table YTAB in PRD, I am able to go in and do the changes.
    I have already compared the settings for YTABX with the other existing views, they are the same.  My settings for the view are:
    Access: Read, change, delete & insert
    Delivery Class: C
    In the table maintenance generator, i have a 2-step maintenance type, recording routine is Standard recording routine and compare flag is automatically adjustable. 
    Attributes for table YTAB also has delivery class C, table category is transparent table, table maintenance is allowed.
    Thank you in advance.

    Hello roch,
    the direction in which mark points is right but i think you should get some more information on the principles of table types and sap system landscape.
    Usually you should not be able to directly maintain any table. This is not only bad style but also a huge risk for the system consistency. That's why application data is always maintained via some kind of application which ensures that the data is vilidated before it is stored.
    Customizing data should only be maintained within a development system and then transported through the landscape. To maintain these table you can use generated views, customer developed maintenance views, view clusters which all include automatical link to the transport system. If you would maintain these tables directly in the productiion system it would have another configuration than the development and the quality/test system which makes them more or less useless as you can no longer make any serious test if the server configurations differ.
    To prohibit changes of customizing tables on production and test servers the admins lock the systems which results in the message you got. This setting is made in TCODE SCC4. Even if you have for any reason the authorization to use this transaction you should in no case change these settings without approval of basis / system owner. 
    Kind Regards
    Roman

  • Unable to edit WebDynpro source code after import from NWDI Track

    Hi !
    I am facing an odd issue when trying to modify the source code in a web dynpro that is in a Track.
    This is what happens:
    I create the project from Inactive DCs
    I double click in the component controller (for example) and try to enter a line of code
    A pop ups appears saying that in order to modify the file I have to check it out and to create an activity
    The window to create a new activity appears, and I create the new activity
    I am informed that the file to be edited will be included in the activity
    --- Until now everything is normal ---
    A try again to type something inside the source code.. and NOTHING happens, is as if my keyboard was broken.
    After trying 1000 things I found a workaround that is:
    Open the DTR perspective in NWDS, go to inactive -- <project>.. gen_wdp , ( and in gen_wdp right click, edit --> subfolder tree).
    After doing that I am able to edit the source code... this is very strange! I mean, I never had this problem before..
    somebody has a hint ?
    Best regards!
    Marco.

    hi,
    I am able to edit the code is one of the DCs in the same track and I am unable to do so in the other. The error that I see in a popup while trying to edit the code is :
    The operation can only be performed if the following objects are writable:The project is not in the repository, but there are some read-only files
    Component Controller com.aramco.sao.had.hmd.dcsa.newagrcomp.NewAgrComp
            Read-only: D:\Users\bohramx\Desktop\nwds-extsoa-7.3-SP02-PAT0001-win32\eclipse\workspace.jdi\1\DCs\aramco.com\it\ca\esales\web\newagrmnt\_comp\src\packages\com\aramco\sao\had\hmd\dcsa\newagrcomp\NewAgrComp.wdcontroller
    Please suggest how to checkout files for edit.
    Thanks!
    seventyros

  • Unable to edit parameter in cr viewer

    Hi All,
    I have a report having parameter.I selected show in viewer panel as Editable.
    When I run in cr viewer 2011 But I am unable to edit the parameter value.
    Please suggest

    The Standalone CR Viewer is Not meant to 'refresh' data - it cannot connect to the database to retrieve new records.
    It can only work on 'saved data'.
    This Viewer can only refresh reports that are hosted on the BO or CR Servers.
    If you don't have these products, you can only share a copy of the report 'with saved data' and the users can view it in the free viewer - not refresh.
    If you're trying to refresh data then you have the following choices other than the above:
    1) Build a custom CR Viewer using CR SDKs that can refresh and bring in updated data
    2) Browse the free/inexpensive 3rd-party viewers that can refresh data at:
    http://kenhamady.com/bookmarks.html
    -Abhilash

  • Unable to edit document using "Edit with Word" option

    Hi All,
    i am having an issue with Office web apps. i am using SharePoint 2013 and Office web apps 2013. all the configurations have been done successfully. but i have a different kind of issue.
    i am able to open documents in browser
    i am able to edit document using " edit with word/excel web" option
    but i am unable to edit document using "edit with word/excel" option
    i have Office 2010 installed on my local machine.
    do we need to have MS office of 2013 version? or is there anything missing from configuration part.
    Please help me.
    Thank You,
    Bhaskar.

    Hi,
    According to your post, my understanding is that you could not use the "edit with word/excel" option.
    I had tested the issue with the Office 2010, the option worked well.
    You don’t need to install the Office 2013 to use this option.
    What did you mean “but i am unable to edit document using "edit with word/excel" option
    Did you mean the option gray out? Did the issue occur in other browsers?
    You can use compatibility mode to check whether it works.
    Open IE->Tools->Compatibility View Settings
    You can also add the site into Trusted sites.
    Open the IE->Internet Options->Security->Sites->add the site into the Websites, then check whether it works.
    What's more, you can also use other browsers to check whether it works, such as Firefox, Chrome.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Unable to edit XLSM files in SharePoint using hyperlink?

    Hi All,
    Unable to edit .xlsm files using hyperlink, please guide me.
    Thanks
    Ramanjulu Naidu N

    Hi Ramanjulu,
    Did this happen to all users?
    Did the "Read Only/Edit" dialog pop up when you click the .xlsm Name link from SharePoint 2010?
    Could you see the yellow message bar with "Edit Workbook" button when you open the .xlsm file in your Excel Application?
    You can check if the following kb article could solve yellow message bar missing problem, set "Browser File Handling" as Permissive for your web application, or update the registry for client Office application.
    Also check if the add-on "SharePoint OpenDocuments Class" is enabled in your IE 32-bit browser.
    http://support.microsoft.com/kb/2661910
    Thanks
    We are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Unable to edit Hosts file in Win7 Home Prem 64bit.

    Clean install.  Administrator account.  Unable to edit the permissions of the hosts file. There is one in the drivers\etc file, which I cannot edit. There is supposed to be one in %systemroot% \SysWOW64\drivers\etc   but there is no etc folder in the drivers folder.
     Turned off DNS Server. gpedit.msc not found when calling it in "run".  This is the first time I've used 64bit anything, so a bit of a newb in that respect. 
    Any ideas?

    Hi,
    As you would know, some of the Windows 7 users can’t save the host file how they like it. The host file itself will simply vanish what the user had done with it.
    In my scenario, I was unable to fix this even after all the instructions provided in above posts. Hence, I have come up with my own idea and luckily it
    worked.<o:p></o:p>
    For those users who experience this problem, here are the instructions to fix it.
    First of all, you should have the administrative privileges to edit the host file. In normal case, if an admin user directly go to the host file in system 32 and add his preferences
    and then save it, it should keep the changes. However, in some wicked scenarios, it will not. I had done a detailed research on this through all the available online forums and even contacted Microsoft several times with no luck.
    So, here you go with a correct solution for this problem.
    Note: If you are not comfortable with Windows OS and don’t know what you are doing, this process can mess up things.
    Hence, do not attempt if you are not 100% sure you can make it.
    Login to an administrator account.
    In the run command (Windows key + R) type, “control folders” and hit enter.
    Click on the tab called view.
    Select the radio button for Show hidden files, folders and drivers –ON.
    Uncheck the ‘Hide extension for known file types-ON
    Click on Apply and then OK.
    Type “drivers” in run command and hit enter. It will take you to where the folder “drivers” located in System 32.
    From the “drivers” folder, double click the folder named “etc.”
    Now you can see the “host” file along with others.
    Now, in the search area in start menu, type “notepad.exe” and open the notepad.exe as administrator. (In order to do this, you can right click on the notepad.exe shown and select
    “Run as Administrator.” If UAC prompted, click YES/OK)
    Now, you will have a notepad open with administrative privileges.
    At the top left side of the notepad click on “file” and then select “Open.”
    A box will appear which will allow you select the file to open. Carefully, navigate to the location where the “host” file is located. To do that, select the drive where you
    installed Windows. If you have the Windows installed in C: select ‘Local Disk (C :)’ > Windows > System 32 > drivers > etc. At this point, you might not have another option to proceed or select from. The window would be empty. To proceed further,
    select the option “All files” from the drop down menu which is located above the “Open” and “Cancel” button. You can now see all the files located in etc folder.
    Select “hosts” from the menu and click on “Open.” Note: You can either click on open or double click on the file.
    Now, you will have the host file information open in the notepad which you had already initiated before with administrative privileges.
    Make whatever changes you as you wish. (Example: If you need to block a web site called
    www.block123.com you can type 127.0.0.1
    www.block123.com right under the local hosts.
    Make sure you do not change any other letters or characters which are already saved in host file.
    This will completely mess up your computer. For more information on the information about host file, refer the Microsoft web site:
    http://support.microsoft.com/kb/972034 . If you
    have accidently delete/edit anything from host file, please delete the complete information stored in host file and copy and paste the host file information from Microsoft which is appropriate for your Operating System.)
    Click on “file” again and select “Save as” and save it in etc. If the path is showing correct to etc folder, save it to etc. If it is navigated to somewhere else, follow the
    instructions provided above and select etc folder and then save it.
    Now, go back to the actual host file location which is in System32 > Drivers > etc (You would have it already open if you had followed the instructions just like the way
    I have provided)
    There you can see 2 host files. One which has already been there and the other one you just saved.
    Among the two, one is called “hosts” and the ‘type’ would be ‘file.’ This is the original host file. The other which you have just saved will be named as “hosts.txt” with the
    file type as ‘Text Document.’
    Right click on the original host file and select rename. You can even click on that file and press F2. This will enable the option to rename the file. Rename the original host
    file as “hostold” and hit enter.
    Now, select the second host file which we have saved as a text document and rename it as “hosts.” Make sure that you DELETE the .txt file extension in order to change the type
    “Text Document” to “File” and hit enter.
    Now, you have successfully saved the host file with your preferences.
    You can now delete the file which we renamed as “hostold.”
    We are done. You would need to do this process all over if you need to edit the host file again. I know it is difficult, however, it is our own requirement and we have to invest
    few minutes on this.
    Enjoy your computer with a great feeling that you have finally edited the host file as per your wish and take it from here. Wish you luck.
    Should you have any questions, please feel free to ask.

  • Unable to edit the site in sharepoint designer 2013

    Hi,
    I have created a custom list for one of my requirement, and I want to change the look and feel of the custom list view, so I was trying to edit this list in SharePoint Designer 2013, I'm able to open the list in SPD 2013, but unable to edit anything since
    I'm getting the "This page does not contain any regions that you have permission to edit." error.
    It will highly appreciated if anyone help in resolving the issue.
    Thanks in advance.
    Anil

    Anil,
    Below links will help you. Please use them.
    SharePoint
    Designer 2013 – How to modify List View web part filters and parameters
    Create
    a custom list view using SharePoint Designer
    Share point list view custmization
    in sharepoint 2013
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Unable to edit documents in Sharepoint 2013

    Hi,
    unable to edit documents in SP2013.while editing getting the following error.Please guide me on this.
    Thanks In advance

    Hi,
    According to your post, my understanding is that only
    one user could not edit documents in SP2013 with OWA.
    You can use compatibility mode to check whether it works.
    Open IE->Tools->Compatibility View Settings
    You can also add the site into Trusted sites.
    Open the
    IE->Internet Options->Security->Sites->add the site into the Websites, then check whether it works.
    What's more, you can also use other browsers to check whether it works, such as Firefox, Chrome, Internet Explorer 10.
    Check whether the user has permission to the documents.
    Here is a link you can use as a reference:
    http://blogs.architectingconnectedsystems.com/blogs/cjg/archive/2012/07/26/Getting-Office-Web-Apps-2013-and-SharePoint-2013-Working-_2D00_-fixing_3A00_-Sorry_2C00_-you-don_2700_t-have-a-license-to-edit-documents-with-Word-Web-App.-Please-get-in-touch-with-your-helpdesk_2E00_.aspx
    If the issue still exists, please feel free to let me know.
    Best Regards,
    Lisa Chen

  • In my template, the code is grayed out and I am unable to edit it. How do I unlock the code?

    I have a website based on a template. (Dreamweaver CS6). Just recently, the "code view" in the template is grayed out, and I am unable to edit it. I can edit the template in design view. I would appreciate suggestions of how the code got grayed out- or locked up. Thanks in advance.

    Thanks everybody- I found a thread on a forum which solved my problem. In Dreamweaver: Commands → Clean Up HTML → (make sure non-Dreamweaver Comments" is checked. This clean up made the template then editable.
    Thanks everyone.

  • Unable to edit users in UPA SharePoint 2013.

    Hi,
    I have created UPA service application just now, I am able to see 30 users in the site. Am able to search for the users but am unable to edit the users from the search result. Am not getting popup to edit profile after right clicking. I have provided permissions
    to below accounts On UPA Databases. I have added the users under permissions option, administrators option in ribbon and provided full rights.
    AppPool account user
    farm admin
    my admin account
    Anyone have idea on what kind specific permissions I need to provide to get edit profile option.
    Thanks,
    Prashanth J

    Is IE running in compatibility mode, and if you're accessing CA from the SharePoint server, did you run it "As Administrator"?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Add WebDynpro views to existing J2EE app

    I am having a hard time understanding how i can add webdynpro views to my existing war file.  I use Spring, and not EJB's. 
    I would prefer to have the deployment coupled such that the WebDynpro is within the same classloader as my existing servlets(struts, velocity).  I need this because the application uses Toplink for it's O-R, and I would like to share the cache between the Dynpro views, and my struts views.
    How would I set up such a project within developer studio?
    thanks,
    Craig

    Ok, my previous email has skipped too many steps, as I am unable to get things wired as I would have hoped.
    Here is the problem in more detail.  I have a jar file pago.jar.  It has all the domain modeling.  We have use AspectJ in creating our domain model (pago.jar) so I understand that I cannot compile that within the SAP DevStudio.  I continue to build that within eclipse.
    I have a web-application which contains jsp's, velocity files, etc which reference the pago.jar.
    I would like to add Dynpro components to access the pago.jar.  Ideally I need pago.jar to be loaded within the same classloader as the existing web-application which can be deployed on the SAP j2ee server.  However, I am quite happy just getting a WebDynpro hitting my domain model as a first step.
    I thought I could create a DC for the pago.jar.  But then i quickly get stuck.  How do i create a DC which simply wraps this pago.jar?  Which type of DC do I create?  How do I add the pago.jar to it? 
    Then with this DC, do I just add a reference to it from my Dynpro DC?
    Thanks alot in advance!
    craig

  • Unable to edit song info, any help?

    for some reason, i am unable to edit song info in itunes 10.6.3, MAC OS X 10.7.4
    did just set up an apple tv unit. related?

    See this -> Windows XP: To set, view, change, or remove file and folder permissions

  • Unable to edit JCo settings

    Hello,
    I am unable to edit the Jco settings in any of the JCo destinations created in my portal system.
    When i click on "Preview" or "Edit" option of the JCo destination, it throughs the following error msg.
    Ping and Test are working fine.
      SAP_R3_HumanResources_MetaData  Create Preview  Edit  Test  Ping  Remove
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.checkStatus(SystemLandscapeFactory.java:991)
        at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.checkStatus(WDSystemLandscape.java:469)
        at com.sap.tc.webdynpro.tools.sld.NameDefinition.updateJCODestinations(NameDefinition.java:286)
        at com.sap.tc.webdynpro.tools.sld.NameDefinition.updateNavigation(NameDefinition.java:251)
        at com.sap.tc.webdynpro.tools.sld.NameDefinition.wdDoInit(NameDefinition.java:158)
        ... 46 more
    Please Help in resolving this issue.
    Thanks
    Sachin

    Hello Ervin,
    Wanted to let folks know that your solution helped me as well.  We are running NetWeaver 7.4 SPS07 and just moved our Portal database from MS SQL Server 2008 to a new database server running MS SQL Server 2012.  After the move, none of our ESS applications worked and we were seeing JCo connection errors.  I manually added our JCo Destinations in the local SLD, which did not solve anything.  Afterward, here is an excerpt of the ESS errors we saw:
    START LOG EXCERPT
    500 Internal Server Error is returned for HTTP request [https://xxx.xxx.xxx:443/webdynpro/resources/sap.com/pb/PageBuilder]:
      component [dispatcher],
      web module [webdynpro/resources/sap.com/pcui_gp~xssutils],
      application [sap.com/pcui_gp~xssutils],
      DC name [sap.com/pcui_gp~xssutils],
      CSN component[CA-GTF-TS-XSS],
      problem categorization [],
      internal categorization [-703535097].
    [EXCEPTION]
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exception was thrown in preprocessing phase of application session XHU_vYZG8FTESKBSpQzBcw--a_qt4QYawfCsNOwEopIVgw--/pcd:portal_content/CustomContent/com.nku.folder.roles/com.nku.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_benefits_payment/com.sap.pct.erp.ess.area_benefits_payment/sap.com/pcui_gp~xssutils/XssMenuArea/base/. The causing exception is nested. RID=a7c267f44f0f11e4a81800000038253e ...
    Caused by: com.sap.tc.webdynpro.services.exceptions.ApplicationFaultException: wdDoInit: exception thrown in this user coding area...
    Caused by: com.sap.tc.webdynpro.progmodel.context.DictionaryException: TypeBroker failed to access SLD: Error while obtaining JCO connection...
    Caused by: com.sap.dictionary.runtime.DdException: TypeBroker failed to access SLD: Error while obtaining JCO connection....
    Caused by: com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscapeException: Error while obtaining JCO connection....
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve connection parameter for 'SAP_R3_SelfServiceGenerics_MetaData'...
    Caused by: java.lang.NullPointerException: while trying to invoke the method java.lang.String.equals(java.lang.Object) of a null object loaded from field com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.userDefinition of an object loaded from local variable 'this'
    at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter4MsgServerJCODestination(JCOClientConnection.java:532)...
    END LOG EXCERPT
    After that, I could not access Web Dynpro Content Administration (/webdynpro/welcome/) > Create JCo Destination or Maintain JCo Destinations. I received the error:
    START LOG EXCERPT
    500 Internal Server Error is returned for HTTP request [https://xxx.xxx.xxx:443/webdynpro/resources/sap.com/tc~wd~tools~admin/Explorer]:
      component [dispatcher],
      web module [webdynpro/resources/sap.com/tc~wd~tools~admin],
      application [sap.com/tc~wd~tools~admin],
      DC name [sap.com/tc~wd~tools~admin],
      CSN component[BC-WD-JAV],
      problem categorization [],
      internal categorization [713773210].
    [EXCEPTION]
    java.lang.NullPointerException: while trying to invoke the method java.lang.String.equals(java.lang.Object) of a null object returned from com.sap.lcr.api.sapmodel.SAP_JCODestination.getUserHandling()
    END LOG EXCERPT
    After reading your reply I decided to log on to the local SLD and delete all of the JCo Destinations that I had created in the SLD.  I was then able to successfully get to Web Dynpro Content Administration > Maintain JCo Destinations.  I then manually created all of the JCo Destinations in Web Dynpro Content Administration and our ESS problems were resolved.
    Thanks for your help!
    Jill

Maybe you are looking for