ABAP Dump After EHP4 Upgrade "SYNTAX_ERROR"

Hello
I performed ERP ECC 6.0 to EHP4 upgrade. System is working fine, Support Package stacks at maximum level, kernel, tp and R3trans is up-to-date. Only problem is I am getting "SYNTAX_ERROR" every minute. What could be the reason?
Runtime Errors         SYNTAX_ERROR                                                            
Date and Time          15.03.2010 16:10:28                                                                               
Short text                                                                               
Syntax error in program "CL_HTTP_SERVER_NET============CP ".                                                                               
What happened?                                                                               
The following syntax error occurred in the program                                        
      CL_HTTP_SERVER_NET============CP :                                                       
     "Method "SET_SSO_MANDATORY" is not declared or inherited in class "CL_H"                                                                               
What can you do?                                                                               
Please eliminate the error by performing a syntax check                                   
     (or an extended program check) on the program "CL_HTTP_SERVER_NET============CP           
You can also perform the syntax check from the ABAP/4 Editor.                             
     If the problem persists, proceed as follows:                                                                               
Error analysis                                                                               
The following syntax error was found in the program                                       
      CL_HTTP_SERVER_NET============CP :                                                       
     "Method "SET_SSO_MANDATORY" is not declared or inherited in class "CL_H"                                                                               
Information on where terminated                                                                   
    Termination occurred in the ABAP program "SAPLHTTP_RUNTIME" - in                              
     "HTTP_DISPATCH_REQUEST".                                                                     
    The main program was "SAPMHTTP ".                                                                               
In the source code you have the termination point in line 124                                 
    of the (Include) program "LHTTP_RUNTIMEU02".                                                                               
Source Code Extract                                                                               
Line  SourceCde                                                                               
94     ELSE.                                                                               
95 *                                                                               
96 * create a server control block for internal communication type of ICF                      
    97 *                                                                               
98       CREATE OBJECT c_server_par TYPE cl_http_server_par.                                   
    99       c_server_par->set_local_server_name(                                                  
   100                       EXPORTING name = client_name                                          
   101                       EXCEPTIONS name_already_exists = 1 ).                                 
   102       c_server    = c_server_par.                                                           
   103 *      server_type = 2.                                                                     
   104                                                                               
105 * insert server to server instances, only in case of stateful session                       
   106       server_instances-server      = c_server.                                              
   107       server_instances-client_name = client_name.                                           
   108     ENDIF.                                                                               
109   ENDIF.                                                                               
110                                                                               
111 *                                                                               
112 * create server control block, if not happen before                                             
   113 *                                                                               
114   IF c_server IS INITIAL.                                                                       
   115                                                                               
116     IF NOT server_accepted IS INITIAL AND                                                       
   117 *           server_accepted_type = 1.                                                           
   118        server_accepted->m_server_type =                                                         
   119            cl_http_server=>co_servertype_net.                                                   
   120 *   use last server object created for stateful communication                                   
   121       c_server_net ?= server_accepted.                                                          
   122     ELSE.                                                                               
123 *   create a server control block for network communication type of ICF                         
>>>>>       CREATE OBJECT c_server_net TYPE cl_http_server_net.                                       
   125     ENDIF.                                                                               
126 *   accepted server control block called via network                                            
   127     c_server    = c_server_net.                                                                 
   128 *    server_type = 1.                                                                               
129 * register network server for HTTP auto logout (timeout handler )                               
   130     server_accepted_org = c_server.                                                             
   131   ENDIF.                                                                               
132                                                                               
133 * for local execution use VIRTUAL_HOST parameter                                                
   134   IF NOT document_in IS INITIAL.                                                                
   135     cl_http_server=>c_virtual_host = virtual_host.                                              
   136   ENDIF.                                                                               
137                                                                               
138 *                                                                               
139 * register accepted server control block for responses of network                               
   140 * server_accepted is used in function modules HTTP_CONFIRM_USERSWITCH                           
   141 * and HTTP_GET_CURRENT_SERVER_CB                                                            
  142 *                                                                               
