Change ITS parameter setings dynamically for one transaction iview

Hi gurus,
I have a configured ITS parameters and set ~webgui_simple_toolbar = 32
But now in one transaction, only on the last R3 screen (in this transaction) we need standard 'Back' button, (custom back button cannot be configured as this view is a pdf, t-code developed in ABAP )
I can configure 'Back' button by setting ~webgui_simple_toolbar = 40, but then it comes in all the transaction iviews and on all the screens.
Is it possible to set the value of  ~webgui_simple_toolbar  dynamically, in my t-code in ABAP, so that only for this transaction standard toolbar is visible.
thanks
Nishu

Hi Nishu,
Where exactly have you set the parameter
~webgui_simple_toolbar = 32
i.e in what Service? I believe from your description it is set in the WEBGUI service - which then all your transaction iViews are using to execute? Is this correct
One workaround would be to create an IAC for this one transaction that you are calling. Which would then have the settings
~transaciton <my_transaction>
~webgui_simple_toolbar = 40
~webgui 1
~singletransaction 1
Then setup the iView to be called as an IAC iView?
Regards,
Oisin

Similar Messages

  • Dynamic parameter tranfer from webdynpro to transaction iView

    Hello,
    i would like to transfer some parameters from my webdynrpo to a transaction iview. The problem is, that its working for one transaction but not for another. I tested SE11 and SE38. Here is the code for both (first SE38 second SE11)
    String targetSE38 = "ROLES://portal_content/temp/transaktionSE38";
    WDPortalNavigation.navigateAbsolute(targetSE38, WDPortalNavigationMode.SHOW_INPLACE, null, null, "RS38M-PROGRAMM=10001234");
    String targetSE11 = "ROLES://portal_content/temp/transaktionSE11";
    WDPortalNavigation.navigateAbsolute(targetSE11, WDPortalNavigationMode.SHOW_INPLACE, null, null, "RSRD1-TBMA_VAL=12345678");
    In both cases the transaction shows up but the parameter is only passed to the transaction SE38, the SE11 field remains empty.
    Does anybody know why (background is that i have a custom transaction which is also not working and im curious why its not working for a standard transaction either.
    Thanks a lot,
    Kai Mattern

    Hi Kai,
      Did you find solution .. for the problem i am also facing the same problem .

  • Moving the 80 Million records from Conversion database to System Test database (Just for one transaction table) taking too long.

    Hello Friends,
    The background is I am working as conversion manager and we move the data from oracle to SQL Server using SSMA and then we will apply the conversion logic and then move the data to system test ,UAT and Production.
    Scenario:
    Moving the 80 Million records from Conversion database to System Test database (Just for one transaction table) taking too long. Both the databases are in the same server.
    Questions are…
    What is best option?
    IF we use the SSIS it’s very slow and taking 17 hours (some time it use to stuck and won’t allow us to do any process).
    I am using my own script (Stored procedure) and it’s taking only 1 hour 40 Min. I would like know is there any better process to speed up and why the SSIS is taking too long.
    When we move the data using SSIS do they commit inside after particular count? (or) is the Microsoft is committing all the records together after writing into Transaction Log
    Thanks
    Karthikeyan Jothi

    http://www.dfarber.com/computer-consulting-blog.aspx?filterby=Copy%20hundreds%20of%20millions%20records%20in%20ms%20sql
    Processing
    hundreds of millions records can be done in less than an hour.
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • HT1051 Trying to change Shipping and Delivery address for one in the US, from Canada, and can't do it. State and zip code appears in red but no change in country name.  Using French (Canada) iPhoto app.

    Trying to change Shipping and Delivery address for one in the US, from Canada, and can't do it. State and zip code appears in red but no change in country name.  Using French (Canada) iPhoto app.

    Larry's right, You can still use your credit card, you just need to change the "billing address" to the recievers address. It gets billed to your CC and delivered to the US

  • How to change the background color only for one HTML-Portlet?

    Hi all,
    I have created a HTML-Portlet in my root-page. The root page have a style: Main-Style.
    I want to change the background-color only for this one HTML-Portlet:
    <html>
    <header><title>Test</title></header>
    <body bgcolor="#999999">
    Test
    </body>
    </html>
    But this does not work...
    When I use the CSS, then it will change the background-color for the root-page too.
    Thans
    Leonid Pavlov

    could you try this
    <table bgcolor="#999999">
    <tr>
    <td>
    test
    </td>
    </tr>
    </table>
    I don't think you need <html><header><title>Test</title></header>
    <body></body></html> for your HTML-Portlet.

  • Changing properties of multiple resources in one transaction

    Hi,
    Does anyone have an idea how to change a property in multiple resources in one atomic transaction. 
    There are some interesting comments regarding the use of "mass calls" in various SAP documents but not really anything specific.
    The changing of one property in multiple resources is not the problem.  This is easy.  The challenge is the operation in one transaction.   There is a ITransactionManager in the KM Javadoc but this looks like more of an internal class.
    Thanks.
    Dick

    Does this imply that the properties of these selectors can be modified simultaneously?
    Correct.

  • How to change a item property just for one record

    Hi,
    My Requirement is, when a new record is inserted i want item1 to be enabled(which is disabled by default) only for this new record. when I implement the following code, entire column is enabled intead of just for one record.
    The code I have written in WHEN-NEW-RECORD-INSTANCE trigger is
    app_item_property.set_property('block1.item1', ALTERABLE_PLUS, PROPERTY_ON);
    app_item_property.set_property('block1.item1', ENTERABLE, PROPERTY_ON);
    please help!
    Thanks
    Sunny

    The code I have written in WHEN-NEW-RECORD-INSTANCE trigger is
    app_item_property.set_property('block1.item1', ALTERABLE_PLUS, PROPERTY_ON);
    app_item_property.set_property('block1.item1', ENTERABLE, PROPERTY_ON);What is APP_ITEM_PROPERTY? This is not a Valid Oracle Forms Built-in. I don't see how your When-New-Record-Instance (WNRI) trigger will compile.
    To change the properties of a specific instance of an item you would use the Set_Item_Instance_Property built-in and then there are only a few properties you can change; which are: BORDER_BEVEL, INSERT_ALLOWED, NAVIGABLE, REQUIRED, UPDATE_ALLOWED and VISUAL_ATTRIBUTE. To make a specific instance of "ITEM1" Insertable and Updateable you would use the following:
    Set_Item_Instance_Property('YOUR_BLOCK.ITEM1', CURRENT_RECORD, INSERT_ALLOWED, PROPERTY_TRUE);
    Set_Item_Instance_Property('YOUR_BLOCK.ITEM1', CURRENT_RECORD, UPDATE_ALLOWED, PROPERTY_TRUE);However, if you have set the ENABLED property of ITEM1 to NO in the Forms Builder, you will not be able to "Enable" the item using Set_Item_Instance_Property. You will need to make the item Enabled and set the INSERT/UPDATE properties to NO.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Can I buy on iTunes and not use my gift card balance for one transaction?

    I have a $40 gift card balance on iTunes. Now I need to buy an app for work and put it on my corporate card. But if I buy the app on iTunes, it will come out of my gift card balance. Is there a way to say "don't use my gift card balance for this transaction?"

    Apple doesn't allow that. They've never said why.
    (96758)

  • Property "OK Code Field" for SAP Transaction iViews

    Hi there,
    I created an SAP Transaction iView which is accessing an ECC system using SAP GUI for Html. In the properties of the iView I found the property "OK Code Field" - has anybody a idea how this field is used?
    I hope that there is a possibility to hide the command field with this parameter. Haven't found a possibility to hide that field although I saw that obviously I'm not the first to deal with this issue...
    Any help is rewarded.
    Regards
    Gesine

    Hi,
    To disable OK Code field,
    - Go to SICF TCODE
    - Expand to /default_host/sap/bc/gui/sap/its/webgui service
    - double click to enter properties
    - On Service Data TAB, click Settings Button
    - You have to siwtch to change mode in order to change
    - there add the following parameter
    Parameter: ~NOHEADEROKCODE
    Value: 1

  • How to move from one transaction iView to another without losing the info.

    Hello expert,
    Is there a way to configure multiple transaction iViews in away that when I click on another iViews and want to go back to the old one, then the information is still there?  For example, we have a customize transaction that is fetched by running CM07.  I want to create two iView (CM07 and the custom transaction) in away that a user will type in the info on the CM07 iView, then click on the custom transaction iView to view the selection from CM07.  However all the information should be there when the user going back to CM07.  Right now when we are clicking from one iView to another, we have to type in the information again on CM07.
    Thank you.

    Hi ,
    See the thread below .I hope It will resolve your issue
    passing values between two transaction iviews?
    Koti Reddy
    points are welcome if it is helpful!

  • How to pass dynamic params to Transaction iView from webdynpro java app

    Hi Experts,
    I am trying to call a transaction iview in PCD from my Dynpro application with a dynamic param.
    Can somebody help me generating the URL for transaction iView and passing the dynamic params???
    Thanks in advance
    biroj...

    Hi,
    Generating the URL:
    StringBuffer strBuff = new StringBuffer("/webdynpro/dispatcher/xyz.com/xx~xxxx~xxxxx/xxxxxApp");
              strBuff.append("?");
              strBuff.append("TCODE=");
    strBuff.append("" + WDProtocolAdapter.getProtocolAdapter().getRequestObject().getParameter("TCODE"));
    IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(strBuff.toString(), "TCODEWindow");
    window.show();
    Please try the above code snippet helps you to create a TCode iView in a new window.
    or
    We can include URL parameters in a portal URL that calls a Web Dynpro page and these parameters can be forwarded to the otehr iVIews on the page.
    Example:
    http://xxxxxxxxx.com/irj/servlet/prt/portal/prtroot/com.sap.portal.appintegrator.sap.WebDynpro?System=SAP_XXXXXXXX&WebDynproNamespace=xxxxx.com&WebDynproApplication=xx~xxxx~xxxx/xxxxApp&DynamicParameter=u201DTCODE=VA02u201D
    For more information Please go through this:
    http://help.sap.com/saphelp_nw04s/helpdata/en/c3/235a428a1e9041e10000000a1550b0/frameset.htm
    Thanks
    Krishna

  • Logon Balancing error 88 and Error timeout occured for BW transaction Iview

    Hello All,
    I am trying to connect BW system from portal.
    We are using SAP GUI for Window to launch the Transaction iViews and browser we are using is IE 7.0 and IE 8.0. I have selected the Technique to Start SAP GUI for Windows is "SAP Shortcut File". When calling the iView, it opens in the new  window and asked downloads the file.
    After download , I am getting connecting window and then following error
    Logon Balancing error 88 :Connection to server is not possible(RC.9)
    In detail error is
    Error: timeout occured
    Tue Aug 16 15:50:44 2011
    Release 640
    Component NI(Network interface), version 37 rc=-5,
    Please suggest any approaches for the issue.
    Thanks
    Anand Kumar

    Hello Vijay, Sandeep,
    1) when I try the following combination in service file, I am getting given below error. if i use sapmsBWD 3600/tcp or if I do not use sapmsBWD 3600/tcp, i am getting the same following error.
    sapgw97  3397/tcp
    sapgw98  3398/tcp
    sapgw99  3399/tcp
    SAPmsBWD 52500/tcp
    sapmsBWD 3600/tcp
    <return>
    Logon Balancing error 88 :Connection to server is not possible(RC.9)
    In detail error is
    Error: timeout occured
    Tue Aug 16 15:50:44 2011
    Release 640
    Component NI(Network interface), version 37 rc=-5,
    2) when I try the following combination in service file, I am getting given below error
    sapgw97  3397/tcp
    sapgw98  3398/tcp
    sapgw99  3399/tcp
    sapmsBWD 3600/tcp
    SAPmsBWD 52500/tcp
    <return>
    Error:partner 10.21.80.23:sapmsBWD not reached
    Tue Aug 16 17:22:31 2011
    realease 710
    Component NI(network interface) version 39
    Detail Nip connect2: 10.21.80.23:3600
    system call connect
    Error No:10061
    'WSAECONNREFUSED:connection refused'
    @Sandeep: I have check the port number in SMMS transaction code: I have three port Number :3220,3320,8020.
    Please any one can guide me further.
    Thanks.
    With regards.
    Anand Kumar

  • How do I change an Apple ID just for one device, an iPod Touch?

    Hello, all...I recently purchased my nephew (I'm his guardian and am raising him) a brand new iPod Touch for his 13th birthday.  I activated the device using my Apple ID (which I also use for my iMac, iPhone and Macbook Air).  I'm thinking now about changing his iPod over to a different Apple ID to keep my iCloud "pure" (for lack of a better word), with just my stuff on it, and because his iPod is mysteriously picking up text messages to me that are supposed to go to (and which still do go to) my iPhone. Is it possible to change the Apple ID for just that one device, the iPod and, if so, how does one do that?  I have several e-mail accounts/addresses that I could use instead of the one I use for my current Apple ID.  I'm technology-challenged in the worst way, so your help/advice is greatly appreciated.  Thanks!

    CHANGE ID
    The ID is used in the following locations and you  have to change them.
    Settings>Messages>Send and Receive
    Settings>FaceTime
    Settings>GameCenter
    Settings>iCloud
    and Settings>iTunes and App store
    You  have to sign out of ID (for iCloud you delete the iCloud account from the iPod) and sign in with other ID.
    Note the following are resolved if you  use Family Sharing (iOS 8 and later):
    - Apps are locked to the account that purchased them.
    - To update apps you have to sign into the account that purchased the apps. If you have apps that need updating purchased from more than one account you have to update them one at a time until the remaining apps were purchased from one account.
    If the iPod has iOS 7 or later then you have the enter the password for Apple ID presently sign in Settings>iCloud.
    Also, a Restriction can be set (Settings>General>Restrictions) the prevents changing accounts

  • I have a dv4-2180us and I want to change out the wifi card for one w/ bluetooth and 5G

    Product name dv4-2180US. My wifi card is intel wifi link 1000 BGB, and I'd like to switch it out to an intel 6230 that has both. Is it possible to modify the BIOS? I have upgraded my BIOS to the most recent 55454 hoping that would correct the problems with the keyboard...which it has not...but I'm far more interested in making full use of my network., Thanks.

    I can tell you that you need to make sure the form factor is the same on the new as the existing one.
    The bios really has no bearing on it. Its hardware thats compatible with hardware.
    Parts like that are not readily available to swap from machine to machine. There are standards for which the card interfaces to the machine and thats why I mentioned the form factor of the card.
    Physical dimensions are also to be noted, as some cards are larger than others with the same form factor.
    You really have to do your homework and research to see what will work.
    Your machine may already have a slot availble for a bluetooth board, or fingerprint reader as those are both viable options.
    You are not likely going to get bluetooth and wireless n on the same card anyways. I would suggest looking for a dual band wireless n card and seeing if you have another slot to put a blutooth module into.
    Another option is to get a type 2 cardslot module and just insert it when you need it. If your machine has this type of external cardslot it may be your cheapest option.

  • HT204053 I have an apple id set up, got 2 more iphones  1 added to icloud.  If I change its icloud id to anew one will I lose the apps on the new id

    I have an Apple id set up, we got 2 new iphones.  One was set up om old id, If we change the id on it will we lose all apps and items on it?

    Welcome to the Apple community.
    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact AppleCare (or Apple ID Support), upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.
    The operator will take you through some steps you may have already tried, however they need to be sure they have exhausted all usual approaches before trying to reset your account, so you should try to be helpful and show patience with the procedure.
    The operator will need to verify they are speaking to the account holder and may ask you some questions that only the account holder could know, and you will need to answer them if the process is to proceed.
    Once the operator has verified your identity they will send a message through to your device which contains an alpha numeric code, which you will need to read back to them.
    Once this has been completed they will send an email to your iCloud email address after a period of 24 hours, so you should check that mail is enabled in your devices iCloud settings.
    Upon receipt of the email, use the reset link provided to reset your password, after which you should be able to make the adjustments to iCloud that you wish to do.

Maybe you are looking for

  • Can I have multiple users on one account?

    I work for an Athletics Department at a California Community College and I am wondering if the department can all use the FormsCentral account with different log-in accounts.

  • Airport Express Refuses to participate in WDS

    Hey there, I am using a new wireless N Airport Extreme and an airport express extending it's range while sharing a printer and using airtunes. I have set this device up as "remote", I think that is right! Now after a couple of months of having this s

  • How to restrict Goods Reciept before Confirmation

    Greetings..               How to restrict Goods receipt (MB31,Movnt type 101) before Porduction Order Confirmation in CO11. Right now if i do GR without confirmation, system allowed this. How to restrct it .

  • To copy table from one database to another

    hai, I will be really pleased if someone can me tell me that how can i copy table from one database to another. I am having two databases. Gursimran

  • Notifications Profile Issue

    Hi, I wounder if someone can help me. I updated my Z10 to 10.3.1.1565, since the time it got updated i am facing some issues. The battery drains very fast and i have a problem with the notifications. The Notification profile changes automatically. If