DUMP in program SAPMSSY1 -

Hi Friends ,
I am getting following dump .
CALL_FUNCTION_NOT_FOUND
"Check the last transports to the SAP System.
Is the program "SAPMSSY1" currently being changed?
If an enqueue/dequeue module is involved, is the activation
of the lock object missing in the ABAP/4 Dictionary?"
call 'RfcImport' id 'Type' field type.
if sy-xprog = 'JAVA'.
   system-call plugin
               id 'JAVA' value 'FORW_JAVA'
               id 'RC'   value rc.
i m working on this.But didnot get any clue.
please let me know if you can help on this.
regards,
kani

I would try to set a break-point to find more information
form remote_function_call using value(type).
  data rc type i value 0.
  do.
    call 'RfcImport' id 'Type' field type.
    if sy-xprog = 'JAVA'.
      system-call plugin
                  id 'JAVA' value 'FORW_JAVA'
                  id 'RC'   value rc.
*   if there is no rollout on the JAVA side which
*   rolls both, JAVA and ABAP, we return to the
*   C-Stack and reach this point
*   in case there was an rollout, the ABAP-C stack is lost
*   and we jump direkt to this point
*   here we trigger the rollout on this Abap side with
*   the following statement
      system-call plugin
                  id 'JAVA' value 'ROLL_OUT'
                  id 'RC'   value rc.
    else.
      perform (sy-xform) in program (sy-xprog).
      rsyn >scont sysc 00011111 0.
    endif.
  enddo.
endform.

