Transformations short dump

Hi All,
While saving or activating infocube transformations in BI development system getting abap short dump.
Short dump:
Runtime Errors         ASSERTION_FAILED
Date and Time          04.08.2009 12:35:44
Short dump has not been completely stored (too big)
Short text
     The ASSERT condition was violated.
What happened?
     In the running application program, the ASSERT statement recognized a
     situation that should not have occurred.
     The runtime error was triggered for one of these reasons:
     - For the checkpoint group specified with the ASSERT statement, the
       activation mode is set to "abort".
     - Via a system variant, the activation mode is globally set to "abort"
       for checkpoint groups in this system.
     - The activation mode is set to "abort" on program level.
     - The ASSERT statement is not assigned to any checkpoint group.
Error analysis
     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) "
Trigger Location of Runtime Error
    Program                                 CL_RSTRAN_GEN_STEPGRP=========CP
    Include                                 CL_RSTRAN_GEN_STEPGRP=========CM00O
    Row                                     19
    Module type                             (METHOD)
    Module Name                             OPEN_IF
Source Code Extract
Line  SourceCde
    1 METHOD open_if.
    2
    3   DATA:
    4     ls_step_gen TYPE ty_s_gen_param_step.
    5
    6   READ TABLE o_t_step_gen INTO ls_step_gen
    7     WITH TABLE KEY r_step_ = i_r_step_.
    8   ASSERT sy-subrc = 0.
    9   IF ls_step_gen-r_step_exe IS BOUND.
   10     EXIT.
   11   ENDIF.
   12
   13   IF o_if = if_rstran_gen_root=>c_s_status-open.
   14     r_true = rs_c_false.
   15   ELSEIF o_if = space.
   16     r_true = rs_c_true.
   17     o_if = if_rstran_gen_root=>c_s_status-open.
   18   ELSE.
>>>>>     ASSERT 1 = 2. "Invalid call
   20   ENDIF.
   21
   22 ENDMETHOD.
Can anybody tell me why it is throwing short dump in this case.
Suggest me necessary actions to resolve this issue.
Thanks,

Hi Shiva,
Let me explain my problem.
I have one infocube, two transformations. In the infocube I have added few master data objects directly into the corresponding dimensions and mapped to read from master data with current date.
Now I am changing Current date to End date in the transformations. After changing Current date to End date from Calendar Month or Calendar Day activating the transformations. While activating the transformations getting short dump.
Here I am using time dependent master data.
Thanks

