"Runtime Error ITAB_DUPLICATE_KEY"

Object Navigator->Repository Browser
Package: SBOOKSHOP
BSP library->BSP Applications
When i try to open Bsp application called "tutorial_3", the system returns a short-dump message "Runtime Error ITAB_DUPLICATE_KEY"
Message detail:
"What happened?            
Error in ABAP application program.The current ABAP program "SAPLSDCL" had to be terminated because one of the statements could not be executed.                                              
Error analysis:      
You wanted to add an entry to table "\FUNCTION=SDOK_LOIOS_PHIOS_GET\DATA=PART_PHIOHEADS", which you declared with a UNIQUE KEY. However, there was already an entry with the same key."
I wonder if anyone has faced the same issue and what was the solution.
Thanks in advanced for your time.
Best Regards

Information on where terminated:
The termination occurred in the ABAP program "SAPLSDCL"
in "SDOK_LOIOS_PHIOS_GET".
The main programwas "SAPMSEU0 ".
The termination occurred in line 455 of the source code of the (Include)program "LSDCLU44" of the source code of program "LSDCLU44" (when calling the editor 4550). 
I'm not able to post an OSS message.
I wonder if anyone from SAP could check this error
Best Regards
José Antã

Similar Messages

  • Short Dump when loading data (Runtime Error ITAB_DUPLICATE_KEY) Urgent Pls

    Dear Guru
    We are loading data into (2 ODS and ! Cube) from one Infopkg.
    When i do delta update it throws following error
    (for one ODS it is green) and for another ODS and CUBE it is red.
    Runtime Error          ITAB_DUPLICATE_KEY                                                                               
    What happened?                                                                               
    Error in ABAP application program.                                                                               
    The current ABAP program "GP229LMXTFYDS5X6UC3ND03NIV2" had to be terminated 
    because one of the                                                         
    statements could not be executed.
    Please suggest me some solution, i am with client..its a serious issue now.
    Hope you understand
    Thanks in Adv
    Dev

    hi,
    hope if you retrigger the load it would be successful.
    force the request status to red and delete from the all target and retrigger the load.
    else chk if in the detail tab u could find the data upto PSa. if so delete the red request alone and pull the records to tohose records from PSA.
    Ramesh

  • Internal session terminated with a runtime error(ITAB_DUPLICATE_KEY)

    Hi All,
    Process Chain is failing While loading data from ODS to Cube iam getting error in DTP level internal session terminated with a runtime error(ITAB_DUPLICATE_KEY).Here my source is CRM.
    Can you please suggest me for this issue.
    Thanks,
    Mahes.

    hi Maheesh,
    Runtime Error ITAB_DUPLICATE _KEY is resulted because of Duplicate Transfer Structures from different Logical Systems.
    You can find the corresponding entries in the table RSISOSMAP ..On executing,we have the option to give the InfoSource name(ISOURCE) for wich the data load got failed with Runtime Error ITAB_DUPLICATE_KEY..
    You can coreect this error by running the Program RSAR_RSISOSMAP_REPAIR in repair mode , the program first checks the RSISOSMAP table and corrects any incorrect entries found. A log is then written for the mappings that were corrected.
    This will solve your problem.
    Please refer to link mention in above thread for more detail i have just summarize the things :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a04c82eb-ec7c-2c10-7fae-ca6e764c483a?QuickLink=index&overridelayout=true
    Thanks,
    Deepak

  • ABAP Runtime Error "ITAB_DUPLICATE_KEY"

    Hi all,
    I am getting Abap runtime dump "ITAB_DUPLICATE_KEY" There is already a line with the same key.
    details are..........
    Program............. "SAPLRMPU "
    Error analysis
    You wanted to add an entry to table "\PROG=RMPU_SEL_SCREEN\DATA=REP_SR-PKHDIX",
    which you declared with a UNIQUE KEY. However, there was already an entry with thesame key.
    This may have been in an INSERT or MOVE statement, or within a
    SELECT ... INTO statement.
    In particular, you cannot insert more than one initial line into a
    table with a unique key using the INSERT INITIAL LINE... statement.
    What might be the Cause of Error?
    How to correct this Error?
    It is an Standard SAP program if u have any OSS notes Regarding this please mention.

    Hi,
    The problem is it is trying to insert a record to the internal table which is already there for the defined key..
    From help
    ITAB_DUPLICATE_KEY: You inserted a set of lines, more than oneof which had the same key (target table defined with UNIQUE).
    Thanks
    Naren

  • Runtime Errors         ITAB_DUPLICATE_KEY ABAP Program           CL_BSP_WD_REPOSITORY==========CP

    We are doing the CRM Upgrade from EHp1 to EHp3
    after running the TC: WCF_CC as post upgrade activity
    Enhancement Set      ZXXX  and UI Component BP_ADDR  i got a short dump while trying to open the views in the component workbench as following
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_BSP_WD_REPOSITORY==========CP" had to be
         terminated because it has    come across a statement that unfortunately cannot be executed.
    Error analysis
        An attempt was made to insert an entry into table
         "\CLASS=CL_BSP_WD_REPOSITORY\METHOD=CREATE_INSTANCE_FROM_XML\DATA=LT_VIEWS".
         Updating
        unique table key "PRIMARY_KEY" resulted in a duplicate entry however. The key
         in
        question could be either the primary key or a secondary key.
        The key components of the duplicate entry have the values "{BP_A;X}" " " " "
        With primary keys, termination can occur during block insert
        operations. The can affect numerious statements, for example
        (1) MOVE
        (2) INSERT/APPEND ... LINES OF ... INTO/TO
        (3) SELECT ... INTO/APPENDING ...
        With secondary keys, termination can also occur due to a single record
        insert operation. In particular, the following modifying statements can
        cause the system to terminate due to duplicate key values as soon as
        the key is used again (delayed update):
     Please advice me how to solve it

    Hello Madhuri,
    Can you please deactivate your enhancement via setting user parameter WCF_IGNORE_ENHANCEMT =A using transaction code SU3? Then retest the issue? If it's works, then the error is happening due to your enhancement.
    If the error persist please check if note 1941320 can be applied in your system.
    thanks
    Willie

  • Runtime Error 'ITAB_DUPLICATE_KEY' while deleting PDS

    Hi All,
    The functional user is trying to delete the PDS with the tx '/N//SAPAPO/CULL_RTO_DEL'
    PDS = PPDS
    PLN VERSIONS = 'DELETE ACROSS ALL MODULES'
    MASTER DATA TYPE = iPPE
    WE ARE ON =  SCM 5.0 SR2 SPS13 + ORACLE 10g + AIX 5.3 [with ALL LATEST KERNAL PATCHES, SP, etc]
    Error analysis
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        An entry was to be entered into the table
         "\CLASS=/SAPAPO/CL_CULL_DELETE_RTO\DATA=GS_DELRTO_BUFFER_PPE-OLDEST_ORDERS"
         (which should have
        had a unique table key (UNIQUE KEY)).
        However, there already existed a line with an identical key.
        The insert-operation could have ocurred as a result of an INSERT- or
        MOVE command, or in conjunction with a SELECT ... INTO.
        The statement "INSERT INITIAL LINE ..." cannot be used to insert several
         initial lines into a table with a unique key.
    Information on where terminated
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Termination occurred in the ABAP program "/SAPAPO/CL_CULL_DELETE_RTO====CP" -
         in METHOD "INSERT_SATID_ORDERS".
        The main program was "/SAPAPO/CULL_DELETE_RTO ".
        In the source code you have the termination point in line 40
        of the (Include) program "/SAPAPO/CURTO_SERVICEI16".
    I have implemented a note - 1360600 for PDS DEL Memory related issues.
    I have checked the SAP notes and could not got the fix.
    Please help and suggest a fix soon.
    Regards,
    Shyamsundar G C
    Cell Ph #: +91 96233-08388

    Hi Senthil,
    Thanks for the reply, i checked the notes.
    For the note 494717, the affected release software component and our existing release does not match [ PI 2001_2_46C and 2006_1_700].
    For the note 1358336, the affected release software component 'SAP_APPL Logistics and Accounting' is for ECC system and not SCM system.
    We have implemented the Note 1360600, which is related to PDS [its memory issue related to PDS generate]
    And i guess the PDS deletion issue started after the note 1360600 implementation.
    Regards,
    Shyamsundar G C

  • Runtime Error during Creation of Asset (AS01)

    Hello Everyone !
    I have been trying to CREATE ASSET for a long time but  unfortunatly land up on ..... RUNTIME ERROR. I used all the possible ways to get it solved but i am stuck. Error analysis says The ASSERT Condition was violated.
    Hope you guys would help me out and push my knowledge further. Answers would be highly appreciated.
    Srinivas.

    Hi Srinivas,
    I found more information about your issue. These are notes that have been given by SAP in regards to the "ASSERTION_FAILED" runtime error in AS01 or also AS91.
    931764    Runtime error ASSERTION_FAILED
    989402    Expand/Collapse All events in planning hang t
    951191    AA 908, AA 698, AA 475, incorrect ANLC values
    932560    ITAB_DUPLICATE_KEY runtime error
    971300    AA610 for fixed asset creation, change or recalculation
    988238 FAQ New depreciation calculation
    949802 AS91: Dump ASSERTION_FAILED in CF_FAA_CFG_TRANSACTION
    Please be aware of note 988238 which is a composite note with many erros in FI-AA when in ECC 6.0  It advices to:
    "Implement the following notes or import at least Support Package 6 for the components EA-APPL and SAP_APPL (available as of October 2006)."
    Check also note  949802.
    I hope this helps.
    Best Regards,
    Vanessa.

  • St22- error- ITAB_DUPLICATE_KEY  for prog - SBIE0001

    Hi All,
    could any one help me to resolve this below issue.
    In sm37 m getting a one job canceled due to ITAB_DUPLICATE_KEY  on production system. and it triggering to the below piece of code
    IF orgunits-plvar = last_plvar.
             MOVE-CORRESPONDING orgunits TO in_objects.
             APPEND in_objects.
           ENDIF.
           IF ( orgunits-plvar <> last_plvar ) OR ( sy-tabix = n_of_lines ).
             REFRESH main_co.
             CALL FUNCTION 'RH_GET_COSTCENTER_OF_OBJECT'
                EXPORTING
                    plvar              = last_plvar
                    begda              = p_begda
                    endda              = p_endda
    *            svect             = '1'
    *            active            = ' '
    *            dist               = ' '
                    object_only        = only_direct
                    buffered_access    = 'X'
                    read_it0001        = 'X'
                    i0027_flag         = ' '
                    ombuffer_mode      = ' '
                TABLES
                    in_objects         = in_objects
                    main_costcenters   = main_co
                EXCEPTIONS
                    OTHERS             = 0.
        ERROR>>>>>>>     INSERT LINES OF main_co INTO TABLE main_costcenters.    <<<<<<<<< ERROR
    How to resove this is there any sap note for this ?
    Regards,
    Sunil

    Job log overview for job:    BIREQU_DHKDP5CSETG1AHB7JXOB7CD2S / 00050100
    Date       Time     Message text                                                                  Message class Message no. Message type
    05.05.2014 00:05:04 Job started                                                                        00           516          S
    05.05.2014 00:05:04 Step 001 started (program SBIE0001, variant &0000000308035, user ID BWREMOTE)      00           550          S
    05.05.2014 00:05:04 Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)           R3           413          S
    05.05.2014 00:05:04 DATASOURCE = 0ORGUNIT_ATTR                                                         R3           299          S
    05.05.2014 00:05:04 RLOGSYS    = BIPCLNT900                                                            R3           299          S
    05.05.2014 00:05:04 REQUNR     = REQU_DHKDP5CSETG1AHB7JXOB7CD2S                                        R3           299          S
    05.05.2014 00:05:04 UPDMODE    = F                                                                     R3           299          S
    05.05.2014 00:05:04 LANGUAGES  = *                                                                     R3           299          S
    05.05.2014 00:05:04 *************************************************************************          R8           048          S
    05.05.2014 00:05:04 *          Current Values for Selected Profile Parameters               *          R8           049          S
    05.05.2014 00:05:04 *************************************************************************          R8           048          S
    05.05.2014 00:05:04 * abap/heap_area_nondia......... 0                                       *         R8           050          S
    05.05.2014 00:05:04 * abap/heap_area_total.......... 34358689792                             *         R8           050          S
    05.05.2014 00:05:04 * abap/heaplimit................ 40000000                                *         R8           050          S
    05.05.2014 00:05:04 * zcsa/installed_languages...... DE                                      *         R8           050          S
    05.05.2014 00:05:04 * zcsa/system_language.......... E                                       *         R8           050          S
    05.05.2014 00:05:04 * ztta/max_memreq_MB............ 2047                                    *         R8           050          S
    05.05.2014 00:05:04 * ztta/roll_area................ 6500000                                 *         R8           050          S
    05.05.2014 00:05:04 * ztta/roll_extension........... 2000000000                              *         R8           050          S
    05.05.2014 00:05:04 *************************************************************************          R8           048          S
    05.05.2014 00:05:10 Internal session terminated with a runtime error (see ST22)                        00           671          A
    05.05.2014 00:05:10 Job cancelled                                                                      00           518          A

  • Runtime error in starting Lightroom

    I receive the following message when I try to start Lightroom:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program:...Files\Adobe\Adobe Photoshop Lightroom 1.2\lightroom.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    Lightroom ran well for several days and then failed to open with the above message.
    I have tried everything I know to do (uninstalled and reinstalled the application, restored the computer to a restore point before Lightroom was originally installed, etc.) and do not know were to go from here. Suggestions would be appreciated.
    I am using Windows XP sp2 and have 4 GB of ram and 250 GB of hard disk space.
    Thanks,
    Cliff Culp

    Aha! A fix! Please look at this...
    http://www.adobeforums.com/cgi-bin
    bob frost, "Help! Runtime error after Lightroom 1.1 install!" #10, 27 Jun 2007 6:54 am

  • Runtime error while executing rule

    Hello All,
      While executing the DTP for a cube, im facing the error as Runtime error while executing rule -> see long text .
      For this source is another Cube, where im loading the data from Cube to Cube.
    Error Description are as follows:-
    Error Location: Object Type    TRFN
    Error Location: Object Name    0T9SCR6Q4VWS1SOPNRRBOY1YD51XJ7PX
    Error Location: Operation Type ROUTINE
    Error Location: Operation Name
    Error Location: Operation ID   00034 0000
    Error Severity                 100
    Original Record: Segment       0001
    Original Record: Number        557
    and Also descripton is :-
    Diagnosis
        An error occurred while executing a transformation rule:
        The exact error message is:
        Division by zero
        The error was triggered at the following point in the program
        GP4H0CW3MLPOTR3E8Y93QZT2YHA 4476
    System Response
        Processing the data record has been terminated.
    Procedure
    The following additional information is included in the higher-level
    node of the monitor:
       Transformation ID
       Data record number of the source record
       Number and name of the rule which produced the error
    Let me know ur valuable suggestions on these error...
    thanks.

    Hello,
    I have checked all the transformation and End Routines.All are working fine.Yesterday i have loaded some data into it, but today its gettting errored out.
    Checked completely in the forum for threads related to this, but couldnt find proper thread which had solutions....
    thanks,
    srinivas.

  • Could someone help me with a Runtime Error while saving a PDF file?

    While saving a 28 page PDF file in Illustrator today, I got a window saying, "This application has requested the "Runtime" to terminate it in a unusual way." It said to contact the applications support team for more information. I keep getting the same thing each time I try it. Does anyone know how to fix this issue or how I contact the applications support team ?
    Thank you for any insight.
    Pam

    It is a 13.5x11 inch calendar. There are 14 pages with images on them and
    some text. The other pages have text, a grid and a colored background with a
    gaussian blur. I saved each page as an "outline".
    The printer I am using requested I save all pages in a pdf file. I was
    successful in saving all but about six pages, now I can't even open the
    file.
    What happens is... I open Illustrator
                                   I open the pdf file
                                   A window appears that says... Runtime Error,
    This application has requested the Runtime to terminate it in an unusual
    way. Please contact the application's support team for more information.
                                   I select ok
                                   then a window appears that says... Adobe
    Illustrator CS5 has stopped working. A problem caused the program to stop
    working correctly. Windows will close the program and notify you if a
    solution is available.
                                   Then the program closes.
    So far I have not been notified of anything.
    Please let me know if you need more details.
    Thank you so much for helping me with this.
    Pam

  • RunTime Error while saving a Sales Order

    Hi All,
    When i am saving a Sales Order, the system is throwing a Runtime Error.
    The ABAP Code in the Runtime Error screen as follows.
              select * from (t681-kotab) appending table <cond_tab>
                     up to 1 rows
                     where kappl  = se_kappl
                     and   kschl  = se_kschl
                     and   datbi >= se_date
                     and   datab <= se_date
                     and   (coding_tab).
    Till these days, there was no such error while saving a Sales Order.
    How to resolve this issue?
    Regards
    Pavan

    Hi,
    The below piece of code is trying to get the contents of the table mentioned in T681-KOTAB.
    select * from (t681-kotab) appending table <cond_tab>
    up to 1 rows
    where kappl = se_kappl
    and kschl = se_kschl
    and datbi >= se_date
    and datab <= se_date
    and (coding_tab).
    The reason could be is someone has screwed up the entries in T681 table. Check that out.
    Try to put a break point on this SELECT query and see what the value of T681-KOTAB holds before the SELECT query. Check whether such a table entry exists in DB.
    Let me know if you are still stuck up.
    If you can send me the ST22 dump of the run time error, i might be able to help you more  on this.
    Hope this helps.
    Thanks,
    Balaji

  • WHILE DELETING A SALE ORDER GETTING A RUNTIME ERROR

    hi to all experts,
    whenever i try to delete a particular sale order im getting a runtime error
    stating that
    Short text
        Screen: Illegal message
    What happened?
        The current screen processing action was terminated since a situat
        occurred where the application could not continue.
        This is probably due to an error in the ABAP program or in the cur
        screen.
    Error analysis
        The program attempted to issue a " " message during "Exit Command" processing.
        This is an illegal operation.
        The program was terminated.
        Screen name.............. "SAPMV45A"
        Screen number............ 4001
    Trigger Location of Runtime Error
        Program                                 SAPMV45A
        Include                                 MV45AFZZ
        Row                                     370
        Module type                             (FORM)
        Module Name                             USEREXIT_SAVE_DOCUMENT
    SourceCde
                  message e001(zm) WITH text-335 ltab-kunnr text-334.
                else.
                  if ktab-jkunnr <> ltab-kunnr.
                    ktab-jkunnr = ltab-kunnr.
                    jobsitecode = ltab-kunnr.
                    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                    EXPORTING
                      input  = jobsitecode
                      IMPORTING
                      output = jobsitecode.
                    SELECT SINGLE * FROM kna1 WHERE kunnr = jobsitecode.
                    IF sy-subrc = 0.
                      ktab-jname1 = kna1-name1.
                      ktab-jstras = kna1-stras.
                    ENDIF.
                    chg_flg = 'X'.
                  endif.
                endif.
              else.
                message e001(zm) WITH text-336.
    * Validation for relationship between Sold-to Party and Ship-to Party
    *          if ktab-ckunnr+0(4) NE ktab-jkunnr+0(4).
    *            message e001(zm) WITH text-335 ktab-jkunnr text-337 ktab-ckunnr.
    *          endif.
              custcode1 = ktab-ckunnr.
              CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                EXPORTING
                  input  = custcode1
                IMPORTING
                  output = custcode1.
              jobsitecode1 = ktab-jkunnr.
              CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                EXPORTING
                  input  = jobsitecode1
                IMPORTING
                  output = jobsitecode1.
              SELECT SINGLE * FROM knvp
              WHERE kunnr = custcode1
                AND vkorg = vbak-vkorg
                AND vtweg = vbak-vtweg
                AND spart = vbak-spart
                AND parvw = 'WE'
    Error analysis
        The program attempted to issue a " " message during "Exit Command"
        This is an illegal operation.
        The program was terminated.
        Screen name.............. "SAPMV45A"
        Screen number............ 4001
    Trigger Location of Runtime Error
        Program                                 SAPMV45A
        Include                                 MV45AFZZ
        Row                                     370
        Module type                             (FORM)
        Module Name                             USEREXIT_SAVE_DOCUMENT

    Hi,
    Seems there is some problem with the user exit USEREXIT_SAVE_DOCUMENT..
    Put a breakpoint and see.
    Regards,
    Nagaraj

  • WHILE DELETING A SALE ORDER GETTING A RUNTIME ERROR " Screen: Illegal message"

    Hi Experts,
    While deleting a sales order giving run time error.  PFB runtime error details.
    If you know any OSS message, please let m know. I tried, but there is no luck.
    Short text
        Screen: Illegal message
    What happened?
        The current screen processing action was terminated since a situation
        occurred where the application could not continue.
        This is probably due to an error in the ABAP program or in the current
        screen.
    What can you do?
        Note which actions and input led to the error.
        For further help in handling the problem, contact your SAP administrator.
        You can use the ABAP dump analysis transaction ST22 to view and manage
        termination messages, in particular for long term reference.
    Error analysis
        The program attempted to issue a " " message during "Exit Command" processing.
        This is an illegal operation.
        The program was terminated.
        Screen name.............. "SAPMV45A"
        Screen number............ 4001
    How to correct the error
        The program must be modified to correct the error.
        The modification must be made in "Exit Command" processing.
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
    Source Code Extract
    Line  SourceCde
        1 *---------------------------------------------------------------------*
        2 *       FORM YVBEP_LESEN                                              *
        3 *---------------------------------------------------------------------*
        4 *       Lesen der Tabelle YVBEP (nicht sortiert)                      *
        5 *---------------------------------------------------------------------*
        6 FORM YVBEP_LESEN USING US_POSNR
        7                        US_ETENR
        8               CHANGING CH_TABIX.
        9
       10   YVBEP = SPACE.
       11   YVBEP-MANDT = VBAK-MANDT.
       12   YVBEP-VBELN = VBAK-VBELN.
       13   YVBEP-POSNR = US_POSNR.
       14   YVBEP-ETENR = US_ETENR.
       15   READ TABLE YVBEP.
       16   IF SY-SUBRC > 0.
       17     MESSAGE E506 WITH US_POSNR US_ETENR.
       18   ENDIF.
    >>>>>   CH_TABIX = SY-TABIX.
       20
       21 ENDFORM.
    Could you please help on this issue.
    Thanks
    Srinu

    Hi Srinu,
    it looks like you got the error message Schedule line &1 &2 is missing in table YVBEP while deleting the sales order.
    It seems, that there are no SAP notes regarding this issue. Do you have this issue with all orders or with a single order?
    If only a single order causes this issue, maybe something was wrong during an update.
    If you get this error for many orders, then custom code (modification, enhancement, user exit in MV45AFZZ, ...) may be the reason for it.
    If you have no custom code in module pool SAPMV45A, then contact SAP for this issue.
    Regards,
    Klaus

  • Portal runtime error while selecting page layout in WPC editor

    Hello,
    in web page composer, editing page, when i click on "select page layout" I have a portal runtime error popup.
    The logfile shows the following :
    #1.5 #005056834112005E0000000C00000FA800048E28A94966CC#1282205196819#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#1016#149##n/a##7ff9c93eab6811dfa9c70000003307de#SAPEngine_Application_Thread[impl:3]_15##0#0#Error##Java###10:06_19/08/10_0010_3344350
    [EXCEPTION]
    #1#com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error occurs during the rendering of jsp component
    Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error in java compiling
    Caused by: com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: E:
    usr
    sap
    EPD
    JC00
    j2ee
    cluster
    server0
    apps
    sap.com
    irj
    servlet_jsp
    irj
    root
    WEB-INF
    portal
    portalapps
    com.sap.netweaver.bc.util
    lib
    bc.util.public_api.jar(com/sapportals/wcm/WcmException.java):24: class WcmException is public, should be declared in a file named WcmException.java
    (source unavailable)
    1 error
    I have the same by clicking on "check assignments"
    Any help ?
    Thanks

    Hello Jego.
    We faced the same issue after upgrade to EHP1 SP07 last week and managed to solve it by modification of layout.jsp and com.sap.nw.wpc.layoutmanager.LayoutBean within com.sap.nw.wpc.designtime.par. SAP's code requires an additional catch handler, so it is better to rise an OSS message.
    As a workaround you may change a default layout for wpc main page (good for new pages) or manually edit output.xml for existing pages.
    Best regards,
    Aliaksandr Zhukau

Maybe you are looking for

  • Issues on Upgrade 9 2 0 6 to 11 1 0 7

    Team I am trying to update my 9.2.0.6 database (in 11.5.10.2 apps environment) to 11.1.0.7. ( only database upgrade, later i want to upgrade apps to 12.1.3) on Linux 4.0 I have done the following steps. Installed 11.1.0.6 software on separate home an

  • I'm missing makepkg.conf

    Well, I accidentally deleted /etc/makepkg.conf, and I don't find a sample anywhere. How do I generate a new one?

  • How to identify the stock status of a material

    Hi, How to identify the status of a material if it is in quality inspection or unrestricted stock or Blocked stock? Regards, Kumar

  • File Sharing/Collaborating Question

    I need to understand better how to collaborate as a team on documents.  Situation #1:  I shared a document with a colleague--marked the document "limited access."  The recipient said a password was requred to opent it.  I don't recall an option to pr

  • SPUserCodeV4(Windows Service) what account to run this service

    Hi I'm getting the feared: The server farm account should not be used for other services. Service: SPUserCodeV4(Windows Service) Any recommendations on what account type i can use for this service? Just a normal domain user? My windows service (Share