Application Parameter not reflected in Transaction Iview.

Hi All,
I have a requirement where i have to create the Transaction Iview for the Report which is created using the Report Writer.
When i am giving the application parameter to it. It is not being reflected in the Portal.
Also when i cross checked with the any Z Report its taking the application parameter and executing successfully.
So is there any other settings for the Report which are created usng SAP Report Writer.
If anybody has done this type of Iview then tell me .
Regards,
Dhruv Shah

Dhruv,
check this thread
https://forums.sdn.sap.com/click.jspa?searchID=17849404&messageID=6257633
Thanks
Bala Duvvuri

Similar Messages

  • Did download OS X Mountain Lion and see the features in my applications, but not reflecting in my APPS purchases.

    did download OS X Mountain Lion and see the features in my applications, but not reflecting in my APPS purchases.
    also this takes huge amount of time, almost 10 hours to download, even using 3G Net connection.

    Hi kiwirudy,
    I've had the same problem more than once since I started trying to download my 14 April purchase of OS X Mountain Lion.
    I found a property list called manifest.plist in my ~/Library/Application Support/AppStore folder which had a Boolean property called failed checked. I unchecked it and afterwards I was able to resume my download.
    Here are some steps I've found useful:
    Close the Mac App Store.
    make a copy of the  ~/Library/Application Support/AppStore folder. For some strange reason the Mac App Store likes to just delete it in some circumstances, which will mean that one has to start one's download again from the very beginning.
    Double click on the manifest.plist in one's ~/Library/Application Support/AppStore folder.
    This should open it in Property List Editor.
    Expand all the nodes (holding down the alt key and clicking on the highest collapsed node should do it.
    Find a key called failed of type Boolean and uncheck it.
    Save the manifest.plist and close it.
    Open the Mac App Store.
    The red message "an error has occured" should now be gone and one should be able to resume one's download.
    In the event that the ~/Library/Application Support/AppStore folder gets deleted:
    start the download again (it will start from the beginning), pause it and close the Mac App Store.
    copy your backup copy of the pkg file back to its sub-folder (it's a numbered folder in the ~/Library/Application Support/AppStore folder).
    Open the Mac App Store and resume your download.
    It should continue from where it left off.
    This has worked for me so far. I'm holding my breath. Don't know if I'll still be alive when it's finished.
    Regards
    Nic
    Message was edited by: n c h

  • Changing the Application Parameter in the mass copied iviews

    Hi,
    I have copied the standard package iviews,pages,roles to a custom folder.Now I want to change the "Application Parameter" of the all copied iviews.Is it possible to do the mass change of a single parameter in all the copied iviews?
    If possible,please suggest how to achieve the same.
    Thanks,
    Rajani

    Hi,
    Yes, you can use the Multiple Property Replacement feature : [Multiple Property Replacement|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/0f/764b87dfb948fcb13fd7695e157892/frameset.htm].
    Regards,
    Pierre

  • Auto Logout when idle not working for transaction iview

    Hi,
    When we open an SAP system using transaction iview and if the screen is idle for 30 mins, auto logout doesn't seem to be work.
    We have verified that rdisp/gui_auto_logout parameter is set to 1800 i.e., 30 min. which a default value. Do we have to activate this service or its activated by default? Let me know if any other parameter needs to be configured.
    Also, is there a way to detect multiple sessions when SAP transaction is executed like the way SAP Logon pad detects when user has logged in into SAP system on different PC?
    We are using NW portal 7.01 and IE 7.
    Regards,
    Vaibhav

    Hi
    the param icm/keep_alive_timeout does only that if within this time interval new data arrives over the network from the partner, the ICM attempts to keep the connection open once it has been established. If, for the existing connection, there is no further communication within the specified time period, the ICM terminates the connection. and this is a static param so if u change this it needs a sys restart and the param rdisp/plugin_auto_logout is also dependent on the above param as then it delets only the user context after the time period is reached not the work process context and the param login/disable_multi_gui_login works only for dialog log ins not for prta and as far as my knowledge there is no other way to detect this but i heard like by doing some code changes u can know something regarding that.
    Thanks & Regards
    Pradeep Srimanthula

  • Download to Excel not working in Transaction iview in Quality

    Dear All,
    I have a transaction iview in EP Quality Server which is transported from the development Server.This iview represents a transaction which displays some data (report output) and has an button for download to excel. The problem is that the ALV download functionality is working fine in the EP development Server's iview but I am not able to download from EP Quality though the output of the report is coming fine.
    Awaiting for the reply.
    Regards,
    Samir

    Hi,
    Try it once in laptop instead of desktop.
    May be the screen resolution or some thing is causing this,because I have encountered the issue previously.
    Create new iview in quality and try.Do you activate the transaction in SICF if it is custom one.
    Thanks and Regards,
    gopal.sattiraju

  • Changes made from application are not reflecting in Database and vice versa

    I am updating changes from my Application. However the data in not reflected in the DB. I logged in and can see no change. However, the changes are being reflected in the Application, even after a server restart. Any ideas on this ?? its wierd !!

    SELECT   c.sql_text sqltext
        FROM v$session a, v$sqltext c
       WHERE a.SID = :session_id AND a.sql_address = c.address(+)
    ORDER BY a.status, a.last_call_et, A.SID, A.username, C.pieceSQL_ADDRESS
    SQL_HASH_VALUE
    SQL_ID
    SQL_CHILD_NUMBER
    Check this to see the last executed sql in your database , make sure you connect to right database with right schema
    Last executed sql

  • Expandable menu buttons are not working in transaction iviews

    Hi,
       I created the transaction iviews and it connects to the backend. I can able to see all the data's but when I click the Menu, its not expanding. I activated the all the services as per the note517484 and 1088717. When I go to the Webgui service in SICF and test the service, it did the same as not expanding. Any way that we can make the menu to work.
    Thanks

    Hi Raghu,
       Thanks for your quick response. I can able to see my Menu and the system buttons but when I click the Menu or System button, it should expand and show all the menu under that. But In my case i couldn't see what I supposed to be.
    Thanks
    John

  • Application Parameter not getting Refreshed when testing in another client

    Hi,
    I have created a WD application in development client 150 and the application has import parameter WORKITEMID. I am getting this value in the startup input plug-in. I am calling this application in the workflow as a activity step. For unit testing purposes I am defaulted the import paramater value to a 000546578. When I put a breakpoint in the startup method, I am able to get the value of WORKITEMID as 000546578. Once I have completed my application I have changed the defualted value to 000436477 and now I am trying to test in testing client 140, and in debugging I am able to stll 000546578 not the newly defualted value. This is happeening only in testing client.
    When I debug and see the client 150, I am able to see the new value, but in client 140 still the old value is showing up at run-time when I test the application. But on the application parameter tab the new value is visible. Only the prb is at run-time its still picking up old value.
    I am new to ABAP WD stuff.  Can anyone help me out how to resolve this issue.
    With Regards,
    Sreekanth

    Try using: weblogic.refresh
    http://edocs.bea.com/wls/docs61/webapp/deployment.html#149386
    Cheers
    mbg
    "Santosh Sahadevan" <[email protected]> wrote in message
    news:3ef55cba$[email protected]..
    >
    Hey all,
    We are developing an application in which the development enviornmentwhich we
    have recieved from the clients ,(configuered bythe clients) which is sameas that
    of the production env.
    The web application is running in a cluster in a weblogic 6.1 env . Whenwe trying
    to change the JSP, it doesnt get refreshed. We have to explicitaiilychanging
    the jsp at the .wlnotdelete dir created , to take its changes . But as weknow
    thats a temp place holder for the application .
    Since we are team of 20 developers it becomes a real pain when weexplictially
    try to stop and restart the server , just for changing a jsp.
    Do we have a solution for the same.

  • Planning application is not reflecting in essbase

    Hi,
    I have created an application in EPMA and it was deployed successfully,but later i need some changes to the application i.e,changing dimesions from sparse to dense as dense restructuring taking much time so that i deleted that application from essbase and did whatever changes that i need.
    In EPMA it was validated and deployed successfully but when i'm looking in essbase the application is not there in essbase.
    am i doing wrong,if so please let me know how to get my application back.

    Yes,did the same even then the outline is not created in essbase.
    if it is not created the outline why i'm getting successful deployment message.
    It is really confusing,
    please gurus let me know how to get back my application back by selecting create outline option in epma.
    Tell me what are the steps to follow to delete the application in EPMA tables(if i select delete application in EPMA),
    so that i can once again create it as a fresh application.
    thanks in advance

  • LSMW upload - data doent not reflect in transaction

    Hi ALl,
    I have an LSMW upload... where i upload data into a transaction.. once a transaction is complete it displays message as successful but when i go into that transaction it doesnt reflect data....... what can be the problem???

    I dont have this transaction in my system as we dont use extended WM.
    However, what you wrote is a kind contrary within :
    when fresh records are uploaded hrough LSMW then they are uploaded...but when we go to that tcode
    then records are not there.
    . but when we manully entering these records then error msg comes that these records are already exists
    is this /SCWM/RSRC  transaction a transaction that does display, create and change in one transaction?
    so that you cannot  get your data when doing display but get the error when clicking create?
    or do you use a different transaction to create the records?
    you are saying you loaded with batch input in LSMW, was this batch input a recording, or a standard given SAP method ?

  • Put() with expiration parameter not supported during transaction?

    Hello,
    I am facing a "UnsupportedOperationException" exception when trying to put an object into a cache with an expiration parameter. The cache is obtained from a CacheAdapter inside a transaction. If I use the cache without the CacheAdapter, it works fine. Does it mean that cache used inside transaction don't support the expiration parameter or am I doing something wrong?
    Here is the code that I'm using the get the cache from the CacheAdapter:
    adapter = new CacheAdapter(env.getInitialContext(),
    TANGOSOL_COHERENCE_RA,
    CacheAdapter.CONCUR_OPTIMISTIC,
    CacheAdapter.TRANSACTION_GET_COMMITTED, 0);
    NamedCache c = adapter.getNamedCache(TANGOSOL_CACHE_NAME, getClass().getClassLoader());
    c.put("foo", myObject, 100);
    Here is the last lines of the exception trace:
    java.lang.UnsupportedOperationException
         at com.tangosol.coherence.component.util.TransactionCache.put(TransactionCache.CDB:7)
         at com.tangosol.coherence.ra.component.connector.NamedCacheRecord.put(NamedCacheRecord.CDB:1)
    Thanks for any tips.
    Jean

    Hi Jean,
    You are correct; the caches used inside transaction don't support the expiration parameter. There are a number of reasons we made that decision. It seems that in general, the concepts of automatic eviction do not co-exist well with transactional guarantees. Consider the following scenario:
    You start a transaction and put a new item with expiry of one second. One second later you are about to commit and the item has to be expired. What should the cache behavior be? Should we rollback the transaction? Or should we proceed and pretend that the item has never existed?
    Similar question arise with size-limited caches and REPEATABLE_GET isolation level. What should happen if your commit forces out the entries that were read and relied on by your transaction due to a size limit?
    Sorry if I had more questions than answers :-)
    Regards,
    Gene

  • Template properties not reflecting in some iviews based on that template

    Hi ,
    I have a template  which is based on  a PAR .I have some drop down in this template which has three values .Now there are around 40 iviews which are based on this template in these iviews i  get only 2 values in the drop down .Also in  PAR i have removed  a iview  property  from portalapps.xml which is removed from template also but iviews based on that template the property is still there .I have cleared the cache .
        Could someone please tell me why how do i resolve this problem its Urgent
    Regards
    Varsha

    Hi ,
    I have a template  which is based on  a PAR .I have some drop down in this template which has three values .Now there are around 40 iviews which are based on this template in these iviews i  get only 2 values in the drop down .Also in  PAR i have removed  a iview  property  from portalapps.xml which is removed from template also but iviews based on that template the property is still there .I have cleared the cache .
        Could someone please tell me why how do i resolve this problem its Urgent
    Regards
    Varsha

  • Portal buttons not working for transaction type iviews

    Our buttons on our portal transaction programs quit working.  We are currently on ecc6,ehp5, portal 7.02.  The buttons still work on our test and production systems, so it's not a browser issue.  The buttons work on the newer webdynpro programs in our dev portal.  Please get back with me if you have any ideas on how to fix this button problem.  Thanks, Mike

    Hi Ajay,
    Double posting
    [ITS services not working for Transaction iview with gui for html -;
    Thanks
    Siva

  • Pass paramenters from WDJ iView to Transactional iView

    Hi All
    I have a scenario where I need to pass the parameters from webdynpro Java iView to Transactional iView. We are implenting LSO and for a Manager role we deployed the MSS BP to access "Employee Search" iView. I created a transactional iView for transaction LSO_PV00. Created a page with these two iViews. Now the page will show the employees list for that manager and T iView. When I click the employee name, is there a possibility to set the employee's personal number in the input field of the transaction iView?
    I am not sure will this be possible withou any code changes, but just wanted to have the input from SDN before coming to conclusions.
    Thanks, Raj

    you can pass the screen field of transaction uisng Application Parameters property of the transaction iView.
    To know the parameter to be passed,
    Press F1 in the input field and Click on Technical Information Icon at the top,then screen field name is the paraameter name to be passed for transaction.
    Use WDPortalNavigate to pass paramter from Webdynpro.Check this link
    Passing Parameters to Transaction Iview
    If you WD appl is a standard one,then you might need NWDI to make changes in the same

  • Missing Result state for Transaction iView!

    Hi,
    I seem to have run into a strange problem - I created a SAP Transaction callable object (NOT an SAP Transaction iView from the Portal) as part of a GP. I have three steps in the GP with this transaction object being the second in the line.
    When the transaction object finishes (when the user clicks Complete Step), it needs to move on to the next step - a background callable object.
    The problem is that there is no result state created for the transaction object! Without the result state, I naturally cannot define the next target for execution. So the question is, where is this missing result state? Or, what do I need to do to direct the process to the next step?
    Bye,
    Sameer

    Hi Chandan!
    Yesterday I also found an SAP Note that says that the SAP Transaction CO is now deprecated and that one should use a transaction iView from the Portal.
    But all this brings me to the question, how do I pass a parameter to the transaction?
    It was possible through the SAP Transaction CO, but it had no result state. Now I have a transaction iView with a result state but seemingly no way to pass a parameter!
    I want to use the transaction VA22 to allow the user to change a quotation. The quotation number is to passed to the iView from a WD program in the previous step. It was possible to define an input parameter in the SAP Transaction CO with the technical name of the transaction parameter. But now in the Transaction iView CO, I cannot enter the Technical name with a "-". Since the parameter is VBAK-VBELN, I don't understand how it can be done..
    Could you help out here with the whole business?
    Sameer

Maybe you are looking for

  • VI Server - Open VI Reference is using local path, not remote

    First time posting to NI Developer Zone, so bear with me. I have a PXI-1050 chassis with a PXI-8187 controller that runs LabView RT.  I have set up this PXI system to utilize a VI server on port 3363 and opened access to my host PC which runs LabView

  • Mail V6.3 pdf attachments "the file could not be opened because it is empty"

    I received an email with a pdf document attached.  When I try to open it by saving it or directly from the email, I get the message "The File 'filename' could not be opened because it is empty." The file extension is correct with .pdf. Adobe is up to

  • New Samsung Display

    I've just purchased a new samsung 19" LCD tv (LNT1954) (1440x900) to use with my mac mini. It is hooked up with the supplied DVI to VGA adapter, and from there VGA to the computer. I had an acer (1440x900) resolution (hooked up identically) and it wo

  • How to see the topicrefs of a nested ditamap in the resource manager?

    Hello, I use FM 12. I am trying to move a 500 page document with several chapters into Dita 1.2. I use one ditamap per chapter. When I nest ditamaps under a main ditamap using maprefs, I do not see the topicrefs of each map. Also, the topics do not s

  • HT1904 How to veriffy my apple I d ?

    I can't use my new apple I d coz I reali don't know how to veriffy it's