Dump on VC01N

Hi everyone,
I'm facing a problem in VC01N transaction : every time a user clicks on the "Customer information" tab, he gets a short dump with the following exception CALL_FUNCTION_NOT_FOUND. The function module that causes the dump is WWW_GET_SCRIPT_AND_HTML1.
I checked in SE37 and it appears that this FM does not exist at all in our system.
I tried to find an OSS note to correct this but found nothing on this subject, so I guess this is not a coding error.
Can anyone tell me in which package this FM can be found ?
We are using SAP ECC6.0, basis version 700.
Thanks in advance for your answers.
Regards.
Nicolas

Look at OSS [Note 188814 - RFC outbound for KUSTA for connection to CRM 1.2 (Appl)|https://service.sap.com/sap/support/notes/188814]
(that's an old FM belonging to [CRM|https://websmp203.sap-ag.de/crm], look at [Cockpit|http://help.sap.com/saphelp_crm50/helpdata/en/46/02bb3bfa4a11d3aba200105aae9fb5/frameset.htm] in [CRM Integration Services|http://help.sap.com/saphelp_crm50/helpdata/en/c3/95fc381478ab6fe10000000a11402f/frameset.htm])
Regards,
Raymond

Similar Messages

  • 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.

  • MKT_ELEMENT_CREATE gives Dump during creation of Campaign Element

    Hi,
    I am trying to create campaign element through code and I am getting dump in the following class method.
    Class : CL_CRM_MKTPL_OL_MKTPROJECT
    Method : SET_ATTRIBUTES
    Line No : 15 ->> lr_header_item->get_attributes( EXPORTING iv_get_external_attributes = abap_true
                                      IMPORTING es_attributes              = ls_header_attr ).
    In above statement LR_HEADER_ITEM comes as Initial.
    Below is the code for creating campaign element.
    DATA: LR_TASK          TYPE REF TO CL_CGPL_TASK,
            LR_TASKS         TYPE REF TO CL_CGPL_TASKS,
            LR_PROJECT       TYPE REF TO CL_CGPL_PROJECT.
      DATA: WA_PROJECT  TYPE CGPL_PROJECT.
      DATA: WA_TASK     TYPE CGPL_TASK.
      DATA: LIT_TASKS   TYPE CGPLD_ITAB_TASK.
      DATA: WA_MESSAGE TYPE BAPIRET2.
      DATA: LIT_RETURN TYPE TABLE OF BAPIRETURN1.
      DATA: WA_CAMPAIGN TYPE CRM_MKTPL_CAMPAIGN,
            WA_ATTRIBUTES TYPE CRM_MKTPL_MKTELEMENT.
      DATA: LV_GUID TYPE SYSUUID-X."BAPI_MARKETINGELEMENT_GUID-MKTELEMENT_GUID.
      DATA: LV_CAMP_GUID TYPE BAPI_MARKETINGELEMENT_GUID-MKTELEMENT_GUID.
      CALL FUNCTION 'MKT_ELEMENT_READ'
        EXPORTING
          MARKETINGELEMENT = IV_SOURCE_GUID - THIS IS A IMPORT PARAMETER OF FUNCTION MODULE ( CAMPAIGN GUID ).
        IMPORTING
          EX_CAMPAIGN      = WA_CAMPAIGN
          EX_ATTRIBUTES    = WA_ATTRIBUTES.
      CONCATENATE WA_ATTRIBUTES-EXTERNAL_ID '_' SY-DATUM '_' SY-UZEIT INTO WA_ATTRIBUTES-EXTERNAL_ID.
      WA_ATTRIBUTES-OBJECT_TYPE = 'CPT'.
      CALL FUNCTION 'SYSTEM_UUID_CREATE'
        IMPORTING
          UUID = WA_ATTRIBUTES-GUID.
      LV_CAMP_GUID = WA_ATTRIBUTES-GUID.
      WA_ATTRIBUTES-PROJECT_GUID = IV_SOURCE_GUID.
      WA_ATTRIBUTES-PARENT_GUID = IV_SOURCE_GUID.
      CALL FUNCTION 'MKT_ELEMENT_CREATE'
        EXPORTING
          IM_MARKETINGELEMENT = LV_CAMP_GUID
          IM_ATTRIBUTES       = WA_ATTRIBUTES
        TABLES
          RETURN              = LIT_RETURN.
      IF LIT_RETURN[] IS INITIAL.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            WAIT = 'X'.
      ENDIF.

    This would happen if you are not passing the right guid to the program or Function Module. Please check that the guid is available in cgpl_project table.
    Ajay Gupta

  • NFe 3.10 Inbound - Dump na etapa Simular Invoice

    Pessoal, boa tarde!
    Estamos testando o processo de inbound (com automação) e depois de aplicar todas as notas para a versão 3.10 estamos com o seguinte erro no GRC ao executar o processo "Simular Invoice e NFe":
    No ECC, ocorre o seguinte Short Dump:
    Pesquisando no fórum, encontrei o mesmo erro do GRC, porém para outra função: GRC10 - Incoming NFe erro 00 341
    No programa SAPLJ_1B_NFE_IN, include LJ_1B_NFE_INF3K a função e o parâmetro "IT_EXTENSION" existem e estão OK.
    As SAP Notes 1752688, 1826868, 1857765 já estão aplicadas.
    Alguém está com o mesmo problema?
    Estou tentando fazer o debug desde o GRC mas ainda não consegui acertar o break-point. Onde exatamente devo colocar os breaks para conseguir debugar até chegar nessa função no ECC?
    Obrigado!

    Boa tarde Ricardo,
    Se o seu processo for o simulação de compra normal, você pode colocar o break na função /XNFE/CALL_NFE_SIMULATION_NP caso contrário existe uma função para cada processo.
    /XNFE/CALL_NFE_SIMULATION
    /XNFE/CALL_NFE_SIMULATION_CSGR
    /XNFE/CALL_NFE_SIMULATION_CSIV
    /XNFE/CALL_NFE_SIMULATION_FDGR
    /XNFE/CALL_NFE_SIMULATION_FDIV
    /XNFE/CALL_NFE_SIMULATION_GR
    /XNFE/CALL_NFE_SIMULATION_NP
    /XNFE/CALL_NFE_SIMULATION_SA
    /XNFE/CALL_NFE_SIMULATION_SC
    Att, Cesar Coelho

  • SAP NF-e - GRC10.0 - Dump no Monitor Evento após SP16

    Olá, pessoal.
    Fizemos a atualização do GRC para o SP16 mas agora estamos tendo erros no Monitor Web do GRC (Especificamente nos monitores de Eventos).
    Qualquer filtro que façamos nos Monitores Evento ou Monitor Lote Evento, temos o seguinte dump:
    Informações dos componentes intalados:
    SAP_BASIS
    702
    0010
    SAPKB70210
    Componentes de base SAP
    SAP_ABA
    702
    0010
    SAPKA70210
    Componente válido para várias aplicações
    PI_BASIS
    702
    0010
    SAPK-70210INPIBASIS
    Plug-in base
    ST-PI
    2008_1_700
    0007
    SAPKITLRD7
    SAP Solution Tools plug-in
    SAP_BW
    702
    0010
    SAPKW70210
    SAP Business Warehouse
    SLL-NFE
    900
    0016
    SAPK-90016INSLLNFE
    xNFE
    ST-A/PI
    01P_700
    0000
    Servicetools for other App./Netweaver 04
    Alguém com o mesmo problema?
    Att.,
    Fábio Cirino.

    Olá Fabio, veja as notas recomendadas
    Component BC-MUS-POW (POWL)
    1392965 POWL: Dump when Query name has '/' char
    1683386 POWL: Issue in rendering of POWL results
    1688298 POWL: Incorrect sorting order in the table after refresh
    1700565 POWL: Worklist changes lost at any user action
    1700937 POWL: Incorrect dynamic selection criteria in queries
    1724967 POWL: User criteria overwritten by admin criteria
    1734250 POWL: Scroll position reset on multiple line selection
    1738915 POWL: Scroll position reset on multiple line selection
    1763600 POWL: Detail area hidden on any ALV standard function
    1768373 POWL: Lead selection changes when selecting multiple lines
    1774368 POWL: Short dump while clicking refresh Link
    1804911 Dump when clicking on links with single entry in the table
    1802015 POWL: Dump when query, type or category name contains namespaces
    1821727 Detail area not updated in accordance with current lead selection
    1842751 POWL: Restriction of selection criteria does not work
    1902251 Detail area not hidden when there is no lead selection
    1912693 POWL: Clear the table selection for index -2 set
    1945143 POWL Dump on Detail area and Edit row data is not reflected upon lead selection
    Abraço
    Eduardo Chagas

Maybe you are looking for

  • Does Firewall do SPI?  If not, what does it do?

    Does Time Capsule have a firewall? Does it do SPI? What else does qualifies it as a firewall? NAT isn't really much protection? Would it be better to put TC upstream of a router that has a true firewall?

  • Flash 8 Color Loss

    I have purchased a template for a Flash web site. My problem is that I made a few changes. The test show the screen as I planned it, but when I publush the movie and transfer to the server I lose the bottom half background color. It turns white and m

  • No Chapters imported from FCE HD

    I'm trying to create a DVD of my recent project. I created 12 chapter markers with the first being 00:00:15:01 into it. I exported it to Quicktime movie (not conversion) I selected add Audio and Video and include Chapter Markers. I made it not self c

  • How do I get AI to print a large image across multiple sheets of paper?

    I'm pretty innexperienced with AI newer than a decade ago.  Anticipating that the software would be able to print Artboards as sheets, I created my image to cover more than one artboard. I've read various related help topics and I still can't get one

  • Custom Field in Infoset Query missing in Infoset

    Hi Everyone, I'm in a puzzle and I hope someone can help me. Basically I need to maintain an existing infoset Query - While looking through the query and it's related Infoset I noticed there is a custom field appearing in the query (SQ01) but this fi