SPROXY dump

Hi Experts,
While running SPROXY transaction I am getting the below dump.
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SRAPI_PRECONDITION_VIOLATED', was
not caught in
procedure "GET_REP_VERSION" "(METHOD)", nor was it propagated by a RAISING
clause.
I have tried the suggestions in this the following post, already... with no luck:
SPROXY transaction giving dump
Please help.
Thanks!

Hello
Check if you have an SM59 destination called SAP_PROXY_ESR. If yes, delete this destination and try sproxy again.
This destination is only required if you wish to connect to an ESR which does not have an Exchange Profile. If you are connecting to a PI system, which does have an Exchange Profile then you can delete the SAP_PROXY_ESR destination.
Regards
Mark

Similar Messages

  • CX_SY_MOVE_CAST_ERROR in SPROXY Class after creating fault messages in PI ?

    Hi All,
    We created a SOAP to Proxy synchronous scenario and everthing works fine.
    Now we have created a fault message in PI and regenerated the proxy in ECC, after regenerating the proxy, if i debug the proxy from service registry, breakpoint gets triggered in proxy class and iam getting an exception "CX_SY_MOVE_CAST_ERROR" at the status bar (but not dump). After executing the proxy class i could get the required response in service registry but with the exception ( Connection IO Exception. Check nested exception for details. (Invalid SOAP Response. Runtime can not find return parameter <(http://hostname.com/soaptoproxy)MT_Soap_Response>.). In MONI i could see this as a successful message. Can anyone tell me reason for this exception both in proxy class and in Service registry ? I also regenerated the proxy class after creating fault message in PI.
    Thanks,
    Sivakumar.C

    Hi,
    Thanks. I have tested in locally in SPROXY and i found that exception occurs in the constructor method of exception class, which was created by adding Fault Messages in PI.  Any Suggestions ? 
    Thanks,
    Sivakumar.C
    Edited by: kumar.sappi on Feb 6, 2012 12:19 PM
    Edited by: kumar.sappi on Feb 6, 2012 1:49 PM

  • UNCAUGHT_EXCEPTION during Transaction SPROXY

    Hi ,
    while exectuing sproxy transaction its giving a short dump.
    please see the dump below.
    Runtime Errors         UNCAUGHT_EXCEPTION                                                                 
    Except.                CX_SRAPI_PRECONDITION_VIOLATED                                                     
    Date and Time          13.05.2008 10:18:03                                                                               
    Short text                                                                               
    An exception occurred that was not caught.                                                                               
    What happened?                                                                               
    The exception 'CX_SRAPI_PRECONDITION_VIOLATED' was raised, but it was not                            
          caught anywhere along                                                                               
    the call hierarchy.                                                                               
    Since exceptions represent error situations and this error was not                                   
         adequately responded to, the running ABAP program                                                    
          'CL_SRAPI_SERVICE_REP_ADDRESS==CP' has to be                                                        
         terminated.                                                                               
    Error analysis                                                                               
    An exception occurred that is explained in detail below.                                             
         The exception, which is assigned to class 'CX_SRAPI_PRECONDITION_VIOLATED', was                      
          not caught in                                                                               
    procedure "GET_REP_VERSION" "(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:                                                                     
         An exception occurred                                                                               
    Missing RAISING Clause in Interface                                                                  
         Program                                 CL_SRAPI_SERVICE_REP_ADDRESS==CP                         
         Include                                 CL_SRAPI_SERVICE_REP_ADDRESS==CM004                      
         Row                                     1                                                        
         Module type                             (METHOD)                                                 
         Module Name                             GET_REP_VERSION                                                                               
    Trigger Location of Exception                                                                        
         Program                                 CL_SRAPI_SERVICE_REP_ADDRESS==CP                         
         Include                                 CL_SRAPI_SERVICE_REP_ADDRESS==CM004                      
         Row                                     55                                                       
         Module type                             (METHOD)                                                 
         Module Name                             GET_REP_VERSION                                                                               
    Source Code Extract                                                                               
    Line  SourceCde                                                                               
    25           im_caller_level     = api_version                                                    
        26         RECEIVING                                                                               
    27           result              = l_applcomp_client.                                             
        28     CATCH cx_hmi_core_exception .                                                              
        29       RAISE EXCEPTION TYPE cx_srapi_precondition_violated.                                     
        30   ENDTRY.                                                                               
    31                                                                               
    32 *-----invoke method and parse result                                                           
        33                                                                               
    34   CREATE OBJECT l_input                                                                        
        35     EXPORTING                                                                               
    36       im_input = l_dummy_input.
        37                                                               
        38   TRY.                                                                               
    39       CALL METHOD l_applcomp_client->invoke_method                                           
        40         EXPORTING                                                                               
    41           im_method_id    = cl_hmi_client_factory=>co_method_release                         
        42           im_method_input = l_input                                                          
        43         RECEIVING                                                                               
    44           result          = l_output.                                                        
        45                                                                               
    46                                                                               
    47       l_output_xstring = l_output->get_output( ).                                            
        48                                                                               
    49 *-----test                                                                               
    50       TRY.                                                                               
    51           l_output_dom = cl_proxy_xsd_node=>get_root_node( l_output_xstring ).               
        52           l_release_node = l_output_dom->get_first_node( ).                                  
        53           result = l_release_node->get_value( ).                                             
        54         CATCH cx_proxy_gen_error into l_proxy_gen_error.                                     
    >>>>>           RAISE EXCEPTION TYPE cx_srapi_precondition_violated.                               
        56       ENDTRY.                                                                               
    57                                                                               
    58                                                                               
    59     CATCH cx_srapi_rep_not_available INTO l_rep_not_available_error.                         
        60                                                                               
    61       IF l_rep_not_available_error->http_status_code = 404.                                  
        62                                                                               
    63         " Special case: this can happen if connecting to an older                            
        64         " ESR release which do not have the applcomp service                                 
        65         result = if_srapi_service_rep_internal=>co_rep_level_30.                             
        66         RETURN.                                                                               
    67                                                                               
    68       ELSE.                                                                               
    69         RAISE EXCEPTION l_rep_not_available_error.                                           
        70       ENDIF.                                                                               
    71                                                                               
    Thanks in advance.

    Hi Raj,
    Please check this link may helpful for you.
    http://help.sap.com/saphelp_nw70/helpdata/en/83/636d2012fc11d5991e00508b5d5211/content.htm
    Regards,
    Anil

  • SPROXY transaction not working

    Hi,
    We are facing a problem while executing transaction SPROXY.
    since a recent patch implementation at SAP-HR Box. Basically, the test tool for sproxy transaction is resulting into dump. Furthermore report "SPRX_INBOUND_TEST" has been deleted from system as well.
    Can anybody sugggest what acould be the possible reason and probable solution for it.
    Regards,
    Sanjib Basu

    Hi,
    After adding the patch, it will be never expected but try to reset the SPROXY configuration.
    Execute report SPROX_CHECK_IFR_ADDRESS
    and try to see the Communication test report in SE 38
    Press SPROX* and run it it will give trace the exact problem
    Refer
    SPROXY not working:
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83deb90-0201-0010-189c-8d3ff87572f8
    Thanks
    Swarup
    Edited by: Swarup Sawant on Feb 20, 2008 7:38 PM

  • Lock ups and dumping psyical memory!!!

    Hi i have just installed a new pc most of the stuff im useing is from my old computer so i know they work fine im running a:
    P4 3GHZ Prescot 800MHz, HT-Enabled
    865PE Neo2-P
    512 DDR-400 Twin moss
    ATI Radeon 9000 pro
    PSU-400
    XP Pro
    My computer locks up alot when running intense games (games have worked before no problem) i also get a error saying dumping pysical memory, i have looked about and tried to solve this myself, i found that someone was haveing the exact same problem as me and he fixed it by turning the FSB down as his memory wasnt compatable with his motherboard if doing that works how do i do it ?
    Many thanks Jonathan

    Flappa, Your memory " clock" is fine and there is no need to "underclock it" as long as you did not mess with the Bios.
    I had the same problems. I could not even get thru a Clean install of windows as it would Blue Screen
    1- are you running in " Dual Channel Mode"?
    2- If so is your memory a " match Set"?
    some times memory even thought it has the same markings is not matched . Dual channel sets are matched and made to run together in "Dual Channel Mode"{
    ( Even though I had the same manufacturer memory my set would not run in Dual Channel without " Blue Screening" I bought a Matched Set of Kingston Valueram and have not had a problem since
    3- If it is not a matched set, pull one stick out and run it for a while , if it still bluescreens try the other stick
    4- raise your memory voltage to 2.7 or 2.8 ( which ever is the lowest that it runs stable)
    5- If all this does not work , run MEMTEST to see if there is a problem with both sticks
    6- you are running a Bios Version that supports the " Prescott Microcode" right?
    Let us know what your findings are
    Good Luck  
    Dave

  • Report J_1IEWT_CERT getting cancelled, generating ABAP dump!

    A long running report J_1IEWT_CERT in background mode is getting cancelled after running for a while and generating the following dump :
    Error analysis
        When changing or deleting one or more lines of the internal table
        "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]" or when inserting in the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]", 0 was used as
        the line index. An index less than or equal to zero is not
        allowed.
        The error can occur when using the following options:
        1. "INDEX idx" for specifying the line number in the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]"
           where you want to change, insert or delete.
        2. "FROM idx" for specifying the start index when deleting a line
           area from or inserting a line area into the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]".
        3. "TO idx" for specifying the end index when deleting a line
           area from or inserting a line area into the table
         "\PROGRAM=J_1IEWT_CERT\DATA=PRINTTAB[]".
        At the time of the termination, the table contained 17008 lines.
    How to correct the error
        If the error occurred in your own ABAP program or in an SAP
        program you modified, try to remove the error.
        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:
        "TABLE_INVALID_INDEX" " "
        "J_1IEWT_CERT" or "J_1IEWT_CERT_F01"
        "FILTER_DATA"
        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)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
    Tried searching for some SAP Notes to fix the issue, no success as of now, Please help me out...

    Have you checked these notes ?
    363107 Short dump occurs during TDS certificate printing.
      803806  Error while genrating TDS certificate 03.01.2005
      1066049  J1INCERT - Error while generating TDS certificate
    Regards,
    Subhash

  • Short dump 'Table does not exist in database'

    Hello All,
    When a report is executing it is going to short dump by saying 'Table does not exist in database'. As per the short dump analysis this issue is happening because of the following   Native SQL statement statement :
    Program :  %_T050N0 (This is a dynamic  program generating by SAP )
    Form Name :  DYN_LIC_SEL_TOT
    exec sql performing LOOP_MOVE_WRITE_ISAP.
    select single_plate, itm_num, ctry_code, model_lot,
    lic_hold_flg, qty into :dcat-lplate, :dcat-matnr,
    :dcat-werks, :dcat-charg, :dcat-holdflag,
    :dcat-qty from ZLICENSE_R2 where itm_num   = :p_matnr and
                    model_lot = :p_charg
    endexec.
    As per the customer this issue occurring since they migrated the SAP  back-end data base from Oralce to DB6. Here I felt that ZLICENSE_R2 is not migrated from the  Oracle to DB6. But as per the BASIS Team, even this table was not maintained in Oracle also. If the table was not maintained in the Oracle, this issue should have been there even before migration also.
    Following is the short dump details:
    Short text
        Table does not exist in database.
    What happened?
        The table or view name used does not
        exist in the database.
        The error occurred in the current database connection "DEFAULT".
    What can you do?
        Check the spelling of the table names in your report.
        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
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_NATIVE_SQL_ERROR', was not
         caught in
       procedure "DYN_LIC_SEL_TOT" "(FORM)", 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:
    Triggering SQL statement: "select single_plate, itm_num, ctry_code, model_lot,
    lic_hold_flg, qty from ZLICENSE_R2 where itm_num = ? and model_lot = ? "
    Database error code: "-204"
    Could you please  let me know what might be the reason for this issue.
    Many Thanks in Advance.

    Transaction SE11, input ZLICENSE_R2 for table name, and display the table. Did the table display? If not, that is the main problem.
    If the table displays, go to menu item Utilities -> Database Object -> Database Utility
    In the resulting screen, under the "Status" fields, you should see text "Exists in the database." If you don't, then the table exists in the dictionary, but doesn't exist in the database system. Click the "Create database table" button and then you should be able to run the program.
    You may need basis team's help to carryout some of these actions.

  • Short Dump while scrolling in a maintenance view

    A maintenance view has one field, defined as "Radiobutton".
    1) Select the radiobutton for one entry.
    2) Scroll down so that in the new page (i.e. the entries displayed in the new page) the entry selected in the first step is not visible.
    3) Select any radiobutton again corresponding to any of the entries displayed in the new page.
    4) On scrolling up again the short dump occurs.
    The short dump text says "More than one radio button is active".
    Any inputs in this regards are appreciated.
    Thanks.
    Gajendra.

    Hi,
    that means you are trying to make two radio buttons active.
    parameters: ra radiobutton group g1 default = 'X',
                rb radiobutton group g1.
    ra = 'X'.
    and rb = 'X'.
    in your case so obviously it will dump.
    check your coding..
    and show your code...
    Regards
    vijay

  • Is it possible to create manually a dump?

    Dear all,
    I have a question about Dumps created in SAP while programs run with unpredicted errors.
    I have a specific table defined in the dictionary which has two coloumns progId and path.
    The first one is a unique identifier given to a program and the second column is an absolute path on the
    unix server where SAP is installed.
    For example
    MyProg | /usr/tmpbatch/data/E200
    Means that the ABAP program named 'MyProg' will run and its output file (the output of the program) and the
    log file are created in /usr/tmpbatch/data/E200.
    In each of my programs, first of all I check the content of this table in order to ensure that the path is defined for the
    given program (and therefore I may be able to create avec success both output and log files). If there is no entry
    in the table for the given program, I leave the program by calling the STOP instruction.
    My programs run at night, so the next day the corresponding users read the content of the generated output/log files.
    As a result, if the path is not defined properly for a given program in the table, the program is not run and therefore
    there will be no output/logfile the next day.
    My question is How can I inform the user who arrives the next day observing that one program has not been run? How
    can I tell him by some kind of system message that the program exited because the path for the files had not been defined in
    my table?
    Each morning, we can analyse the dumps which were produced during the precedent day. So that we may know
    (approximately) what went wrong. But as far as I know, dumps are generated automatically by the system. Is it possible
    to generate a dump (by calling some fucntion) with an appropriate error message for my problem?
    Thanks in advance,
    Dariyoosh

    Hello again,
    First of all I would like to thank everybody for their attention to my problem and
    for spending time for answering my question. Thank you all very much.
    Currently, Thomas' solution about MESSAGE_TYPE_X seems to work pretty well
    for my problem. As all of you mentioned  that, there should be softer methods to inform
    users. One main problem is that the program which lanuches my programs during night
    is not a sap user, it is a Unix scheduler (please forgive me I don't know these administration
    details and how they work) so  according to what the administrator told me it is not possible
    to send email. As a result, I think I may go with MESSAGE_TYPE_X until I found another proper way.
    Once again, thank you all for your help.
    Kind Regards,
    Dariyoosh

  • Error while importing a dump file in Oracle 10g R1

    Hi all,
    While trying to import a schema using Data Dump, I am facing the following issue -
    UDI-00018 - Import utility version can not be more recent than the Data Dump server.
    Following is the version information of the source and target DB and the utilities :
    Source DB server : 10.1.0.2.0
    Export utility : 10.1.0.2.0
    Import utility : 10.1.0.2.0
    Target DB server : 10.1.0.2.0
    Export utility : 10.2.0.1.0
    Import utility : 10.2.0.1.0
    I can figure out the cause for the problem, but don't know how to resolve it.
    Any help will be appreciated.
    Thanks in advance.
    Gitika Khurana

    How did you get thre DMP file created and how are you trying to import the dump file? Could you post the commands you're using, please?

  • Error_Exception dump while opening the report in RRMX

    Hi All,
    When User trying to open the report Error_Exception dump is coming for few Info Providers. Please find attached dump for your reference.

    Issue is res loved,  We have analyze the short dump ,when loads were running and at that if time user executed the queries then that dump was occuring.

  • SHORT DUMP WHILE EXECUTING DTP.

    Hi Gurus,
    I have got a short dump while executing DTP the Error is as Follows.
    Runtime Error: MESSAGE_TYPE_X.
    Reasons for Error: 1.The installation of the SAP GUI on the present server is faulty or obselete
    2.There is a error in the application program
    And i have sent the sreen shot of the Short Dump to BASIS TEAM and they have replied me that they have to install some patches and it will take some time.
    But i have no much time and i have to someway or the other execute the DTP and load the data.
    Is there any shortcuts for this i mean to say without the involvement of Basis team that i can do in th BI System
    Regards
    Amar.

    Hi Amar,
    If the problem is with with System itself, how can we all have a short cut in that case. You may give it another trial, but you have to wait for the patches to be applied. Ask your basis team to get it done ASAP.
    Thanks..
    Shambhu

  • Dump error while creating a new page in smartforms URGENT pls!!!

    while creating a new page it is showing me a dump error , that the superior program execption was not intercepted , i have even given the next page field also correctly, i have attached a mainwindow to that page and a text element to that . .
    thanks
    sridhar

    Hi Deena,
    This error:
    "[2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub"
    is known issue
    Go to metalink, article: Unable To Connect To OVD 11g Webinterface Using ODSM. [ID 1282757.1]
    You need to apply that patch.
    I hope this helps,
    Thiago Leoncio.

  • New iPod Touch 32gb stalls after starting sync, error 54, manual synce gets dumped

    I just got this thing at Walmart last Sunday and its been driving me nuts all week! It's the brand new iPod Touch 32gb 4gen. When trying to sync it will start to load music then stall. Sometimes it gives error code 54, sometimes says it cant convert song, cant find song, or just stalls. If I wait anywhere from 15 minutes to an hour it will finally un-freeze and dump everything or say the connection has timed out. I've ran repair on iTunes from control panel, no help. Un-installed iTunes and re-installed it then tried synce, no help. I un-selected everything in the iPod summary so that it wont try to synce when I connect it and selected manual synce. Then I could sync a few songs at a time, but it still stalls after only loading a few songs on iPod. Tried dumping everything out of the ipod and start over, several times, no help. I've been 6 days, all day, every day, and half the nights getting a few songs at a time on this dam thing. I found when it stalls if I turn the iPod off to force it out of iTunes I can then restart iTunes, reconnect the iPod, manually select 15 to 20 songs and drag them to the iPod. A few times I got over a hundred to sync but usually 20 to 30 songs then it stalls. Then I have to do the whole thing over again. I had a little over 1200 songs out of the 1877 songs, 11.28gb, in my music library when the last time it stalled, it dumped everything. 4 or 5 days of manually syncing a few songs at a time, GONE. Just poof, all that work for nothing. The only thing left on it is 92 of the hundred something songs I've bought from iTunes. I'm ready to take a hammer to the dam thing and send it back to Walmart where I got it.
    I'm using a Dell Studio 17 inch laptop that's about 4 yrs old running Windows 7 that I installed 2 years ago. I had a iPod nano 2gb that worked fine with this computer & iTunes untill it died last spring.
    Why do you have it set up so that one little hickup and the dam thing dumps everything thats on it? I cant even stop it from starting to sync when I connect it because I need to see the settings in the summary for the iPod to change the settings, but I cant see that until I connect it, but as soon as I connect it, it try's to start the sync and stalls feezing everything.
    Can anybody help me before this thing drives me completely over the edge!?
    The ColoradoHermit

    I have a older Dell Optiplex desktop computer running Windows XP. I copied the iTunes  folder on my laptop to an external drive and plugged that into my desktop computer. Then connected the iPod Touch to the desktop. For some reason or other the computer thought the iPod was a camera and wanted to know which photo program to open with or for it. I never did get iTunes on my desktop computer to "see" the iPod and had to give up that idea.
    When going into the My Computer or Windows Explorer - which is the one I like to use for working with my files-  when I connect the iPod to my computer in Windows Explorer it will show the iPod. Open that and it shows Internal Storage, open that and a folder with DCIM shows below it, open that and a folder with 860OKMZO on it shows below that, open that and it has the 40 or 50 photos I saved from Facebook. That's it, there isn't anything else shown in its storage. The iTunes on my old Desktop doesn't see the iPod Touch either.
    Even if the iTunes on my old desktop would work with this iPod Touch it wouldn't do me any good. I read in a post that once it is connected to a iTunes Library, if its connected to any other iTunes Library on a different computer it will dump everything that's on it. Which is totally stupid but I think they - iTunes - have it that way so that you cant share your music with somebody elses computer. But that also makes it so I cant manually sync one thing at a time with my own iTunes Library. I tried syncing my music first and after I got some of it on the iPod, in its summary I deselected the music sync and selected the movies or video's so I could manually synce a few to it to see if it would work. Bad move. As soon as I did that it dumped everything that was on it, then said that it could not sync the movies because the files could not be written. HUH? Why a video from YouTube could not be written beats me. But why did it dump all the music?
    The last thing I did with it was put all the options in the summary in iTunes back to default, removed everything on the iPod that was left after its last dump, then disconnected it, closed iTunes, and rebooted my laptop and started over from scratch. Started iTunes, connected the iPod, after iTunes found it I opened the iPod summary, made sure everything except sync photo's was selected, then started the sync function. It immediately listed all the songs and the songs info in light gray under music on the iPod. It only got 2 songs copied, then stalled. I just left it alone to see what it would do. I opened the Windows Task Manager to see what it was doing. Even though the iTunes program appered to be stalled it was using 50% of the CPU. After about 15 minutes it showed a popup window saying the song could not be writen then another saying its connection to the iPod had timed out, then iTunes stalled and "not responding" showed in task manager and at the top of the iTunes window. After 30 minutes I had to force it to close with the Task Manager. By then it was after midnight and had been another 12 hours wasted messing with this thing.

  • Define Service Desk Destination in the Solution Manager System (Dump creen)

    hi,
    in SPRO when i click on Define Service Desk Destination in the Solution Manager System
    i got dump screen with the error below 
    any help?
    Runtime Errors         SAPSQL_EMPTY_TABNAME
    Except.                CX_SY_DYNAMIC_OSQL_SYNTAX
    Date and Time          13.07.2008 14:05:57
    Short text
        A dynamically specified FROM clause has an unexpected format.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLSHI2" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SYNTAX', was not
         caught in
        procedure "STREE_READ_NODE_GENER" "(FUNCTION)", 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:
        The running ABAP program attempted to execute an Open SQL statement in
        which a FROM clause was specified dynamically in the field "TABLE_NAME". In
         this
        FROM clause, either a table name after a join operator is missing, or an
         alias name after the key name "AS". The field "TABLE_NAME" could be empty as
        well.
    regards

    Hi,
    I am facing the same problem. What is SP15 ?
    Is there any SAP Note that can be applied to correct this ?
    Thanks.

Maybe you are looking for

  • Remote control and remote desktop client in sccm 2012 ?

    What is the difference between remote control and remote desktop client in sccm 2012 ?

  • Photos have been found in the iPhoto Library folder that were not imported

    Whenever I start iPhoto, I get an error that says: 5 Photos have been found in the iPhoto Library folder that were not imported. Would you like to import them now? http://www.fredmccann.com/error.png If I say no, the dialog goes away but you get it t

  • Some sent Mac Mail not being Received

    My mac. mail account is receiving mail and indicates it is sending mail but it will not allow me to send my mail to myself (as a test) or to my friend with an active mac mail account. She is having the same problem. In an extra bizarre twist, one sma

  • Hp 8600. WINDOWS 7. ADMIN LOCKED. I am the Admin but can't get in. No IP address.

    HP 8600 printer.   Using Windows 7. IP:  No link Network Name:  Not applicable Wireless Direct: Off I am the Adminstrator.  Since there's no connectivity, I can't get to the printer's Embedded Web Server (EWS) page to reset the Network Settings.  Can

  • Selection screen invisible

    Hi Experts, In selection screen first i will give first matnr(Material Number).and press enter it need to check if it is there in database(marc table)  or not. if it is in data base the below selection screen not to be displyed. if it is there  the b