143   IF server_accepted IS INITIAL.                                                                               
Internal notes                                                                               
The termination was triggered in function "ab_genprog"                                         
     of the SAP kernel, in line 1584 of the module                                                  
      "//bas/701_REL/src/krn/runt/abgen.c#6".                                                       
     The internal operation just processed is "ABOO".                                               
     Internal mode was started at 20100315161028.                                                   
     Program name.........: "CL_HTTP_SERVER_NET============CP ".                                    
     Error message........: "Method "SET_SSO_MANDATORY" is not declared or inherited                
      in class "CL_H".

Hello Kaan,
Please try this workaround:
1) se24
2) put the class name "cl_http_server_net"
3) create a new method "SET_SSO_MANDATORY"
as instance methid and "visibility" private
Regards
Niraj
Edited by: Niraj Kumar Soni on Mar 15, 2010 8:24 PM

Similar Messages

  • Syntax error in program "CL_HTTP_SERVER=CP " after EHP4 Upgrade

    Hi All,
    Iam getting ABAP dumps after upgrading my system to EHP4  Windows ABAP+JAVA stack,
    Syntax error in program "CL_HTTP_SERVER================CP ".
    Error in the ABAP Application Program
    The current ABAP program "SAPLHTTP_RUNTIME" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program
    "CL_HTTP_SERVER================CP " in include
    "CL_HTTP_SERVER================CM00F " in
    line 15:
    "Field "C_IS_SHOW_SERVER_HEADER" is unknown. It is neither in one of th"
    "e specified tables nor defined by a "DATA" statement. ."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP "
    Error in the ABAP Application Program
    The current ABAP program "SAPLHTTP_RUNTIME" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    What can you do?
        Please eliminate the error by performing a syntax check
        (or an extended program check) on the program "CL_HTTP_SERVER================CP
        You can also perform the syntax check from the ABAP Editor.
        If the problem persists, proceed as follows:
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        The following syntax error was found in the program
         CL_HTTP_SERVER================CP :
        "Field "C_IS_SHOW_SERVER_HEADER" is unknown. It is neither in one of th"
        "e specified tables nor defined by a "DATA" statement. ."
    Regards
    Uday

    Hi,
    SPDD should be performed before ACT_UPG phase when system prompts you for SPDD. But now you cannot do SPDD phase. All the objects that came during SPDD phase has been resetted to new objects which SAP has delivered with EHP4.
    SPAU you can perform after upgrade and that too with in 14 days when upgrade finished without object key.
    I should suggest you to read upgrade guide on http://service.sap.com/erp-ehp.
    Thanks
    Sunny

  • Poor System performance after EHP4 upgrade

    Hello Experts,
    We have just finished our Upgrade to EHP4 for ECC6 system. After the upgrade we are noticing awfully slow system response time.
    My SGEN is currently executing and it's showing another 45 hours before it is finished.  Are there specific post Upgrade activities that I am missing? Once I try to perform some action it takes ages to compile the program. I undesratand that since SGEN is not run yet so it will need some time to compile and generate load for the application but still the response is takinng agaes before I see the actual Application/Program active in GUI.
    Please suggest what I can do to boost up my system performance.
    Thanks,
    M

    Hi Sunny,
    Another Update
    I looked at SAP Note 146289 - Parameter Recommendations for 64-Bit SAP Kernel
    Following is the recommnedation:
    Implement the SAP profile parameters as follows:
    em/initial_size_MB 1024 up to 1TB (note 835474)
    em/blocksize_KB 2048, 4096 or 8192 (note 835474)
    ztta/roll_first 1
    ztta/roll_area 6500000
    The deafult value of the following parameters is 2000000000 (2GB).
    They can be changed depending on the HW (RAM) and the configured
    SWAP Space:
    ztta/roll_extension 2000000000 (2GB)
    abap/heap_area_dia 2000000000 (2GB)
    abap/heap_area_nondia 2000000000 (2GB)
    abap/heap_area_total 2000000000 (2GB)
    But same SAP Note refers for windows:
    For Windows 64Bit recommendations see note 88416:
    As per this note recommendations are as follows:
    Standard values for zero administration memory management
    [HS] = size of the physical main memory
    [PM] = value of the profile parameter PHYS_MEMSIZE (standard value=[HS])
    [BE] = maximum possible number of users (calculated from [PM])
    Profile parameter
    Standard 32-bit
    Standard 64-bit
    Unit
    em/initial_size_MB
        [PM]
        [PM]
    Mbyte
    ---    em/max_size_MB
    ---    20000
    ---   100000
    Mbyte
    em/address_space_MB
        512
       4096
    Mbyte
      ztta/roll_first
        1
        1
    Byte
    ---    ztta/roll_area
    ---  2000000
    ---  3000000
    Byte
    ztta/roll_extension
    2000000000
    2000000000
    Byte
    abap/heap_area_dia
    2000000000
    2000000000
    Byte
    abap/heap_area_nondia
    2000000000
    0
    Byte
    abap/heap_area_total
    2000000000
    [PM]*1048576
    Byte
    -    rdisp/ROLL_MAXFS
    [BE] * 100
    [BE] * 100
    8KB Block
    ---    rdisp/ROLL_SHM
    [BE] * 100
    [BE] * 100
    8KB Block
    ---    rdisp/PG_MAXFS
    ---    32768
    ---                          32768
    8KB Block
        rdisp/PG_SHM
    [BE] * 50
    BE] * 50
    8KB Block
    PLease note that ours is a 64Bit kernel for WIndows 2003
    x86_64
    So is it ok to change the value of abap/heap_area_nondia  ?
    Thanks,
    M

  • Oracle Follow-Up activities after EHP4 Upgrade

    Hi!
    I am currently executing the EHP4 Upgrade for SAP ERP 6.0 with Oracle.
    After doing so I need to execute several oracle specific actions
    Can some one give me technical documentation for the following actions:
    1) Delete all empty Tablespaces
    Question: How (SQL commando) can I identify which of my tablespaces are empty?
    2) Tablespace "PSAPSR3700" should be released/deallocated
    Question: what does it mean? 
    3) Load generation ???
    Any helpful information will be very appreciated
    Jürgen

    > 1) Delete all empty Tablespaces
    > Question: How (SQL commando) can I identify which of my tablespaces are empty?
    You can check that using brtools.
    > 2) Tablespace "PSAPSR3700" should be released/deallocated
    > Question: what does it mean? 
    The sources are in PSAPSR3701 with EHP4 so that old tablespace is no more needed.
    > 3) Load generation ???
    Yes -run SGEN.
    Markus

  • Upgrade HR component after EHP4 upgrade

    Hello,
    Recently we did a upgrade from R/3 4.7x110 to ECC 6.0 EHP4 using CUUC method. For EHP4 in the MOPZ we selected some 5 usage types where HCM self services or Self services (XSS) was not selected. Now after the upgrade we hav SAP_HR in release 600 and level 045 and EA_HR is also in same level.
    Right now we are trying to configure MSS and found business functions related to HCM are
    missing in the backend system also when we tried to customize the Report launch pad we did not get the tab in SPRO. Can we solve this problem by upgrading SAP_HR and EA_HR to 604 release or we should add all the HCM related Technical usage types into the system to get them activated.
    Because as per the link below we are not having the correct version for
    SAP_HR and EA_HR.
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES
    Please find the ERP EHP stack and SPS levels we are in at present:
    ERP Stack:16
    EHP:04
    EHP Stack:05
    We have PORTAL on NW 700 EHP1 SPS05.
    Regards,
    Yoganand.V

    Hi,
    > We will proceed and upgrade SAP_HR to 604, but the addon EA-HR also needs to be upgraded to EA-HR 604 and for this we >have to upgrade to EA-HR 601 and then go to 604, please share your thoughts on this.
    As per EHP terminology, EHP packages are cumulative so when you will donwload all the packages from MOPZ, it will take care of all dependencies and download the file accordingly. Please check below extract from Technical FAQ guide:
    We would like to clarify this without using the term "cumulative", as this term could
    potentially be ambiguous:
    u2013 You can install EHP4 for SAP ERP 6.0 in one step on 64-bit platforms without having
    installed EHP3 before.
    u2013 Every EHP version includes the content of any previous EHP versions. For example,
    you cannot install EHP4 without getting the content of EHP3 and EHP2 as well.
    u2013 Technically, SAP has started to deliver EHP software packages as delta packages with
    EHP4 for SAP ERP 6.0. Thus, your EHP4 installation queue will contain EHP4 and
    EHP3 packages if you have not already installed EHP3. However, all these packages
    should be installed in one step on 64-bit platforms.
    > Also before upgrading SAP_HR do we need to take backup of any tables related to HR, but right now in our system we >are not using HR.
    Its not required as you are not using HR module earlier.
    Thanks
    Sunny

  • ABAP Dump after putting Text in notes tab in MIRO

    Hello All,
    We have a scenario here,
    during MIRO, when user puts some text in the Notes tab and after putting all other relevant data when clicks on Simulate or Save button system gives ABAP dump. This is happening while posting invoices for FD purchase orders and not with other types of POs.
    Your help is appreciated.
    With regards.
    Sanjay

    Hi,
    Does any body have got a solution to this problem?
    BR,
    Emrah

  • Abap dump after patch ugrade 15

    Hi ,
    our XI system was upgraded from SP 10 to 15. On trying to see the pipeline steps and the xml details from MONI, it is showing the abap dump. But from moni itself I can click at other execution steps. Only at this particular step-data returned from ECC, it is throwing this dump. But the interfaces are working fine and the postings are also done in SAP properly.
    error below:
    http://rcpt.yousendit.com/617210935/7ef0f4d60a3eeb01068e231e16aba40e
    Please suggest, Thanks in advance.
    Regards,
    kanan

    Hi Carlos,
    Quite lengthy, Sorry..as am not able to put up the url currently, simply pastingthe error:
    kanan
    Short text
        The current application triggered a termination with a short dump.
    What happened?
        The current application program detected a situation which really
        should not occur. Therefore, a termination with a short dump was
        triggered on purpose by the key word MESSAGE (type X).
    Error analysis
        Short text of error message:
        Control Framework : Error processing control
        Long text of error message:
         Diagnosis
             An error occurred when the system tried to process the commands
             from the Automation Queue on the presentation server.
             There are several possible reasons for this:
             - The installation of the SAP GUI on the presentation server is
             faulty or obsolete.
             - There is an error in the application program
             - There is an error in the SAPGUI or an integrated control
         Procedure
             1. Make sure that you have imported the appropriate Support
             Package, the current kernel, and GUI patch for the release of your
             system
             2. Check whether the error occurs locally on one or a few PCs, or
             generally on all PCs. Note whether the error only occurs for some users, for example because of a specific         Customizing setting.
            If it only occurs locally, this suggests an installation problem
            with the PC. Check the installation; if necessary, reinstall the
            software. In the dump, search for the SY-MSGLI field, since it may
            point to the cause of the error.
            3. Activate the Automation Trace (in accordance with SAP Note
            158985).
            4.Start the transaction and continue until the screen immediately
            before the dump.
            5. From the System -> Utilities menu, choose Autom. Queue,
            Synchronous Processing.
            The status bar of the GUI displays the text:
               "Automation synchron flush mode on"
            6. If you now proceed with the application, the short dump will
            display the ABAP call that caused the error; the Automation Trace
            will contain the error on the presentation server.
            7. If necessary, load the short dump and trace files on to
            sapservX, so that SAP can analyze them.
       Technical information about the message:
       Message class....... "CNDP"
       Number.............. 006
       Variable 1.......... " "
       Variable 2.......... " "
       Variable 3.......... " "
       Variable 4.......... " "
    trigger Location of Runtime Error
       Program                                 SAPLOLEA
       Include                                 LOLEAU02
       Row                                     29
        Module type                             (FUNCTION)
        Module Name                             AC_SYSTEM_FLUSH
    Source Code Extract
    Line  SourceCde
        1 FUNCTION AC_SYSTEM_FLUSH .
        2 *"----
        3 ""Lokale Schnittstelle:
        4 *"  IMPORTING
        5 *"     VALUE(CALLED_BY_SYSTEM) TYPE  C OPTIONAL
        6 *"  EXCEPTIONS
        7 *"      CNTL_SYSTEM_ERROR
        8 *"      CNTL_ERROR
        9 *"----
       10   data: sysubrc like sy-subrc.
       11
       12   CALL FUNCTION 'AC_FLUSH_CALL'
       13        EXPORTING
       14             SYSTEM_FLUSH = 'X'
       15             CALLED_BY_SYSTEM = CALLED_BY_SYSTEM
       16        IMPORTING
       17             MESSAGE_NR   = sysubrc
       18             MESSAGE_TEXT = SY-MSGLI.
       19
       20   sy-subrc = sysubrc.
       21
       22   CASE SY-SUBRC.
       23     WHEN 0.
       24     WHEN 1.
        Module type                             (FUNCTION)
        Module Name                             AC_SYSTEM_FLUSH
    Source Code Extract
    Line  SourceCde
        1 FUNCTION AC_SYSTEM_FLUSH .
        2 *"----
        3 ""Lokale Schnittstelle:
        4 *"  IMPORTING
        5 *"     VALUE(CALLED_BY_SYSTEM) TYPE  C OPTIONAL
        6 *"  EXCEPTIONS
        7 *"      CNTL_SYSTEM_ERROR
        8 *"      CNTL_ERROR
        9 *"----
       10   data: sysubrc like sy-subrc.
       11
       12   CALL FUNCTION 'AC_FLUSH_CALL'
       13        EXPORTING
       14             SYSTEM_FLUSH = 'X'
       15             CALLED_BY_SYSTEM = CALLED_BY_SYSTEM
       16        IMPORTING
       17             MESSAGE_NR   = sysubrc
       18             MESSAGE_TEXT = SY-MSGLI.
       19
       20   sy-subrc = sysubrc.
       21
       22   CASE SY-SUBRC.
       23     WHEN 0.
       24     WHEN 1.

  • Business functions to be activated after EHP4 upgrade

    Hi All,
    I have recently upgraded ECC 6.0 to EHP4.The following technical usages were selected during download.
    Financial Services,Financial Supply Chain Management and Financials.
    Please let me know what all business functions that are to be activasted.
    Do I have to activate business functions for EHP2 and EHP3 as well.Below are the BFs for our usage types.
    Business Function                           Technical Usage                         EHP
    /IBS/EAFS_RBD_BUSOPR                           Financial Services                          4
    EAFS_BCA_BUSOPR                           Financial Services                          4
    EAFS_CML_LOANS_POOLING                Financial Services                          4
    FICAX_BILL_INVOICING                           Financials                                                4
    FICAX_CI_1                                                Financials                                                2
    FICAX_CI_2                                                Financials                                        4
    FIN_FSCM_CCD_INTEGRATION               Financial Supply Chain Mgmt     4
    FIN_FSCM_INTEGRATION                           Financial Supply Chain Mgmnt     2
    FIN_TRM_CORR_FW                           Financial Services          4
    FIN_TRM_INS_HM                           Financial Services          4
    FIN_TRM_LR_FI_AN                           Financial Services          3
    FIN_TRM_LR_FI_AN_2                           Financial Services          4
    FIN_TRM_PSM_INTEGRATION      Financial Services          4
    INS_FSSR_CI_1                           Financial Services          3
    INS_FSSR_CI_2                           Financial Services          4
    INS_FSSR_I18N                           Financial Services          4
    Out of the above FICAX_BILL_INVOICING,FICAX_CI_2,FIN_FSCM_CCD_INTEGRATION,FIN_TRM_INS_HM and FIN_TRM_LR_FI_AN_2 have dependencies like X_CONT or BI_CONT which are not installed on the system.
    I guess I can't activate these business functions.Am I right?
    And I read that only one BF set is activated per one system.I did not find any BF set related to Finance in the drop down list of SFW5 in the system.Please enlighten me on this topic.
    Regards,
    Dinakar
    Edited by: mutnuru dinakar on Mar 8, 2011 1:44 PM

    > Thanks for your reply,as I mentioned the list of BFs are applicable for the 3 technical usages I  had selected during EHP4 upgrade.I need to select out of them.
    I understand your question - however, how should anyone else but you know whether you need the functionality behind them? This is a business decision.
    I suggest you use the documentation (press on the corresponding "i" in SFW5) to see if the business requires the functionality. If yes, enable it, if not, you don't need to enable it.
    Some of those BFs will need a BW/BI to work. You have to decide, whether you need them or not.
    Markus

  • ABAP short dump after BI upgrade

    hi all,
    While executing any program  in SE38, it is giving Short dump while same program executing in SA38, it is executing .
    Firstly, we got short dump in TCode - RSRT, while executing report.
    Regards,
    Prasad
    Edited by: Prasad Mahindrakar on Apr 14, 2010 8:15 AM

    Kindly find the Error, which is generating at time of Report Execution
    Error Analysis:
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_PROGRAM_NOT_FOUND', was not
    caught in
    procedure "WRITE_DATA" "(METHOD)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    On account of a branch in the program
    (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)
    or a transaction call, another ABAP/4 program
    is to be loaded, namely "GP42LSZTOVG57DGEB7BO763P3PN ".
    However, program "GP42LSZTOVG57DGEB7BO763P3PN " does not exist in the library.
    Possible reasons:
    a) Wrong program name specified in an external PERFORM or
       SUBMIT or, when defining a new transaction, a new
       dialog module or a new function module.
    b) Transport error

  • Problem in automatic PO creation after EHP4 upgrade

    Hi experts,
      We upgraded our system from ECC6.0 to ehp4. When I am trying to use ME59n to create a PO automatically from a PR, I get a dump "Please maintain services or limits". Item category used is either 'B' or 'D'. The same was working fine earlier in ECC6. Could someone help me as to what could be the issue?
    Regards,
    Hema

    Lakshman has explained
    you need to have the source list setup (make sure info record exist) or contract is exist and it is assgned to the source list
    but as per your email the source is determined in the PR that means source are setup properly
    now check the variant of your back ground program of AutoPO
    if the variant is not matching with your PR's than it will not creates the PO
    so create few PR's and test it with ME59N with the background job variant and see how it is going
    some time in the variant let say you have setup the release date but if it is not matching with PR release date than it will not create the PO
    so in short you need to test same varinat online than setup for back ground.

  • After EHP4 upgradation what changes happen in CIN fields

    Dear all
    i am facing problem as we had EHP4 upgrdation after that i am getting a problem in CIN part system is asking ti maintain Chapter id excide details for new as well as old PO for SERVICE procuerment....where its not an exisable...........
    what would be the possible reason for same?
    for service material s/m should ask for excise details

    Dear all
    i am facing problem as we had EHP4 upgrdation after that i am getting a problem in CIN part system is asking ti maintain Chapter id excide details for new as well as old PO for SERVICE procuerment....where its not an exisable...........
    what would be the possible reason for same?
    for service material s/m should ask for excise details

  • Table inconsistencies after EHP4 Upgrade

    Hi Experts,
    Weu2019re setting up ALE from Production to Development as well as some manual copy of table content.
    We have completed the ALE setup, but we have an issue with the table content copy.
    Some SAP tables have changed after Development was updated with EHP4.
    To be more specific,we have identified some tables ,which will need to be exported from Production (content only) via a transport, and then imported into Development.
    If we just try to export/import these tables, the transport will most likely fail, and if it doesnu2019t, there may be data inconsistencies
    If we just copy the data as is some fields would be left out unpopulated, potentially causing inconsistencies.
    I need your suggestion for best course of action.

    Hi,
    Is your development and production are on different Support pack level ? If yes, then this is normal and table structure will differ.
    why you need to export tables from production to development ?
    Thanks
    Sunny

  • Control Code from Material not picked in Sales Order after EHP4

    Hi Gurus,
    We have updated Enhancement Package 4 for one of our client.
    It is observed that the system is not picking the values maintained in Control Code of Material master. We have some pricing condition types maintained using the combination of Control Code and other fields, which are not being determined automatically.
    The data is maintained in J1ID for this material and plant combination and it is also filled in material master.
    Please help.
    Thanks in Advance.
    Regards
    Vamsi.

    Hi Vamsi,
    We are also facing the same issue after EHP4 upgrade. Please let me know how you have fixed that issue.
    Thanks
    Rehan Manzoor

  • EHP4 upgrade from ECC 6.0

    Hi experts,
    We are planning to upgrade to EHP4 from ECC6.0
    We have the following systems installed on non-unicode,
    SAP ECC 6.0
    SAP NETWEAVER 7.0
    SAP SRM 3.0
    Currently, we have customized ESS java webdynpro on our ESS portal, with the EHP4 upgrade and EHP1 on SAP Netweaver 7.0, would there be any implications to the customized ESS iviews ?
    Our ECC 6.0 is on a non-unicode system, is it advisable to take this opportunity to convert to a unicode for scalability aspect ?
    what would be the implications if we remains as non-unicode after EHP4 upgrade ?
    All advices are appreciated !!
    Thanks in advance

    Hi,
    You can find all the relevant information at the below link,
    https://service.sap.com/erp-ehp
    Regards,
    Vishnu

  • APD master data join - ABAP dump TSV_TNEW_PAGE_ALLOC_FAILED

    Hi,
    I have created an APD to join 3 ISU master data infoobjects
    1. left join 0UCPREMISE with 0UC_CONNOBJ
    2. left join 0UCINSTALLA with result of 1.
    3. Store the data in ODS
    When I did this in DEV (D4S) everything worked - but there is also much
    less data in the master data infoobjects.
    When running the APD in Test (Q4S) I get ABAP dump after a while (not
    time out): TSV_TNEW_PAGE_ALLOC_FAILED
    1. I have tried with the APD setting to store in internal memory to OFF
    but the same problems occur.
    2. I tried to create index (on /BI0/P* ) for fields part of the join
    which was not table key but same problem occurs.
    3. I have no filters for the joins as I want to get all master data in
    the output ODS.
    4. The size of the p-tables are:
    /BI0/PUCPREMISE = 1 385 792
    /BI0/PUC_CONNOBJ = 1 031 272
    /BI0/PUCINSTALLA = 2 445 742
    5. Components + SP level:
    SAP_ABA     700     0013     SAPKA70013
    SAP_BASIS     700     0013     SAPKB70013
    PI_BASIS     2005_1_700     0013     SAPKIPYJ7D
    ST-PI     2005_1_700     0005     SAPKITLQI5
    SAP_BW     700     0015     SAPKW70015
    BI_CONT     703     0005     SAPKIBIIP5
    Linux / Oracle 10.2.0.2.0
    6. Info from ABAP Dump:
    Error analysis
    The internal table "\CLASS=CL_RSMD_RS_UTILITIES\METHOD=DATA_TO_RETURN\DATA=L_SX
    RETURN-TVALUE" could not be further extended. To enable
    error handling, the table had to be delete before this log was written.
    As a result, the table is displayed further down or, if you branch to
    the ABAP Debugger, with 0 rows.
    At the time of the termination, the following data was determined for
    the relevant internal table:
    Memory location: "Session memory"
    Row width: 200
    Number of rows: 15
    Allocated rows: 15
    Newly requested rows: 64 (in 1 blocks)
    Last error logged in SAP kernel
    Component............ "EM"
    Place................ "SAP-Server q4s_Q4S_72 on host q4s (wp 12)"
    Version.............. 37
    Error code........... 7
    Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
    Description.......... " "
    System call.......... " "
    Module............... "emxx.c"
    Line................. 1881
    The error reported by the operating system is:
    Error number..... " "
    |    Error text....... " "
    How to correct the error
    The amount of storage space (in bytes) filled at termination time was:
    Roll area...................... 2755600
    Extended memory (EM)........... 1977608256
    Assigned memory (HEAP)......... 2000733904
    Short area..................... " "
    Paging area.................... 24576
    Maximum address space.......... 4294967295
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "TSV_TNEW_PAGE_ALLOC_FAILED" " "
    "CL_RSMD_RS_UTILITIES==========CP" or "CL_RSMD_RS_UTILITIES==========CM006"
    |    "DATA_TO_RETURN"                    
    Anybody have any idea what i can do to be able to run this APD (in production I want to run it on a monthly basis). To me it seems the APD fills 2 gig of mem, I thought the APD option to not store the complete dataset in internal memory (using temp tables instead) would kick in before the 2 gigs was used. Basis team didn't want to raise mem paramenters if it could be sorted out any other way.
    Thanks,
    Johan

    I have searched on my problem before posting here ofcourse - but somehow I missed this one, mentioned in 794257:
    "InfoObject" data source
    A dump occurs because of a memory overflow in the SAPLRSDM_F4 function group in the SD_CHA_GET_VALUES function module.
    The InfoObject data source for reading master data is currently based on a function module that loads all data into the main memory in an inefficient data structure. As a result, the data source is only suitable for reading master data with a few data records. A memory overflow can occur for master data tables with lots of records such as business partners or products. This occurs regardless of how the "Process data in the memory" indicator was set.
    If this situation occurs, set the InfoObject in such a way that it is available as an InfoProvider. Then use the "InfoProvider" data source instead of the "InfoObject" data source in the analysis process.
    I'll try this...
    //Johan

Maybe you are looking for