Include ZXRSRU01 PROBLEM

Hello experts.
I have a Web Application with several queries on it, and each query uses 0fiscper and 0fiscper3.
What I want is that when I enter it filter the queries based on the current  month and year. I try to do that on Include ZXRSRU01, and it works for the beggining, but when I try to change that variables to a different date it don't works, it gives me only the option current month and year.
Does anyone could help me?
Thanks in advance.
Vitor Ramalho

Hi Vitor,
Goto Rsa1 , Busienss Content -> By object types -> Info object ->0fiscper
Grouping option indata flow after wards .
It will give you list of SAP Std variables defined on the info object and by description you can make out which one to use.
Hope that helps.
Regards
Mr Kapadia
***Assigning points is the way to say thanks in SDN.***

Similar Messages

  • Help needed with Include ZXRSRU01 in relation with currency conversions

    I'm implementing how to paper: Use variable time references in currency conversions (BW 3.3). When implementing variable exit RSR00001 & write include ZXRSRU01 an issue pops up.
    The relevant code is:
    <i> DATA: l_s_var_range TYPE rrs0_s_var_range.
    IF i_s_rkb1d-infocube EQ 'RHCURCON'.
        IF i_step = '3'.
          LOOP AT i_t_var_range INTO l_s_var_range WHERE vnam EQ 'ZCURDAT'.
            ZCL_IM_CURRCONV=>currdate = l_s_var_range-low.
          ENDLOOP.
        ENDIF.
    ENDIF.</i>
    When implementing the following message pops up:
    "l_s_var_range" has already been declared.
    In another statement ' l_s_var_range ' is already used.
    Any advice how to deal with this issue?
    thanks in advance
    tom

    Hi,
      somebody already declared that workarea (l_s_var_range), so you can directly use that without any declaration (data l_s_var_range type rsr0_.....). you can remove that statement and you can work.
       Otherwise if you want to use to declare your own workarea,
      data ls_range (or any name) type rsr0_....
    DATA: l_s_var_range TYPE rrs0_s_var_range. *** this statement you can remove since somebody declared the same.
    ****or use ur own work area name and use that work area within your code.
    data ls_var_range type rrs0_s_var_range.
    IF i_s_rkb1d-infocube EQ 'RHCURCON'.
    IF i_step = '3'.
    LOOP AT i_t_var_range INTO ls_var_range WHERE vnam EQ 'ZCURDAT'.
    ZCL_IM_CURRCONV=>currdate = ls_var_range-low.
    ENDLOOP.
    ENDIF.
    ENDIF.
    rgrds,
    v.sen.
    Message was edited by:
            Senthilkumar Viswanathan
    Message was edited by:
            Senthilkumar Viswanathan

  • INCLUDE ZXRSRU01 : Not able to code in this

    Hi Experts,
    I have created a project and assigned the enhancement RSR00001, within that in the function exit EXIT_SAPLRRS0_001 - > include ZXRSRU01, when i try to open this ZXRSRU01 it's givng me warning
    "Program names ZX... are reserved for includes of exit function groups"
    How to rectify it ?

    Hi,
    Don't worry, just confiirm message by pressing 'Enter'.
    Then include should be created and ready for input.
    Hope this helps
    Joe

  • Can not edit include "ZXRSRU01"

    We want to use variable type: Customer exit in BEx Analyzer. We create project RSR00001 for Attribute and make Enhancement Assignment. After making selection " components" and click change to next screen, we double click Function module: EXIT_SAPLRRS0_001. When we find INCLUDE ZXRSRU01, we double click, system give us following mesage, please help to solve it. Thanks!
    <b>Program names ZX... are reserved for includes of exit function groups
    Message no. DS027
    Diagnosis
    You attempted to create a program name beginning with ZX but this name range is reserved only for includes of exit function groups (function groups containing only function exits).
    If you want to create a program ZXaaabbb, note the following for program type I (Include).
    1. The program is an include of the function group Xaaa:
    In this case, the INCLUDE ZXaaabbb statement should not be inserted in the main program SAPLXaaa, but in the program ZXaaaZZZ .
    2. The program is not an include of the function group Xaaa:
    Since the syntax check for includes of this name range searches for the global data in the program LXaaaTOP (not ZXaaaTOP), you may not be able to check the include in isolation (--> check main program).
    Procedure
    Choose a different program name.</b>

    Hello,
      It's worrying message just make Enter it will create.
    Thanks,
    Kishore

  • Unable to Edit INCLUDE ZXRSRU01.

    Hello Experts,
    I have certain varaible in  Query that I need to populate variables.
    we have created a project ZXXX and assigned enhancement RSR00001.
    Now we got EXIT_SAPLRRS0_001 Function module as Enhancements.
    But in order to write a code in INCLUDE ZXRSRU01 .
    when I double click on this code for dispaly its says.
    Program names ZX... are reserved for includes of exit function groups
    You attempted to create a program name beginning with ZX but this name range is reserved only for includes of exit function groups (function groups containing only function exits).
    If you want to create a program ZXaaabbb, note the following for program type I (Include).
    1. The program is an include of the function group Xaaa:
    In this case, the INCLUDE ZXaaabbb statement should not be inserted in the main program SAPLXaaa, but in the program ZXaaaZZZ .
    2. The program is not an include of the function group Xaaa:
    Since the syntax check for includes of this name range searches for the global data in the program LXaaaTOP (not ZXaaaTOP), you may not be able to check the include in isolation (--> check main program).
    Procedure
    Choose a different program name.
    How and where I need to write the code to populate customer variable.
    Regards,
    Sachin Dehey.

    I believe that this is just warning message. You have to accept it via pressing ENTER. Afterwards you will be able to edit specific INCLUDE.

  • Include xsql problem with mulitbyte characters

    I have an xml file containing chinese and korean UTF-8 that has a xsl applied to it then output NO PROBLEM.
    Now I want to apply another xsl before passing on to the final xsl so I used include-xsql in the main xsql file.
    Works fine as long as the source xml contains english.
    Problem is that if I do this all the non-ascii characters are turned into ??????
    So somewhere there must be a conversion being performed but the source is utf-8 and I though by default all xml stuff was utf-8 so where/why is the conversion happening and how can I avoid it.
    Rob

    This bug was fixed in XSQL 1.0.4.3, the latest production release that is part of the XDK for Java 8.1.7.1 download here on OTN.

  • Using static include directove problem in ONE web server 6.1

    Hi,
    I am using sun ONE web server 6.1 to serve jsp pages with custom tags.
    All the jsp includes used are static (@include).
    I have card.jsp that includes common.jsp and specific_page.jsp.
    specific_page.jsp includes generic_page_header.jsp.
    common.jsp has the taglib directive.
    specific_page.jsp and generic_page_header.jsp use custom tags defined in the taglib directive.
    It appears that the custom tags in specific_page.jsp are parsed without a problem, but the custom tags in generic_page_header.jsp generate the following exception: WEB4105: End of content reached while more parsing required: tag nesting error?
    When I manually pasted the code from generic_page_header.jsp into specific_page.jsp the page was parsed successfully.
    Can anyone help with this problem?
    Thanks,
    Oded

    Hi,
    I am using sun ONE web server 6.1 to serve jsp pages with custom tags.
    All the jsp includes used are static (@include).
    I have card.jsp that includes common.jsp and specific_page.jsp.
    specific_page.jsp includes generic_page_header.jsp.
    common.jsp has the taglib directive.
    specific_page.jsp and generic_page_header.jsp use custom tags defined in the taglib directive.
    It appears that the custom tags in specific_page.jsp are parsed without a problem, but the custom tags in generic_page_header.jsp generate the following exception: WEB4105: End of content reached while more parsing required: tag nesting error?
    When I manually pasted the code from generic_page_header.jsp into specific_page.jsp the page was parsed successfully.
    Can anyone help with this problem?
    Thanks,
    Oded

  • Include file problem

    Hi guys
    i have very stupid kinf of problem , on every page of our application we are including a header
    in ther header file we have a table and a <t:outputText> to show information
    but information jumps out of table
    <table><tr><td>
    <h:outputLink value="manageusers.jsf"> <t:outputText onclick="manageusers.jsf" style="color:black" rendered="#{userbean.nurse.userId == 'admin'}" value="Manage Users" />
    </td></tr></table>
    i have no idea why this is not working

    Hello,
    Questions (not sure about it):
    - is it correct to declare onclick event in outputText and would it not be better to declare it in outputLink itself?
    - end tag </h:outputLink> after .... "Manage Users" /> ?
    Best regards.

  • Include JSP problem

    Hi All,
    I am trying to include a JSP in another JSP to work around as JDev does not support working with large JSP file (approx 1100 Lines),
    My problem is I did include a simple JSP for try and getting this error
    500 Internal Server Error
    javax.servlet.jsp.JspException     at com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:137)     at neit.SimpleInclTest._jspService(_SimpleInclTest.java:74)     [neit/SimpleInclTest.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    And here is how I include my JSP
    <af:showDetailItem text="Sector">
    <f:subview id="myInclTest">
    <jsp:include page="/neit/SimpleInclTest.jsp" flush="true"/>
    </f:subview>
    </af:showDetailItem>
    Any clue ? why I am not able to include even a simple JSP ?
    Thanks in Advance

    So glad that you managed to find the solution.
    But please pay attention that if the main page has a h:form component and the included pages have that component too, then their functionality may fail. And another thing you have to pay attention to is the bindings.
    Anyway, if you need any further more info, please, feel free.
    Best Regards
    RJundi

  • Include schemaLocation problem again

    I have read the previous posts on this and it seems that
    there may either be a bug or that there hasn't been an adequet example of not only what to do but what to check to see if all is OK.
    So here is the familiar problem:
    1. I need to include a common Schema into all mm Schema that I am registering.
    2. I create the resource object for the common.xsd using a reference to a file.
    3. I register common.xsd
    registerSchema('common.xsd' etc. etc.
    I understand that this Schema now can be referenced
    as common.xsd in the database.
    4. I check resource_view and see the following:
    /myHome/xsd/common.xsd
    5. I then try to register another schema which refers to
    to common.xsd thus:
    <xs:include schemaLocation="common.xsd"/>
    I get an error as follows :
    ERROR at line 1:
    ORA-31000: Resource 'common.xsd' is not an XDB schema document
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 0
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 26
    ORA-06512: at line 2
    Does this mean that there is a bug that I need to raise an iTar for or that I am being "dense" again :-)
    Martin

    No problem Mark.
    I am busy too - getting this to a live deployment by next week.
    Anyway, there is a loooong TAR ref.# 3292125.999 if you find that you can't get to sleep one night :-)
    Suffice to say that I have to move into production with the setup that I have for now:
    Windows 2000 Server on COMPAQ
    Oracle Standard Ed. 9.2.0.4.0
    1) XML Schemas are registered by a Master XML User (MXU) in Oracle.
    2) The MXU is used purely as a repository of XML Schema and XML data.
    3) The MXU grants SELECT to PUBLIC on Relational Views that it uses to expose the XML content it has.
    4) Another Oracle User (we call this the XML Access User - XAU) can then be used in a DB link from another Server to access the XML content - this gets over the restriction of accessing Object Table Types via a remote link.
    When I get a chance, I will have to open a TAR on the following "mysery":
    If the MXU tries to GRANT SELECT on the Views directly to the XAU then the Oracle Process in Win2K goes into a "loop" (max CPU usage etc. etc.).
    Happy days !
    Martin

  • Side server include coding problem with multiple websites

    How can I use an address bar across multiple websites?
    When I access my web sites all the sites are in separate folders in the account, ie site1 folder, site2 folder etc.
    I placed the following code on a page in site2 <!--#include virtual="/NavigationBar.shtm" -->
    NavigationBar.shtm is in site1 folder which i think is referred to as the root folder.
    When I tested the code in a page in site1 it worked but when I tested it in a page located in site2 the following shows up where I want the navigation bar: [an error occurred while processing this directive]
    Is it possible for me to have a single ssi page in one location and have it apply to more than 20 websites all in separate folders?
    If it is possible, what code do I need to insert into a page that is not in the folder that has the ssi page?
    The test page that worked properly is http://gigharborrealestate.com/testssi.html
    The test page that failed is http://gigharborwashington.com/testssi.html
    One other question: The successful page online has all the code of the navigation bar file while locally it has <!--#include virtual="/NavigationBar.shtm" --> Should the page online show all the code instead of <!--#include virtual="/NavigationBar.shtm" -->?

    Hi Mike:
    I uploaded this file to the root of a domain named fearlessselling.net
    Here is its code which contains a call to an include file hosted on a DIFFERENT domain: workandpartners.com
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body>
    <table>
    <!--start FOOTER-->
    <?php require_once("http://www.workandpartners.com/footer.inc"); ?>
      <!--end FOOTER-->
    </body>
    </html>
    Click on http://www.fearlessselling.net/remoteSSI.php to see the display of the included text.

  • Include structure problem

    Hi,
    I'm trying to compile simple construction in ECC 60:
    types: begin of t_bbseg.
             include structure bbseg.
    types: end of t_bbseg.
    I have compilation error:
    "The type "SI_BBSEG" is unknown"
    Is anyone had something like this before?
    We are NetWeaver 2004S Unicode enabled.
    Thank you,
    Ihar

    If you are trying to include BSEG as a structure in the TYPE, use the TYPE keyword instead
    types: begin of t_bbseg.
    include type bseg.
    types: end of t_bbseg.
    REgards,
    Rich Heilman

  • Include Tag Problem

    I am working on my project , in which to inlude a file dynamically
    that is ,
    by
    following syntax ...
    <%@ include file=pathvarname%>
    any comments ...

    http://java.sun.com/products/jsp/pdf/card12.pdf

  • Xsql:include-xsql problem

    I am attempting to include an authentication widget into each page of a site I am working on using the following code:
    <?xml version="1.0"?>
    <datapage connection="myDB" xmlns:xsql="urn:oracle-xsql">
    <xsql:include-xsql href="authenticate.xsql?xapi_version=1&co_num=106&username=useruser&password=password"/>
    </datapage>
    The included page is as follows:
    <?xml version="1.0"?>
    <auth connection="myDB" xmlns:xsql="urn:oracle-xsql">
    <xsql:include-owa>
    BEGIN
    XAPI.Test('{@xapi_version}','{@co_num}','{@username}','{@password}');
    END;
    </xsql:include-owa>
    </auth>
    I have tried the xsql:include-xsql tag with the reparse attribute set to both 'yes' and the default value but each time I attempt to access the page I receive the following error:
    XSQL-005: XSQL page is not well-formed.
    XML parse error at line 3, char 67
    Expected ';'.
    I cannot source the reason for this error because if I access the page to be included direct (with parameters on the query string) it works fine. Any help would be greatly appreciated.
    thanks-->cristian
    null

    This bug was fixed in XSQL 1.0.4.3, the latest production release that is part of the XDK for Java 8.1.7.1 download here on OTN.

  • InfoPackage OLAP variables used in the ZXRSRU01 INCLUDE - I_STEP value ?

    Dear All, as I am aware OLAP variables used in InfoPackage Data Selection are processed in the standard user exit (EXIT_SAPLRRS0_001) - INCLUDE ZXRSRU01 where the customer created global reporting variables are also processed when queries are run and are processed according to the value of I_STEP being 1, 2 or 3.
    When processing the variables according to the running of InfoPackages the value of I_STEP in this case seems to be 0. Is this always the case for the value of I_STEP = 0 when processing according to InfoPackage?
    I have meticulously searched documentation and can only find the I_STEP = 0 value when applied to Authorisation processing.
    We are creating separate Includes depending on the value of I_STEP instead of having one great block of code in the ZXRSRU01 Include.
    We obviously want the InfoPackage code to run only when the InfoPackage runs instead of it being checked every time a query is run.
    Also is there an easier way to see where a customer variable is used:
    1) rather than creating a dummy query that uses the variable to restrict a characteristic and using the right click mouse funstion to see where the varaible is used in queries? and
    2) also when the variable is used in InfoPackage selection is there a transaction or feature somewhere to see where this variable is used in these selections as opposed to looking at the table RSLDPSEL via SE16 selecting on variable name
    i.e is there a nice "where used" feature that shows comprehensively where a customer user exit variable is used across the board.
    Thanks
    Mark

    Hi Sarah,
    You don't need any FM for your issue.
    Please try thie sample code :
    DATA: VAR_INPIUT LIKE RRRANGEEXIT.
    CASE I_VNAM.
      WHEN 'ZVAR2'.
       CLEAR L_S_RANGE.
       IF I_STEP = 2."PROCESSED AFTER VARIABLE INPUT
    *Reading value of ZVAR1
        LOOP AT I_T_VAR_RANGE INTO VAR_INPIUT
          WHERE VNAM = 'ZVAR1'.
          CASE VAR_INPIUT-LOW.
    *FILLING ZVAR2
           WHEN 0.
              L_S_RANGE-LOW     = 10.
           WHEN 1.
              L_S_RANGE-LOW     = 20.
          ENDCASE.
          L_S_RANGE-SIGN     = 'I'.
          L_S_RANGE-OPT      = 'EQ'.
          APPEND L_S_RANGE TO E_T_RANGE.
          EXIT.
        ENDLOOP.
      ENDIF.
    ENDCASE.
    Hope this helps
    Joe

Maybe you are looking for

  • Samba via Finder does not work

    Good morning all! I have a strange problem. When I try and connect to a working samba share (Which works from other macs and windows machines) I get the password box displayed, but this is followed by Could not connect to the server because the name

  • Collection x temp table - what is the best title?

    In which of the structures bellow the performance is better? In the first, I use a collection with forall. In the second, I use a temp table with for loop. Consider the data to be the same in both the collection and the temp table. case 1 - collectio

  • Not a secure site window pops up, have accessed sites before

    when i try to access sites that i have had, verizon, capitol one, att , amer. express, i get a page that says, this connection is untrusted, you have asked firefox to connect to to but we can't confirm connection secure. have not had a problem with a

  • Attribute metadata may be not up-to-date - Warning in Sample API framework

    Hi, I get a warning when i try the sample api framework for SP06. I want to know how to avoid the same. I've specified password for AkRavi in my code. But i don't understand what password the warning is referring to and where i should set the passwor

  • Google and ICal issues since Safari upgrade

    After we recently upgraded Safari, when I add an event to my google calendar or to my ical, which are synced, it shows up twice on the ical calendar.  This only happens for my events--no one else's in our family.  I am the main person on the account.