When routine will called in the include ZXRSRZZZ

Hi,
I created one virtual Characterstic, I wanted display constant value in the report for that Virtual characterstics, I included virtualcharacter in the rows I didn't assigned any variable to that characterstics.
Do I need to assign any variable for that Characterstics.
I am writing code like below
*&  Include           ZXRSRTOP
DATA:  s_t_var_range  TYPE rrrangeexit.
DATA:  s_t_busarea  TYPE rrrangeexit.
DATA:  it_busarea TYPE  rrs0_t_var_range.
DATA: g_pos_democube_date TYPE i.
*&  Include           ZXRSRU02
DATA: l_s_chanm TYPE rrke_s_chanm.
CASE i_s_rkb1d-infocube.
  WHEN 'ZODS_TST'.
    l_s_chanm-chanm = 'ZFISCPER'.
    l_s_chanm-mode = rrke_c_mode-no_selection.
    APPEND l_s_chanm TO e_t_chanm.
ENDCASE.
*&  Include           ZXRSRZZZ
FORM USER_ZODS_TST USING I_S_RKB1D TYPE RSR_S_RKB1D CHANGING C_S_DATA TYPE ANY.
FIELD-SYMBOLS <L_DATE>.
ASSIGN COMPONENT G_POS_DEMOCUBE_DATE OF STRUCTURE C_S_DATA TO <L_DATE>.
<L_DATE> = '2006012'.
ENDFORM.
When I put a break point the ZXRSRU02 and ZXRSRZZZ, the cursor is reaching to ZXRSRU02. But cursor never reaches to ZXRSRZZZ this include.
Please let me know when exactly the sub-routine will be called in the ZXRSRZZZ include. Otherwise do I need to any thing extra rather than this.
Thanks,
Venkat

Hello Venkat,
Please see this OSS Note 891029 - RSR00002: Virtual chars and key figures in reporting.
Thanks
Chandran

Similar Messages

Maybe you are looking for

  • Exception:com.sap.tc.webdynpro.progmodel.context.ContextException: NodeElem

    Hi Experts, I am consuming RFC to my webdynpro java application. The rfc takes some input values and returns some output vaules. In the application I had taken model to my component and mapped ( model --> component --> view ). i created Application a

  • How can I save my contacts to other then the Outlook default

    I am running on Windows XP Professional with SP3 and Office 2007 at my office. I have an iPhone 3G. My Outlook runs on a server that allows a limited amount of space and I have a local mail folder as well. Since my Outlook size is limited, I have mos

  • PayPal problem

    Having a problem signing in because it said I have a problem with my Paypal balance

  • Using Spry Collapsible Panels

    How do I set up a function to open or close all collapsible panels with JavaScript? Do I need functions, or is there an existing function that can do this? My panels are named sequentially: CollapsiblePanel1 CollapsiblePanel2 Thanks for any help; I w

  • How we can store start time & end time taken by execution of scenerio?

    Hi i want to store starting time and ending time taken by executing of any scenerio and date also on which scenerio will be executed. plz assist me regards the same thanks