Error while Masthead changes in NWDS7.3

Hi All,
I am trying to modify the Std Masthead of Portal 7.3.
When I imported the WAR file in NWDS I am getting the following errors.
1. componentRequest Cannot be resolved.
    I have already added prtcore.jar, but still getting this error.
2. Constants cannot be resolved.
    com.sap.portal.navigation.afp.collections.Constants cannot be resolved.
    I am not able to find which JAR file is required for this.
Please let me know if any JAR files are needed or any other solution.
Regards,
Sumangala

Hi Deepak,
I am facing some other build time errors along with componentRequest.
Can not find the tag library descriptor for "prt:taglib:tlframework"
Can not find the tag library descriptor for "prt:taglib:tlhtmlb"
componentRequest cannot be resolved
ILocalesListService cannot be resolved
ILocalesListService cannot be resolved to a type
noBtn cannot be resolved
Syntax error on token "}", delete this token
Syntax error, insert "}" to complete Statement
The import com.sap.portal.core cannot be resolved
The method enableCloseAll() is undefined for the type NavigationEventsHelperService
The method getDynamic(String, null) is undefined for the type IUMParameters
The method getDynamic(String, String) is undefined for the type IUMParameters
yesBtn cannot be resolved
Let me know if were able to resolved all the errors.
Regards,
Sumangala

