Variable exit in sap bi 7.0  is not working in web report

Hi Experts,
    I had wrote a variable exit to get latest run date at variable screen for a variable.On the base query i have created query view.This query view is working fine when i am viewing from analyzer  but on  the web Im not getting latest run date but it taking some other date.
Can  any body suggest any thing why system is behaving so strange.
Thanks
Vinod

Hi, Succhi
Note 1621031 - Incorrect status I1054 "To be distributed"
Note 1620893 - Screen output without connection to user - SMQ1
also check program CRM_DATAEXCHANGE_TOOLBOX
Denis

Similar Messages

  • LOVs not working in Webi Report for SAP BO 4.1 SP 2 Patch 3

    Hello ,
    I have developed reports and universes in SAP BO 4.0 SP 5 and i have migrated those reports to higher version of BO which is 4.1 SP2 Patch 3.
    My universe is working fine with LOVs but when i run the webi report , the LOVs arent working.
    have anyone facing the same issue. any idea why the LOVs arent working on higher version.?

    Hi Victor,
    The List of values we will assign in universe in order to get filtered data works on universe query panel
    but the same objects when i am using in report(webi report) , the List of values are not working .i.e
    they are not getting displayed in webi report.
    for ex: i have country object having country names as LOVs and state objects having state names as LOVs . Now when i select Country value , the LOVs of state objects should get filtered and shows only states which belongs to country .
    the above logic is not working in webi report , i am only able to select country and when i go for state, the state names do not get filtered.
    please let me know why this is happening in the SP2 patch 3 version and its working fine for SP2  , but the chrome issue gets solved after applying patch 3 and not if we only upgrade to SP2.
    the webi reports are not working in chrome browser if we using SAP B04.1 SP2 and lower version
    but the LOVs are not working in SAP BO 4.1 SP 2 patch 1, 2,3.
    kindly help me with the issue

  • User Exit for Variable which calls to a Function Module is NOT working ???

    Hi all,
        I have a created a variable 'ZNBUSDAY' with Processing Type 'Customer Exit' on 0SCL_DELDAT  (Date). The query is on 0PUR_C04 and passing 0SCL_DELDAT  to Function Module  Z_WORKDAY to get the Next Business Day by using the company Calendar(30). The following code is NOT working and what is WRONG with it, PLEASE? The FM is working FINE.
    DATA: wa_calendar(2) TYPE c value '30',
          wa_znbusday    like sy-datum,
          0scl_deldat    like sy-datum,
          p_days         TYPE i value 1.
    case i_vnam.
       when 'ZNBUSDAY'.
       CLEAR wa_znbusday.
       CALL FUNCTION 'Z_WORKDAY'
         EXPORTING
         CURR_DATE        = 0scl_deldat
         NUMBER_DAYS      = p_days
         CALENDAR         = wa_calendar
       IMPORTING
         WORK_DAY         = wa_znbusday
         l_s_range-low  = wa_znbusday.
         l_s_range-opt  = 'EQ'.
         l_s_range-sign = 'I'.
         append l_s_range to e_t_range.
    endcase.
    Thanks,
    Venkat.

    Hi Venkat,
    Looks like you're only assigning type sy-datum to 0scl_deldat but not the actual value. Try the following:
    DATA: wa_calendar(2) TYPE c value '30',
          wa_znbusday    like sy-datum,
          0scl_deldat    like sy-datum,
          p_days         TYPE i value 1.
    case i_vnam.
       when 'ZNBUSDAY'.
       CLEAR wa_znbusday.
       0scl_deldat = sy-datum.
       CALL FUNCTION 'Z_WORKDAY'
         EXPORTING
         CURR_DATE        = 0scl_deldat
         NUMBER_DAYS      = p_days
         CALENDAR         = wa_calendar
       IMPORTING
         WORK_DAY         = wa_znbusday
         l_s_range-low  = wa_znbusday.
         l_s_range-opt  = 'EQ'.
         l_s_range-sign = 'I'.
         append l_s_range to e_t_range.
    endcase.
    Kind regards,
    Alex

  • BW hierarchy variable not working in Crystal Report 2008

    Hi,
    I have created BEx 7.0 report which has hierarchy on 0customer object, the report is working fine whith hierarchy variable. I have created Crystal Report by using this query as source. I have followed below link to create grouping to get data through hierarchy variable.
    http://wiki.sdn.sap.com/wiki/display/BOBJ/BWHierarchiesinCrystalReports
    But report does not work for hierarchy variable and report is blank. When I give filter of child node which has actual data then I get report output. For ex.
    Below hierarchy for 0customer
    11396
         - 737007
         - 123456
    When I run report for 11396 then no data display but when I run 737007 child node I get report output but with blank group name.
    Can anyone came accross this issue. Please guide me . Thanks in advance.

    Thanks Ingo for your reply..
    The word filter means, I have hierarchy node variable in the BEx report that has become Parameter in CR. When I give hierarchy node variable value of parent node then there is not data display but for the child node I get the data.
    For ex. In the info cube there is data for 730707 customer but in the customer hierarchy the parent node of 73707 is 11396. I am giving 11396 in the variable pop screen for hierarchy variable. I do not see any data but for 73707 I get data.
    User does not know 73707, he always enter 11396 customer no. and he gets data in BEx query that is source of CR. but crystal report is not showing data for 11396.
    One more point I want to tell here, I am saving CR at my local system not to SAP BW server.
    Hope this clear my issue.
    Harish Swami
    Edited by: hswami27 on Jan 31, 2011 8:17 PM

  • SAP Mobile app Stock photo not work for network location

    Hi Experts
    I found if we use network location path (e.g.
    servername\pic folder\) in SAP Business One General Settings -> Path, Picture Folder, then if we logon SAP B1 Mobile app from iPad/iPhone, and try to open stock photo, we will get error:
    Processing Failed
    Internal server error: contact your system administrator
    It looks like it only work for local path, e.g C:\pic
    Even we put path as :
    local pc name\pic folder, it is also not work.
    Any idea about this?
    Thanks
    Tim

    The first link is a temporary fix for a machine that only one or two people will use. This will not fix the Library Machines that some 3000 users can use at anytime. I can not pre-add all these users every time we image a machine. We also loan out laptops and I need these machine to wirelessly login dynamically to the domain. But I also need these machine to allow access if these machine are removed from our campus and the wireless access is not available.
    Thank again for the help and I hope someone at Apple can fix this soon. I going to have a hard time telling the client that thay can not use the OS that came with they're machine.

  • Less than or Equal to Variable on Calquarter is not working in Webi

    Hi Guru,
    I have Variable on Calquarter which brings the query result for all the cal quarters which are LESS THAN or EQUAL to entered one.
    But, when we execute the Webi Report of this Bex Query, we get data for all the Calquarters in the infoprovider.
    Its a "Single Value, Optional" variable with operand as LE.
    Thanks in advance,
    Deepak Jain

    In BEx side, calquarter is mapped as key or text?
    Maybe it is mapped as text and the variable in BO doesn't work correctly.
    Regards.

  • SAP* and DDIC password is not working in Cleint 000

    Hi,
        I have Installed ECC 6.0 IDES Server on Windows 2k3 with Oracle database. First time i was able to login to 000 client with SAP* (default pwd) and did some post installation steps. Now the password is not working.
    I tried the following:
    Go to cmd prompt.
    Sqlplus /nolog
    conn /as sysdba
    sqlplus>UPDATE SAPSR3.usr02 set uflag=0 where mandt='000' and uflag=128;
    All the SAP users were Unlocked.
    Then i tried delete command.
    sqlplus>DELETE SAPSR3.usr02 where mandt='000' and bname='SAP*';
    it says " 0 rows deleted "
    Parameter login/no_automatic_user_sapstar= 0 is set.
    Then Restarted the SAP server and tried logging with password pass it says user and password incorrect.

    Hi,
    As I have given in the earlier pls go through that link.
    And also ...It is good practice to put back the automatic sapstar to 1 as this will not allow other to use same way as sap* /pass and log into the client.
    The first thing is like create one more user in the 000 ,and also other super user incase if you have to use 000 with super user and have your own mechanism like have cutomised program and tcode with which you can activate 000 super user and use some thing like this...or it is only known to SAP BAsis Administrator.etc..
    And also do not work on 000 for regular development or prd work make a copy of this client and start using them .
    This has to be used only for Support pack other SAp related activities.
    The first step after installation is to make a copy of these refrence clients.And start using them.
    Secondly create the sap* usermaster in 000 and remove profiles .
    And enable parameter login/no_automatic_user_sapstar to 1.
    with this we are securing the super user from misuse.
    Incase of emergency you need to delete the sap* user master from Oracle level then activate the prifile parameter and the loginto the 000 client using sap*/Pass.
    Hope this helps.
    Get back if you need more information.
    Thanks.

  • SAP PI FTP sender adapter not working with SAP ECC over Itanium

    Hi,
    We have been running normally SAP PI 7.0 SP14 with no issue for a while.
    We are now in the process of migrate the SAP ECC system from PA risc to IA platform. We are performing some tests between SAP PI and SAP ECC to check that the platform migration is not affecting us in any way and we have found that FTP adapter sender is not working anymore (receiver is working as usual).
    We place some files in the new ECC system and when PI goes to retreive the files it is like it can not read anything. It gives no error but it does not pick any file. This is not happening with the old platform.
    Does anyone have any idea?
    Thanks a lot for your help
    Diana

    Hi,
    I am using FTP connection and for the receiver it is working fine.
    Thanks
    Diana

  • Substitution Variables Not Working in Web Analysis

    <p>Our current month /current year (CMCY)substitution variables donot work in Web Analysis.  The variables are set up properlyon the Essbase server and work fine with the excel add-in. The prior month / current year (PMCY)sub variable does workin Web Analysis.  Does anyone know why web analysis is hit ormiss with sub variables?</p>

    There is a dedicated forum for SQL Developer related questions
    SQL Developer
    I should admit however, that query you have provided ( with substitution variables) works like a charme in my environment (SQL Developer 1.1.0.23 build 23.64)
    Best regards
    Maxim

  • Optional BEx query variables not working in WebI

    Hi,
    I have an Webi report based on Bex Query using BICS connection.
    One characteristic is restricted with two variables. First an authorization variable and additional with an input ready variable.
    This input ready variable is optional. When it comes up in webi and you choose a value it doesn't filter on it.
    We are on BO 4.1. SP3 and BW 7.31.
    With SAP_ALL the optional prompt is working, but for a user with limited access, the optional variable doesn't work.
    I have already made a RSRT trace with a test user. But I'm not sure what's the problem.
    Trace returned:
    S_RS_AUTH  RC=4 -->  BIAUTH=0BI_ALL; type=RF;name=BICS_PROV_OPEN;
    But I don't want to give the user 0BI_ALL, otherwise my analysis authorizations for this info object would be obsolete.
    Any ideas?
    Thx and Regards,
    Katharina

    Hi Neetika,
    thank you for your advice!
    I tried the filter without authorziation variable and it was working.
    I in addition I tried another option: I defined auth variable as input ready and deleted filter variable and that would work working.
    With this setting I recognized that for the authorization variable all allowed values are set as default values! If you execute query with SAP_ALL no default is set, but with limited access the allowed values are set as default.
    This may be the problem here. I don't know if this behaviour is by design or if there is a problem with rights?
    But now I know where the problem comes from.
    Regards,
    Katharina

  • Exit button - Germany Personal data service does not work

    Hi all,
    We just upgraded our portal to EP7 Sp22 with 1.3 ESS Business Package and 603 XSS components in the back-end.
    In testing Germany and all countries that use the Germany personal data service, the Exit button on all screens (Overview, Edit, Review and Save, Confirmation) does not work. The Exit button, when selected, keeps the user on the same screen. 
    I am not sure where the button is configured, but it should always take us back to the page from where the service was launched.  So if I accessed through the Overview page or Personal Information page, and then click on the exit button, I should be taken back to one of those pages.
    Where can we configure the exit button for the German Personal data service, so that it works and takes the user back to the page where they started.....?
    Cheers!, Neeta

    Hi,
    The Germany personal data service is the only one where the exit button is not working. All other countries are testing fine.
    Is it a customization issue on the back-end? The resource in spro for germany is configured with the pcd link of the german personal data i-view.
    The other countries are also customized in the back-end with the pcd link of the appropriate i-view.
    Regards, Neeta

  • BEx Fiscal Period variables not working in Webi

    Hello,
    We have an BEx user entry variable for Fiscal period, that works correctly in BEx. In the prompt LOV, I get values from year 2003 to 2013.
    When I run it in Webi, the LOV starts from year 0000 to 2040. Also there are 16 periods in a year, wheras the LOV displays 24 period, even after restricting on fiscal variant.
    Has anyone  successfully been able to make Webi work with BEx fiscal period variants?
    Thanks,
    Nikhil

    I created a universe objects with following in the
    "Select"
    [0P_FPER].[NAME]
    "Where" condition
    <FILTER KEY = "@Select(Fiscal year Period\LovPeriod_Fiscal Year)">
    <CONDITION OPERATORCONDITION = "Greater">
    <CONSTANT CAPTION = "AB1000001"/>
    </CONDITION></FILTER>
    When I create a report with this object, I get no data.
    I change the above to
    "Select"
    [0P_FPER].[NAME]
    "Where" condition
    <FILTER KEY = "@Select(Fiscal year Period\LovPeriod_Fiscal Year)">
    <CONDITION OPERATORCONDITION = "Less">
    <CONSTANT CAPTION = "AB1000001"/>
    </CONDITION></FILTER>
    I tried changing the CONSTANT CAPTION values, everytime "Less" works but "Greater" does not. Does "Greater" not work?

  • Sap crm ui logoff link not working prpperly

    Hello All,
    in crm ic 7.0 when iam clicking on logoff which is located on the top right corner of the page  it's taking to some page which contains this information
    There is a new way of starting SAP CRM; adjust your favorites
    You can use the following link:
    http://crm7dev.xxxxxx.com:8000/sap/crm_logon?sap-client=150
    For instructions on how to start CRM, see SAP Note 1173951.
    For more information, contact your system administrator.
    when I click on the link it's going to the logon page.
    *My requirment is when i click on the logoff  which is located on the top right corner of the page  it should directly go to the logon page.I have tried by giving url's in the logoff link which is maintained in SPRO under Define Technical Profile.but it didn't worked.please  help*

    Hi Robert,
                      Thanks for the replying,
    I have maintained the  customizing in the technical profile (default) and I have assigned it to theh business role sales_admin.but it's not working
    I tried this
                              when i left  the feild logoffurl in technical profile(default) as empty  and clicked on the logoff  it is going to 'sap.com'.
    and when i gave the gmail url it's going to the gmail.
    ***But when  Iam tring with   this links  in the logoffurl ***
    http://crm7dev.xxxxxxx.com:8000/sap/bc/bsp/sap/crm_ui_frame/default.htm
    /sap/bc/bsp/sap/crm_ui_frame/default.htm
    http://crm7dev.xxxxxxx.com:8000/sap/crm_logon
    it's not taking me to the sap logon page  directly instead it's going to the page that has the below info as i have mentioned earlier
    There is a new way of starting SAP CRM; adjust your favorites
    You can use the following link:
    http://crm7dev.xxxxx.com:8000/sap/crm_logon?sap-client=150
    For instructions on how to start CRM, see SAP Note 1173951.
    For more information, contact your system administrator.
    when i click on the above link then it's taking me to the logon page.
    Can please suggest me some url's format which would take me to the logon page(like
    ;http:/xxxxxxxxxxx)
    Thanks for the help.

  • SAP Fiori- News Tile is not working

    Dear Experts,
    I've installed and configured Fiori Apps (Analytical, Fact Sheet and X1 Apps); it was a good Experience to work on SAP UX, Learnt Lots of thing in HANA, ES and the traditional 1:1:3 Screen's X1 Apps.
    Just only one issue and that is NEWS Tile App..... Configured it, ribbon is going on but post clicking, it is not working.
    Although before the upgrade of SAP_UI- it was working perfectly fine. Post Upgrade- its not working..... PFB
    Fiori Launchpad,
    After Clicking, Error is as below,
    2014-08-28 18:53:04 registerResourcePath ('WebContent', '/sap/bc/ui5_ui5/sap/ar_srvc_news/') - sap.ui.ModuleSystem core-min-0.js:85 
    2014-08-28 18:53:04 Error - The specified component controller"WebContent.Component" could not be found!  core-min-0.js:85
    2014-08-28 18:53:05 Could not start the app due to an internal error -
    Let me know if anyone have any clue why this is happening.....
    Thanking you,
    ~ Mahendra

    hello emmanuel,
    which browser do you use? we have implemented this note with internet explorer it works but not with chrome - the news get displayed in the tile, when navigating to the tile with chrome get an error "app cannot be started" 
    console writes this out:
    2014-12-02 06:40:38 TypeError - undefined is not a function
    core-min-0.js:91 2014-12-02 06:40:38 App konnte aufgrund eines internen Fehlers nicht gestartet werden -  core-min-0.js:91 ucore-min-0.js:91 errorcore-min-3.js:31 errorcore-min-3.js:23 sap.ui.controller.openAppcore-min-1.js:29 a.publishcore-min-3.js:23 sap.ui.controller.openSomethingcore-min-0.js:21 pcore-min-0.js:32 rcore-min-0.js:32 t.fireWithcore-min-0.js:32 b.(anonymous function)NavTargetResolutionAdapter.js:2 (anonymous function)abap.js:26 sap.ui2.srvc.callODataWrapper.js:2 qcore-min-2.js:50 (anonymous function)core-min-2.js:50 p9abap.js:2 E.dispatchabap.js:2 XMLHttpRequest.handleEventabap.js:2 h
    maybe do you have a hint for me, error-solving in this environment is not the easiest thing *g*
    we have ui SP10
    best regards
    oliver

  • Exit variable not working in web URGENT

    Hello Gurus,
      I have a exit variable off fiscper.  If I execute the report containing this variable in rsrt, rsrt2 or excel it works fine.  When I click the execute in web from query designer it returns '#' every time.  I tried logging out and everything.  Any advice?
    Forgot to add.  I have a 2004s backend and 3.x front end.
    Message was edited by:
            MG

    Take a look at SAP Notes 1026143 and/or 1073652. These describe symptoms similar to yours.
    Hope this helps...
    Bob

Maybe you are looking for

  • Downloads page from tool has cleared, how do I bring it back?

    I tried to check my download list and delete one and the whole page disappeared. how do i bring it back?

  • Need help in HAFileAdapter

    Hi all, We have a cluster environment and a proxy service is configured with file polling. Since it is cluster environment, we have used the HAfileAdapter. In that the below are the properties controlDir - this we have given a shared path As we do no

  • Sort order notes iOS 6.0

    Since it is finally possible to sort my Notes with MacOS 10.8.2 I am desperately seeking for the same possibility on my iPhone and iPad (iOS 6.0). It does neither use the sort-order (alphabetically!!!) from my desktop Mac nor am I able to change the

  • Forms 11g

    Hi, I am installing forms 11g.I have performed all the steps and the installation was done but it fails on domain creation.My error as shown in log file: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.      at orac

  • How would I create a crowd scene?

    Alright, Lets say I have guy A walking ( http://i34.photobucket.com/albums/d145/Trebor321/Walk1.swf No problem right? Okay, now lets add a couple more folks. ( http://s34.photobucket.com/albums/d145/Trebor321/?action=view&current=walk2.swf Now you se