Creation of Custom Stylesheet and attaching Globally for all WDA

Hi All,
I want to create a Custom stylesheet and attach the style sheet globally for all the WD Applicaitons.
Can anyone please help me to achieve this requirement.

You can't directly interact with the Stylesheets of Web Dynpro.  You only have access to the concept of theme. If your WD Application runs in the portal, it will inherit the portal theme automatically. You can customize this theme using the portal theming tools.
If your application runs standalone, then you would have to use the unsupported Eclipse Based Theme Editor (which can be downloaded from SCN). The are Community create how-to guides on SCN for how to download the theme from the MIME repository, edit it and then re-upload it to the MIME Repository. You then use Web Dynpro Application Parameters to force the usage of your customized theme.

Similar Messages

  • Custom openAll and closeAll function for nested CollapsiblePanels

    Custom openAll and closeAll function for nested
    CollapsiblePanels:
    As a result of CollapsiblePanelGroup openAll() not working (
    see
    post here
    ) I attempted to create my own functions. Unfortunately this
    has brought two problems; 1) IE completely none responsive, and 2)
    custom openAll function opens some but not all CollapsiblePanels.
    I suspect that I have not put something somewhere that would
    inform CollapsiblePanelGroup that there is nesting. Can anyone
    please have a look (
    sample
    page here
    ) and offer suggestions.
    Happy Thanksgiving to all!

    I posted a working version of your sample in your original
    post
    here.
    --== Kin ==--

  • Setting visible lines and blank rows for all users

    At Item Level for Shopping Cart, Confirmation and Invoice Creation there are settings for Number of Visible Rows and Number of Blank Lines (In Settings/Advanced Settings).
    How can this be changed for all users?

    Hi
    This is a user specific settings to be performed. in SRM 7.0
    Please prepare a document and educate the user to do. This is  the best solution
    Second Solution
    In Setting tabs there are two tabs -Basic Setting and Advance Setting
    check the webdynpro components and hide this for all users
    Regards
    G.Ganesh Kumar

  • Query For Finding Yearly Opening and Closing Balance for All the Items

    Hi Experts,
    I am working on Query Based Report for finding the Yearly Opening and Closing Stock for all the Items
    i will give yearwise selection and I want opening and closing stock in between that years
    Warm Regards,
    Sandip Kokate
    Edited by: Sandipk on May 20, 2011 1:58 PM

    Hi,
    Declare @SDate DateTime
    Declare @EDate DateTime
    Declare @Whse nvarchar(10)
    Set @SDate= (SELECT min(F_RefDate)  FROM  OFPR T1 where  T1.[Name] ='[1%]' )
    Set @EDate= (SELECT max(T_RefDate)  FROM  OFPR T1 where  T1.[Name] ='[%1]' )
    Set @Whse=(Select Max(s2.Warehouse) from OINM S2 Where S2.Warehouse = '[%2]')
    BEGIN
    Select @Whse as 'Warehouse', a.Itemcode, max(a.Dscription) as ItemName,
    sum(a.OpeningBalance) as OpeningBalance, sum(a.INq) as 'IN', sum(a.OUT) as OUT,
    ((sum(a.OpeningBalance) + sum(a.INq)) - Sum(a.OUT)) as Closing ,
    (Select i.InvntryUom from OITM i where i.ItemCode=a.Itemcode) as UOM
    from( Select N1.Warehouse, N1.Itemcode, N1.Dscription, (sum(N1.inqty)-sum(n1.outqty))
    as OpeningBalance, 0 as INq, 0 as OUT From dbo.OINM N1
    Where N1.DocDate < @SDate and N1.Warehouse = @Whse Group By N1.Warehouse,N1.ItemCode,
    N1.Dscription Union All select N1.Warehouse, N1.Itemcode, N1.Dscription, 0 as OpeningBalance,
    sum(N1.inqty) , 0 as OUT From dbo.OINM N1 Where N1.DocDate >= @SDate and N1.DocDate <= @EDate
    and N1.Inqty >0 and N1.Warehouse = @Whse Group By N1.Warehouse,N1.ItemCode,N1.Dscription
    Union All select N1.Warehouse, N1.Itemcode, N1.Dscription, 0 as OpeningBalance, 0 , sum(N1.outqty) as OUT
    From dbo.OINM N1 Where N1.DocDate >= @SDate and N1.DocDate <=@EDate and N1.OutQty > 0
    and N1.Warehouse = @Whse Group By N1.Warehouse,N1.ItemCode,N1.Dscription) a, dbo.OITM I1
    where a.ItemCode=I1.ItemCode
    Group By a.Itemcode Having sum(a.OpeningBalance) + sum(a.INq) + sum(a.OUT) > 0 Order By a.Itemcode
    END
    I hope this will work for you.
    In above query you can also user OFPR.Code, OFPR, Category OFPR.Indicator instead of OFPR.Name.
    Regards
    Vaibhav Anharwadkar
    Edited by: Vaibhav Ancharwadkar on May 24, 2011 9:23 AM

  • I have 3 computers in my home and would like for all to b...

    i have 3 computers in my home and would like for all to be able yto connect to the internet using my linksys router.  the only one currently able to connect is the one he router is connected yto.  can you help

    Are the other two computers desktops or are they laptops with wireless cards inside?
    Message Edited by Deluxe8520 on 08-27-2007 12:32 PM

  • I could not update my apps on my phone this morning,it told me my account was locked for security reasons ??to vist iforgot and reset my account and its looking for all my details again ,i have credit in my account,can you help

    i could not update my apps on my phone this morning,it told me my account was locked for security reasons ??to vist iforgot and reset my account and its looking for all my details again ,i have credit in my account,can you help

    Apple ID- "This Apple ID has been disabled for security reasons" alert appears

  • Pin shortcuts to Taskbar and Start Menu for all users in Windows 7

    How can i Pin shortcuts to Taskbar and Start Menu for All Users in Windows 7? Office 2007 Word, Excel and Outlook.

    There are a few ways...
    You can configure a default profile which will give you the ability to setup the Start Menu as you want it with the items pinned how you like.  However, in my experience customizations done to the Taskbar are not maintained in a default profile.
    So, one way to get around that would be to create a script and use the "Active Setup" hooks that are built into Windows 7 to achieve the desired results.
    If you combine this script...
    http://blogs.technet.com/deploymentguys/archive/2009/04/08/pin-items-to-the-start-menu-or-windows-7-taskbar-via-script.aspx
    With Active Setup...
    http://www.visualbasicscript.com/Active-Setup-Examples-m67461.aspx
    You can get the results you want to get...
    Pinned items on the Taskbar have two components, one is in the file system and the other is in the registry.  You could also use GPO Preferences to add both components to a new profile and therby get similar results.  I played around with this method a little and did get it to work also.
    Mike N.

  • Digusted with the lack of Customer Service and Complete disregard for Inconvenie​nces

    Its a shame I have to come here in order for my voice to be heard. I have spent many hours on the phone with technical support and customer service and it has been to no avail. As a longstanding verizon wireless customer I assumed the high level of customer service experienced there would be translated when I decided to pay MORE money and switch from DirectTV to Verizon FIOS. The last few days have proven me wrong as I still remain without internet, tv, or phone service due to a technical issue beyond my fault. I spent an hour on the phone yesterday only to find out a technician would need to be scheduled and sent to my home today. Working in sales, I have reports I must complete each day requiring use of a WIFI connection so this was already becoming an inconvenience on top of the fact I had to be available between 8-12 and miss a half day of work. Not only did the technician never show up but lied in the notes and stated he/she made an attempt to reach me by phone. My call log shows no incoming phone calls during anytime between 8-12 today. When I called tech support to check on the status of when they would be getting someone back out they informed me I would have to wait until tomorrow afternoon before someone could come out. I expressed my extreme displeasure with having to miss more time from work (which is additional money lost) and inconvienece as I would have to move my day around to find a place with free WIFI after work hours to complete my reports. Traffic in DC is not friendly and this has completely turned me off. Veriozn FIOS is unreliable and the level of service I have received to date has been sub par to put it politely. Offering me 2 pro-rated days back on my service doesn't even begin to compensate for the missed time out of work nor the gas and inconvience of running to the nearest free WIFI so I am able to do work required of me. I decided to switch to FIOS because of the verizon name assuming the quality of the product and level of service would be one I could depend on. This has been the farthest thing from what has taken place. I now have another appointment tomorrow and quite unsure if anything at all will happen. I need some somebody from corporate to receive this message as it took me forever to find this forum to express myself and try to come to some resolve to make things right in this situation. None of your customer service reps possessed any information on how to contact corporate and due to my experience I can see why. You all would likely have to hire full time stafff to accomodate the level of complaints coming in. Pending how this situation is resolved, I may or may not take my story to social media and as many review and blog sites as possible. Verizon FIOS has ruined my day and I hope that someone will care enough to make this situation right.

    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you.
    Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under “My Support Cases” you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions.
    To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe".
    Please keep all correspondence regarding your issue in the private support portal.

  • Item category (Customized )ZJT1 and MRP type for material is not allowed

    Hi Guys,
                   When i try to create the order i see the error as item category and MRP type of the material is not allowed.
    I checked in Vov5 table, i could observe that Schedule line category is maintained.
    Could you please help us in resolving this..
    Thanks and regards,
    Rahul

    Hi,
    Please assign the Item Category ZJTI and MRP type (for eg: PD) assigned to the schedule line category in IMG under Sales and Distribution--> Sales ---> Schedule line -->Assign schedule line
    Hope this resolve your issue
    Regards,
    KrishnaO

  • I am trying to get Menu Editor 1.2.7 to work globally for all users. I have added the .xpi to the extensions folder and it is not being installed auto-magically.

    I would like to have Menu Editor installed for all users. I attempted to put the .xpi file in c:\Program Files (x86)\Mozilla Firefox\extensions with the expectation that the user would be prompted to install.

    You need to rename the XPI file to the (GU)ID of the extension as listed in the file install.rdf or just install the extension in a profile and copy the file or folder from that profile to the extensions folder.

  • Can I use One Hard Drive for 2x Time Machine Back Ups and another partition for all my data?

    Hi Forum,
    I am planning to but a RAID disc set up, but if i get a 2 disc set up, on one disc, can i have:
    Time Machine back up for one Mac
    Time Machine back up for 2nd Mac
    Anothe partition for all my data.
    then have that RAID'd to second disc?

    no one?
    and if this set up was on one disc, and one partition for one TM was for the Mini that has this drive attached, would TM back up this whole drive 2x TM Partitions and 1x partitions with data on, ok? it wouldn't get confused by trying to back itself up

  • Custom CSS-Applying selected background for all the cols in the report

    Hi,
    I am trying to set a particular background for all the columns in the report(not for all the projects,so that I can avoid option of manually setting background color for complete report.For this I thought custom CSS is best option.So edited custom.css(C:\OBI11g_Middleware\Oracle_BI1\bifoundation\web\app\res\s_blafp\b_mozilla_4) file with below code and went to the Answers-> Criteria->Choose Column->style-> check "Use Custom CSS Class"->MyCell
    Code used in custom.css
    .MyCell { background-color: #00ff00; font-style:italic; font-weight: bold;}
    Somehow I dont see the background color applied to any of the columns in report.Can anyone had successful attempt of this Custom CSS.Thanks in Advance.

    I am trying both the solutions.
    User 979493,
    I started manually writing the code instead of pasting and almost worked.In the mentioned below paths I dont have custom.css file,so I created one and manually entered below code.But does it work for only that particular column and not for all the columns.Is it supposed to work for all the columns or just that column.
    For example: I have 2 cols in the report,I used "Use Custom CSS Class" -> MyCell for the first column and when I ran results it shows background color for only col1 and not for col2.I thought this feature will apply background color for all the columns in the report.Please correct me if I am wrong.
    custom.css file content:
    .MyCell{background-color: #00ff00;font-style:italic;font-weight:bold;}

  • Make a custom layout in IH01 transaction for all users profile..

    hi guys,
    i have a problem..
    today my co-worked asked me to find a way to make a layout in T IH01 which is the same for all the users who log in the system..
    i explain:
    i choose functional location
    press F8 and see my functional location selected..
    now  i want to see other fields going to settings --> field selection.. and choose all the field i want..
    now i have my custom layout for this standard transaction..
    but i want to keep in that way also for the other profiles.. ( ex: i use prophile DEVELOP, i want to make the same for DEVELOP1, DEVELOP2 and so on...)
    could you help?
    thanks all.
    Maurizio

    Hi
    Select the fields and Create /DEVELOP layout.
    Save it by giving Standard namespace /DEVELOP.
    Next save layout with  /DEVELOP1,  /DEVELOP2....
    Repeat the above steps for the required times.
    To Save the layout
    Settings -> Layout -> Save As Variant.
    Shiva

  • Sql query to list menus, submenus and function-names for all resp

    Hi,
    Please let me know one single sql query to list all the menus, submenus and user-function-names attached for all responsibilities
    Thanks...

    Hi,
    See the following threads.
    How to find All The Responsibilities with a specific Menu
    How to find All The Responsibilities with a specific Menu
    SQL query
    SQL query
    Regards,
    Hussein

  • VerizonWireless  Customer Service is NOT Customer Oriented and NOT Service at all.

    We went to our local Verizon Wireless store on September 5th 2011 to add a line to our family plan to get our daughter her first phone.  Since all her friends do is text, we discussed the various texting plans with the sales person.  SInce her friends mostly have Verizon it was decided we would get her a plan that had 500 txts out of network and unlimited in network.  Since she would be texting, my wife and I took the minimum texting plan for ourselves to handle our daughter's txts to us, 250 txts a month each. As any of you who leave a Verizon store know, you get a receipt for what you paid for (her new phone) and a long receipt to file for your inevitable rebate, and you leave with your new phone working.  We have been Verizon customers for 18 years together, and long before that individually, we have our home phone, internet and wireless with them. 
    We get our first bill and it is about $150. more than expected.  Why?  The store employee failed to put on the txt plans for any of us, and also gave us a separate plan for our daughter instead of adding a line to our plan.  Wife went to the store and they told her they did not remember what  went on, had no indication that txting should have been added or that plan was not set up properly.  They told her nothing they could do and she should call customer service.
    I just spoke with customer service and they said all they could do was take 25% off the new bill (an extra $184 that we did not yet know about! but that was all he could do) and could do nothing else because the store employee did not write any notes about txting plans.  I aksed if he wrote a note saying we did not ask for a txting plan, refused a txting plan, or that we asked for a separate line rather than an added family line.  He said no.  I explained that Verizon does not give me anything that shows what an incompetent employee may have typed into their computer.  We know what we ordered, we confirmed it all verbally with the guy before he entered everything into the computer, but whether he was too incompetent to get it right, there was a problem with Verizon computers, or Verizon does this on purpose, I do not know and  they do not give you anything showing your plan when you leave, to check or prove otherwise.  In short, they can make any mistake---and they did---and then Verizon's point of view seems to be "well, you can't prove you ordered what you ordered, or wanted what you wanted, because we don't give you anything and then we will say our employee did not make any notes about it so we can't help.  Interestingly, the guy I spoke to at customer service would not even transfer me to a supervisor.  I have never had that happen in many years of dealing with corporations. So Verizon would like about $300. extra dollars and to make the changes to our plan only as of yesterday that we ordered in their own company store back on September 5th.
    This is not only the worst customer service I have ever seen (and we own a lot of stuff) but I will do my best to see no one else suffers from it, at least here in NJ.  I am contacting the state attorney general and the FCC to see what recourse they can offer.  Despite the aggravation and inconvenience, I am arranging other service for all the products we, momentarily, still have with Verizon, and when we leave if Verizon brings up early termination fees on my daughter's phone they can speak to my friend who is an attorney who will hopefully be able to help with that.  In the meantime we won't let any bills lapse and hurt our credit rating but I will see Verizon in small claims court for anything I have to pay that is over the charges I would have paid with the plans I actually ordered.

    eleh wrote:
    I do not know and  they do not give you anything showing your plan when you leave, to check or prove otherwise.  On the receipt I receive everytime I purchase a phone, it lists my plan and all features associated with that line. You left the store without a receipt? You can go into My Verizon and print out your receipt for the line in question up to 1yr after the transaction was made.
    In short, they can make any mistake---and they did---and then Verizon's point of view seems to be "well, you can't prove you ordered what you ordered, or wanted what you wanted, because we don't give you anything and then we will say our employee did not make any notes about it so we can't help.  In my case, at least, I can just bring my receipt in and show them.
    Interestingly, the guy I spoke to at customer service would not even transfer me to a supervisor.  I have never had that happen in many years of dealing with corporations. So Verizon would like about $300. extra dollars and to make the changes to our plan only as of yesterday that we ordered in their own company store back on September 5th.
    This is not only the worst customer service I have ever seen (and we own a lot of stuff) but I will do my best to see no one else suffers from it, at least here in NJ.  I am contacting the state attorney general and the FCC to see what recourse they can offer.  Despite the aggravation and inconvenience, I am arranging other service for all the products we, momentarily, still have with Verizon, and when we leave if Verizon brings up early termination fees on my daughter's phone they can speak to my friend who is an attorney who will hopefully be able to help with that.  In the meantime we won't let any bills lapse and hurt our credit rating If you fail to pay the ETF when you leave Verizon, then you could be doing just that, in which case your new provider MAY insist you put down a deposit when you receive new service.
    but I will see Verizon in small claims court for anything I have to pay that is over the charges I would have paid with the plans I actually ordered.

Maybe you are looking for