Similar Messages

  • Error while creating/changing/desplay cost element

    Gents
    Need urgent help. I am getting a below error while creating/changing/Displaying the cost element.
    Table CI_CSKB is not an active table
    Message no. AD 228
    Kindly help me to get the resolve this issue.
    Thanks and Regards
    Vinay Thakre

    hi
    In Cost Elements (Data is Dependent on Controlling Area), please go to extras and check your controlling area while creating the cost element, and make sure if u r creating Primary CE, it has been created as a G/L account and also make sure you use correct CE Category.
    Thanks
    plz award points if helpful.

  • Error while create/change configuration an application

    Hi,
    while doing the configuration application.
    when i am trying to create/change configuration an application.
    i am getting following error.
    Error:
    Service cannot be reached
    What has happened?
    URL http://os1gvzg.gemsconsult.com:8000/sap/bc/webdynpro/sap/configure_application call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system RT1 with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:os1gvzg_RT1_00-v:0-s:403-r:Forbidden
    HTTP 403 - Forbidden
    Your SAP Internet Communication Framework Team
    can anybody help me out.
    thanks in advance,
    Kiran.

    Hi,
    please check [documentation|http://help.sap.com/saphelp_nw2004s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm]
    grtz,
    Koen

  • Error while approving change PO

    Hi Folks
    While I try to approve a change PO, I get an error message 'no authorization to check purchase order'. This happens when I click on approve, reject, back to purchaser and check buttons.  Note 1001990 is already in place in the system.
    Any thoughts on this?
    Thanks
    Rajeev

    Hi
    <u><b>Please read this carefully -></b></u>
    <b>Prerequisites before applying SAP OSS Note 1001990-></b>
    Note 1001990 - Missing authorization check in SRM purchase order
    <u>The following OSS Notes needs to be applied ->
    709887 3.5-5.0: Repeat document output
    733915 After 'hold' purchase order: Document still locked
    861953 Error message not displayed when checking purchase order
    1000413 Inconsistent error messages in PO Change Version</u>
    <i>Other related link -></i>
    This problem might be caused by a program error. Ensure that the authorization object - M_BBP_PO is attached to the user profile. Take help of BASIS Team.
    Hope this will help.
    Do let me know.
    Regards
    - Atul

  • Update terminated error while doing changes in sales order

    Hi
    We had found below error message while trying to save a sales order
    RV_sales_document_update
    Report-LV45UF0V
    Row 265
    Error details-SAPSQL_ARRAY_INSERT_DUPREC-671
    This had happened for 2 sales orders alone..
    "SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB"
    "SAPLV45U" or "LV45UF0V"
    "VBEP_BEARBEITEN"
    We are not using any user exit for VBEP...
    Can u please tell us how to overcome this error
    Regards
    Sudha

    How was it solved ? I have the same Issue.
    << Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. And consider opening your own thread on this >>
    Thanks
    Abhinav
    Edited by: Rob Burbank on Jan 12, 2011 4:08 PM

  • Error while saving changes of declarative component to MDS

    Hi,
    Using ADF Faces 11gR1PS1.
    I am trying to create a declarative component where user can close a panel box (not just minimize) by setting rendered property to false. It works fine.
    Next I tried to save the attribute change to MDS so that user settings are preserved across sessions. However I got the following error:
    <FilteredPersistenceChangeManager><_getQualifiedTagName> WebAppDesignContext is not available at application scope. Please ensure that your application is built as a 'Fusion Web Application (ADF)', and that taglib.jar and facesconfigmodel.jar are in class path.
    <FilteredPersistenceChangeManager><_isChangeAllowedThroughPersistentChangeManager> Could not obtain tag name for the component being changed. Component ref: RichPanelBox[UIXFacesBeanImpl, id=dc_pb2]
    <FilteredPersistenceChangeManager><_addDocumentChangeImpl> The DocumentChange is not configured to be allowed for the component: RichPanelBox[UIXFacesBeanImpl, id=dc_pb2]Following is the page code:
              <af:panelBox text="#{attrs.p2Header}" id="dc_pb2"
                           rendered="#{attrs.p2Header ne null and dashboardXBean.portletRendered.dc_pb2}"
                           showDisclosure="false">
                <af:componentDragSource discriminant="portlet"/>
                <f:facet name="toolbar">
                  <af:commandImageLink id="p_cil2"
                                       icon="/images/removeselected_dwn.png"
                                       hoverIcon="/images/removeselected_ovr.png"
                                       depressedIcon="/images/removeselected_ena.png"
                                       actionListener="#{dashboardXBean.handleHideEvent}"
                                       rendered="#{attrs.sideNavRendered}">
                    <f:attribute name="portletId" value="dc_pb2"/>
                  </af:commandImageLink>
                </f:facet>
                <af:facetRef facetName="p2"/>
              </af:panelBox>Following is the code in the managed bean to persist changes:
        private void saveShowHideChange(String portletId, boolean isRendered) {
            FacesContext fc = FacesContext.getCurrentInstance();
            ChangeManager cm = RequestContext.getCurrentInstance().getChangeManager();
            //ChangeManager pcm = AdfFacesContext.getCurrentInstance().getPersistentChangeManager();
            UIComponent puc = boundedDashboard.findComponent(portletId);
            ComponentChange pcc = new AttributeComponentChange("rendered", Boolean.toString(isRendered));
            cm.addComponentChange(fc, puc, pcc);
        }I am not really sure if the above code needs to be in the component managed bean or in the bean of the page that uses this declarative component.
    Any pointers are appreciated.
    Thanks,
    Husain

    Thanks for the reply Frank.
    For declarative components do we have separate renderer?
    The [Developers Guide|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/ad_persist.htm#BABBGCJA] didnt seem very helpful on this topic.
    Can you point me to some reference material if available.
    Thanks,
    Husain

  • Error while Transporting changes in Process chain

    Hi All,
    I have added a Hierarchy InfoPackage in Process chain and added this InfoObject in Save hierarchy and Attribute change Run Process types.
    My transport Request is showing only three entries each for
    save hierarchy , attribute change run and one for Process Chain.
    Now when I transport this changes to Process chain to Acceptance its showing Error message in Acceptance as
    Results of check for process LOADING ZPAK_4AY55YMC1H454OQWJUBNJCYE9 in chain ZMDH_HTS:   
    Process variant LOADING ZPAK_4AY55YMC1H454OQWJUBNJCYE9 does not exist in version A       
    Results of check for process LOADING ZPAK_4AY55YMC1H454OQWJUBNJCYE9 in chain ZMDH_HTS:   
    InfoPackage   no longer exists in object version A in table RSLDPIO                      
    Results of check for process LOADING ZPAK_4AY55YMC1H454OQWJUBNJCYE9 in chain ZMDH_HTS:   
    Variant 'ZPAK_4AY55YMC1H454OQWJUBNJCYE9' of process type 'LOADING' not found in A version
      Errors occurred during post-handling RS_AFTER_IMPORT for RSPC L  
    The errors affect the following components:                      
       BW-WHM (Warehouse Management)    
    My question is , Why the Transport request is not transporting  the InfoPackage.
    Is there any solution for this?????
    Thanks in Advance
    Best Regards
    Pratap Sone

    Hi Pratap,
           The infopackage has not yet been assigned to a package in all probabilty. Change the package and then transport the IP and then transpost the process chain request.
    Regards.
    Edited by: Ansel D'Souza on Sep 8, 2008 7:31 AM

  • Error while creating change request via solman support desk message

    I have configured CHARM and my change req. is working for urgent correction, I have tested the entire workflow.
    however when i try to create a new change req. via support desk message --> create a change request open
    I get following error
    An action was terminated due to an exceptional situation.
    Message no. SOCM_ACTION_LOG 090
    Diagnosis
    An exception has been triggered in PPF action processing.
    System Response
    Action processing has been terminated. The status of the transaction is still incorrect.
    Procedure
    You cannot execute the action until the cause of the error has been removed.
    The error messages will be kept until the transaction is next checked for subsequent analysis.
    Procedure for System Administration
    If necessary, analyze other messages in the application log for the incorrect transaction. To analyze the termination, you can activate the breakpoints in the checkpoint group socm_exception.
    Additional Information:
    Exception CX_SOCM_PRECONDITION_VIOLATED occurred (program:
    CL_HF_HELPER==================CP, include:
    CL_HF_HELPER==================CM00A, line: 29).
    pls help

    Hi Yunus,
    Your probably have changed the transaction type SLFN to a the customer namespace Z or Y. If this is the case you MUST also "Define Mapping Rules for Copy Control".
    Goto SPRO -> SAP Solution Manager -> Scenario-Specific Settings -> Change Management -> Change Request Management -> Extended Configuration -> Change Transaction -> Change Transaction Types -> Copy Control for Change Request Management ->  Define Mapping Rules for Copy Control.
    Once at this point in the IMG make a copy of SLFN -> ZLFN. This will resolve your problem.
    Kind regards,
    Latief

  • Error while doing change in the PO

    Hi Gurus,
    When we are doing any change in the po after release of the Po at that time we get below error "Release outside filed of responsibility".
    Please provide me the solution for the same.
    Regards,
    Anant

    Hi
    Got the error message "Release outside field of responsibility," it means you tried to approve a line item you are not authorized to approve.
    \kindly checlk the authorisation for the same
    Regards
    Damu

  • Error while approving change document(TR lost project code)

    Hi All,
    I am having issue in change document approval, when we are approving change document for unit testing or if release management approving change for pre-production or production approval, we are getting error, I started coming from last two days only,\
    when I did detail analysis,  in all transports project code related to change document, disappear
    although if I create new change document, project code appear,
    Do we have  way to solve this issue?, I even not able to decouple the transport from change document, it giving error, do we have way where we can resync change document and transport?
    Dinesh

    Hi All,
    Do anyone have some solution for this issue?, it  is bigger than I thought, I can check it impacted all systems, and all transports,  all transports seems to issue they lost project code in it we rollover maintenance cycle last week and this problem started from their, we put charm master note and few other charm fixes(notes) last week,
    this problem not coming any new change document, but all change document created before rollover impacted
    Dinesh

  • Error while saving changes in RSPC Error Stack.

    Hi gurus,
        I am able to make changes in the error stack in the transaction RSPC, However, when trying to save those changes, I get an error stating that the request "DTPR_* " doesn't exist. and the message is RSAODS005.
    I tried searching in SDN as well in SAP notes, but in vain. Does anybody have any idea how to solve this error.
    Regards,
    Sree.

    Hi Sree,
    delete Error DTP in process Chain, do modifications for Error DTP in RSA1 and add that again in process Chain and activate Process Chain.
    Regards
    Daya Sagar

  • Cannot extend package Error while saving changes in Query

    Dear Gurus
    When i am trying to save changes made in the query i get an error message Cannot extend package YBW. kindly help me in resolving this as the changes are required in multiple queries.

    thanks for your relpy Jaya..i checked the properties...the check box package not extendable check box is unchecked and the main package checkbox is also unchecked.
    i check the below post...not exactly related to my issue
    creation of package(Package can not be extended)
    Edited by: SAP Learner license on Mar 30, 2011 9:16 AM

  • Error while vendor change in case of PO ref. to contract

    Hi,
    I have created one contarct and I am creating PO ref. to that contract but i want that the vendor field should be display  user cannot chnage the vendor if we are creating PO ref. to contract.
    How to set the error indicator for this.
    regards,
    zafar

    Hi,
    When you try to change the vendor defaulted from Contract in PO, system gives Error Message as "Contract vendor & differs from vendor &"
    If this message is not coming then go to SPRO > MM > Purchasing > Environment Data > Define Attributes of System Messages > System Messages and maintain the message 06    047 as error message and then try.

  • How to resolve this error while doing changes in a table

    Hi,
    For a table, we are accessing the column values in the table through controller with the help of view object. We are also using the function 'setAttribute()' to assign back the formatted value for each and every row.
    But once the page is loaded and if the code gets executed from the method 'processRequest()', I am able to see an error message in the top of the page as "The search cannot be executed because the table has pending changes that would be lost."
    How to get rid of this error ? Please help me in this regard. Its urgent .
    Thank You,
    Thiyagarajan

    Hi,
    The VO associated to the Table Region on you page is dirty (means that there are some changes done in the VO which has not been commited to the database).
    Pending Changes
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Error while creating BOM

    Hi
    iam facing error while creating, changing and display BOM.
    Error: Status MHCO of the user interface SAPLCSDI missing.
    rgads

    Dear,
    MHCO - BOM item screen GUI status..Are you using any Alternative item?
    Have you applied any new patch in the system?
    Contact ABAPer, can give more details
    In SAP service place serach for this interface program,,,you will get many notes on this.

Maybe you are looking for

  • How to show the graphs from 16channels or more at one time

    Hi. I am using labview with pci-6031e board. Is there a efficient way to show the graph from 16 channels which acquire the temperature with thermocouple, or to show just one specific graph that I want. I followed these steps. 1.in examples from the l

  • Video-shoutbox with iMac, QT? an a DV-Cam

    I want to make a Video-Shoutbox on a Party. My idea: An iMac with a Kiosk-Software. Maybe QT-Pro can make the clips. And a DV-Cam the Videos. What i need is a possibility to push one Button, and you can 30 seconds record on the mac. After the 30 seco

  • CMX/MSE location service with 2 seperated AP groups, hence 2 group of SSIDs?

    Hi We design to broadcast for 8 SSISs. Due to limitation, we should not broadcast more than 4-5 SSIDs per AP due to too much beacon is harmful. Then I design to resolve the ielssue by separate AP inti TWO AP groups. Group A for SSID 1-4, and B for 5-

  • My audio for songs all sound like chipmunks...

    I actually know what I did wrong...I just can't get it back. All audio on my computer is sped up. I uninstalled Microsoft Plus! Digital Media Edition, and did not know this would happen. I tried Restoring my computer to earlier dates but it will not

  • Determine which value of string is greater

    Hi everybody, I have a fairly complex problem which i hope you can help me with.. The solution is not probably not very hard (i assume), just hard to explain it but I'll give it a try. I'm working with arrays. These arrays are "declared" as strings,