Oc4j902 dump.Urgent!!

I have encountered one problem.
We use oc4j 902 on IBM AIX enviroment.use the command :
java -Ddatasource.verbose=true -Dtransaction.log=true -DGCSIZE=10 -Xms400m -Xmx750m -jar oc4j.jar
Running one day, the system will dump.
The console output just like,
SIGILL 4(*) illegal instruction(not reset when caught)
Si_signo[4]:sigill*) illegal instruction(not reset
si_errno [0]:Error 0
si_code [30]LL_ILLOPC[addr:0*0]
stackpointer=6414de98
writing java dump to /oc4j/j2ee/home/javacore4226.1068446881
jdbc:oracle:thin:@192.168.1.245:1521:cqec opened connection
./start_oc4j[2]:4226 Illegal instruction
How to do it, please help me . Thansk.

Hi Raghuram,
STRLEN is a command to get a length of a string. So it might be a case that while passing the data to STRLEN the variable must be other than the character. Just check with the developer for the same.
Thanks,
Mandar

Similar Messages

  • Modify stmt leads dump (urgent)

    PERFORM get_customer TABLES itab_futureorders.
    FORM get_customer TABLES p_itab STRUCTURE itab_orders .
      DATA: wa_itab LIKE LINE OF itab_orders.
      SELECT avbeln aparvw
             b~name1
        INTO TABLE itab_customer
        FROM vbpa AS a
        INNER JOIN kna1 AS b ON akunnr = bkunnr
        FOR ALL ENTRIES IN p_itab
        WHERE vbeln EQ p_itab-soord
        AND parvw EQ 'ZE'.
      IF sy-subrc EQ 0.
        LOOP AT itab_customer INTO wa_customer.
          READ TABLE  p_itab INTO wa_itab
          WITH KEY soord = wa_customer-vbeln.
          IF sy-subrc EQ 0.
            CLEAR p_itab-name1.
            p_itab-name1 = wa_customer-name1.
          ELSE.
            CLEAR p_itab-name1.
          ENDIF.
          MODIFY p_itab.
          ENDLOOP.
      ENDIF.
    ENDFORM.                    " get_customer
    I am getting short dump while exec the modify statement. Please let me know the error in this.
    Regards,
    Cheritha

    Hi,
    Check out the errors.
    PERFORM get_customer TABLES itab_futureorders.
    FORM get_customer TABLES p_itab STRUCTURE itab_orders .
    DATA: wa_itab LIKE LINE OF itab_orders.
    SELECT avbeln aparvw
    b~name1
    INTO TABLE itab_customer
    FROM vbpa AS a
    INNER JOIN kna1 AS b ON akunnr = bkunnr
    FOR ALL ENTRIES IN p_itab
    WHERE vbeln EQ p_itab-soord
    AND parvw EQ 'ZE'.
    IF sy-subrc EQ 0.
    LOOP AT itab_customer INTO wa_customer.
    READ TABLE p_itab INTO wa_itab
    WITH KEY soord = wa_customer-vbeln.
    IF sy-subrc EQ 0.
    CLEAR p_itab-name1.
    " commentedp_itab-name1 = wa_customer-name1.
    wa_itab-name1 = wa_customer-name1.
    ELSE.
    CLEAR wa_itab-name1.
    ENDIF.
    MODIFY p_itab from wa_itab..
    ENDLOOP.
    ENDIF.
    ENDFORM. " get_customer
    or u can use this logic.
    data: lv_ind type i.
    loop at p_itab into wa_itab.
    lv_ind = sy-tabix.
    read table itab_customer into wa_customer
      with key vbeln = wa_itab-soord.
    if sy-subrc = 0.
      wa_itab-name1 = wa_customer-name1.
      modify p_itab from wa_itab index lv_ind
                transporting name1.
    endif.
    clear wa_itab.
    ENDLOOP.
    regards,
    Santosh Thorat

  • Dump urgent.

    Hi
    I get this error :-
    In statement
       "STRLEN( obj )..."
    the argument "obj" can only take a character-type data object.
    The termination occurred in the ABAP/4 program "SAPLKKBL " in
    "GEN_FIELD_OUT2".
    The main program was "ZRTUS001_V1 ".
    The termination occurred in line 3914
    of the source code of program "LKKBLF99 " (when calling the editor 39140).
    Please give some suggestions

    Hi Raghuram,
    STRLEN is a command to get a length of a string. So it might be a case that while passing the data to STRLEN the variable must be other than the character. Just check with the developer for the same.
    Thanks,
    Mandar

  • Short dump error report

    What is the purpose of short dump error report generated by the system? What r the major parts/section of this report?

    hi please look through this:
    Whenever any transaction or any process is executed it hits an ABAP code.
    If there is any issue in executing the code the situation is called "ABAP DUMP" or 'Short Dump'
    Transaction ST22 is used to check any ABAP Dump within a given duration.
    U can also fix the issue with the help of ABAP editor (Transaction Code SE38) if u r good with ABAP.
    you can select back to the last 14 days if you are
    running the SAP_REORG_ABAPDUMPS job (program RSSNAPDL) which deletes te
    old ABAP dumps every day, possibly further if you run it weekly or
    monthly.
    sap-basis   sap-basisAll Groups  Ignore this text box. It is used to detect spammers.If you enter anything into this text box, no search results will be displayed.
    SAP Groups > Technical-functional > sap-basis > Message
    About This Group | Invite peers to join this group 
    << Prev thread  < Prev msg  Next msg >  Next thread >> 
    short dump----urgent
    Reply from Keith Lewis on 5/2/2003 3:22:00 AM 
    Good explanation Joy, but it is not only limited to the current day and
    yesterday. If you click on the Selection button you can select previous
    days as well. In fact you can select back to the last 14 days if you are
    running the SAP_REORG_ABAPDUMPS job (program RSSNAPDL) which deletes te
    old ABAP dumps every day, possibly further if you run it weekly or
    monthly.
    Cheers
    Keith
    SAP R/3 Support Specialist
    Information Services International
    Tel +44 1664 41 6178 Mobile +44 7887 627818
    E-mail email@removed
    Archive Page - http://www.ittoolbox.com//I/sap-r3-basis.asp
    Dear sreenivas
    If you receive an error message in the R/3 System log (SM21), or if you
    see
    a terminated update in the update service analysis transaction (SM13), or
    DB
    realated error ,check for dumps using the dump analysis transaction
    (transaction ST22), or choose Tools -> Administration -> Monitoring ->
    Dump
    analysis.
    Transaction ST22 enables you to analyze short dumps from the current and
    previous day.
    The dump analysis function shows you:
    What happened
    What you can do
    How to correct the error
    The dump analysis function also provides an error ID and keywords that you
    can use to search in SAPNet, as well as information about:
    The system environment
    Users and transactions
    Transaction ST22 enables you to analyze the following data:
    Date, time, user, client
    Contents of system and data fields
    Contents of internal tables and application tables
    ST22 is a very nice feature in SAP. This is where all the system errors
    and users mistakes showed up. If there is a problem that you cannot
    solve and you contact SAP support, they look at this area to analyze it.
    This gives us lead where to handle the problems.
    Error analysis
    How to correct the error
    System environment
    User, transaction...
    Information on where termination occurred
    Contents of system fields
    Chosen variables
    Active calls / events
    Internal notes
    Active calls in SAP kernel
    List of ABAP programs affected
    List of internal tables
    Directory of application tables (contents)
    Directory of data areas (administration information)
    Directory of data areas (contents)
    ABAP control blocks CONT
    End of runtime analysis
    i think this would be helpful
    regards
    sravani

  • Urgent : short dump while executing prog

    Dear Gurus,
                      While executing a program i am getting following errors :
    Runtime Errors         PXA_NO_FREE_SPACE
    Date and Time          27.01.2008 15:17:34
    Short dump has not been completely stored (too big).
    Error analysis
        Unable to load a program of 763904 bytes.
        The PXA ('program execution area') was too small to hold all
        currently active programs for all users.
        At present, the size of the PXA is set at 144708 Kbytes.
        The largest contiguous and unlocked memory chunk has 621568 bytes.
    Please do the needful at earliest, coz its very urgent.
    Looking forward to your earliest response.
    Thanks & Regards,
    Gulrez Alam

    Hi Alam,
                  Contact your Basis team guys ASAP as there seems to be nothing wrong with the prog ....
    There is some memory management issue.
    Regards,
    Raghav

  • Urgent requirement - Regarding a dump

    Hi experts,
    I have written a program which changes the status of a contract from 'Released' or 'completed' to 'Expired'. The program is supposed to run in the background.
    The problem is, while writing it I tested in the development server with few test cases and it was working fine both in dialog mode and background mode. But when it is executed in the background mode in testing server, it is throwing a dump showing some Java related error after 3000secs/30000secs, i.e., after some limited no. of seconds.
    What could be the problem.
    Please help. It's an urgent issue.
    Regards,
    Sangeeta.
    N.B. Points will be awarded generously

    Runtime Errors         SYSTEM_CANCELED
    Date and Time          03/18/2008 05:47:03
    Short text
    The program "SAPLCRM_LINK_OB" was terminated manually.
    What happened?
    The current program "SAPLCRM_LINK_OB" has been terminated by another mode.
    What can you do?
    This is no program error. Therefore, no counter measures are
    necessary.
    No error that requires action
    Error analysis
    The current program has been terminated from another mode, e.g. with
    Transaction SM50.
    How to correct the error
    No error elimination is necessary.
    System environment
    SAP-Release 700
    Application server... "NAP0B"
    Network address...... "10.160.13.3"
    Operating system..... "AIX"
    Release.............. "5.3"
    Hardware type........ "00CEADCF4C00"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 25
    Shortdump setting.... "full"
    Database server... "NAP0B"
    Database type..... "ORACLE"
    Database name..... "CS1"
    Database user ID.. "SAPCP1"
    Char.set.... "C"
    SAP kernel....... 700
    created (date)... "Aug 5 2007 20:47:34"
    create on........ "AIX 2 5 005DD9CD4C00"
    Database version. "OCI_102 (10.2.0.2.0) "
    Patch level. 123
    Patch text.. " "
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
    SAP database version. 700
    Operating system..... "AIX 1 5, AIX 2 5, AIX 3 5"
    Memory consumption
    Roll.... 16192
    EM...... 335187840
    Heap.... 0
    Page.... 843776
    MM Used. 324756688
    MM Free. 2033456
    User and Transaction
    Client.............. 010
    User................ "CRMBATCH"
    Language Key........ "E"
    Transaction......... " "
    Program............. "SAPLCRM_LINK_OB"
    Screen.............. "SAPMSSY0 1000"
    Screen Line......... 6
    Information on caller of Remote Function Call (RFC):
    System.............. "########"
    Database Release.... 700
    Kernel Release...... 700
    Connection Type..... "E" (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
    Call Type........... "synchron and non-transactional (emode 0, imode 2)"
    Inbound TID.........." "
    Inbound Queue Name..." "
    Outbound TID........." "
    Outbound Queue Name.." "
    Client.............. "###"
    User................ "############"
    Transaction......... " "
    Call Program........." "
    Function Module..... "EXTRACT_DATA"
    Call Destination.... "<unknown>"
    Source Server....... "NAP0B"
    Source IP Address... "10.160.13.3"
    Additional information on RFC logon:
    Trusted Relationship " "
    Logon Return Code... 0
    Trusted Return Code. 0
    Note: For releases < 4.0, information on the RFC caller are often
    only partially available.
    Information on where terminated
    Termination occurred in the ABAP program "SAPLCRM_LINK_OB" - in
    "CRM_LINK_GET_OB".
    The main program was "ZCRR_BA_STATUS_CHANGE ".
    In the source code you have the termination point in line 43
    of the (Include) program "LCRM_LINK_OBU01".
    The program "SAPLCRM_LINK_OB" was started as a background job.
    Job Name....... "YBAEXPIRE"
    Job Initiator.. "BAHER1X"
    Job Number..... 05125001
    Source Code Extract
    Line
    SourceCde
    13
    LS_LINK_BUFFER_OB TYPE CRMT_LINK_BUFFER,
    14
    LS_LINK_OB        TYPE CRMT_LINK_COM.
    15
    FIELD-SYMBOLS: <LINK_I> TYPE CRMT_LINK_WRK.
    16
    17
    18
    REFRESH ET_LINK.
    19
    IF <GS_LINK_BUFFER>-GUID_HDR NE IV_GUID_HDR.
    20
    21
    READ TABLE GT_LINK_BUFFER
    22
    ASSIGNING <GS_LINK_BUFFER>
    23
    WITH TABLE KEY GUID_HDR = IV_GUID_HDR.
    24
    25
    IF NOT SY-SUBRC IS INITIAL.
    26
    27
    CLEAR LS_LINK_BUFFER_OB.
    28
    LS_LINK_BUFFER_OB-GUID_HDR = IV_GUID_HDR.
    29
    INSERT LS_LINK_BUFFER_OB INTO TABLE GT_LINK_BUFFER.
    30
    31
    READ TABLE GT_LINK_BUFFER
    32
    ASSIGNING <GS_LINK_BUFFER>
    33
    WITH TABLE KEY GUID_HDR = IV_GUID_HDR.
    34
    35
    CALL FUNCTION 'CRM_LINK_GET_DB'
    36
    EXPORTING
    37
    IV_GUID_HDR = IV_GUID_HDR
    38
    IMPORTING
    39
    ET_LINK     = LT_LINK_BUFFER.
    40
    41
    LOOP AT LT_LINK_BUFFER ASSIGNING <LINK_I>.
    42
    >>>>>
    CLEAR LS_LINK_OB.
    44
    MOVE-CORRESPONDING <LINK_I> TO LS_LINK_OB.
    45
    46
    CASE <LINK_I>-OBJTYPE_HI.
    47
    WHEN GC_OBJECT_TYPE_CONVERT-ORDERADM_H.
    48
    LS_LINK_OB-OBJNAME_HI  = GC_OBJECT_NAME-ORDERADM_H.
    49
    WHEN GC_OBJECT_TYPE_CONVERT-ORDERADM_I.
    50
    LS_LINK_OB-OBJNAME_HI  = GC_OBJECT_NAME-ORDERADM_I.
    51
    WHEN OTHERS.
    52
    READ TABLE GT_OBJECT_TYPES
    53
    ASSIGNING <GS_OBJECTS>
    54
    WITH KEY TYPE = <LINK_I>-OBJTYPE_HI.
    55
    CHECK SY-SUBRC = 0.
    56
    LS_LINK_OB-OBJNAME_HI = <GS_OBJECTS>-NAME.
    57
    ENDCASE.
    58
    59
    CASE <LINK_I>-OBJTYPE_SET.
    60
    WHEN GC_OBJECT_TYPE_CONVERT-ORDERADM_H.
    61
    LS_LINK_OB-OBJNAME_SET  = GC_OBJECT_NAME-ORDERADM_H.
    62
    WHEN GC_OBJECT_TYPE_CONVERT-ORDERADM_I.
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    0
    SY-INDEX
    0
    SY-TABIX
    1
    SY-DBCNT
    16
    SY-FDPOS
    0
    SY-LSIND
    0
    SY-PAGNO
    0
    SY-LINNO
    1
    SY-COLNO
    1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE
    BA Status Change
    SY-MSGTY
    I
    SY-MSGID
    SY-MSGNO
    000
    SY-MSGV1
    SY-MSGV2
    SY-MSGV3
    SY-MSGV4
    SY-MODNO
    0
    SY-DATUM
    20080318
    SY-UZEIT
    054701
    SY-XPROG
    SAPLSBAL_DB
    SY-XFORM
    EXTRACT_DATA
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    10 FUNCTION     SAPLCRM_LINK_OB                     LCRM_LINK_OBU01                        43
    CRM_LINK_GET_OB
    9 FUNCTION     SAPLCRM_LINK_OW                     LCRM_LINK_OWU01                        65
    CRM_LINK_GET_OW
    8 FUNCTION     SAPLCRM_ORDER_OW                    LCRM_ORDER_OWU47                      310
    CRM_ORDER_ENQUEUE
    7 FORM         SAPLCRM_ORDER_OW                    LCRM_ORDER_OWF07                      132
    ENQUEUE_ORDER
    6 FUNCTION     SAPLCRM_ORDER_OW                    LCRM_ORDER_OWU04                       62
    CRM_ORDER_PREPARE_SINGLE_OW
    5 FUNCTION     SAPLCRM_ORDER_OW                    LCRM_ORDER_OWU02                      140
    CRM_ORDER_MAINTAIN_SINGLE_OW
    4 FUNCTION     SAPLCRM_ORDER_OW                    LCRM_ORDER_OWU01                      367
    CRM_ORDER_MAINTAIN_MULTI_OW
    3 FUNCTION     SAPLCRM_ORDER_API                   LCRM_ORDER_APIU05                     102
    CRM_ORDER_MAINTAIN
    2 FORM         ZCRR_BA_STATUS_CHANGE               ZCRR_BA_STATUS_CHANGE                 439
    CHANGE_STATUS
    1 EVENT        ZCRR_BA_STATUS_CHANGE               ZCRR_BA_STATUS_CHANGE                 238
    START-OF-SELECTION
    Chosen variables
    Name
    Val.
    No.      10 Ty.          FUNCTION
    Name  CRM_LINK_GET_OB
    IV_GUID_HDR
    F,xK#(#i##### #Z
    4274120600000A05
    6C8BB8090000A0DA
    ET_LINK
    Table[initial]
    EV_REF_TO_BUFFER
    0.0.0.0.0.0.0.1.
    C0000000
    F0000000
    GT_LINK_BUFFER
    Table IT_182[203x24]
    FUNCTION-POOL=CRM_LINK_OBDATA=GT_LINK_BUFFER
    Table reference: 98
    TABH+  0(20) = 0700000060BD6808070000006017C79000000000
    TABH+ 20(20) = 00000062000000B6000000CB00000018FFFFFFFF
    TABH+ 40(16) = 0400013F0000056000104BAC01800000
    store        = 0x0700000060BD6808
    ext1         = 0x070000006017C790
    shmId        = 0     (0x00000000)
    id           = 98    (0x00000062)
    label        = 182   (0x000000B6)
    fill         = 203   (0x000000CB)
    leng         = 24    (0x00000018)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000014
    occu         = 16    (0x00000010)
    access       = 2     (ItAccessSorted)
    idxKind      = 1     (ItIndexLinear)
    uniKind      = 1     (ItUnique)
    keyKind      = 3     (user defined)
    cmpMode      = 5     (cmpSingle)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x0700000060BD6860
    pgHook       = 0x07000000649ECAD0
    idxPtr       = 0x0700000063C05D88
    shmTabhSet   = 0x0000000000000000
    id           = 145   (0x00000091)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 560   (0x00000230)
    lineAlloc    = 560   (0x00000230)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 1     (0x00000001)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x0700000060BD69F8
    collHook     = 0x0000000000000000
    ext2         = 0x0000000000000000
    >>>>> 2nd level extension part <<<<<
    tabhBack     = Not allocated
    delta_head   = Not allocated
    pb_func      = Not allocated
    pb_handle    = Not allocated
    <GS_LINK_BUFFER>
    ###i########
    4710000000FF
    68B000AD00FF
    242600A500FF
    CB89000A00FF
    SY-SUBRC
    0
    0000
    0000
    LS_LINK_BUFFER_OB
    ###i########
    4710000000FF
    68B000AD00FF
    242600A500FF
    CB89000A00FF
    %_DUMMY$$
    0000
    0000
    2222
    0000
    SYST-REPID
    SAPLCRM_LINK_OB
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    5454454544445442222222222222222222222222
    310C32DFC9EBFF20000000000000000000000000
    LT_LINK_BUFFER
    Table IT_2344825[16x40]
    FUNCTION=CRM_LINK_GET_OBDATA=LT_LINK_BUFFER
    Table reference: 17179
    TABH+  0(20) = 07000000730048880700000069E07C2800000000
    TABH+ 20(20) = 0000431B0023C779000000100000002800000130
    TABH+ 40(16) = 0400014000000590001043D421800000
    store        = 0x0700000073004888
    ext1         = 0x0700000069E07C28
    shmId        = 0     (0x00000000)
    id           = 17179 (0x0000431B)
    label        = 2344825 (0x0023C779)
    fill         = 16    (0x00000010)
    leng         = 40    (0x00000028)
    loop         = 304   (0x00000130)
    xtyp         = TYPE#000015
    occu         = 16    (0x00000010)
    access       = 2     (ItAccessSorted)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 1     (ItUnique)
    keyKind      = 3     (user defined)
    cmpMode      = 10    (cmpMany)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 1
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x070000007357D7D0
    pgHook       = 0x0000000000000000
    idxPtr       = 0x0000000000000000
    shmTabhSet   = 0x0000000000000000
    id           = 1793616 (0x001B5E50)
    refCount     = 2     (0x00000002)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 16    (0x00000010)
    lineAlloc    = 16    (0x00000010)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 3     (0x00000003)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x070000006E428C48
    collHook     = 0x0000000000000000
    ext2         = 0x0000000000000000
    >>>>> 2nd level extension part <<<<<
    tabhBack     = Not allocated
    delta_head   = Not allocated
    pb_func      = Not allocated
    pb_handle    = Not allocated
    <LINK_I>
    ###i#######i####0530
    47100000471000000000
    68B000AD68B000AD0000
    242600A5242600A53333
    CB89000ACD89000A0530
    LS_LINK_OB
    0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.
    00000000000000000000000000000000000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000000000000000000000000000000000
    00000000000000002222222222222222222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000000000000000000000000000000000
    <LINK_I>-OBJTYPE_HI
    05
    00
    00
    33
    05
    GC_OBJECT_TYPE_CONVERT-ORDERADM_H
    05
    00
    00
    33
    05
    SY-REPID
    SAPLCRM_LINK_OB
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    5454454544445442222222222222222222222222
    310C32DFC9EBFF20000000000000000000000000
    %_SPACE
    0
    0
    2
    0
    No.       9 Ty.          FUNCTION
    Name  CRM_LINK_GET_OW
    IV_GET_ALL
    0
    0
    2
    0
    IV_GUID_HI
    F,xK#(#i##### #Z
    4274120600000A05
    6C8BB8090000A0DA
    IV_INHERIT_FROM_STR
    0
    0
    2
    0
    IV_OBJNAME_HI
    ORDERADM_H
    000000000000000000000000000000
    000000000000000000000000000000
    454454445422222222222222222222
    F245214DF800000000000000000000
    IV_OBJNAME_SET
    PRIDOC
    000000000000000000000000000000
    000000000000000000000000000000
    554444222222222222222222222222
    0294F3000000000000000000000000
    ET_LINK
    Table[initial]
    %_ARCHIVE
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    SY-REPID
    SAPLCRM_LINK_OW
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    5454454544445452222222222222222222222222
    310C32DFC9EBFF70000000000000000000000000
    SY-MSGID
    00000000000000000000
    00000000000000000000
    22222222222222222222
    00000000000000000000
    GS_EMPTY_ADM_I
    0.0.0.0.0.0.0.0.0.0.0.1.            ####                                                              #
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2220000000000002222222222220000222222222222222222222222222222222222222222222222222222222222220
    00000000000000C000000000000000C000000000000000000000000000000000000000000000000000000000000000
    SV_GUID_HI
    0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.
    0000000000000000
    0000000000000000
    SPACE
    0
    0
    2
    0
    SY-MSGNO
    000
    000
    000
    333
    000
    GS_EMPTY_BUFFER
    0.0.0.0.0.0.0.0.0.0.0.1.
    0000000000FF
    0000000000FF
    0000000000FF
    0000000000FF
    SY-MSGV1
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    SY-MSGV2
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    SY-MSGV3
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    SY-MSGV4
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    GC_CI_NAME
    CI_EEW_ORDERADM_H             CI_EEW_ORDERADM_I             CI_EEW_ACTIVITY_H             CI_E
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    4454455454454445422222222222224454455454454445422222222222224454455445454555422222222222224454
    39F557FF245214DF8000000000000039F557FF245214DF9000000000000039F557F13496949F8000000000000039F5
    SYST-REPID
    SAPLCRM_LINK_OW
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    5454454544445452222222222222222222222222
    310C32DFC9EBFF70000000000000000000000000
    <GS_BUFFER_OB>-GUID_HDR
    F,nÎ#(#i##### #Z
    426C120600000A05
    6CEEB8090000A0DA
    LV_GUID_HDR
    F,xK#(#i##### #Z
    4274120600000A05
    6C8BB8090000A0DA
    %_PRINT
    HU02001ZCRR_BA_STAT                                                                    XXX8##:
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    4533333545554455545222222222222222222222222222222222222222222222222222222222222222222225553003
    8502001A322F21F341400000000000000000000000000000000000000000000000000000000000000000000888800A
    GC_OBJNAME_ITM
    ORDERADM_I
    000000000000000000000000000000
    000000000000000000000000000000
    454454445422222222222222222222
    F245214DF900000000000000000000
    TRUE
    X
    0
    0
    5
    8
    LV_REF_TO_BUFFER
    0.0.0.0.0.0.0.1.
    C0000000
    F0000000
    <GS_BUFFER_OB>
    ###i########
    461000005004
    6EB000AD500D
    2C2600A5000A
    CE89000A000A
    <GS_BUFFER_OB>-LINKS
    Table IT_2342432[10x160]
    FUNCTION-POOL=CRM_LINK_OWDATA=<GS_BUFFER_OB>-LINKS
    Table reference: 19882
    TABH+  0(20) = 07000000737A8E1007000000736BF77000000000
    TABH+ 20(20) = 00004DAA0023BE200000000A000000A0FFFFFFFF
    TABH+ 40(16) = 0400013F0000062000104BD401800000
    store        = 0x07000000737A8E10
    ext1         = 0x07000000736BF770
    shmId        = 0     (0x00000000)
    id           = 19882 (0x00004DAA)
    label        = 2342432 (0x0023BE20)
    fill         = 10    (0x0000000A)
    leng         = 160   (0x000000A0)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000018
    occu         = 16    (0x00000010)
    access       = 2     (ItAccessSorted)
    idxKind      = 1     (ItIndexLinear)
    uniKind      = 1     (ItUnique)
    keyKind      = 3     (user defined)
    cmpMode      = 10    (cmpMany)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x0700000072F870B8
    pgHook       = 0x0000000000000000
    idxPtr       = 0x0700000073004810
    shmTabhSet   = 0x0000000000000000
    id           = 1791893 (0x001B5795)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)
    lineAdmin    = 16    (0x00000010)
    lineAlloc    = 16    (0x00000010)
    shmVersId    = 0     (0x00000000)
    shmRefCount  = 1     (0x00000001)
    >>>>> 1st level extension part <<<<<
    regHook      = 0x070000007255E500
    collHook     = 0x0000000000000000
    ext2         = 0x0000000000000000
    >>>>> 2nd level extension part <<<<<
    tabhBack     = Not allocated
    delta_head   = Not allocated
    pb_func      = Not allocated
    pb_handle    = Not allocated
    No.       8 Ty.          FUNCTION
    Name  CRM_ORDER_ENQUEUE
    IT_ITEMS
    Table[initial]
    IV_ENQUEUE_MODE
    E
    0
    0
    4
    5
    IV_GUID
    F,xK#(#i##### #Z
    4274120600000A05
    6C8BB8090000A0DA
    IV_LOCAL
    0
    0
    2
    0
    IV_LOGSYS
    0000000000
    0000000000
    2222222222
    0000000000
    IV_PARTIAL
    0
    0
    2
    0
    EV_ALREADY_LOCKED
    0
    0
    2
    0
    GC_OBJECT_NAME-CUSTOMER_I
    CUSTOMER_I
    000000000000000000000000000000
    000000000000000000000000000000
    455544455422222222222222222222
    3534FD52F900000000000000000000
    FALSE
    0
    0
    2
    0
    GC_CASHFLOW_USAGE
    0102030510
    0000000000
    0000000000
    3333333333
    0102030510
    GC_DEFAULT_SCENARIO_MAINTAIN
    0
    0
    2
    0
    %_DUMMY$$
    0000
    0000
    2222
    0000
    GC_DEB_CRED_NOTE
    06
    00
    00
    33
    06
    SY-REPID
    SAPLCRM_ORDER_OW
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    5454454545445545222222222222222222222222
    310C32DFF2452FF7000000000000000000000000
    GC_SCENARIO_NUMBER_8
    08
    00
    00
    33
    08
    SY-SUBRC
    0
    0000
    0000
    GC_BIN_REL_TYPE
    VONAATTAURL NOTEBDCOBDCIREPLMASUASGNUPG OUTLISUSGAIDINTAINVOPO  PDHLPLNKUBB1UBB2PNT RSHPSRCEIS
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    5444455455424454444444445454445545445542455445554444445444545422544454445443544354525545554445
    6FE1144152C0EF45243F2439250CD135137E5070F54C935371949E419E6F0F00048C0CEB522152220E402380323593
    GC_AGREEMENT_MESSAGE
    EF
    000
    000
    244
    056
    GC_OBJECT_NAME-ORDERADM_H
    ORDERADM_H
    000000000000000000000000000000
    000000000000000000000000000000
    454454445422222222222222222222
    F245214DF800000000000000000000
    GC_OBJECT_TYPE-CONTRACT_SERVICE
    BUS2000112
    0000000000
    0000000000
    4553333333
    2532000112
    GC_OBJECT_NAME-PRIDOC
    PRIDOC
    000000000000000000000000000000
    000000000000000000000000000000
    554444222222222222222222222222
    0294F3000000000000000000000000
    RSJOBINFO
    00000000000000                                  ##
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2222222222222222222222222222222233333333333333222222222222222222222222222222222200
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000
    LT_LINK_COM
    Table[initial]
    SYST-REPID
    SAPLCRM_ORDER_OW
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    5454454545445545222222222222222222222222
    310C32DFF2452FF7000000000000000000000000
    %_SPACE
    0
    0
    2
    0
    No.       7 Ty.          FORM
    Name  ENQUEUE_ORDER
    GC_SCENARIO_10
    0
    0
    2
    0
    IS_HEADER_GUID
    F,xK#(#i##### #Z
    4274120600000A05
    6C8BB8090000A0DA
    GC_APO_REL
    2.0A      3.0A      3.1A      4.0       4.1       5.0
    000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000000000000000000000000
    323422222232342222223234222222323222222232322222223232222222
    2E010000003E010000003E110000004E000000004E100000005E00000000
    GC_OBJECT_KIND-ORDERADM_H
    A
    0
    0
    4
    1
    GC_LEAS_PROCESS_KIND
    IO
    00
    00
    44
    9F
    LS_ACTIVE_SWITCH
    0.0.0.0.0.0.0.1. 0000000000
    0000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000
    0000000023333333333222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000
    LS_ACTIVE_SWITCH-PRICING
    0
    0
    2
    0
    GC_ACT_SWITCH-INACTIVE
    A
    0
    0
    4
    1
    IV_INIT
    X
    0
    0
    5
    8
    GC_DEFAULT_SCENARIO_7
    0
    0
    2
    0
    LS_ALREADY_LOCKED_ORDERS-OPEN_PRIDOC
    0
    0
    2
    0
    GC_EMPTY_GUID
    0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.
    0000000000000000
    0000000000000000
    IV_LOCAL
    0
    0
    2
    0
    %_PRINT
    HU02001ZCRR_BA_STAT                                                                    XXX8##:
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    4533333545554455545222222222222222222222222222222222222222222222222222222222222222222225553003
    8502001A322F21F341400000000000000000000000000000000000000000000000000000000000000000000888800A
    LV_ALREADY_LOCKED
    0
    0
    2
    0
    GC_DEFAULT_TIMEZONE
    ABCD
    0000
    0000
    4444
    1234
    No.       6 Ty.          FUNCTION
    Name  CRM_ORDER_PREPARE_SINGLE_OW
    IS_OPPORT_H
    0000000000################0000000000000000   00000000000                        00000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    3333333333000000000000000033333333333333332223333333333322222222222222222222222233333333333222
    000000000000000000000C000C00000000000000000000000000000000000000000000000000000000000000000000
    IT_FINPROD_I
    Table[initial]
    IT_ORGMAN
    Table[initial]
    IT_PRICING
    Table[initial]
    IT_PRIDOC
    Table[initial]
    IT_PRODUCT_I
    Table[initial]
    IT_SALES
    Table[initial]
    IT_SHIPPING
    Table[initial]
    CS_ORDERADM_H
    0000000000###i####0007001044ZSP100000000
    0000000000471000000000000000000000000000000000000000000000000000000000000000000000000000000000
    000000000068B000AD0000000000000000000000000000000000000000000000000000000000000000000000000000
    3333333333242600A53333333333555333333333222222222222222222222222222222222222222222222222222222
    0000000000CB89000A0007001044A30100000000000000000000000000000000000000000000000000000000000000
    CT_INPUT_FIELDS
    Table IT_60[1x192]
    PROGRAM=ZCRR_BA_STATUS_CHANGEDATA=GT_INPUT_FIELD
    Table reference: 38
    TABH+  0(20) = 070000006013B7280700000061400C4800000000
    TABH+ 20(20) = 000000260000003C00000001000000C0FFFFFFFF
    TABH+ 40(16) = 0400000000000860001045D401800000
    store        = 0x070000006013B728
    ext1         = 0x0700000061400C48
    shmId        = 0     (0x00000000)
    id           = 38    (0x00000026)
    label        = 60    (0x0000003C)
    fill         = 1     (0x00000001)
    leng         = 192   (0x000000C0)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000030
    occu         = 16    (0x00000010)
    access       = 2     (ItAccessSorted)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 3     (user defined)
    cmpMode      = 10    (cmpMany)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = 0x0700000060B8C400
    pgHook       = 0x0000000000000000
    idxPtr       = 0x0000000000000000
    shmTabhSet   = 0x0000000000000000
    id           = 45    (0x0000002D)
    refCount     = 0     (0x00000000)
    tstRefCount  = 0     (0x00000000)

  • Urgent: Ora-07445 core dump

    Hi, I have the next error:
    ORA-07445: exception encountered: core dump [kxspoac()+502] [SIGSEGV] [Address not mapped to object] [0x1] [] []
    my O.S is linux RH
    my DB is 10.2.0.1.0
    I don't have a metalink account, I need to resolve this problem urgent please help me.
    Jeanette.

    I don't have a metalink account, I need to resolve
    this problem urgent please help me.
    Unfortunately, ORA-07445 errors are better solved with the aid of Metalink and Oracle support. You can post your contents of the trace file that was generated, mainly the stack trace, to see if some would look up the error for you. The problem though is if the only fix/workaround for your problem is in the form of a patch. If that is the case, anyone that provides the patch will be in breach of their support contract.

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

  • Urgent: ABAP Dump when using ME9F

    Hi All,
    I am using ME9F transaction to re-print POs. I get a short dump stating error "MOVE_TO_LIT_NOTALLOWED_NODATA". This just started happend after we applied the support packs. We are using custom SAP Script form.
    Did anyone ever experience this problem before with ME9F or anywhere else.
    Any ideas/suggestions will be greatly appreciated.
    Thanks in advance.

    Check out oSS # 354101
    FYI
    ME9E: short dump for releases with web releases
    Symptom
    If messages of JIT delivery schedules and forecast delivery schedules are issued with web release functions in Transactions ME9E, a short dump is generated, if print-dependent data is updated.
    Additional key words
    ME9E, short dump, MOVE_TO_LIT_NOTALLOWED_NODATA, ME_PRINT_PO, print-dependent data
    Cause and prerequisites
    For function module ME_PRINT_PO, the transfer of parameter DOC is carried out as a reference. As a result, you cannot change internal tables which are transferred with this parameter.
    Solution
    Set indicator 'Call by value' for parameter DOC of function module ME_PRINT_PO. As a result, the parameter is copied and can be changed.
    Source code corrections
    Hope this’ll give you idea!!
    <b>P.S award the points.</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"

  • Dump error in smartforms , please help me urgent

    Hi,
          i have created a smartform with two pages in it , i was not able to create the window in the second page it was showing me a dump error but i manage to  copy the main window of first page in to second page it was working fine but if i delete anything in it , it was reflecting in first page , then i managed to reduce the size of the main window and add a secondayry window , as the content of the second page must flow to pages . i need to create a main window , it is aagin throwing a dump error , plsease help me in sloving in this , thanks
    srihar

    Hi,
    create folder in main area in main wondow and keep all the rows of table  in folder.
    the go to output options of folder and tick check box Page protection.
    Now u can reduce the size of main window in second page .it will not get any short dump.
    regards,
    Sunil.K

  • RFC-XI-WEBSERVICE = ABAP DUMP ERROR(V.URGENT)

    Hi Experts,
    I am trying to create a RFC-XI-Webservice scenarion in which i have made a function module giving the parameters which needs to be displayed in my webservice . I call this function module in a report zlv_distance.
    .I am getting a dump while executing my Function module . I am copying the dump as under:-
    Runtime Errors         CALL_FUNCTION_REMOTE_ERROR
    Date and Time          11.10.2007 10:23:56
    What happened?
         Error in ABAP application program.
         The current ABAP program "Z_WEBSERVICE_TEST_SARAS=======FT" had to be
          terminated because one of the
         statements could not be executed.
         This is probably due to an error in the ABAP program.
         The error occurred in an RFC call to another system.
         The target system has also written a short dump.
         Consult this short dump for more precise information about
         the cause of the error.
    Error analysis
         An error occurred when executing a REMOTE FUNCTION CALL.
         It was logged under the name "RFC_EXTERNAL_ABORT"
         on the called page.
    Trigger Location of Runtime Error
         Program                                 Z_WEBSERVICE_TEST_SARAS=======FT
         Include                                 Z_WEBSERVICE_TEST_SARAS=======FT
         Row                                     68
         Module type                             (FORM)
         Module Name                             FUNCTION_CALL
    Source Code Extract
    Line  SourceCde
       38 DATA: %_VDISTANCE TYPE CHAR10.
       39 FORM EXISTENCE_CHECK CHANGING VARIA.
       40   VARIA = 1.
       41 ENDFORM.
       42 FORM FUNCTION_CALL.
       43   CLEAR %_ODISTANCE.
       44 *  TRANSAKTION = 'Repo', PROGRAM = REPORT
       45   IF ATRA = '1'.
       46     SET RUN TIME ANALYZER ON %_INTERNAL.
       47   ENDIF.
       48 IF DESTI IS INITIAL.
       49 IF DEBUG = '1'. BREAK-POINT AT NEXT APPLICATION STATEMENT.
       50 ENDIF.
       51 DEBUG = SPACE.
    52 GET RUN TIME FIELD TIME1.
    53 CALL FUNCTION 'Z_WEBSERVICE_TEST_SARAS'
    54 EXPORTING
    55 FROMZIP = %_IFROMZIP
    56 TOZIP = %_ITOZIP
    57 IMPORTING
    58 DISTANCE = %_ODISTANCE.
    59   IF ATRA = '1'.
    60     SET RUN TIME ANALYZER OFF %_INTERNAL.
    61   ENDIF.
    62 ELSE.
    63 GET RUN TIME FIELD TIME1.
    64 *  TRANSAKTION = 'Repo', PROGRAM = REPORT
    65   IF ATRA = '1'.
    66     SET RUN TIME ANALYZER ON %_INTERNAL.
    67   ENDIF.
    >> CALL FUNCTION 'Z_WEBSERVICE_TEST_SARAS' DESTINATION DESTI
    69 EXPORTING
    70 FROMZIP = %_IFROMZIP
    71 TOZIP = %_ITOZIP
    72 IMPORTING
    73 DISTANCE = %_ODISTANCE.
    74   IF ATRA = '1'.
    75     SET RUN TIME ANALYZER OFF %_INTERNAL.
    76   ENDIF.
    77   ENDIF.
    78   GET RUN TIME FIELD TIME2.
    79   RC = SY-SUBRC.
    80   CLEAR EXCEPTIONS.
    81   READ TABLE EXCEPTIONS INDEX RC.
    82   IF SY-SUBRC = 0.
    83   OEXCEPTION = EXCEPTIONS-NAME.
    84   ELSE.
    85   OEXCEPTION = RESULTAT.
    86   ENDIF.
    87   TIME1 = TIME2 - TIME1.
    I have made my function module Remote enabled.
    My RFC destination is working fine .
    I have already tested that.
    Please help me on this.
    Regards
    Saras Jain

    Hi,
    possible solution could be a ConversionException in you RFC Adapter because of mismatching data types in your source and receiver message.
    Just goto RWB an monitor the Processing Details for Cluster Node Server of your adapter in the Channel Monitoring.
    Afterwards you have to adjust your importing or exporting structure of the used RFC function module.
    Cheers,
    André

  • RFC_READ_TABLE dump while reading T006- Urgent

    Hi,
    I am using fm RFC_READ_TABLE ( cloned copy) to get values from another client. But while accessing T006 table it is giving following dump.
    Error Analysis
    In the current program "SAPLSDTX", an ASSIGN statement is supposed to         
    assign a field or structure to a field symbol (using either                   
    FIELD-SYMBOLS ... STRUCTURE s ... or ASSIGN...CASTING....). When              
    converting the base entry of the field symbol "<WA>" (number in base table:   
    33836), it was found that the structure s requested a memory alignment of    
    8.                                                                           
    The calculated offset within the source structure causes an invalid           
    memory alignment. (The offset must be exactly divisible by 8).                
    by 8.)                                                                               
    Can anybody give a info how to correct this. I am using the clone copy of RFC_READ_TABLE fm.
    Thanks
    aRs
    null

    chk this  OSS NOTE
    Symptom
    Function Module does not work in Unicode systems.
    Reason and Prerequisites
    Change of dynamic assign in new versions and row size limited
    Solution
    Please Note warning:
    This function module is only for internal purpose !
    Using this function module is at customers own risk and customer is responsible for adjusting this code to his system.
    No warrenty is given on this Functionmodule RFC_READ_TABLE.
    Symptons:
    Due to Unicode compatibility and no support on the function module RFC_READ_TABLE
    the standard RFC_READ_TABLE does not function any more and causes short dumps.
    Included in this note there is a program to repair the
    function RFC_READ_TABLE and add additional functionality.
    What is changed: the row size is now 4000 positions and
    will fit for most of the tables.
    Additional functionality:
         1   Reading and selecting from the tables is now
            possible with the DISTICT parameter, which will
             prevent double entries.
             If the flag is crossed the SELECT DISTICT is used for the
            read on the database.
         2   Possible to select FIXED row size or compressed
            If the flag is crossed no compressing is used and fields are
             written in full length.
        3   All fields are character fields no other formats are retrieved.
    Implementation:
    There are two ways to implement this extra functionality:
    - 1 Changing of the original function module RFC_READ_TABLE.
        Retrieve a change key from the OSS system to be able
        to change the function module !
    - 2 Implementing the changes into a customer copy of the
        RFC_READ_TABLE function.
         How to make a copy of a the function module ?
         1 First create a function group in the customer name range:
           (X or Y) example YSDTX (SDTX = original from RFC_READ_TABLE).
           SE37 --> Goto --> Function groups --> Create group
          Name function group (example YSDTX) and Short text are
          to be supplied.
           Save and activate the function group (depending on version
           the main program will be activated separate, in the example
           SE38  program SAPLYSDTX --> function activate.
        2 Copy function module RFC_READ_TABLE to YRFC_READ_TABLE.
          SE37 --> function copy
           Supply: From function module = RFC_READ_TABLE
                  To   function module = YRFC_READ_TABLE
                  Function group = YSDTX
          Function Copy and activate the function module.
    For both the methods the rest of the change is the same !
    Implementing and explanation:
    Step 1. Create a structure in the Data Dictionary
            SE11 --> name YTAB4000 --> function create
            Apply a text and field:
            Field --> WA component type CHAR4000
            Activate the structure.
    Step 2. Make sure the setting of your editor are not flagged to 72 pos.
            SE38 --> Utilities --> settings --> Tab editor
                    Don't flag line length 72
    Step 3. SE37 --> supply the function module name.
            Go into change mode for the function modules (SE37) **
            Function --> change and go to the Tab Import (parameters)
            Add 2 new parameters:
            Name: DISTINCT  like SONV-FLAG default SPACE
                  FIX      like SONV-FLAG default 'X'
            Flag for both parameters: Optional and Pass Value.
    Step 4. Go into the tab Tables
            Change into the parameter name DATA the
            associated type into the new created structure YTAB4000.
    Step 5. Go into the tab Source Code.
    Step 6. Check that the top of the source the newly added
            parameters are displayed !
    Step 7. Delete the existing source.
    Step 8. Insert the source from this note (see below) into your program.
    Step 9. Save and activate your function module.
    When asked, get registration key from SAP

  • Urgent!! Dumps!!! DYNPRO_SEND_IN_BACKGROUND

    Hi Experts,
    We are in the process of upgrading our SRM 3.0 system to SRM 5.0 system.We use classic scenario and ECC 5.0 as the backend system.
    We notice that every time SRM 5.0 system makes an RFC call to the
    backend system, there is a short dump "DYNPRO_SEND_IN_BACKGROUND " with
    text "Screen output without connection to user" occuring the the ECC
    system. It happens only when a user login first time and create shopping cart, but if a user does not logout and create shopping cart, this dump does occur.
    However this does not happen when the RFC call is made from SRM 3.0 system.
    Dump:
    ShrtText
        Screen output without connection to user.
    What happened?
        Error in ABAP application program.
        The current ABAP program "SAPLSPO4" had to be terminated because one of the
        statements could not be executed.
        This is probably due to an error in the ABAP program.
    What can you do?
        Print out the error message (using the "Print" function)
        and make a note of the actions and input that caused the
        error.
        To resolve the problem, contact your SAP system administrator.
        You can use transaction ST22 (ABAP Dump Analysis) to view and administer
         termination messages, especially those beyond their normal deletion
        date.
        is especially useful if you want to keep a particular message.
    Error analysis
        During background processing, the system attempted to send a
        screen to a user.
        Current screen: "SAPLSPO4 " 0300.
    Please Help.
    Thanks,
    Edited by: Afi C on Apr 17, 2008 12:31 PM
    Edited by: Afi C on Apr 17, 2008 12:32 PM

    Hi Afi,
    If the system raise a popup screen or need an user interaction during a background process, you can get "DYNPRO_SEND_IN_BACKGROUND" error. Possibly, you are connecting to a remote server at background process. At the middle of the process, the system is asking for an interaction from the user. In order to find out which dialog appears during the process, take a look into your short dump in detail. You can find some strings that belongs to the dialog box inside of short dump.
    Best regards,

  • VERY URGENT.... DUMP IN PRODUCTION STOPPED TRANSACTION .

    "FUNCTION GROUP J1I7 CONTAINS ERROR"
    THIS DUMP ERROR IS COMING FOR ALL EXCISE AND INVOICE TRANSACTION IN PRODUCTION.
    CAN ANY BODY TELL WHY THIS ERROR COMING AFTER TRANSPORTING A REQUST.
    PLEASE HELP ITS VERY CRITICAL.

    Hi!
    Check out the given function group in SE80 transaction and try to activate it in the production system.
    It will navigate you to the error.
    Regards
    Tamá

  • How can delete abap dump... urgent..

    Hi,
    in st22 abap dump has been incresed so that we are facing problem. i have find out the  table snap but how can i delete the dump from there. error showing: dbif_rsql_sql_error.

    Hi,
    Please check the following note :
    Note 16083 - Standard jobs, reorganization jobs
    You should schedule the standard job SAP_REORG_ABAPDUMPS to delete old Aabap dump. the progrem associated with this Job is RSSNAPDL.
    The default variant is to delete dumps oldest than 28 days but you can create a custom variant for example to delete dumps oldest that 2 days.
    Thanks,
    Maniss

Maybe you are looking for