Web Template is not able to fetch data from Data Provider

hi friends,
           i have created a reporting agent for a particular query and given all the necessary parameters, defined the variants and activated this and created a scheduling package to this ,assigned my query to the scheduling package
           later in the web template,in the web item tab i maintained  the read mode as precalculated web template and the final report on the web is saying web tempalte is not able to get the data from the data provider  ,
am i missing any where...
        i look forward to your help ,
regards,
sasidhar gunturu

Hi,
use the correct link to call the report.
you can check the links : Re: Concept Of Precalculated Template
https://www.sdn.sap.com/irj/sdn/developerareas/bi?rid=/webcontent/uuid/a8cd1f71-0a01-0010-4783-f119b6132d25 [original link is broken]
Regards
Happy Tony

Similar Messages

  • Not able to fetch workitem from Multiple system ( version 4.6c ) in POWL Configuration

    Hi Experts,
    i am configuring SAP POWL in my EHP 6 System and i am able to get work-items from same system but i am not able to get from multiple system which version is 4.6c.below steps are already done.
    1.Create RFC Destination ( destination working fine )
    2.in SPRO,Cross-Application Components ->Processes and Tools for Enterprise Applications -> Inbox -> Assign Connected Back-End Systems to Inbox
         Added Destination for Old system 4.6c
    3.Create Exception Entry for that
    4.Business function FND_IBO_MULTIBE_1 activated
    5.Assigned below roles to respective users
    SAP_BC_BMT_WFM_INB_API_END_USR
    SAP_BC_BMT_WFM_INB_API_SRV_USR
    6.Added respective Task IDs in SPRO -> inbox- >Assign Task IDs to POWL Types
    Please help if i any config are missing.
    Regards,
    Pramod Gupta.

    Hi Siddharth Rajora,
    Thanks will that,but as you said 4.6c is not supported you have any document where its mention like that.so we can show our client and close this issue please share if you have.thanks in advance.
    Regards,
    Pramod Gupta.

  • Not able to fetch the data by Virtual Cube

    Hi Experts,
    My requirement is I need to fetch the data from Source System (From Data base table) by using Virtual Cube.
    What I have done is I have created Virtual Cube and created corresponding Function Module in Source System.
    That Function MOdule is working fine, if Data base table is small in Source System.But If data base table contains huge amount of data (millions of record), I am not able to fetch the data.
    Below is the code I have incorporated in my function module.
    c_th_mapping TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_TH_IOBJ_FLD_MAPPING.
      DATA:
        l_s_map TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_S_IOBJ_FLD_MAPPING.
      l_s_map-iobjnm = '0PARTNER'.
      l_s_map-fldnm  = 'PARTNER'.
      insert l_s_map into table l_th_mapping.
    create object l_r_srv
        exporting
           i_tablnm              = '/SAPSLL/V_BLBP'
          i_th_iobj_fld_mapping = l_th_mapping.
      l_r_srv->open_cursor(
        i_t_characteristics = characteristics[]
        i_t_keyfigures      = keyfigures[]
        i_t_selection       = selection[] ).
       l_r_srv->fetch_pack_data(
        importing
          e_t_data = data[] ).
      return-type = 'S'.
    In the above function Module,Internal table L_TH_MAPPING contains Info Objects from Virtual Cube and corresponding field from Underlying data base table.
    The problem where I am facing is, in the method FETCH_PACK_DATA, initially program is trying to fetch all the recordsfrom data base table to internal table.If Data base table so lagre, this logic is not working.
    So would you please help me how to handle these kind of issues.

    Hi Experts,
    My requirement is I need to fetch the data from Source System (From Data base table) by using Virtual Cube.
    What I have done is I have created Virtual Cube and created corresponding Function Module in Source System.
    That Function MOdule is working fine, if Data base table is small in Source System.But If data base table contains huge amount of data (millions of record), I am not able to fetch the data.
    Below is the code I have incorporated in my function module.
    c_th_mapping TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_TH_IOBJ_FLD_MAPPING.
      DATA:
        l_s_map TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_S_IOBJ_FLD_MAPPING.
      l_s_map-iobjnm = '0PARTNER'.
      l_s_map-fldnm  = 'PARTNER'.
      insert l_s_map into table l_th_mapping.
    create object l_r_srv
        exporting
           i_tablnm              = '/SAPSLL/V_BLBP'
          i_th_iobj_fld_mapping = l_th_mapping.
      l_r_srv->open_cursor(
        i_t_characteristics = characteristics[]
        i_t_keyfigures      = keyfigures[]
        i_t_selection       = selection[] ).
       l_r_srv->fetch_pack_data(
        importing
          e_t_data = data[] ).
      return-type = 'S'.
    In the above function Module,Internal table L_TH_MAPPING contains Info Objects from Virtual Cube and corresponding field from Underlying data base table.
    The problem where I am facing is, in the method FETCH_PACK_DATA, initially program is trying to fetch all the recordsfrom data base table to internal table.If Data base table so lagre, this logic is not working.
    So would you please help me how to handle these kind of issues.

  • Not able to fetch some network switches data in LMS 4.0

    Hi Experts,
     we have LMS 4.0 and we found one problem that some network switches data are not able to fetch with LMS.
    what could be the reason to happen this type of problem?
    please assist with best solution to resolve this issue..
    Suhas B.

    Hi,
    I am facing below problem
    Config Archival Status
    No. of Devices
    Successful
    48
    Failed
    1
    Partially Successful
    0
    Total
    1345
    Configuration Never Collected
    1338
    So I look up a device in the Device Center, here is its Reachability Status:
    SNMPv1 Read
    Success
    SNMPv2c Read
    Success
    SNMPv1 Write
    Failed
    SNMPv2c Write
    Failed

  • PCA query not able to fetch data

    HI All, I have installed PCA Business content cube and all the queries available in the Business content relavant to the PCA cube. I have loaded one quarter worth of data. The Profit center - Balance sheet and Profit center - Income statement queries are not able to fetch any data. I am able to execute te query but the report has no data in it.
    Can any one suggest me if there is any thingthat I can do or any ways to dedbug this query.
    Has any one encountered similar poblem

    Are you executing this query "wide open" or you using Characteristic Restrictions and/or Variables that could be filtering out your data? Did you try executing the query using tcode RSRT via 'Execute + Debug'? That may help. Also, take a look at the source InfoProvider in LISTCUBE using the same criteria as the query to see if any data retrieve via that method.

  • Header links in the web template is not working

    Hi all,
    I have a created webtemplete in that, header links in the web template is not working. But individually header links. I am not why they are not working in webtemplete.
    guys please help for above situation.
    Thanks,
    James

    Hi Bob,
    There are many XML schema files for the data connection, I recommend to check if the references to the XML files have been changed to the new schema files in the manifest file.
    For example, if we create a data connection called GetUserProfileByName, then there will be one XML file and three XML schema files for the data connection.
    Please make sure that all the references are updated in the manifest file.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Not able to fetch serial number in MFBF

    Hello,
    We are doing production booking through MFBF transaction and the serial number has to be enterred for each backflush.
    I want to check the serial number for validation, hence i am using user exit "ZXMRMU02" with customised code.
    I need to fetch plant and posting date from input screen and compare the posting month with serial number letter(month) if both are matching then only I should be able to do MFBF otherwise system should through an errror message that " posting is not in current month.
    The problem here is I am unable to fetch serial number from input screen (Program Name SAPLIPW1 & Screen Number 0200). however I am able to get Material , Posting dates, Plant.
    Please suggest how can we fetch serial number from input screen.
    when i go with field exit, I could fetch serial number but not able to fetch plant and posting dates which are in first screen.
    Thanks,
    Kumar

    Dear Kumar,
    As per Std SAP behaviour, You can't use Serial Number Management for Goods Movement with Backflushing.When you are setting Backflush indicator as 1 always backflush in Material master system will not allow you to maintain serial number profile in work scheduling view.
    Also go thr. SAP Note No. 317455 for more clarification about using serial numbers with backflushing.
    Hope this helps.
    Regards,
    Tejas
    Edited by: Tejas  Pujara on Apr 10, 2009 7:12 AM

  • The changes made in the WAD web template is not replicating on web browser

    Hi,
    We are using BI 7.0 WAD. Suppose if i create a one web template and if i run it ...it is working fine.
    If i change the present web template and if i do change anything on the present web template and if run this web template it is giving the previous result....it is not reflecting the present changes.
    The changes made in the WAD web template is not replicating on web browser result.
    I went to transaction SMICM, then choose "Goto" from the top menu. From there, go to HTTP Server Cache, then choose Invalidate, then choose Global in system. With this thing also it didnt slove.
    thanks

    Clear your browser cache also and see if the changes are visible.....
    Arun

  • Not able to create customer master data with country code US

    Hey All,
    I am not able to create customer master data in the Transaction Code XD01/FD01 with the country code as US.
    The error message for the same is NO JURISDICTION CODE COULD BE DETERMINED. I have checked the tax code settings but could not locate the problem.
    Request you to provide me with a solution.
    Thanks & Regards
    VK

    Hey all,
    I have checked the field in the account group(OBD2) but its in optional status
    and also checked the country settings for US in the transaction code OY17 still the same error message, but when i tried checking the settings for a differnt company code's customer data base i can see that there is a number mentioned in the address tab under tax jurisdiction feild (beside time zone) which is not populating for this company code.
    so, do anyone know where exaclty we mention this number so that it populates in that field of address.
    hope am clear
    hope to receive  a solution
    thanks & regards
    vinila

  • Hi support please help me to sync my ipod and iphone 5 . Since i have installed new itunes version 12 , i am not able to sync to transfer data to my devices through itunes.  I think there is some issue with tunes new version .kindly support ASAP.  Ra

    Hi support please help me to sync my ipod and iphone 5 . Since i have installed new itunes version 12 , i am not able to sync to transfer data to my devices through itunes.
    I think there is some issue with tunes new version .kindly support ASAP.
    Rachna khanna
    [email protected]

    you might need to buy a new cable from the apple store.

  • I am not able to use my gprs data services in roaming

    i am not able to use my gprs data services in roaming....pls tell me how may i solve this problem

    Talk to your cellular provider.

  • Changes made in the WAD web template is not replicating on web browser

    Hi,
    We are using BI 7.0 WAD. Suppose if i create a one web template and if i run it ...it is working fine.
    If i change the present web template and if i do change anything on the present web template and if run this web template it is giving the previous result....it is not reflecting the present changes.
    The changes made in the WAD web template is not replicating on web browser result.
    Thanks in adv
    pinky

    Just to add.
    WAD templates are stored as HTML in the HTTP cache.
    Whenever you make changes to the template - it is good practice to delete / invalidate the HTTP Server cache.
    This can be done from
    SMICM --> Goto (menu bar ) --> HTTP Server cache --> Invalidate --> GLobal
    ust to make this thread complete..
    However this is usually done for 3.x web templates since they run off the ABAp stack - not too sure about the JAVA stack - guess portal cache has to be cleared too..

  • PC crashed. CD-Rom not working. Downloaded CS5 Web Premium but not able to install. Please Help. Help.

    PC crashed. CD-Rom not working. Downloaded CS5 Web Premium but not able to install. Please Help. Help.

    I had problem with my CD-rom, it not able to open. On top of that recently my PC crashed.
    I managed to install other software, but not able to install CS5 Web Premium.
    Ive downloaded the electronic version via Adobe Downloads, but not able install it.

  • My nightmare started when i upgrade my ipad to ios 7.0.2 i am not able access internet using cellular data, how can i revert to my old ios .

    my nightmare started when i upgraded my ipad to ios 7.0.2 i am not able access internet using cellular data, how can i revert to my old ios.wifi is ok , but cellular data is a big prob.can anybody help me ?

    Can't downgrade on iOS ...
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    If that doesn't help, tap Settings > General > Reset > Reset Network Settings

  • Not able to fetch Roles for an user using HWF Identity XPath

    Hi,
    I am not able to fetch list of roles for a specific user using Human Workflow, Identity XPath. Using Script Activity when I am trying to call the menthod, the method doesn't return Role details. Any help will be appreciated...

    That's the rules of how it works.  A request has 1 request form per resource for all users on the request.  Those fields must all be marked as available in bulk as well to be viewed if you have more than 1 user on the request.  If you need to provide different values based on the user, your best option is pre-populate adapters on the process form and use logic to populate the fields.  You will not be able to manually provide different values during the request.
    -Kevin

Maybe you are looking for

  • 2nd display doest work after sleep

    So my 2nd display was working fine until i put the computer to sleep. Now it doesnt come back even if i unplug the monitor, power off the monitor then back on, nothig is working, I have to restart the machine. thoughts?

  • Error while doing file to mail scenario

    Hai All,           I am getting the following errors while doing the file to mail scenario. Error:Exception caught by adapter framework: Failed to call the endpoint Error:Delivery of the message to the application using connection AFW failed, due to:

  • How to delete Archive log files in ASM?

    Hi, Env: Sun Solaris 10.2.0.2.0 RAC with 2 node cluster using ASM I noticed that there are directories for ARCHIVELOG for every day. for example: 2007_01_13/ 2007_01_29/ ASMCMD> pwd +DG01/<<INSTANCENAME>>/ARCHIVELOG a) How to purge these files/direct

  • User id & computer name

    hi all, posting the any document in sap, show the user id & which computer name (system), plz the solve the my problem and what is the proces of above.

  • Change fonts in "Notes" ?!?

    Maybe I'm too dumb for this device but I couldn't find anywhere how to change fonts in "Notes" on my iTouch.....and I con't really believe Apple hasn't considered this... Any clues ?