Similar Messages

  • Short Dump while activating Transformation through Program

    HI All,
    I am getting short dump while activating - Inactive Transformation through Program RSDG_TRFN_ACTIVATE.
    However while i can activate single Transformation but if run without selection, I am getting this dump.
    Short Description of Dump -
    Category          
    ABAP Programming Error
    Runtime Errors    
    ASSERTION_FAILED
    ABAP Program      
    CL_RSAR_FORMULAS==============CP
    Application Component  BW-WHM-DST
    Date and Time     
    Please Guide.
    Prasad

    Hi Prasad,
    Have you changed the 'Object Status' from INA to ACT when using the program RSDG_TRFN_ACTIVATE?
    You can also refer to the note SAP Note 1030987 - Activation of transformations dumps
    regards,
    Ashvin

  • ASSERTION_FAILED short dump when Transporting Transformation from Dev to QA

    Hi Experts,
    I' am getting a short Dump when transporting the transformations, DSO & DTPs from Dev server to QA.
    I got RC=12, Please have a look below....
    Transport log...
        BCQ        System BCQ
                   Selection for Import                     08.07.2010 15:28:59    (0) Successfully Completed
                   Import                                   08.07.2010 15:35:14    (0) Successfully Completed
                   Check Versions                           08.07.2010 15:35:14    (0) Successfully Completed
                   Method Execution                         08.07.2010 15:36:20   (12) Canceled
                   Import                                   08.07.2010 15:45:39    (0) Successfully Completed
                   Check Versions                           08.07.2010 15:45:39    (0) Successfully Completed
                   Method Execution                         08.07.2010 15:46:45   (12) Canceled
    and the Log detalis.....
    Date        Time      Message
    08.07.2010  15:35:15  Job started
    08.07.2010  15:35:15  Step 001 started (program RDDEXECL, variant , user ID DDIC)
    08.07.2010  15:35:15  All DB buffers of application server sxcat136 were synchronized
    08.07.2010  15:35:21  STDO: Log  could not be written on output device T
    08.07.2010  15:35:30  Replication completed successfully
    08.07.2010  15:35:31  Struttura di comunicazione /BIC/CS8ZFIZIASA activated
    08.07.2010  15:35:40  Regola(e) di trasm. 8ZFIZIASA_AA activated
    08.07.2010  15:35:47  ABAP/4 processor: ASSERTION_FAILED
    08.07.2010  15:35:47  Job cancelled
    Even I've checked the entries on the table RSTRANRULE for those Transpormations but there I got...all the entries with...
    RULEID = all numbers
    GROUPID = '1' or '2'
    GROUPTYPE = 'S' or 'T'
    REF_RULE ='0'
    we are in to SAP_BW Release 700, Level 0013, SP -SAPKW70013, SAP NetWeaver BI 7.0
    Pls help if any one know's the solution for this.
    Thanks in adv.
    BR,
    Ajay Kumar
    Edited by: sap.ajaykumar on Jul 9, 2010 12:48 PM

    Follow the steps mentioned in OSS note 998730.
    FYI.. Solution:
    Call transaction SE16 (Table Browser) and the 'RSTRANRULE' table with the following selection parameters:
    GROUPID = 'space'
    GROUPTYPE = 'space'
    REF_RULE 'space'
    If there are inconsistent entries in the RSTRANRULE table such as this:
    TRANID *
    OBJVERS *
    RULEID *
    SEQNR *
    GROUPID 00
    GROUPTYPE space
    RULETYPE space
    REF RULE *
    Delete these entries from the table.
    Activate the affected transformations.
    Also check the OSS note: 1006658.
    Follow the steps mentioned in OSS note 998730.
    FYI.. Solution:
    Call transaction SE16 (Table Browser) and the 'RSTRANRULE' table with the following selection parameters:
    GROUPID = 'space'
    GROUPTYPE = 'space'
    REF_RULE 'space'
    If there are inconsistent entries in the RSTRANRULE table such as this:
    TRANID *
    OBJVERS *
    RULEID *
    SEQNR *
    GROUPID 00
    GROUPTYPE space
    RULETYPE space
    REF RULE *
    Delete these entries from the table.
    Activate the affected transformations.
    Also check the OSS note: 1006658.
    Follow the steps mentioned in OSS note 998730.
    FYI.. Solution:
    Call transaction SE16 (Table Browser) and the 'RSTRANRULE' table with the following selection parameters:
    GROUPID = 'space'
    GROUPTYPE = 'space'
    REF_RULE 'space'
    If there are inconsistent entries in the RSTRANRULE table such as this:
    TRANID *
    OBJVERS *
    RULEID *
    SEQNR *
    GROUPID 00
    GROUPTYPE space
    RULETYPE space
    REF RULE *
    Delete these entries from the table.
    Activate the affected transformations.
    Also check the OSS note: 1006658.
    Also check the oSS note : Note 975675 - Transformation cannot be activated

  • ASSERTION_FAILED, Short dump when activating Transformation in BI7.0

    Hi All,
    I have migrated 3.5 update rule to 7.0. And during transformation activation i am getting short dump giving following messges:
    "ASSERTION_FAILED"
    "CL_RSTRAN_GEN_STEP= = = = = CP"
    "CL_RSTRAN_GEN_STEP= = = = = CM005"
    "GET_CONTAINER"
    My system support pack is 15. I searched many OSS Notes but i am not able to get the exact soln.
    can anybody help me out with this problem?
    Regards,
    Harsh

    this error is generally due to inconsistency in metadata
    refer OSS note: 1071255, 1094266, 998730, 829353, 926854
    Try to implement this solution from OSS 998730:
    Call transaction SE16 (Table Browser) and the 'RSTRANRULE' table with the following selection parameters:
    GROUPID   =  'space'
    GROUPTYPE =  'space' or 'S'
    REF_RULE  <> 'space'
    If there are inconsistent entries in the RSTRANRULE table such as:
               TRANID        *
    OBJVERS        *
    RULEID        *
    SEQNR          *
    GROUPID        00
    GROUPTYPE      space  or  GROUPTYPE    'S'
    RULETYPE      space
    REF RULE       *
    Delete these entries from the table.
    Activate the affected transformations.
    Edited by: sam hennry on Feb 5, 2008 4:40 PM

  • Short Dump by creating Transformation

    Hi every Body,
    I have installed NW2004S ABAP Sneak Preview system(BI 7.0) on my PC at home, and I have the following problem: when I try to create Transformation, the system say ‘ proposal generated with (n) rules.’, and when I click on OK I get a Short Dump as shown below.
    The short dump says: Make sure that the OCXs ICDataFlow.ocx and wdbdadpt.ocx  are                         
    installed on your computer, but these two OCX data are already  installed and I think the front end is installed correctly but the error still occurs.
    Please…. did any body get such a problem….. I appreciate any help.
    short dump----
    Error analysis                                                                               
    Short text of error message:                                                                 
         Network could not be launched due to control error                                                                               
    Long text of error message:                                                                  
          Diagnosis                                                                               
    Network control cannot be started either because is is not                              
              installed on the front-end computer, or because the control                             
              framework is inconsistent when the function is called up.                               
              To be able to start the network graphic, you need two OCX files                         
              that are delivered with the BW Frontend.                                                
          System Response                                                                               
    Processing has been terminated.                                                         
          Procedure                                                                               
    Make sure that the OCXs ICDataFlow.ocx and wdbdadpt.ocx auf are                         
              installed on your computer. You can find notes on installing and                        
              checking the BW Frontend by searching for SAP Notes with the                            
              following key words:                                                                               
    Version, sapservX, Setup, Patch, Installation, Frontend, BW,                            
              sapbexc.xla, checktool, wdtaocx, wdtaocx.ocx                                            
              If the front end is installed correctly but the error still occurs,                     
              contact SAP.                                                                               
    Procedure for System Administration                                                                               
    Technical information about the message:                                                     
         Message class....... "RSNG"                                                                  
         Number.............. 001                                                                     
         Variable 1.......... " "                                                                     
         Variable 2.......... " "                                                                     
         Variable 3.......... " "                                                                     
         Variable 4.......... " " 
    short dump -

    Check out the note 946481. This should resolve your issue.
    Please update the output
    Regards
    Pankaj

  • Short dump when expand info provide

    Dear all,
    I have 0GL_ACOOUNT info object that act as a master data.
    the problem is when I want to expand at the info provider instantly create short dump
    the overview of the short dump is :
    Runtime Errors         ASSERTION_FAILED
    Date and Time          12.08.2009 10:08:16
    Short text
         The ASSERT condition was violated.
    What happened?
         In the running application program, the ASSERT statement recognized a
         situation that should not have occurred.
         The runtime error was triggered for one of these reasons:
         - For the checkpoint group specified with the ASSERT statement, the
           activation mode is set to "abort".
         - Via a system variant, the activation mode is globally set to "abort"
           for checkpoint groups in this system.
         - The activation mode is set to "abort" on program level.
         - The ASSERT statement is not assigned to any checkpoint group.
    What can you do?
         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.
    Information on where terminated
        Termination occurred in the ABAP program "CL_RSAWBN_OBJ_IOBJ_DATA=======CP" -
         in "GET_TRFN_AWBSUBOBJ".
        The main program was "RSAWBN_START ".
        In the source code you have the termination point in line 23
        of the (Include) program "CL_RSAWBN_OBJ_IOBJ_DATA=======CM005".
    Source Code Extract
    Line  SourceCde
        1 METHOD get_trfn_awbsubobj .
        2
        3   DATA: l_tranid   TYPE rstranid,
        4         l_s_source TYPE rstran_s_tlogo,
        5         l_s_target TYPE rstran_s_tlogo,
        6         l_objvers  TYPE rsobjvers.
        7
        8   l_tranid = i_objnm.
        9   l_objvers = rs_c_objvers.
       10
       11 * get the source and target for the tranid
       12   WHILE l_s_source IS INITIAL OR l_s_target I
       13     TRY.
       14         cl_rstran_stat=>get_objects(
       15           EXPORTING
       16             i_tranid   = l_tranid
       17             i_objvers  = l_objvers
       18           IMPORTING
       19             e_s_source = l_s_source
       20             e_s_target = l_s_target
       21                ).
       22       CATCH cx_rstran_not_found .
    >>>>>         ASSERT sy-index < 2.
       24     ENDTRY.
       25 * for possible second run set objvers
       26     l_objvers = rs_c_objvers-modified.
       27   ENDWHILE.
      29 * pass back the su
      30   IF i_target = rs
      31     re_awbsubobjec
      32   ELSE.
      33     re_awbsubobjec
      34   ENDIF.
      35
      36 ENDMETHOD.
    Please advice

    HI,
    I have read the sap notes and that is exactly what happen to me.
    but I don't understand how to correct it.
    It said :
    This error cannot be corrected automatically. Use the method DELETE_VERSION_FROM_DB of the class CL_RSTRAN_STAT to delete the existing A version of the transformation manually in the target system.
    Ensure that the transformation is permanently deleted from the database; therefore, you should verify that the correct transformation ID is specified (in the short dump, the TranID that is specified in the short dump is in the variable L_TRANID).
    anybody know how to use delete_version_from_db ?
    please advice

  • Short dump: : OBJECT_NOT_STRUCTURED

    Hi,
    We are getting the shortdump in BWP, ERROR MESSAGE :OBJECT_NOT_STRUCTURED.
    due this the user are not able to see the reports.
    This for the infocube : 0RPA_C01
    Message no: RSBK257
    Short dump
    Runtime Errors         OBJECT_NOT_STRUCTURED
    Date and Time          21.12.2008 03:02:52
         Short text
              Invalid operand type for the MOVE-CORRESPONDING statement.
         What happened?
              Error in the ABAP Application Program
              The current ABAP program "/RTF/CL_KYF_TRANSFORM=========CP" had to be
               terminated because it has
              come across a statement that unfortunately cannot be executed.
         What can you do?
              Note down which actions and inputs caused the error.
              To process the problem further, contact you SAP system
              administrator.
              Using Transaction ST22 for ABAP Dump Analysis, you can look
              at and manage termination messages, and you can also
              keep them for a long time.
         Error analysis
              The MOVE-CORRESPONDING statement can only be used on operands with a
              structured type.
              In the case at hand, this condition is not fulfilled: Operand "Download".
              4. Details about the conditions under which the error occurred or which
              actions and input led to the error.
         System environment
              SAP-Release 700
              Application server... "ndflapp7"
              Network address...... "192.168.4.38"
              Operating system..... "SunOS"
              Release.............. "5.10"
              Hardware type........ "sun4v"
              Character length.... 16 Bits
              Pointer length....... 64 Bits
              Work process number.. 18
              Shortdump setting.... "full"
              Database server... "ndflbwp"
              Database type..... "DB6"
              Database name..... "BWP"
              Database user ID.. "SAPBWP"
              Char.set.... "C"
              SAP kernel....... 700
              created (date)... "Feb 3 2008 21:08:24"
              create on........ "SunOS 5.9 Generic_117171-13 sun4u"
              Database version. "DB6_81 "
              Patch level. 146
              Patch text.. " "
              Database............. "DB6 08.02., DB6 09."
              SAP database version. 700
              Operating system..... "SunOS 5.9, SunOS 5.10"
              Memory consumption
              Roll.... 2713920
              EM...... 0
              Heap.... 39801136
              Page.... 24576
              MM Used. 42159048
              MM Free. 235944
         User and Transaction
              Client.............. 700
              User................ "BWREMOTE"
              Language key........ "E"
              Transaction......... " "
              Transactions ID..... "494D622862192FB7E1000000C0A80426"
              Program............. "/RTF/CL_KYF_TRANSFORM=========CP"
              Screen.............. "SAPMSSY0 1000"
              Screen line......... 6
         Information on where terminated
              Termination occurred in the ABAP program "/RTF/CL_KYF_TRANSFORM=========CP" -
               in "CALCULATE_KEYFIGURE_DS".
              The main program was "RSBATCH_EXECUTE_PROZESS ".
              In the source code you have the termination point in line 29
              of the (Include) program "/RTF/CL_KYF_TRANSFORM=========CM004".
              The program "/RTF/CL_KYF_TRANSFORM=========CP" was started as a background job.
              Job Name....... "BIDTPR_9161_1"
              Job Initiator.. "BWREMOTE"
              Job Number..... 03023200
         Source Code Extract
         Line     SourceCde
             1     method calculate_keyfigure_ds.
             2     
             3       field-symbols: SINGLE_REF
                 F0000000
                 F0000000
         /RTF/CL_KYF_TRANSFORM=>S_MONITOR+148(100)
                 00000000000000000000000000000000000000000000000000
                 00000000000000000000000000000000000000000000000000
                 22222222222222222222222222222222222222222222222222
                 00000000000000000000000000000000000000000000000000
         /RTF/CL_KYF_TRANSFORM=>S_MONITOR
                                   000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 2222222222222222222223332222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         %_SPACE
                 0
                 0
                 2
                 0
         SY
              #######ᗹ###################A###P#################<#############################T#######䵘 C####
                 0000000100000000000000000000000000000000000000000000000000000000000000000000000000000004000000
                 000000050000000000000000000000000000000800000000000000000000000000000000000000000000000D000000
                 0000000F00000000000000000004000500000009000000000300000000000000000000000000010500010005240000
                 0300010900000100000001000101010000000008000000040C000000000000000000000000000604000E000803000C
         %_EXCP
                 F0000000
                 F0000000
         %_DUMMY$$
                 0000
                 0000
                 2222
                 0000
         /RTF/CL_KYF_TRANSFORM=>HLP_STRUC_DS
                 C0000000
                 F0000000
         <L_STRUC>
         SYST-REPID
              /RTF/CL_KYF_TRANSFORM=========CP
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
                 2554244545455544544543333333334522222222
                 F246F3CFB96F421E36F2DDDDDDDDDD3000000000
         LT_APPL_MONITOR
              Table[initial]
         No.          7     Ty.      METHOD
         Name      LCL_TRANSFORM=>COMPUTE_14_1
         REQUEST
              DTPR_4C872RDREWJJFKCBYOIXF7GVA
                 000000000000000000000000000000
                 000000000000000000000000000000
                 455553433354545444444544543454
                 4402F4387224257AA6B329F9867761
         DATAPACKID
              000001
                 000000
                 000000
                 333333
                 000001
         SOURCE_FIELDS
              1000000000001600000030202008121910010000000004000000000000000038022008121917294320081219172957
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
                 1000000000001600000030202008121910010000000004000000000000000038022008121917294320081219172957
         RESULT
                 000000000
                 00000000C
         MONITOR
              Table[initial]
         IS_S_FIELDS-BASEQUANTITY
                 000000000
                 00000000C
         SOURCE_FIELDS-BASEQUANTITY
                 0000000
                 000000C
         IS_S_FIELDS-DISTDISC
                 000000000
                 00000000C
         SOURCE_FIELDS-DISTDISC
                 00000000
                 0000000C
         IS_S_FIELDS-DISTTAX
                 000000000
                 00000000C
         SOURCE_FIELDS-DISTTAX
                 00000000
                 0000000C
         IS_S_FIELDS-DISTTENDER
                 000000000
                 00000000C
         SOURCE_FIELDS-DISTTENDER
                 00000000
                 0000000C
         IS_S_FIELDS-REDUCTIONAMOUNT
                 000000000
                 00000000C
         SOURCE_FIELDS-REDUCTIONAMOUNT
                 00000000
                 0000000C
         IS_S_FIELDS-TAXAMOUNT
                 000000000
                 00000000C
         SOURCE_FIELDS-TAXAMOUNT
                 00000000
                 0000000C
         IS_S_FIELDS-COMMAMOUNT
                 000000000
                 00000000C
         SOURCE_FIELDS-COMMAMOUNT
                 00000000
                 0000000C
         IS_S_FIELDS-TENDERAMOUNT
                 000000000
                 00000000C
         SOURCE_FIELDS-TENDERAMOUNT
                 00000000
                 0000000C
         RS_C_TRUE
              X
                 0
                 0
                 5
                 8
         IS_S_FIELDS-LINEITEMCOUNT
                 000000000
                 00000010C
         SOURCE_FIELDS-LINEITEMCOUNT
              1
                 0000
                 0001
         IS_S_FIELDS-TOTALSALESAMOUNT
    0.0.0.0.0.0.1. #
                 000000020
                 00000010C
         SOURCE_FIELDS-TOTALSALESAMOUNT
    0.0.0.0.0.1. #
                 00000020
                 0000010C
         IS_S_FIELDS-REDUCTIONAMOUNTN
                 000000000
                 00000000C
         SOURCE_FIELDS-REDUCTIONAMOUNTN
                 00000000
                 0000000C
         IS_S_FIELDS-REDUCTIONAMOUNTG
                 000000000
                 00000000C
         SOURCE_FIELDS-REDUCTIONAMOUNTG
                 00000000
                 0000000C
         SY-REPID
              GP4AQKW51YXT96BMBCFL1TYQBS6
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
                 4534545335553344444435554532222222222222
                 70411B751984962D236C14912360000000000000
         CS_TARGET-FIELDNM
              BASE_QTY
                 000000000000000000000000000000
                 000000000000000000000000000000
                 445455552222222222222222222222
                 2135F1490000000000000000000000
         SYST-REPID
              GP4AQKW51YXT96BMBCFL1TYQBS6
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
                 4534545335553344444435554532222222222222
                 70411B751984962D236C14912360000000000000
         %_SPACE
                 0
                 0
                 2
                 0
         IS_S_FIELDS
              000                                           00001000120081219172957##### ###################
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000C00000C00000000C00000
                 3332222222222222222222222222222222222222222222333333333333333333333330000020000000000000000000
                 00000000000000000000000000000000000000000000000000100012008121917295700000000000000C00000000C0
         CS_TARGET
              BASE_QTY                      ##################
                 000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000C00000000000C0
                 445455552222222222222222222222000000000000000000
                 2135F149000000000000000000000000000000C000000000
         %_DUMMY$$
                 0000
                 0000
                 2222
                 0000
         No.          6     Ty.      METHOD
         Name      LCL_TRANSFORM=>EXECUTE
         I_MASTER_DATA_EXIST
                 0
                 0
                 2
                 0
         I_R_INBOUND
                 80000007
                 B0000004
         I_R_LOG
                 3000000C
                 2000004D
         I_R_REQUEST
                 0000000F
                 B0000064
         I_R_TRFN_CMD
                 D0000002
                 B0000004
         E_R_OUTBOUND
                 3000000C
                 3000004C
    LSSUPP-_13
                 0
                 0
                 2
                 0
         RS_C_FALSE
                 0
                 0
                 2
                 0
         RSJOBINFO
                                              00000000000000                                  ##
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 2222222222222222222222222222222233333333333333222222222222222222222222222222222200
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000
    CURRRULE-RULEID
              917760
                 00
                 0E
         SCREEN
              %_17NNS0000026337_%_%_%_%_%_%_
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222
                 5F17EE30000026337F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000
    CURRRULE-STEPID
              16777248
                 0
                 1
    LSSUPP-_14
                 0
                 0
                 2
                 0
    LTMSG
              Table[initial]
    G1-BASE_QTY
                 000000000
                 00000000C
         ME
                 0000000F
                 C0000063
         L_REQUEST
              DTPR_4C872RDREWJJFKCBYOIXF7GVA
                 000000000000000000000000000000
                 000000000000000000000000000000
                 455553433354545444444544543454
                 4402F4387224257AA6B329F9867761
         I_R_INBOUND->N_DATAPAKID
              000001
                 000000
                 000000
                 333333
                 000001
         <_YS_SC_1>
              1000000000001600000030202008121910010000000004000000000000000038022008121917294320081219172957
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333
                 1000000000001600000030202008121910010000000004000000000000000038022008121917294320081219172957
    LSMSG
                                   000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 2222222222222222222223332222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         SPACE
                 0
                 0
                 2
                 0
         No.          5     Ty.      METHOD
         Name      CL_RSTRAN_TRFN_CMD=>IF_RSBK_CMD_T~TRANSFORM
         I_R_INBOUND
                 80000007
                 B0000004
         I_R_LOG
                 3000000C
                 2000004D
         I_R_SELSET
                 F0000000
                 F0000000
         I_R_FILTER
                 F0000000
                 F0000000
         E_R_OUTBOUND
                 3000000C
                 3000004C
         ME->IF_RSBK_CMD~N_REQUID
              9161
                 002C
                 0039
         L_R_REQUEST_MAIN
                 F0000000
                 B0000004
         %_DUMMY$$
                 0000
                 0000
                 2222
                 0000
         L_R_REQUEST
                 0000000F
                 B0000064
         SYST-REPID
              CL_RSTRAN_TRFN_CMD============CP
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
                 4455555445554454443333333333334522222222
                 3CF23421EF426EF3D4DDDDDDDDDDDD3000000000
         LR_EXE
                 0000000F
                 C0000063
         ME->C_METH_EXECUTE
              EXECUTE
                 0000000
                 0000000
                 4544554
                 5853545
         ME->N_CHECK_ONLY_SIDS
                 0
                 0
                 2
                 0
         ME
                 D0000002
                 B0000004
         ME->N_TH_BP
              Table IT_475[0x24]
    DATA=N_TH_BP
                 Table reference: 164
                 TABH+  0(20) = 0000000000000000000000000000000000000000
                 TABH+ 20(20) = 000000A4000001DB0000000000000018FFFFFFFF
                 TABH+ 40(16) = 04000114000004700010839401800000
                 store        = 0x0000000000000000
                 ext1         = 0x0000000000000000
                 shmId        = 0     (0x00000000)
                 id           = 164   (0x000000A4)
                 label        = 475   (0x000001DB)
                 fill         = 0     (0x00000000)
                 leng         = 24    (0x00000018)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000009
                 occu         = 16    (0x00000010)
                 access       = 4     (ItAccessHashed)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 1     (ItUnique)
                 keyKind      = 3     (user defined)
                 cmpMode      = 2     (cmpSingleMcmpR)
                 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         = Not allocated
                 pghook       = Not allocated
                 idxPtr       = Not allocated
                 shmTabhSet   = Not allocated
                 id           = Not allocated
                 refCount     = Not allocated
                 tstRefCount  = Not allocated
                 lineAdmin    = Not allocated
                 lineAlloc    = Not allocated
                 shmVersId    = Not allocated
                 shmRefCount  = Not allocated
                 shmIsReadOnly = Not allocated
                 >>>>> 1st level extension part <<<<<
                 regHook      = Not allocated
                 collHook     = Not allocated
                 ext2         = Not allocated
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = Not allocated
                 delta_head   = Not allocated
                 pb_func      = Not allocated
                 pb_handle    = Not allocated
         L_S_BP
              000000000000
                 000000000000
                 000000000000
                 333333333333
                 000000000000
         SY-REPID
              CL_RSTRAN_TRFN_CMD============CP
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
                 4455555445554454443333333333334522222222
                 3CF23421EF426EF3D4DDDDDDDDDDDD3000000000
         RSTR_STEPTYPE
              NO_UPDATE                     INITIAL                       DIRECT                        CONS
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 4455544542222222222222222222224445444222222222222222222222224454452222222222222222222222224445
                 EFF5041450000000000000000000009E9491C000000000000000000000004925340000000000000000000000003FE3
         RSTR_STEPTYPE-DIRECT
              DIRECT
                 000000000000000000000000000000
                 000000000000000000000000000000
                 445445222222222222222222222222
                 492534000000000000000000000000
         I_R_INBOUND->N_DATAPAKID
              000001
                 000000
                 000000
                 333333
                 000001
         SY-SUBRC
              4
                 0000
                 0004
         SPACE
                 0
                 0
                 2
                 0
         L_SEGID
              0000
                 0000
                 0000
                 3333
                 0000
         RSAWC_C_TFC-DISPLAY
              DISPLAY
                 0000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000
                 4455445222222222222222222222222222222222222222222222222222222222222222
                 4930C19000000000000000000000000000000000000000000000000000000000000000
         No.          4     Ty.      METHOD
         Name      CL_RSBK_PROCESS=>PROCESS_REQUEST
         SY-REPID
              CL_RSBK_PROCESS===============CP
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
                 4455544555444553333333333333334522222222
                 3CF232BF02F3533DDDDDDDDDDDDDDD3000000000
         ME
                 F0000000
                 E0000001
         ME->N_S_CURSOR_R-NODE
              -2
                 FFFF
                 FFFE
         ME->P_R_LOG_STEP
                 3000000C
                 2000004D
         %_DUMMY$$
                 0000
                 0000
                 2222
                 0000
         ME->P_R_INBOUND
                 80000007
                 B0000004
         ME->P_R_OUTBOUND
                 3000000C
                 3000004C
         L_R_TRANSFORM
                 D0000002
                 B0000004
         ME->N_S_CURSOR_R+36(8)
                 D0000002
                 B0000004
         SPACE
                 0
                 0
                 2
                 0
         SY
              #######ᗹ###################A###P#################<#############################T#######䵘 C####
                 0000000100000000000000000000000000000000000000000000000000000000000000000000000000000004000000
                 000000050000000000000000000000000000000800000000000000000000000000000000000000000000000D000000
                 0000000F00000000000000000004000500000009000000000300000000000000000000000000010500010005240000
                 0300010900000100000001000101010000000008000000040C000000000000000000000000000604000E000803000C
         ME->N_R_DP
                 C0000003
                 D0000002
         No.          3     Ty.      METHOD
         Name      CL_RSBK_PROCESS=>IF_RSBATCH_EXECUTE~EXECUTE
         I_PARAMETER
              ÿ#######4102##########(##########################P#R#O#C#E#S#S«#####(ª######ª######ª######ª###
                 F0000080333300000000002000800000000000000000000005050404040505A000002A000000A000000A000000A000
                 F6111200410200005F00008005A70000000000000000000000020F03050303BF00008A800004A60000CA800004A800
         E_RETURN
         E_T_MSG
              Table[initial]
         RSBTC_C_STATUS-OK
              @08@
                 0000
                 0000
                 4334
                 0080
         %_FSREG_001
         SY-XFORM
              CONVERSION_EXIT
                 000000000000000000000000000000
                 000000000000000000000000000000
                 444545544454545222222222222222
                 3FE65239FEF5894000000000000000
         SYST-REPID
              CL_RSBK_PROCESS===============CP
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
                 4455544555444553333333333333334522222222
                 3CF232BF02F3533DDDDDDDDDDDDDDD3000000000
         ME
                 F0000000
                 E0000001
         %_ARCHIVE
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         %_PRINT
                  001RSBATCH_EXEC                                                                      X8##A
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 2222333554454454544222222222222222222222222222222222222222222222222222222222222222222222253004
                 00000012321438F5853000000000000000000000000000000000000000000000000000000000000000000000088001
         %_VIASELSCR
                 0
                 4
         L_R_ERROR
                 F0000000
                 F0000000
         No.          2     Ty.      FUNCTION
         Name      RSBATCH_EXECUTE_PROCESS
         ID
              DTPR_9161_1
                 000000000000000000000000000000
                 000000000000000000000000000000
                 455553333532222222222222222222
                 4402F9161F10000000000000000000
         I_DIALOG_DEBUG_MODE
                 0
                 0
                 2
                 0
         PROCESS
              3
                 0000
                 0003
         G_T_SERVER_100
                                                                                    00
                 000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 222222222222222222222222222222222222222222222222222222222222222222222222222222222332
                 000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         L_S_CTRL-LANGU
              E
                 0
                 0
                 4
                 5
         SY-LANGU
              E
                 0
                 0
                 4
                 5
         SYST-REPID
              SAPLRSBATCH
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
                 5454554454422222222222222222222222222222
                 310C232143800000000000000000000000000000
         SPACE
                 0
                 0
                 2
                 0
         G_NUM3
              000
                 000
                 000
                 333
                 000
         %_DUMMY$$
                 0000
                 0000
                 2222
                 0000
         SY-REPID
              SAPLRSBATCH
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
                 5454554454422222222222222222222222222222
                 310C232143800000000000000000000000000000
         L_MODULE_NAME
              CL_RSBK_PROCESS
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
                 4455544555444552222222222222222222222222
                 3CF232BF02F35330000000000000000000000000
         %_SPACE
                 0
                 0
                 2
                 0
         %_CX_TABLEVIEW_ID
              2
                 0000
                 0002
         L_S_CTRL-PROCESS_TYPE
              DTP_LOAD
                 0000000000
                 0000000000
                 4555444422
                 440FCF1400
         %_CX_TABSTRIP_ID
              3
                 0000
                 0003
         L_S_CTRL-BATCH_ID
              DTPR_9161_1
                 000000000000000000000000000000
                 000000000000000000000000000000
                 455553333532222222222222222222
                 4402F9161F10000000000000000000
         %_CX_TABLEVIEW_VERSION
              0
                 0
                 0
                 3
                 0
         L_S_CTRL-BATCH_PROCESS
                      3
                 0000000000
                 0000000000
                 2222222232
                 0000000030
         %_CX_TABSTRIP_VERSION
              0
                 0
                 0
                 3
                 0
         L_PARAMETER
              ÿ#######4102##########(##########################P#R#O#C#E#S#S«#####(ª######ª######ª######ª###
                 F0000080333300000000002000800000000000000000000005050404040505A000002A000000A000000A000000A000
                 F6111200410200005F00008005A70000000000000000000000020F03050303BF00008A800004A60000CA800004A800
         L_R_BATCH_EXECUTE
                 F0000000
                 E0000001
         L_RETURN
         L_T_MSG
              Table[initial]
         CTRL_200_VAL-CX
         No.          1     Ty.      EVENT
         Name      START-OF-SELECTION
         SYST-REPID
              RSBATCH_EXECUTE_PROZESS
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
                 5544544545445545554545522222222222222222
                 2321438F5853545F02FA53300000000000000000
         L_T_CTRL
              Table[initial]
         SCREEN
              %_17NNS0000026337_%_%_%_%_%_%_
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 2533445333333333352525252525252222222222222222222222222222222222222222222222222222222222222222
                 5F17EE30000026337F5F5F5F5F5F5F0000000000000000000000000000000000000000000000000000000000000000
         L_S_CTRL
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         L_LINES
              0
                 0000
                 0000
         L_S_CTRL-BATCH_PROCESS
                 0000000000
                 0000000000
                 2222222222
                 0000000000
         L_S_PAR-WP_NO
                 000
                 000
                 222
                 000
         ID
              DTPR_9161_1
                 000000000000000000000000000000
                 000000000000000000000000000000
                 455553333532222222222222222222
                 4402F9161F10000000000000000000
         L_PROCESS
              3
                 0000
                 0003
         %_DUMMY$$
                 0000
                 0000
                 2222
                 0000
         L_S_HEADER-HOLD_PAR_PROCS
                 0
                 0
                 2
                 0
         %_SPACE
                 0
                 0
                 2
                 0
         SYST
              #######ᗹ###################A###P#################<#############################T#######䵘 C####
                 0000000100000000000000000000000000000000000000000000000000000000000000000000000000000004000000
                 000000050000000000000000000000000000000800000000000000000000000000000000000000000000000D000000
                 0000000F00000000000000000004000500000009000000000300000000000000000000000000010500010005240000
                 0300010900000100000001000101010000000008000000040C000000000000000000000000000604000E000803000C
         PROCESS
              3
                 0000
                 0003
         L_S_HEADER-PROCESS_TYPE
              DTP_LOAD
                 0000000000
                 0000000000
                 4555444422
                 440FCF1400
         RSBTC_C_PROCESS-DTP_LOAD
              DTP_LOAD
                 0000000000
                 0000000000
                 4555444422
                 440FCF1400
         Internal notes
              The termination was triggered in function "ab_jmvco"
              of the SAP kernel, in line 1521 of the module
               "//bas/700_REL/src/krn/runt/abmvco.c#6".
              The internal operation just processed is "MVCO".
              Internal mode was started at 20081221030232.
         Active Calls in SAP Kernel
         Lines of C Stack in Kernel (Structure Differs on Each Platform)
          DoStack2 ( 0x106186020, 0xffffffff7fff9eb0, 0x10054b9a4, 0x0, 0x14, 0x1034d8af0 ), at 0x10054b
          CTrcStack2 ( 0x106186020, 0x0, 0x19c00, 0x103547870, 0x101e1c9a4, 0x1034d8af0 ), at 0x10054b54
          __1cQrabax_CStackSave6F_v_ ( 0x103775c00, 0x3775c00, 0x103edabe0, 0x1023314de, 0x100000000, 0x
          ab_rabax ( 0x0, 0x0, 0x2000000, 0x100000000, 0x3ed9800, 0x3547800 ), at 0x100cd53b0
          __1cIab_jmvco6F_v_ ( 0xffffffff7fffafbc, 0xfffffffe319fc20c, 0x600000000000000, 0x1069d1ca4, 0
          __1cIab_extri6F_i_ ( 0x100000000, 0x62cac00, 0x548, 0x1, 0x0, 0xa9 ), at 0x10076ecf8
          __1cJab_xevent6FpkH_i_ ( 0x0, 0x0, 0x0, 0x0, 0x4c, 0x106186800 ), at 0x100a4f6f0
          __1cIab_trigg6F_i_ ( 0x106109f20, 0x106189968, 0x100a4f038, 0x4, 0x0, 0x0 ), at 0x100a4f174
          ab_run ( 0x106a1adb8, 0x106189400, 0x102335bac, 0x0, 0x10618685c, 0x0 ), at 0x100d3d254
          dynpmcal ( 0x10690c420, 0x6, 0xc, 0x103a0eec8, 0x100577d80, 0x103547864 ), at 0x1005703ac
          dynppai0 ( 0x10690c420, 0x10690da2c, 0x0, 0x1035478c8, 0x0, 0x1061a6894 ), at 0x10056d608
          dynprctl ( 0x10690c420, 0x0, 0x1035317c0, 0x1300, 0x1, 0x128c ), at 0x10056bc4c
          dynpen00 ( 0x10682df80, 0x10690c420, 0x10690c420, 0x102c30000, 0x2c30000, 0x100000000 ), at 0
          TskhLoop ( 0xffffffff7108b230, 0x103530000, 0x3f36, 0xffffffffffffe080, 0xffffffff70007d38, 0
          ThStart ( 0x1, 0x2a7400, 0x1002a7400, 0x100000000, 0x1, 0x0 ), at 0x1002a7f0c
          DpMain ( 0x3c7bc00, 0x3530000, 0x100000000, 0x1, 0x0, 0x0 ), at 0x1001d9698
         List of ABAP programs affected
         Index     Typ     Program     Group     Date     Time     Size     Lang.
              0     Prg     RSBATCH_EXECUTE_PROZESS          0     09.07.2008     04:18:32         39936     E
              1     Prg     SAPMSSY0          1     08.07.2008     17:53:04         92160     E
              2     Prg     SAPMSSYD          1     05.09.2006     14:20:30         21504     E
              3     Prg     SAPFSYSCALLS          1     07.03.2005     18:01:13          8192     E
              4     Prg     RSDBRUNT          0     08.07.2008     18:16:58        254976     E
              5     Prg     SAPLSPRI          5     08.07.2008     18:48:22        342016     E
              6     Typ     PRI_PARAMS          0     27.10.1998     15:01:35          5120     
              7     Typ     ARC_PARAMS          0     08.08.1997     14:45:20          5120     
              8     Typ     PRI_LAYOUT          0     04.09.2002     14:38:36          3072     
              9     Typ     PRIPAR_EXT          0     03.06.2004     11:20:21          3072     
             10     Typ     PRIPAR_EX2          0     01.02.2001     17:17:24          2048     
             11     Typ     PRIPAR_EX3          0     03.06.2004     11:20:21          3072     
             12     Typ     TPRI_DEF          0     01.02.2001     17:50:49          5120     
             13     Typ     USR01          0     08.07.2008     17:43:16          4096     
             14     Typ     TSP1D          0     02.02.1998     15:00:56          5120     
             15     Prg     SAPLSPOO         15     08.07.2008     18:46:51        152576     E
             16     Prg     SAPLRSPOLSTDRV         16     18.11.2005     14:39:34         57344     E
             17     Typ     TSPOPTIONS          0     06.12.1996     16:09:18          2048     
             18     Typ     TSP03          0     13.08.1998     16:56:08          6144     
             19     Prg     SAPCNVE         19     07.03.2005     18:01:13          8192     E
             20     Prg     SAPLSPOC         20     08.07.2008     18:48:51        137216     E
             21     Typ     RSPOCHECK          0     14.07.1997     13:01:20          4096     
             22     Typ     TSP03A          0     10.06.1997     01:43:11          3072     
             23     Typ     DEVPAR          0     01.02.2001     17:10:21          3072     
             24     Typ     RSPOATTR          0     19.01.2000     18:34:33          2048     
             25     Typ     RSSCR          0     23.11.1999     09:24:41          5120     
             26     Prg     RSDBSPBL          0     07.03.2005     18:01:13         72704     E
             27     Prg     SAPDB__S          0     07.03.2005     18:01:13         19456     E
             28     Typ     VARID          0     11.04.1997     18:32:23          7168     
             29     Typ     SSCRFIELDS          0     02.05.1997     13:16:39          5120     
             30     Prg     %_CSYDB0          0     07.03.2005     18:01:13         36864     E
             31     Prg     RSDBSPVA          0     08.07.2008     16:32:53        133120     E
             32     Typ     RSVAMEMKEY          0     16.12.1996     19:31:50          2048     
             33     Prg     RSDBSPMC          0     05.09.2006     14:14:08         79872     E
             34     Typ     DDSHDESCR          0     28.11.1997     16:26:30          4096     
             35     Typ     SPPARAMS          0     07.03.1997     14:48:48          2048     
             36     Prg     SAPLICON         36     08.07.2008     18:16:58         27648     E
             37     Prg     %_CICON         36     08.07.2008     18:16:57        107520     E
             38     Typ     ICONT          0     05.09.2006     14:14:08          2048     
             39     Prg     SAPLSABE         39     07.03.2005     18:01:13         13312     E
             40     Prg     SAPLSECU         40     08.07.2008     17:43:16         87040     E
             41     Typ     RSSUBINFO          0     22.11.1999     21:15:17          3072     
             42     Prg     RSDBSPVD          0     08.07.2008     13:55:28         88064     E
             43     Typ     DFIES          0     19.12.2004     17:28:52         10240     
             44     Typ     VARI          0     16.12.1996     19:38:11          6144     
             45     Typ     RSDSFIELDS          0     16.12.1996     19:31:30          3072     
             46     Prg     %_CRSDS          0     07.03.2005     18:01:13         10240     E
             47     Typ     RSDSEXPR          0     16.12.1996     19:31:30          3072     
             48     Typ     RVARI          0     18.06.1999     11:23:08          4096     
             49     Prg     SAPLSVAR         49     08.07.2008     18:48:35        766976     E
             50     Typ     VARIS          0     14.03.1997     19:25:50          2048     
             51     Typ     RSVARKEY          0     16.12.1996     19:31:51          2048     
             52     Prg     SAPLSSEL         52     08.07.2008     18:16:58       1155072     E
             53     Typ     RSCONVERT          0     01.02.2001     17:18:21          4096     
             54     Prg     RSDBSPDS          0     08.07.2008     18:16:57         56320     E
             55     Typ     RSEXFCODE          0     18.07.1997     17:04:17          2048     
             56     Prg     SAPLDSYA         56     08.07.2008     17:48:56         45056     E
             57     Prg     SAPFSDS1         56     07.03.2005     18:01:13         53248     E
             58     Typ     TDCLD          0     14.07.1998     14:53:43          5120     
             59     Prg     SAPLSDOD         59     23.01.2006     17:31:16         46080     E
             60     Typ     DOKIL          0     07.04.1997     18:29:04          3072     
             61     Prg     SAPLLANG         61     08.07.2008     13:44:44         10240     E
             62     Typ     T002          0     08.07.2008     13:44:44          2048     
             63     Prg     SAPFSPOR          0     08.07.2008     20:08:30         15360     E
             64     Typ     RSPARINT          0     10.03.1995     17:53:00          2048     
             65     Prg     SAPLSTUP         65     08.07.2008     17:39:04         74752     E
             66     Prg     SAPLCNDP         66     08.07.2008     16:30:09        195584     E
             67     Prg     SAPLSCNT         67     07.03.2005     18:01:13         30720     E
             68     Prg     SAPSHDTV         67     07.03.2005     18:01:13         33792     E
             69     Prg     SAPFGUICNTL          1     07.03.2005     18:01:13         24576     E
             70     Prg     SAPLOLEA         70     08.07.2008     14:26:43         96256     E
             71     Prg     SAPLSGUI         71     08.07.2008     17:53:04         84992     E
             72     Prg     SAPLSTTM         72     18.11.2005     14:35:29         69632     E
             73     Prg     SAPLSBDC         73     08.07.2008     17:40:32         44032     E
             74     Prg     SAPLSFES         74     08.07.2008     18:48:19        261120     E
             75     Prg     SAPLTHFB         75     08.07.2008     18:47:19        394240     E
             76     Typ     WPINFO          0     08.02.1999     14:18:32          6144     
             77     Prg     SAPLURFC         77     08.07.2008     17:49:18         22528     E
             78     Prg     SAPLSPLUGIN         78     07.03.2005     18:01:13          8192     E
             79     Typ     SWCBCONT          0     07.10.1997     12:13:50          3072     
             80     Typ     OLE_VERBS          0     09.02.1995     13:23:37          2048     
             81     Typ     OLE_PA          0     13.01.1995     11:06:59          2048     
             82     Typ     SSCRTEXTS          0     15.08.1997     14:15:15          3072     
             83     Typ     RSBATCHHEADER          0     23.01.2006     19:24:22          6144     
             84     Prg     SAPLRSBATCH         84     09.07.2008     03:46:40        595968     E
             85     Typ     RSBATCHDEBUG          0     14.06.2004     17:15:14          4096     
             86     Typ     BAL_S_MSG          0     01.02.2001     17:04:55          7168     
             87     Prg     /1BCDWBEN/SAPLREN0002         87     23.11.2005     13:29:42        237568     E
             88     Prg     SAPLSENA         88     08.07.2008     14:29:56         33792     E
             89     Typ     RSBATCHCTRL          0     17.09.2004     14:15:41          5120     
             90     Typ     RSBATCHDATA          0     18.04.2005     09:27:49          6144     
             91     Prg     SAPLBTCH         91     08.07.2008     18:48:44       1871872     E
             92     Prg     SAPLRSSM         92     23.11.2005     13:29:30       1007616     E
             93     Prg     SAPLSYDB         93     08.07.2008     16:32:36         63488     E
             94     Prg     CL_RSBK_PROCESS===============CP         94     09.07.2008     03:32:34         94208     E
             95     Typ     RSBK_S_CMD_R          0     14.06.2004     17:14:04          3072     
             96     Typ     RSBKCMDPROP          0     18.11.2005     16:13:41          5120     
             97     Prg     IF_RSBATCH_CALLBACK===========IP         84     09.07.2008     04:09:32          9216     E
             98     Prg     IF_RSBATCH_EXECUTE============IP         84     07.03.2005     18:01:13          8192     E
             99     Typ     RSBK_S_PROCESS          0     19.04.2005     14:56:01          3072     
            100     Typ     RSBK_S_CMD_MEMENTO          0     17.09.2004     14:15:27          2048     
            101     Prg     CL_RSBK_REQUEST===============CP        101     09.07.2008     04:16:32        161792     E
            102     Prg     CL_RSBK_REQUEST_GENERAL=======CP        102     09.07.2008     04:16:32         35840     E
            103     Prg     SAPLRRSI        103     09.07.2008     04:21:08        246784     E
            104     Typ     RSD_S_COB_PRO          0     09.07.2008     02:12:20         23552     
            105     Prg     CL_RSR========================CP        105     09.07.2008     04:03:31        154624     E
            106     Typ     RSR_S_CHANM          0     12.09.2003     11:33:26          2048     
            107     Typ     RSD_S_DTA          0     09.07.2008     02:12:21         27648     
            10

    check the status of the background job , if job has faild
    the reasion may be because of chaing in the extract structure in the source system.
    so we can replicate the data source to resolve this issue.
    And also make a check with extract structure using the T.coad RSA3, to find
    no of records and to find out any chainges in the structure .

  • Short Dump while Activating a Heirarchy

    Hi Experts,
    I have a hierarchy which is in M version, I am trying to copy hierarchy from Quality to Dev system.
    The hierarchy in DEV system is in M version. When I try to activate the Hierarchy I am getting a short dump which I am not able to understand.
    I have tried also with the ABAP programe to activate it but still I am getting this.
    Sorry to paste all the dump but can any one advise what could be reasons behind heirarchy not getting activated.
    Thanks,
    Tati.
    Please find the Dump message.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_RSSH_MESSAGE_HANDLER=======CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    What can you do?
        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
        Only message types A, E, I, W, S, and X are allowed.
    Information on where terminated
        Termination occurred in the ABAP program "CL_RSSH_MESSAGE_HANDLER=======CP" -
         in "CALL_MESSAGE".
        The main program was "RSSH_HIERM_START_NEU ".
        In the source code you have the termination point in line 11
        of the (Include) program "CL_RSSH_MESSAGE_HANDLER=======CM003".
    Source Code Extract
    Line  SourceCde
        1 METHOD call_message .
        2
        3   FIELD-SYMBOLS: <l_s_msg> TYPE gt_s_msg.
        4
        5   READ TABLE p_t_msg INDEX 1 ASSIGNING <l_s_msg>.
        6   IF sy-subrc <> 0.
        7     MESSAGE x000.
        8   ENDIF.
        9
       10   <l_s_msg>-handled = rs_c_true.
    >>>>>   MESSAGE ID <l_s_msg>-msgid TYPE <l_s_msg>-msgty NUMBER <l_s_msg>-msgno
       12     WITH <l_s_msg>-msgv1 <l_s_msg>-msgv2 <l_s_msg>-msgv3 <l_s_msg>-msgv4.
       13
       14
       15 ENDMETHOD.                    "CALL_MESSAGE

    Hi Prasad,
    Have you changed the 'Object Status' from INA to ACT when using the program RSDG_TRFN_ACTIVATE?
    You can also refer to the note SAP Note 1030987 - Activation of transformations dumps
    regards,
    Ashvin

  • Short dump GETWA_NOT_ASSIGNED while transporting Datasource in BI 7.0

    Hi Friends,
    I am getting an error, while trying to transport Datasource into quality system. The Transport request log says that "Program terminated (job: RDDEXECL, no.: 11372100)"
    If I check the log in SM37 of target system it gives following steps
    29.06.2007 11:37:21 Job started
    29.06.2007 11:37:21 Step 001 started (program RDDEXECL, variant , user ID DDIC)
    29.06.2007 11:37:21 All DB buffers of application server bdhp4488 were synchronized
    29.06.2007 11:37:30 SQL: 29.06.2007 11:37:30 DDIC
    29.06.2007 11:37:30  CREATE UNIQUE INDEX "/BIC/B0000566001~0" ON
    29.06.2007 11:37:30 "/BIC/B0000566001" ("REQUEST", "DATAPAKID",
    29.06.2007 11:37:30 "PARTNO", "RECORD") PCTFREE 10 LOCAL INITRANS 002
    29.06.2007 11:37:30 TABLESPACE PSAPSR3 STORAGE (INITIAL
    29.06.2007 11:37:30 0000000016 K NEXT        0000000160 K MINEXTENTS
    29.06.2007 11:37:30 0000000001
    If I see the short dump in ST22 in target system (quality) The I get error
    "Runtime Errors         GETWA_NOT_ASSIGNED"
    Could somebody help me in resolving this?
    Thanks and regards,
    Balaraj

    Thanks Edwin,
    My issue is still not resolved.
    Now the error that I am getting while transporting the Transformation is
    Program terminated (job: RDDEXECL, no.: 12091300)
    The SM37 job log says that
    "Job started
    Step 001 started (program RDDEXECL, variant , user ID DDIC)
    All DB buffers of application server bdhp4488 were synchronized
    ABAP/4 processor: GETWA_NOT_ASSIGNED
    Job cancelled"
    When i see the dump in ST22. It says that it could not find entry in one of the tables
    "   READ TABLE p_t_mapping ASSIGNING <fs_map>
       WITH KEY target_stepid = 0
                targetsegid   = <fs_posit>-rulesegid
                targetposit   = <fs_posit>-ruleposit
                targetid      = 0.
    Sy-subrc <> 0 for this read.
    Could you please advise?
    Thanks and regards,
    Balaraj

  • Short dump:ASSIGN_TYPE_CONFLICT- While loading data through DTP

    Dear all:
    We currently work with BI NW2004s SP10. We created transformation for mapping InfoSource and InfoCube based on 3.x transfer rule. For example, we used cube 0PUR_C04 and Data Source 2LIS_02_ITM_CP. And the transformation is "TRCS Z2LIS_02_ITM_CP -> CUBE 0PUR_C04". Everytime when we tried to load data via DTP. A runtime short dump occurred: ASSIGN_TYPE_CONFLICT
    Error analysis:
      You attempted to assign a field to a typed fie but the field does not have the required type.
    we went back and forth to activated transformation and DTP. But still, same error occurred.
    Any idea, please !!!!
    BR
    SzuFen

    Hi Pavel:
    Please refer to the following information-
    User and Transaction
        Client.............. 888
        User................ "TW_S
        Language key........ "E"
        Transaction......... " "
        Program............. "GPD0
        Screen.............. "SAPM
        Screen line......... 6
    ===========================================================
    Information on where terminated
        Termination occurred in the ABAP program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL" - in
         "EXECUTE".
        The main program was "RSBATCH_EXECUTE_PROZESS ".
        In the source code you have the termination point in line 704
        of the (Include) program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL".
        The program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL" was started as a background job.
        Job Name....... "BIDTPR_284_1"
        Job Initiator.. "TW_SZU"
        Job Number..... 16454800
    ===========================================================
    Short text
        Type conflict with ASSIGN in program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL".
    ===========================================================
    Error analysis
        You attempted to assign a field to a typed field symbol,
        but the field does not have the required type.
    ===========================================================
    Information on where terminated
        Termination occurred in the ABAP program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL" - in
         "EXECUTE".
        The main program was "RSBATCH_EXECUTE_PROZESS ".
        In the source code you have the termination point in line 704
        of the (Include) program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL".
        The program "GPD0QBVJ2WFQZZXBD0IJ1DSZAEL" was started as a background job.
        Job Name....... "BIDTPR_284_1"
        Job Initiator.. "TW_SZU"
        Job Number..... 16454800
    ===========================================================
    Line  SourceCde
      674         ELSE.
      675           ASSIGN rdsTG_1->*          to <_ys_TG_1>.
      676           CLEAR <_ys_TG_1>.
      677           MOVE-CORRESPONDING G1 TO <_ys_TG_1>.
      678           <_ys_TG_1>-requid    = l_requid.
      679           l_recno_TG_1          = l_recno_TG_1 + 1.
      680           ls_cross-insegid      = 1.
      681           ls_cross-inrecord     = l_recno_SC_1.
      682           ls_cross-outsegid     = 1.
      683           ls_cross-outrecord    = l_recno_TG_1.
      684
      685           CALL METHOD i_r_log->add_cross_tab
      686             EXPORTING
      687               I_S_CROSSTAB = ls_cross.
      688
      689 **     Record# in target = sy-tabix - if sorting of table won't be changed
      690           <_ys_TG_1>-record     = l_recno_TG_1.
      691           INSERT <_ys_TG_1> INTO TABLE <_yth_TG_1>.
      692           IF sy-subrc <> 0.
      693             CALL METHOD cl_rsbm_log_step=>raise_step_failed_callstack.
      694           ENDIF.
      695
      696         ENDIF.      "Read table
      697 *
      698       ENDIF.
      699       CLEAR skipseg_all.
      700     ENDLOOP.
      701 * -
    insert table into outbound segment -
      702
      703     <_yt_TG_1>[] = <_yth_TG_1>[].
    >>>>>
      705     rTG_1->insert_table( rdtTG_1_dp ).
      706   ENDMETHOD.                 "execute
      707
      708
      709
      710 endclass.                    "lcl_transform IMPLEMENTATION
      711
      712 &----
      713 *&      Form  get_runtime_ref
      714 &----
      715 *       text
      716 ----
      717 *      -->C_R_EXE    text
      718 ----
      719 form get_runtime_ref
      720 changing c_r_exe  type ref to object.
      721
      722   data: l_r_exe type ref to lcl_transform.
      723   create object l_r_exe.
    ===========================================================
    Contents of system fields
    Name     Val.
    SY-SUBRC 0
    SY-INDEX 3
    SY-TABIX 0
    SY-DBCNT 1
    SY-FDPOS 0
    SY-LSIND 0
    SY-PAGNO 0
    SY-LINNO 1
    SY-COLNO 1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE Execute Batch Process
    SY-MSGTY E
    SY-MSGID R7
    SY-MSGNO 057
    SY-MSGV1 0TOTDELTIME
    SY-MSGV2 A
    SY-MSGV3
    SY-MSGV4
    SY-MODNO 0
    SY-DATUM 20070420
    SY-UZEIT 164557
    SY-XPROG SAPCNVE
    SY-XFORM CONVERSION_EXIT
    ===========================================================
    Active Calls/Events
    No.   Ty.          Program                             Include
          Name
        6 METHOD       GPD0QBVJ2WFQZZXBD0IJ1DSZAEL         GPD0QBVJ2WFQZZXBD0IJ1DSZAEL
          LCL_TRANSFORM=>EXECUTE
        5 METHOD       CL_RSTRAN_TRFN_CMD============CP    CL_RSTRAN_TRFN_CMD============CM005
          CL_RSTRAN_TRFN_CMD=>IF_RSBK_CMD_T~TRANSFORM
        4 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM00Q
          CL_RSBK_PROCESS=>PROCESS_REQUEST
        3 METHOD       CL_RSBK_PROCESS===============CP    CL_RSBK_PROCESS===============CM002
          CL_RSBK_PROCESS=>IF_RSBATCH_EXECUTE~EXECUTE
        2 FUNCTION     SAPLRSBATCH                         LRSBATCHU13
          RSBATCH_EXECUTE_PROCESS
        1 EVENT        RSBATCH_EXECUTE_PROZESS             RSBATCH_EXECUTE_PROZESS
          START-OF-SELECTION
    ===========================================================
    Thank you and BR
    SF

  • Short dump error for delta load to 0CFM_C10 via 0CFM_DELTA_POSITIONS flow

    hi all,
    i am getting short dump error for delta load to 0CFM_C10 via 0CFM_DELTA_POSITIONS flow.
    not able to figure out the actual issue and how to solve it.
    can anyone suggest?
    below is the details of the short dump
    Short text
        Exception condition "UNKNOWN_TRANSCAT" raised.
    What happened?
        The current ABAP/4 program encountered an unexpected
        situation.
    What can you do?
        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
        A RAISE statement in the program "CL_SERVICE_TRG================CP" raised the
         exception
        condition "UNKNOWN_TRANSCAT".
        Since the exception was not intercepted by a superior
        program, processing was terminated.
        Short description of exception condition:
        For detailed documentation of the exception condition, use
        Transaction SE37 (Function Library). You can take the called
        function module from the display of active calls.
    How to correct 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:
        "RAISE_EXCEPTION" " "
        "CL_SERVICE_TRG================CP" or "CL_SERVICE_TRG================CM003"
        "SORT_TRANSACTIONS"
        or
        "CL_SERVICE_TRG================CP" "UNKNOWN_TRANSCAT"
        or
        "SBIE0001 " "UNKNOWN_TRANSCAT"
        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.

    Hi,
    It seems like some routine are there and check your rotines , transformation etc.
    Regards
    sivaraju

  • Short dump error with InfoSource

    Hi All,
    When i try to open Accounts Payable Infosource in BW production, It is returning with the short dump error ' Assertion was violated'.
    R_AWBOBJ ->. may I know what is this error.
    I created generic datasource in ECC DEV and replicated into BW DEV system, After that I created necessary infoobjects, infosource, transformations, ODS, DTP, InfoPackage and loaded data into it under Accounte Payable in BW DEV. Everything was fine, So I released  every object into production successfully.
    I asked our network guy to move them into production, When he try to move them they are returning with the errors. Which doesn't happen before. Is this anything effected with the existed AP infosource in production as i explained above error? But still these are not moved into production.I released generic datasource from ECC DEV to ECC PRD.
    Data loading was stopped for Line Items DSO under Accounts Payable, Because of these process chains were failed.
    Please let me know where i did wrong or what steps i have to follow further. We are on BI7.0 systems.
    We recently installed our BI systems.
    Please help me anyone ASAP, I appreciated any help.
    Thanks,
    Aparna.

    HI,
    If I can understand properly the infosource is the generated object from DSO begnining with 8*? updating AP DSO?
    Or it is the self created infsource updating the AP DSO??
    What I can understand is you already had a flow in production which was working fine.
    Then you did some development inculding a new DSO...this new DSO contained some infoobject fields  common with the already live AP DSO in production.
    new DSO transport failed in production and becasue of which the data loads to the old AP DSO in production has stopped.
    The issue could be that since the transport failed... these infoobjects are into incosistent state.
    check these common infoobjects in prodution first.
    All I can suggest is transport the DSO again production for AP DSO so that its in consistent state along with the infoobjects.
    The infoobjects must be consistent for the DSO, generated data source and infosource to work properly.
    Eeen if the infosource is generated one( 8*XXXXXX) transport the respective DSO again in production along with required infoobjects.
    Transport the cutomized infosource as well if created.
    Thanks
    Ajeet

  • CL_RSPLS_CR_CONTROLLER method inner join short dump

    Hi guys,
    i have characteristic relationship usage but i created a new concept for characteristic combinations creation. We have one table with all characteristics are maintained We want to use one single table to maintain all relations. The class created with the create method implemented is working and we do have the right entries in table c_th_chas. This table then goes into standard coding and is transformed. Afterwards  method complete_combis is executed and within this method there is the method INNER_JOIN_steps. There method INNER_JOIN is executed. And this is thge method which dumps because method INNER_JOIN has a part beggining with the comment intersection of characteristics is empty, so build the cart.product.. From 13 characetristics in the table 6 are filled and 7 are empty . Maybe 8 times i am able to to run the loop but then the values of the tables is increasing immensly and a short time is thrown with no more internal table space... --> no more memory.
    The problem seems to be the empty characetristics and the building of the cart. product. The command
      INSERTc_s_chas INTO TABLE e_th_chas.
    is to much for over 10 Mio records and a short dump is thrown.
    Is there any workaround for this problem? Can someone give me a hint.
    Thanks and regards,
    Murat

    Hi Gregor,
    thank you for your very helpful answer. With ticking this flag no automatic combinations were created and the wished characetristic relations were displayed. But after ticking this flag other workbooks crashed of invalid combinations which worked fine before witout the characteristic relationship class activation. The issue is as following:
    i have a lot of characteristics in the realtime planning cube. My intention was to make one big table with most of the characteristics in it to build characteristic relations. At the moment we do have some tables and maintaining them gets komplex. One table i for all is the target.We have workbooks where we dont want use characteristic relations so we have a characetristic embedded in constant selections (structure) in the query and other characteristics with Access Type for Result Values in Master Data and Filter Value Selection Durinbg Query Execution with Values in Master data Table. For these workbooks i dont want characteristic relationships but we also have the opposite queries with characetreistics with ACCESS Type for Result Values with CHARACTERISTIC RELATIONSHIP and Filter value Selection During Query execution with CHARACTERISTIC RELATIONSHIP. In these workbooks i want to use characetristic relationships and the table in the others not. Now  the wueries where i want to use CRRs are correct but at the other workbooks also the table and CRR class is executed but i dont want them to get restricted by CRRS and also there is no characetristic using ACCESS Type for Result Values with CHARACTERISTIC RELATIONSHIP and also Filter value Selection During Query execution with CHARACTERISTIC Relationdships.
    But despite why is CRR class executed. How can i solve it?
    I would appreciate if you or someone  could suggest me something here.
    Thanks and kind regards,
    Murat

  • Short Dump in RDDEXECL with OBJECTS_OBJREF_NOT_ASSIGNED on import

    Hello,
    I am currently having problems importing a transport to our production environment as I get the above error on import. It successfully imported to the text environment though, both systems are BI 7 SP14.
    The error analysis in the short dump is as follows:-
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
    caught in
    procedure "CHECK_ME" "(METHOD)", nor was it propagated by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component (variable: "L_R_RULE").
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    The transport contains Transformations and DTP's which I think may be the cause of the problem, but since I have a large number of transports ready to import after this one, it is difficult to go back and retry the transport without certain objects.
    I can find nothing relating to this on SAP notes.
    Any advice would be much appreciated...
    Regards,
    Mark.

    Hi Mark,
    you should implement the note 1094978.
    This note is a collection note with notes which correct most errors concerning Transformation.
    This should solve the issue.
    Regards,
    Srikanth

  • Short dump issue while loading data

    Hello All,
    We are trying to load the data to  the cube , but every time it is throwing us a short dump with the below error.
    We have found a SAP Note as well  for the below error , Please suggest, how to implement the same.
    Error:
    Runtime Errors         CONVT_NO_NUMBER
    METHOD end_routine.
    === Segments ===
       FIELD-SYMBOLS:
         <RESULT_FIELDS>    TYPE _ty_s_TG_1.
       DATA:
         MONITOR_REC     TYPE rstmonitor.
       ... "insert your code here
    --  fill table "MONITOR" with values of structure "MONITOR_REC"
    -   to make monitor entries
       ... "to cancel the update process
        raise exception type CX_RSROUT_ABORT.
    *Fiscal year quarter addition
       loop at RESULT_PACKAGE assigning <RESULT_FIELDS>.
         if <RESULT_FIELDS>-/bic/zsp_Mon BETWEEN 1 and 3.
           CONCATENATE 'FY' <RESULT_FIELDS>-fiscper+2(2) 'Q3' INTO
           <RESULT_FIELDS>-/bic/zsp_FYQA.
         elseif <RESULT_FIELDS>-/bic/zsp_Mon BETWEEN 4 and 6.
           CONCATENATE 'FY' <RESULT_FIELDS>-fiscper+2(2) 'Q4' INTO
           <RESULT_FIELDS>-/bic/zsp_FYQA.
         elseif <RESULT_FIELDS>-/bic/zsp_Mon BETWEEN 7 and 9.
           CONCATENATE 'FY' <RESULT_FIELDS>-fiscper+2(2) 'Q1' INTO
           <RESULT_FIELDS>-/bic/zsp_FYQA.
         elseif <RESULT_FIELDS>-/bic/zsp_Mon BETWEEN 10 and 12.
           CONCATENATE 'FY' <RESULT_FIELDS>-fiscper+2(2) 'Q2' INTO
           <RESULT_FIELDS>-/bic/zsp_FYQA.
      endif.
    endloop.
    ENDDMETHOD.                    "end_routine
    THOD inverse_end_routine.
    IMPORTING

    Hi,
    As suggested by note, you need to put this code in end routine.
    Check the syntax , if error go through it and fix syntax (take help of ABAPer if required) and
    activate Transformation and DTP.
    Thank-You.
    Regards,
    VB

Maybe you are looking for

  • Recover an iMovie from a failed external drive?

    Has anyone been able to get an entire iMovie recovered from a failed external Firewire drive? My LaCie just won't power up despite having its light come on, and having other external drives connected through it to my iMac and working fine. I was abou

  • Documentation for Adobe Design Standard v6

    installation and documentation for Adobe Design Standard v6

  • Score Dropped 60 Points from paying off loan

    I had two college loans.  Nelnet - 40,000 and KeyBank - 30,000 (Default)  Had a family member Pledge money into a loan for myself and I paid back Nelnet for the full amount and settled with KeyBank for 70% (around 20,000)  Two months later I ran anot

  • Graphic Card Decision?

    I've got an early-mid 2008 8 core Mac Pro 2.8GHz / 6GB of memory. It came with a Radion HD 2600 which isn't enough for FCP X, so a new one is needed. I do a lot of short HD projects. So the questions arise: Is this machine strong enough to do full HD

  • RECOVER MY EXISTING BLACKBERRY ID.

    acidentally i delete my blackberry id. how to recover my bb id. when i try to login my BB id. it shows it account has been deleted.