Variable not Capturing  in i_t_var_range

Hi Frds,
I have created new customer exit variable for 0FISCPER for calculating fiscal period. But the created new variable is not capturing in the Customer exit - EXIT_SAPLRRS0_001 in import - I_T_VAR_RANGE. Can anyone tell how to solve the problem.
Thanks
Pari

Hi,
First thing is to how you have defined your variable such as
Customer exit or
Replacement path or
Manual input etc..
If you want your variable filled through the exit select Customer Exit, then you have to look at the variable options such as Single value or range. According to your definition you have code as you defined such as wa_range-opt = 'BT' or 'EQ'.
Next..
In CMOD -> your project -> EXIT_SAPLRRS0_001 -> include 'ZXRSRU01' ->
ISTEP = 1 -> before the variable pop up will be filled by the exit
when 'your variable'
your code
ISTEP = 2 -> after the variable pop up i.e after running your selections, calculates the values for your variables after selection screen execution.
when 'your varaible'
your code
ISTEP = 3 -> Validation purpose and message handling purpose
when 'your variable'
your code

Similar Messages

  • Row Level Security - Data filter - Roles Variable Not working in OBIEE 11.1.1.7.1

    Hi all,
    Previously, we were using OBIEE 11.1.1.5.0 and we were able to assign users to application roles by using the initialization block to assign the ROLES session variables.
    1. My USER_SECURITY table in Oracle database:
    USER_NAME | USER_ID | ROL
    user1       | 1723    | GobalDataRole
    user2       | 1739    | GobalDataRole
    user3      | 1743    | GobalDataRole
    2. The SQL query in my session initialization block:
    select USER_NAME, USER_ID, ROL
    from USER_SECURITY
    where USERNAME = ':USER'
    3. The row-wise initialization option is not checked.
    4. In the Oracle Enterprise Manager Fusion Middleware Control, we created new application role: GobalDataRole and sync with rpd.
    5. The GobalDataRole is used in the RPD to filter the data under permissions --> data filter. GobalDataRole only has access to Country A data.
    6. Result: under my account, also in rpd Manage --> Sessions, user variable details
    User_name , user_id & Rol variable is working fine as expected,
    When we log in as user1, we can see in My Account, user assigned to: BI Consumers; Authenticated Role; GobalDataRole
    When we log in as user2, we can see in My Account, user assigned to: BI Consumers; Authenticated Role; GobalDataRole
    When we log in as user3, we can see in My Account, user assigned to: BI Consumers; Authenticated Role; GobalDataRole
    User1, User2, and User3 are able to see the data correctly according the their data access setup.
    Now, we using OBIEE 11.1.1.7.1 and using the same method, but we not able to assign users to application roles by using the initialization block to assign the ROLES session variables anymore.
    Result:
    User_name & user_id variable is working fine as expected, but the ROl variaible is not capturing the DB value,
    When we log in as user1, we can see in My Account, user assigned to: BI Consumers; Authenticated Role
    When we log in as user2, we can see in My Account, user assigned to: BI Consumers; Authenticated Role
    When we log in as user3, we can see in My Account, user assigned to: BI Consumers; Authenticated Role
    User1, User2, and User3 can see all data (which is wrong) because they are not assigned to the correct application role that sets the data restriction/filter.
    Has anyone encountered the same issue? Any advice on how to solve this?
    Thanks in advance!
    Satheeshkumar P

    Thanks user10615659     ,
    - Yes the variable ROLES available in OBIEE 11.1.1.7.1
    - Tested the init block and variables in offline rpd its working as expected.
    - In online rpd, except ROLES and GROUP variable remaining variables working fine.
    - Verified log file in both online and offline init block testing - the init block execution is successful.
    Thanks

  • Oracle stored procedure call failed,but not captured by the error handling

    Hi All,
    I have a unix shelll script which calls a stored proc in Oracle, the stored proc call failed due to "ORA-01033: ORACLE initialization or shutdown in progress".
    But it is not captured in the error handling block, Any ideas why this had happened?
    SQL file had : my_test_sql.sql
    exec my_proc(..............);
    Unix shell script has this call:
    sqlplus -s my_user/my_pwd@db1 @my_test_sql.sql
    if [[ $? -ne 0 ]]; then
    echo "failed"
    exit 1
    else
    echo "success"
    fi
    If i execute the above shell, I'm getting the following
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    SP2-0306: Invalid option.
    Usage: CONNÝECT¨ Ýlogon¨ ÝAS SYSDBA¨
    where <logon> ::= <username>Ý/<password>¨Ý@<connect_identifier>¨ | /
    success.
    This puzzled me, any pointers?

    The $? status variable shows the return code of the last command executed. It will be difficult to determine what the exit status of your sql script is without knowing the script. Do you have any "WHENEVER SQLERROR EXIT" statements in the script?
    The ORA-01033 error happens when the database is not open, perhaps in recovery, or startup or shutdown is halted due to a failed or full disk, error in archiving or writing to redo, etc.

  • Input variables not available in i_step = 2

    Hi Experts,
    In my filter in the planning modeller I have three variables. 1. ZSY(Source Year) 2. ZTY(Target Year) and 3. ZCNO(Customer number). All three variables are input ready variables ie. Manual entry/Default value.
    For a customer exit variable I need to read version using a fm. Here I need values inputted for all three variables in i_step = 2. In planning modeller I gave values for all three variables. But in i_step = 2 I only got ZSY and ZTY. I did not get ZCNO. Is there anything wrong in the way I did or is there any ohter alternative.
    Please help.
    Thanks in advance.
    Jerry.

    Hi Durgesh,
    Thanks for the reply. I already checked that table in debugging mode. It contains only two variables.
    The flow is like:- At first it enters i_step = 2 there are only ZSY and ZTY and after that when it enters in i_step = 3 it jumps automatically to i_step = 2 and now it contains ZCNO with its value. That is
    1st time. i_step = 2 - ZCNO is not there in i_t_var_range
    1st time. i_step = 3 - it jumps back to i_step = 2
    2nd time i_step = 2(jumped from i_step = 3) now it contains ZCNO in i_t_var_range.
    I would like to get the ZCNO in i_t_var_range when the first time i_step = 2 is called.
    Thanking you,
    Jerry
    Edited by: jerryabap on Aug 3, 2011 7:00 AM

  • Getting 'variable not in select list' error after extending VO

    Hi,
    My page is based on two VO. one VO has all transient attribute(LearnerSearchCritVO) and used to capture Search Criteria, The other VO is used for query(LearnerSearchVO).
    I have exteneded LearnerSearchCritVO to add 4 new additional Transient attributes
    and LearnerSerachVO and its IMPL class to add additional where clause.
    After substitution and personalization when I am querying through page I am getting the following error -
    ## Detail 0 ##
    java.sql.SQLException: ORA-01007: variable not in select list
    The query is working fine at backend and the same thing was working fine before instance is refreshed.
    I am not able to find why this error is coming.
    please help me out to sort this issue.

    Hi All
    Sorry to bring this one up again, but I've had a bit of a look around and done as much as I can based on the information given in this and other threads on the subject.
    I'm getting the java.sql.SQLException: ORA-01007: variable not in select list error from my extended VO/substitution.
    The query is based on a view for easy editing after deployment, so could that have anything to do with it?
    Here's the query from the error message:
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement:
    SELECT * FROM (SELECT
    SSH.FULL_NAME,
    SSH.ASSIGNMENT_NUMBER,
    SSH.JOB,
    SSH.GRADE,
    SSH.ANNUALIZED_SALARY,
    SSH.CURRENCY,
    SSH.CHANGE_DATE,
    SSH.SALARY_BASIS,
    SSH.PERSON_ID,
    SSH.ASSIGNMENT_ID,
    SSH.SUPERVISOR_ID,
    SSH.LAST_CHANGE_DATE,
    SSH.PAYROLL_NAME,
    SSH.NEXT_CHANGE_DATE,
    SSH.EMPLOYEE_NUMBER,
    SSH.CWK_NUMBER,
    SSH.PERSON_TYPE,
    SSH.EFFECTIVE_DATE,
    SSH.SUPERVISOR_ASSIGNMENT_ID,
    SSH.LEGISLATIONCODE,
    SSH.MANAGER_ENABLED
    FROM XX_SAL_SUP_HRCHY_VO_V SSH) QRSLT
    WHERE (((:1 = SUPERVISOR_ID)
    AND (:2 = EFFECTIVE_DATE)
    AND (:3 = SUPERVISOR_ASSIGNMENT_ID
    OR hr_general2.supervisor_assignments_in_use = 'FALSE')))
    ORDER BY FULL_NAME
    So... What's missing?
    Any help appreciated.
    CK

  • Can not capture from Sony HDV 1080i (recording in 60i)

    Hello
    We are trying to capture from the above camera to a Mac Dual G5. We are using FinalCutPro 5.1.2. We are using a FireWire 400 cable to connect to the front of the computer (have also tryed back of Cinema Display). The footage was captured in HDV1080/60i, and we have tried the corresponding formats in Easy Setup (Basic, standard, Apple Intermediate).
    The problem: we can control the camera from the Log and Capture windows, but when starting capture, no data is coming in, and the program therefor gives up after a few seconds (displaying a no data error message).
    We have tried Batch and Now capture. We can log clips, and get the correct time code, but can not capture those clips due to the no data problem.

    This is a good workaround for curing your camera recognition problem with FCP (if that's what it is):
    First, check that your Easy Setup / Timeline / Camera or Deck Settings are all exactly the same, then making sure your camera or deck is in VTR mode, try to capture again.
    FCP uses a different form of QT than iMovie for capturing, so if the camera works in iMovie (or if it's listed in System Profiler) but not FCP, it obviously means your Mac can see the VTR but FCP can't, so you need to do this QuickTime fix.
    http://docs.info.apple.com/article.html?artnum=301852
    Follow the instructions carefully and you should have things running in no time - it's quite safe but you must Trash the Receipts AND re-install QT from the link provided.
    If the Camera / Deck isn't recognised by iMovie or System Profiler, try resetting the Firewire Bus . . . Turn off the Mac and disconnect the power and all Firewire cables. Leave it for 30 mins then connect back up.
    Still not working? Try a different Firewire cable.
    Failing all this, try resetting the PMU (Power Management Unit). The method varies from machine to machine, so visit the Apple site and search for it in support.
    Don't use iMovie for capturing - it doesn't give you a timecode and that's very important.
    Let us know how you get on!
    Andy
    Quad 8GB. 250+500 HDs. G-Raid 1TB. NORTON. FCP 5.1.2. QT 7.1.3. Sony HVR Z1E   Mac OS X (10.4.7)  
    "I've taught you all I know, and still you know nothing".

  • Multiprovider  is not capturing some fields data

    Hi Friends,
                   I got a proble when iam working on multiprovider,where i have taken two cubes into that multiprovider,now the problem is when i execute a report on muliprovider some fields are not populating with data.
    {{cube are :billing cube(data sources:2lis_11_vaitm&2lis_13_vditm)
                  account receivable item data(0fi_ar_4)}}
                           As this is RRI sender query having both cubes information,when i execute report when ever report captures first cube report the second cube data is not capturing vice versa.
    Thanks and Regards
    Gunasekhar

    Could be a problem on identification (setting on multiprovider).
    Try to execute on transaction RSRT your query
    execute + debug
    on debug option set "Multiprovider explain"
    and report the log in this post.

  • Variable not found in class - Newbie

    public void executeSearch() {
    try {
    File startSearchDir = new File(directory);
    } catch (NullPointerException npe) {
    System.out.println("The file path entered is not valid.");
    return;
    File [] fileArray = startSearchDir.listFiles();
    Why is the startSearchDir variable not found on the last line of this method?
    Thanks,
    Devon

    This is the whole class. I have tried the previous suggestion but then I get a duplicate declaration for the variable.
    package PgScan;
    import java.awt.*;
    import javax.swing.JPanel;
    import java.io.*;
    import java.lang.reflect.Array;
    * Title: Page Scanner
    * Description: Page scanner recurisively scans through subdirectories through a provided path and
    * for a provided tag.
    * Copyright: Copyright (c) 2001
    * @author
    * @version 1.0
    public class PgScan extends JPanel {
    BorderLayout borderLayout1 = new BorderLayout();
    private String directory = "";
    private String searchString = "";
    public PgScan() {
    try {
    jbInit();
    catch(Exception ex) {
    ex.printStackTrace();
    private void jbInit() throws Exception {
    this.setLayout(borderLayout1);
    //Main Method
    public static void main(String[] args) {
    PgScan pgScan1 = new PgScan();
    //Properties
    public String getDirectory() {
    return directory;
    public void setDirectory(String newDirectory) {
    directory = newDirectory;
    public String getSearchString() {
    return searchString;
    public void setSearchString(String newString) {
    searchString = newString;
    //Methods
    public void executeSearch() {
    try {
    File startSearchDir = new File(directory);
    } catch (NullPointerException npe) {
    System.out.println("The file path entered is not valid.");
    return;
    File [] fileArray = startSearchDir.listFiles();
    TIA,
    Devon

  • Excise Duty is not captured in MIRO

    Dear,
    When we posting a vendor invoice against purchase order , It is not capturing excise duty ,
    In part 1 excise invoice date is 31.03.2014 with the GR posting date 15.04.2014 and In part 2 posting was done on 16.04.2014.
    we are facing this problem due to different excise year upated in table J_1IEXCDTL and J_1IGRXREF.
    Please give us solution.
    Br,
    Swapnil

    hi,
    have you checked J1ID all entry for that material is exist and also check PO invoice tab whether tax code exist for that material.
    Regards,
    mukesh

  • Excise is not captured in MIRO in Dealer Invoice

    In dealer invoice , In PO, for Eg: Basic price : 1000 + vat 200, Total 1200 Rs.
    I have changed excise duty values in MIGO . for Eg: Basic price : 900 + Excise 100, Total 1000 Rs.MRP Indicator activated
    Excise is not captured in MIRO.
    Regards.,
    Lakshmanan.S

    In case of dealer invoice you will have to change the Tax code in MIRO in your case to get the Excise calculated.
    Other way is you take excise credit first with J1IEX clicking MRP indicator and properly takin excise credit, after that MIRO will automatically take excise in to accounts.

  • Excise Duty not capturing in invoice

    Dear all,
    All the configuration have been maintained for Excise duty, while doing PO the excise duty is capturing even doing MIGO and excise captured but during Invoice (MIRO) the excise is not capturing.
    Regards,
    Raziq

    Hi Raziq,
    When the Excise is Caputred at MIGO system post RE23A Part 1 entry, where as for RG23A Part II entry you need to execute J1IEX.
    In this system will show the Excise Duty and it will post the below accounting Entry:
    BED Dr
    eCess Dr
    HECess Dr
    CENVAT Clearing Account Cr
    Now when you wil do MIRO system will reverse the CENVAT Clearing Entry by creating three lines
    Please let me know if you are following above approach or not.
    Br,Vivek

  • BED is not capturing in the J1IIN

    Dear Experts,
    I have created commercial invoice ,in which i have entered only BED (Condition type JMAN)  manually (Rest of the duties like Cess and Ecess will appear automatically)then i created excise invoice with the help of J1IIN, while creating excise invoice manually entered BED is not capturing and not generating accounting entry also for BED but the other duties (Cess Ecess) is capturing properly in the  excise invoice and entries also generating.
    i have check the other commercial document also, wherever we entered BED manually the same problem we are facing and if BED is coming automatically, where we are not facing the problem.
    So please help me to resolve the issue urgently
    Shibu

    Sir,
    ,i have gone through the path as you suggested, where JMAN is not maintained. the thing is that we are not able to maintain JMAN in Tax Defualt information because we are entering occasionally (JMAN ) manual excise duty. mostly the excise duty is coming from preceding document. if i change the JEXP and maintain JMAN in Tax Defualt Information, i hope i will face problem if BED is coming from preceding document automatically, in that case i have to change again the JEXP instead of JMAN.
    Please give me help for resolving the isse
    Shibu Chandran

  • Date type is not captured in Visual composer 7.0 using SQL server as DB

    Date type is not captured in Visual composer 7.0 when using SQL server as DB, and field type is "SmallDateTime" in DB.

    Create new Text tab in fields of Table & select Type as Date in VC or use DSRT date function

  • List View Report with pipelined function in Mobile application and ORA-01007: variable not in select list

    Hi!
    I have a problem with List View Report in mobile application (theme 50 in apex) after updating to apex 4.2.2. I created Report -> List View. I used select from pipelined function in Region Source. Then when page is running and submited three times (or refreshed three times) I get an error:
    Error during rendering of region "LIST VIEW".
    ORA-01007: variable not in select list
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.REGION.UNHANDLED_ERROR
    ora_sqlcode: -1007
    ora_sqlerrm: ORA-01007: variable not in select list
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 21230833903737364557
    component.name: LIST VIEW
    error_backtrace:
         ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 4613
         ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 3220
    I get this error only when I use select from pipelined function in Region Source (for example: "select value1, value2 from table(some_pipelined_function(param1, param2)) ").
    You can check it on http://apex.oracle.com/pls/apex/f?p=50591 (login - demo, password - demo).
    In this application:
    - I created package TAB_TYPES_PKG:
    create or replace PACKAGE TAB_TYPES_PKG IS
    TYPE cur_rest_r IS RECORD (
        STR_NAME          VARCHAR2(128),
        INFO              VARCHAR2(128)
    TYPE cur_rest_t IS TABLE OF cur_rest_r;
    END TAB_TYPES_PKG;
    - I created pipelined function TEST_FUNC:
    create or replace
    FUNCTION TEST_FUNC
    RETURN TAB_TYPES_PKG.cur_rest_t  PIPELINED IS
    r_cur_rest TAB_TYPES_PKG.cur_rest_r;
    BEGIN
    r_cur_rest.STR_NAME := 'ROW 1';
    r_cur_rest.INFO := '10';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 2';
    r_cur_rest.INFO := '20';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 3';
    r_cur_rest.INFO := '30';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 4';
    r_cur_rest.INFO := '40';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 5';
    r_cur_rest.INFO := '50';
    PIPE ROW (r_cur_rest);
    RETURN;
    END TEST_FUNC;
    - I created List View Report on Page 1:
    Region Source:
    SELECT str_name,
           info
    FROM TABLE (TEST_FUNC)
    We can see error ORA-01007 after refresing (or submiting) Page 1 three times or more.
    How to fix it?

    Hi all
    I'm experiencing the same issue.  Predictably on every third refresh I receive:
    Error
    Error during rendering of region "Results".
    ORA-01007: variable not in select list
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.REGION.UNHANDLED_ERROR
    ora_sqlcode: -1007
    ora_sqlerrm: ORA-01007: variable not in select list
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 6910805644140264
    component.name: Results
    error_backtrace: ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 4613 ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 3220
    OK
    I am running Application Express 4.2.2.00.11 on GlassFish 4 using Apex Listener 2.0.3.221.10.13.
    Please note: this works perfectly using a classic report in my desktop application; however, no joy on the mobile side with a list view.  I will use a classic report in the interim.
    My region source is as follows:
    SELECT description AS "DESCRIPTION", reference AS "REFERENCE" FROM TABLE(AUTOCOMPLETE_LIST_VIEW_FNC('RESULTS'))
    The procedure:
      FUNCTION AUTOCOMPLETE_LIST_VIEW_FNC(
          p_collection_name IN VARCHAR2)
        RETURN list_row_table_type
      AS
        v_tab list_row_table_type := list_row_table_type();
      BEGIN
        DECLARE
          jsonarray json_list;
          jsonobj json;
          json_clob CLOB;
        BEGIN
          SELECT clob001
          INTO json_clob
          FROM apex_collections
          WHERE collection_name = p_collection_name;
          jsonobj              := json(json_clob);
          jsonarray            := json_ext.get_json_list(jsonobj, 'predictions');
          FOR i IN 1..jsonArray.count
          LOOP
            jsonobj := json(jsonArray.get(i));
            v_tab.extend;
            v_tab(v_tab.LAST) := list_row_type(json_ext.get_string(jsonobj, 'description'), json_ext.get_string(jsonobj, 'reference'));
          END LOOP;
          RETURN(v_tab);
        END;  
      END AUTOCOMPLETE_LIST_VIEW_FNC;
    Thanks!
    Tim

  • Object variable not set (Error 91) in Input Enabled query

    Hello,
    I'm having the following issue.  I have created an input enabled query and included it in a planning workbook.  Every time I open the workbook or query, and I got to an input enabled cell, I get the error below:
    Object variable not set (Error 91)
    This client has not used planning workbooks before.  The system is on 7.10 SP10 for Bex Analyzer and SAP Gui 7.10 Patch Level 13. 
    I'm not finding any relevant so far in SDN.  Any help anyone can provide is greatly appreciated.
    Thanks,
    Senthil

    Hello,
    Just wanted to let you all know that this issue has been resolved after updating my SAP Gui to 7.2 Patch Level 4 (Patch Level 5 was causing some other issues so I decided to stay at Level 4).
    Thanks,
    Senthil

Maybe you are looking for

  • I would like to know if movie box affect the security vulnerabilities of iOS 8.1?

    Guys I am frequent user of show box for android once I heard it was available for iOS in form of movie box I naturally downloaded it note my iPad is not jail broken the team that created the app told me to change some dates then click a download link

  • Attempt to open a PDF with Adobe Reader fails

    I am using Adobe Reader X and have been having problems where double clicking on the PDF file does not automatically open the PDF file. Sometimes it will open it and on those days I will have no problem. Other days it just seems to refuse to open the

  • Bpel control console opens very slow (10.1.3.4)

    Hi I have Oracle SOA Suite 10.13.4 (+ MLR #7 patch) installed at HP-UX itanium server. From the past two days, bpel console takes too much time open on almost every page. Few days before this problem started i had changed the JVM settings by increasi

  • Different image resolution on computer screen and on phone (saturation)

    I am using Photoshop on Windows 8. Whenever I transfer an edited image to my phone, the resolution is different i.e. the colours appear more saturated on my phone than on my computer screen (much more than intended). May I know how to solve this prob

  • Controlling Multiple PRI T-1's with 1 d Channel

    We are connecting a Redcom IGX to three Cisco 3745 routers (12.4(7g) ios) with 13 T-1's using MGCP and a Call manager running 4.1. We just converted to PRI using 4ESS between the two. The redcom has a way to control (span) up to 5 T-1's using one D C