Similar Messages

  • Abap Error CALL_FUNCTION_WAIT_ERROR in program SAPMSSY1

    I am getting abap error " CALL_FUNCTION_WAIT_ERROR  ".
    The termination occurred in the ABAP/4 program "SAPMSSY1 " in
    "REMOTE_FUNCTION_CALL".
    The main program was "SAPMSSY1 ".
    The termination occurred in line 69
    of the source code of program "SAPMSSY1 " (when calling the editor 690).
    Regards,
    Arundhati

    Hello,
    If CALL_FUNCTION_WAIT_ERROR occurs only at the server side for
    Remote Function Call (RFC) communication when the server gets
    the message that the client side is not reachable any more.
    This can happen if there exists an communication interruption (CPIC /
    TCP/IP network problems) or a client is not any more active.
    Therefore please check the gateway, workprocess and rfc traces
    (dev_rd,  dev_w* and dev_rfc*) and SM21 for possible problems. Could
    you find the origin of the rfc connection? Is it an external RFC
    program? Then you may need to install the most recent rfc library
    on external side according to SAP notes:
    413708  RFC library current at present
      27517  Installation RFCSDK
    Regards,
    David

  • BW: Not getting Dump For Program error in Process Chain

    I have one issue regarding Master data loading issue in BW(3.5).
    My business flow like we have received data from server A and Server A extract data from Server B and
    Server B which is extract data from source(R/3).
    Flow like this R/3-->Server B-->Server A(ETL) -
    > My Server.
    We have a mater data process chain and that chain we have have the source system Server A but in the process chain one process is there which is fethces data like global transport e.g UOM,factory calender etc through Custom program directly from Server B.
    Oneday what happened On that process the process chain Yellow since more than 16 hrs.Once nextday process chain trigger the process chain runs sucessfuly.
    But lastdays process chain paticular process stills remains yellow?
    We are not getting any dumps and even if from Server A there is no logs then anyone could please tell me what is reason and how to solve it.
    Note: it will be helpful for me  if any one know how to check dump for program errors in Process chain as narated issue.

    Guys, I am also facing the same issue.
    When DTP is completed successfully, it has the job log blow :
    Job started
    Step 001 started (program RSPROCESS, variant &0000000391261, user ID BWREMOTE)
    Performing check and potential update for status control table
    Status 'Executable' (user BWREMOTE)
    Status 'Active' (user BWREMOTE)
    Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIDTPR_335754_1 with ID 06532200
    Job finished
    When it fails or remain yelllow for long time and then turn into red.
    Job started
    Step 001 started (program RSPROCESS, variant &0000000391306, user ID BWREMOTE)
    Performing check and potential update for status control table
    Status 'Executable' (user BWREMOTE)
    Status 'Active' (user BWREMOTE)
    EXTRACTION OF DATAPACKAGE 000001
    EXTRACTION OF DATAPACKAGE 000002
    Job finished
    The question is, why the program  RSBATCH_EXECUTE_PROZESS is not scheduled.  Is it because there is no free resource? Or poor response from SAP ECC?
    Finally what does "EXTRACTION OF DATAPACKAGE 000001" mean? Its not scheduled?
    Regards
    MultiABAP
    Edited by: MultiABAP on Oct 6, 2010 10:32 AM

  • ABAp dump in program "LOLEAU02"

    Runtime errors         MESSAGE_TYPE_X
    I have attached the dump analysis report
    Error analysis
    Short text of error message:
    Control Framework : Error processing control
    Technical information about the 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.
    Message classe...... "CNDP"
    Number.............. 006
    Variable 1.......... " "
    Variable 2.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    Variable 3.......... " "
    Variable 4.......... " "
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "MESSAGE_TYPE_X" C
    "SAPLOLEA" or "LOLEAU02"
    "AC_SYSTEM_FLUSH"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    System environment
    SAP Release.............. "620"
    Application server....... "dausjfc0"
    Network address.......... "167.228.43.182"
    Operating system......... "AIX"
    Release.................. "5.2"
    Hardware type............ "00C9F79E4C00"
    Character length......... 8 Bits
    Pointer length........... 64 Bits
    Work process number...... 4
    Short dump setting....... "full"
    Database server.......... "dausjfc0"
    Database type............ "ORACLE"
    Database name............ "CCD"
    Database owner........... "SAPR3"
    Character set............ "diocletian"
    SAP kernel............... "640"
    Created on............... "Feb 27 2006 21:35:45"
    Created in............... "AIX 1 5 00538A4A4C00"
    Database version......... "OCI_920 "
    Patch level.............. "116"
    Patch text............... " "
    Supported environment....
    Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
    10.2.0.."
    SAP database version..... "640"
    Operating system......... "AIX 1 5, AIX 2 5, AIX 3 5"
    User, transaction...
    Client.............. 321
    User................ "USLIF90"
    Language key........ "E"
    Transaction......... "SA38 "
    Program............. "SAPLOLEA"
    Screen.............. "SAPLGRAP 0210"
    Screen line......... 0
    Information on where termination occurred
    The termination occurred in the ABAP program "SAPLOLEA" in "AC_SYSTEM_FLUSH".
    The main program was "YQ9_UPLO ".
    The termination occurred in line 29 of the source code of the (Include)
    program "LOLEAU02"
    of the source code of program "LOLEAU02" (when calling the editor 290).
    Source code extract
    000010   FUNCTION AC_SYSTEM_FLUSH .
    000020   *"----
    000030   ""Lokale Schnittstelle:
    000040   *"  IMPORTING
    000050   *"     VALUE(CALLED_BY_SYSTEM) TYPE  C OPTIONAL
    000060   *"  EXCEPTIONS
    000070   *"      CNTL_SYSTEM_ERROR
    000080   *"      CNTL_ERROR
    000090   *"----
    000100     data: sysubrc like sy-subrc.
    000110
    000120     CALL FUNCTION 'AC_FLUSH_CALL'
    000130          EXPORTING
    000140               SYSTEM_FLUSH = 'X'
    000150               CALLED_BY_SYSTEM = CALLED_BY_SYSTEM
    000160          IMPORTING
    000170               MESSAGE_NR   = sysubrc
    000180               MESSAGE_TEXT = SY-MSGLI.
    000190
    000200     sy-subrc = sysubrc.
    000210
    000220     CASE SY-SUBRC.
    000230       WHEN 0.
    000240       WHEN 1.
    000250   *     system_error
    000260         MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR.
    000270       WHEN 2.
    000280   *     method_call_error
    >         MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
    000300       WHEN 3.
    000310   *     property_set_error
    000320         MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
    000330       WHEN 4.
    000340   *     property_get_error
    000350         MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
    000360       WHEN OTHERS.
    000370         RAISE CNTL_ERROR.
    000380     ENDCASE.
    000390
    000400   ENDFUNCTION.
    Contents of system fields
    Can some one help me to solve this issue.
    vel.

    Hi,
       This is the program for YQ9_UPLO.
    *Description: Upload text file
    *Program change log:
    date int description
    *120397 sjr initial program development
    PARAMETERS: FILE_NM     LIKE  RLGRAP-FILENAME
                            DEFAULT 'c:\abap\z.txt'.
    PARAMETERS: P2          LIKE  RLGRAP-FILENAME
                            DEFAULT '/sapdc/pman .tmp'.
    parameters: utf8file as checkbox.
    DATA: INRECORD_COUNT(6) TYPE P DECIMALS 0,
          OUTRECORD_COUNT(6) TYPE P DECIMALS 0.
    DATA: BEGIN OF    ITAB   OCCURS 0,
          RECORD(1200),
          END OF      ITAB.
    START-OF-SELECTION.
    Check to see if authorized to run this report              "PR-052496
      AUTHORITY-CHECK OBJECT 'S_PROGRAM'                         "PR-052496
                      ID 'P_GROUP'  FIELD SY-REPID               "PR-052496
                      ID 'P_ACTION'  FIELD 'SUBMIT'.             "PR-052496
      IF SY-SUBRC NE 0.                                          "PR-052496
        MESSAGE A998(YQ9_Z0) WITH SY-UNAME SY-REPID.
      ENDIF.                                                     "PR-052496
    CALL FUNCTION 'UPLOAD'
         EXPORTING
              FILENAME            = FILE_NM
         TABLES
              DATA_TAB            = ITAB.
    *ditor-call for input_rec.
    if utf8file = 'X'.
        OPEN DATASET P2 FOR OUTPUT IN TEXT MODE ENCODING UTF-8.
    else.
        OPEN DATASET P2 FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE.
    endif.
    LOOP AT   ITAB.    .
      ADD 1 TO INRECORD_COUNT.
      TRANSFER ITAB-RECORD TO P2.
      ADD 1 TO OUTRECORD_COUNT.
    ENDLOOP. "itab
    END-OF-SELECTION.
    CLOSE DATASET P2.
    WRITE: / '# of records read      ', INRECORD_COUNT,
           / '# of records transfered', OUTRECORD_COUNT.
    WRITE:/ 'upload filename', FILE_NM.
    WRITE:/ '   aix filename', P2.
    TOP-OF-PAGE.

  • DUMP in program webdynpro  ASSERTION_FAILED  The main program was "SAPMHTTP

    We have a program in webdypro and yesterday we had this dump,but nobody can me tell wath it is mean?.
    Can someone help me? Thanks Flavia
    Texto breve
        The ASSERT condition was violated.
    Anál.errores
        The following checkpoint group was used: "No checkpoint group specified"
        If in the ASSERT statement the addition FIELDS was used, you can find
        the content of the first 8 specified fields in the following overview:
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
        " (not used) "
    Notas para corregir errores
        Probably the only way to eliminate the error is to correct the program.
        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:
        "ASSERTION_FAILED" " "
        "CL_WDR_VIEW_ELEMENT_ADAPTER===CP" or "CL_WDR_VIEW_ELEMENT_ADAPTER===CM01L"
        "DISPATCH_EVENT"
        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".
      4. Details about the conditions under which the error occurred or which
      actions and input led to the error.
    Usuario y transacción
        Client.............. 300
        User................ "CTACTEPROV"
        Language Key........ "S"
        Transaction......... " "
        Program............. "CL_WDR_VIEW_ELEMENT_ADAPTER===CP"
        Screen.............. "SAPMHTTP 0010"
        Screen Line......... 2
        Information on Caller ofr "HTTP" Connection:
        Plug-in Type.......... "HTTP"
        Caller IP............. "10.10.10.90"
        Caller Port........... 8001
        Universal Resource Id. "/"
    Info posición de cancelación
        Termination occurred in the ABAP program "CL_WDR_VIEW_ELEMENT_ADAPTER===CP" -
         in "DISPATCH_EVENT".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 5
        of the (Include) program "CL_WDR_VIEW_ELEMENT_ADAPTER===CM01L".

    Hello,
    We implement some notes and so far not returned the problem. I do not know if it solved the problem but maybe help you.
    Nota 1522829
    Nota 1070532
    Flavia

  • Facing ABAP dump in program SAPLGRAP that ABAP_2_DAT does not exist

    We have an IDES ECC6.0 installation. We are facing some ABAP dump whenever any activity which involves a list is performed.
    Eg: When in SU01 you click on user field and press F4 to get the list of present users, it shows following dump:
    ( Error in the ABAP Application Program
    The current ABAP program "SAPLWDTM" had to be terminated because it has++
    come across a statement that unfortunately cannot be executed.++
    The following syntax error occurred in program "SAPLGRAP " in include "LGRAPFGL" in
    line 1203:
    "The FORM "ABAP_2_DAT" does not exist."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "AICAMT "
    Error in the ABAP Application Program
    The current ABAP program "SAPLWDTM" had to be terminated because it has
    come across a statement that unfortunately cannot be executed. )
    The WS_DOWNLOAD module itself is missing. Any idea on this?

    Hi Uday,
    Thanks for your responce.
    The ECC6.0 system is at EHP 1 SP 14.
    SM21 log shows the following:
    Run-time error "SYNTAX_ERROR" occurred.
    The details of this error is the same as mentioned in the previous post i.e
    the FORM "ABAP_2_DAT" could not be found.
    Regards,
    Kushal Agrawal

  • Syntax_error dump in program FP_TEST_00

    Hi
    I am getting a runtime error in a standard program FP_Test_00.
    Can anyone please explain me how could i rectify the error since the program is standard sap.
    Thanks in advance. Please refee to the dump screenshot for the same.

    Hi Kushmeen
    Please try the note 944221:
    Hope this thread will be helpful.
    Adobe Form Error FPRUNX001
    Regards,
    Kannan

  • DYNPRO_NOT_FOUND dump in program MP126300

    Hello experts,
    While we are running a TCODE pp01 select Business role and choose create, we are getting a ABAP DUMP DYNPRO_NOT_FOUND.
    Error analysis: The system attempted to use dynpro 0003 in program"MP126300". This dynpro does not exist.
    we have searched the marketplace for Notes but no success.
    Even though Some business roles are assigned, when we login to the WEB UI we get a message as :
    Logon is not possible because you have not been assigned to a business role; contact your system administrator
    Our environment
    Application : CRM 7.0, Os : windows 2003, Database   : MS sql 2005.
    Thanks and Regards,
    Ranadhir

    Hello Ranadhir,
    infotype 1263 business role seems to be missing.
    In the transaction SOBJ -> Object: PDST -> Piece list are defined all inotypes that will be included in the transport request using the report RHMOVE30.
    The check can be made with the report RHSOBJCH. Please run this report you will find mixssing infotype 1263. Select and run Adjust.
    Afterwards this entry should be maintained in the transaction SOBJ an the report RHMOVE30 should collect this infotype in the transportrequest. You can check note 442334.
    Hope this will resolve your issue.
    Thanks
    Raja Pamireddy
    CRM Moderator

  • Run time error (short dump) executing program SCAN_BW_REFERENCES in SE80

    Hi experts,
    I am not an ABAPer, or Basis person, rather a hybrid functional/technical Key User for our Business Warehouse system (BW 3.5, Netweaver 2004).  We have a user who cannot save BW reports to his favorites and he is getting a number of error messages.  OSS note 887002 seems to address this and indicates that I should run program SCAN_BW_REFERENCES from transaction SE80.  The program is supposed to perform the checks for BW objects assigned to the Favorites and identify situations causing terminations in BW frontend applications.  I have attempted to execute this program on several occassions and always get run-time errors (short dumps).  Here is the error:
    Runtime Errors         TSV_TNEW_PAGE_ALLOC_FAILED
    Date and Time          2008.09.17 19:00:49
    ShrtText
         No storage space available for extending an internal table.
    What happened?
         You attempted to extend an internal table, but the required space was
         not available.
    I have been informed by our Basis group that I have reached a memory limit, but they will not extend the memory paramters.  Any ideas on a work-a-round or a way to minimize the number of records this program is pulling in, in an attempt to get it to run?
    Thanks,
    HC

    Hi,
    The only response I got from Basis was that they would not extend the memory parameters because they are for all users in the system.  Not sure what that means. 
    The full dump is too large to paste here.  I think what I will do is to see if our ABAPers can create a modified version of this program to include selection by user.  Typically it is for only one user that I need to run the program, and that surely would fall within the space requirements.
    Thanks for your answer.
    //HC

  • Regarding short dump in program  SAPLCNDP with Raise_Exception

    Hi all,
    I am getting short dump "RAISE_EXCEPTION" in my system .
    Exception condition "CNTL_ERROR" raised.
    A RAISE statement in the program "SAPLCNDP " raised the exception
    condition "CNTL_ERROR".
    Since the exception was not intercepted by a superior program
    in the hierarchy, processing was terminated.
    Information on where termination occurred
    The termination occurred in the ABAP/4 program "SAPLCNDP " in
    "DP_SYNC_URLS".
    The main program was "SAPLSMTR_NAVIGATION ".
    The termination occurred in line 31
    of the source code of program "LCNDPU40 " (when calling the editor 310).
    Needed reply urgently.
    Thanks in Advance,
    Nagamani

    In the shortdump, look for the value of the feature on which the error occurred.. ie the variable FEATURE_ID & try if you can activate that feature using Tcode PE03.
    ~Suresh

  • Varient(  STD_SHORTFALL )  giving dump in program RCNMR000

    Hi All,
       Could anyone give me the solution for the dump I am getting in program RCNMR000, When ever I m selecting the variant STD_SHORTFALL its giving following dump.
    Short text
        Unable to interpret "c " as a number.
    Its in the standard program.
    Thanks,
    Adithan S.

    Hi,
    I don't have that variant to test.
    But some wrong value (CHAR) is passed to a Numeric Value field , so it is dumping.
    Suggest you to analyse the dump analysis from ST22 and try to solve.
    Also execute it with other variants and see.
    reward if useful
    regards,
    ANJI

  • Short dump in program to trigger process chain

    Hi all,
    We have an ABAP program written to trigger a process chain...When we execute the ABAP program it goes on for a long time and then returns a short dump.It dosent even trigger the process chain.
    What could be the reason for this?
    Can someone please help...
    Regards,
    Suchitra

    Following is the error
    An exception occurred. This exception is dealt with in more detail bel
    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', w
      neither
    caught nor passed along using a RAISING clause, in the procedure
      "Z_BPS_FIELDS_SET_REMOTE_C35" "(FUNCTION)"
    Since the caller of the procedure could not have expected this excepti
      to occur, the running program was terminated.
    The reason for the exception is:
    If you use an ABAP/4 Open SQL array insert to insert a record in
    the database and that record already exists with the same key,
    this results in a termination.
    (With an ABAP/4 Open SQL single record insert in the same error
    situation, processing does not terminate, but SY-SUBRC is set to 4.)

  • OSS Note for dump in program LOLEAU02

    Hallo Everybody,
    I need help in finding an OSS notes for the runtime error MESSAGE_TYPE_X in the program LOLEAU02.The last modified date of this program is 6.11.2003.
    There are many OSS notes and I couldn't able to sort the OSS note for this particular runtime error.I have given some details about the dump.
    <b>
    User and Transaction
        Language key........ "F"
        Transaction......... "IW32 "
        Program............. "SAPLOLEA"
        Screen.............. "SAPLSCAC 0100"
        Screen line......... 0
    Information on where terminated
        The termination occurred in the ABAP program "SAPLOLEA" in "AC_SYSTEM_FLUSH".
        The main program was "SAPLCOIH ".
        The termination occurred in line 29 of the source code of the (Include)
         program "LOLEAU02"
        of the source code of program "LOLEAU02" (when calling the editor 290).
    Source Code extract
    24     WHEN 1.
    25 *     system_error
    26       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 007 RAISING CNTL_SYSTEM_ERROR.
    27     WHEN 2.
    28 *     method_call_error
    >>       MESSAGE ID 'CNDP' TYPE 'X' NUMBER 006 RAISING CNTL_ERROR.
    30     WHEN 3.</b>
    Thanks in advance.Any inputs on this will be helpful.
    Regards,
    Raj

    Hi,
    Thanks Chandrasekar.
    The thread has the same dump except the main program which is <b>YQ9_UPLO</b>.In my case the main program is<b> SAPLSMTR_NAVIGATION</b>.
    Still the dumps occurs and I am unable to find the root cause. Any inputs will be som helpful.Thanks in advance.
    Regards,
    Raj

  • Dump is program RIMODAC2 - Activate/Deactivate integration model

    Hi APO guyz...
    Background job of program RIMODAC2 - Activate/Deactivate integration model fails with following error "TSV_TNEW_PAGE_ALLOC_FAILED"..
    Can somebody tell me what is the reason behind that and how can we resolve it...
    Thanks a lot !!
    - D

    job in  failed with a memory space problem or too many orders are read.Generally when reading large datasets of the table  a short dump occurs with message TSV_TNEW_PAGE_ALLOC_FAILED.
    Please rerun the IM model , it will resolve the issue or split IM data into 2/3 IM so that volume is distribute which may resolve your problem.
    Also if IM is set up for all the object together , please split IM for individual object.
    If problem still persist than check for OSS message.
    Note 903715 - Initial data transfer: TSV_TNEW_PAGE_ALLOC_FAILED
    Note 137932 - Short dump TSV_TNEW_PAGE_ALLOC_FAILED in LCOIAU05
    Manish`

  • Dump in program SAPF110O

    Hi,
    I get a dump BCD_BADDATA after execute transaction F110 in ECC 6.0.
    The dump is generated when it assigns a packed field with an incorrect BCD format.
    Following, there is the assignment:
    ls_xregue_alv-PSWBT = 0 - xregue-PSWBT.
    Where field xregue has the value "20202020202.02".
    I was looking for a note but I didn't find one which applies for my issue...
    Somebody knows about a note or have a similar problem?
    Thanks in advance
    Leonardo

    Hi Rob,
    Not really, because there are a lot of lines similar. In fact, I made a test modifying the value 20202020202.02 by 202020202.02 and it works fine.
    Thanks anyways for your quick answer,
    Leonardo

Maybe you are looking for

  • SSO between R/3 and Web Server Filter is not working

    Hi all, I have to configure SSO to access from SAP R/3 to a third-party web application through Web Server Filter. R/3  WSF  3rdParty App I think everything is configured properly, but when I issue the http request from R/3 to WSF I get the followi

  • Will this Hard Drive work with My Wallstreet?

    I was looking at buying a Seagate 60GB UDMA/100 5400RPM 2.5" 9.5mm NBB HDD does anyone know if this will work in my 300 mhz Wallstreet?

  • Some odd results... anyone have any thoughts?

    Hi - I have quite a few sequences that I've exported from FCE 4 to compressor, and imported in DVDSP4. I've created a track joining all of the sequences together. It's worked well so far. Recently, I did a batch export from compressor, and got some w

  • Auto correcting my name

    I like the auto correction option, but my name is "Rob" and on the keyboard that is one key off from "Ron" so when I type Rob it often auto corrects to Ron which is confusing to people I send txt and email to and annoying to me. Is there a way I can

  • Broadband usage monitor lies!!!

    I gather this topic might be a bit of a dead horse but i'm beyond frustrated. Signed up to Option 2 Broadband Sept 12. Recieve an e-mail Oct 16 stating I have used 32gb of my 40gb monthly allowance. Checked online usage monitor on Oct 21 which showed