Issue in alignment of UI element

Hi Experts,
I have developed an ABAP Webdynpro Application. When I have tested in my PC. There is no issue in alignment. But when i asked to check with user, he has facing issue in alignment.Is required to do necessary setting in SAP portal because i have already adjusted the width of UI element.Please provide the solution for this if anybody come across same issue.
Thanks.

Hi Chitra,
It looks like user has the personalization settings done for his/her user id.
I think you can resolve the isssue by resetting the user personalization settings.
Please find my answer in the below link.
Variants for ALV
Hope this helps you.
Regards,
Rama

Similar Messages

  • Issue in alignment of PE51 data when printing it in SAP Script

    Hi Experts
    I have a SAP Script which is used to print Check at the top and Re-numeration Statement at the second half via RFFOUS_C program. The re-numeration statement is designed in PE51. The Check is designed in SAP Script and the PE51 form is printing inside the script using Main window/ Text Element : 525-HR.
    The FM RP_IMPORT_PAY_STATEMENT is used inside the RFFOUS_C program which returns the table PFORM and the contents of  the PFORM is exactly the re-numeration statement data and are getting  printed one by one in the script using the variable REGUD-TXTHR. My object is fine with all the above said things. Only issue is with the alignment which is weird in SAP Script for the re-numeration part. But when I look into PC00_M10_CEDT (TCODE to view re-numeration statement) the output of designed PE51 form is good with proper alignment.When it is printed via script the alignment is not good at all.
    There is some differences in the formats of printing between PE51 and SE71. Do not know what exactly it is. How I can resolve this issue?
    Thanks
    Siva
    Message:Siva

    Hi Madhu,
    Sorry for the delayed response.See the below screen shot.This is how it prints now.The amounts are not aligned.Increasing the line spacing will increase only the space between the lines and i am using same character format for the variable REGUD-TXTHR.I would like to align them.
    Thanks
    Siva

  • Issue burning DVD in premiere elements 13

    To shortly summerize my problem:
    When I try to burn a DVD premere elements is not really working like it should imho:
    At 98% it first gave an error that there were no plugin DLL's. Disk was ejected but useless.
    Second and third go it gave an error at 98% indicating that the writespeed was incorrect. Error message was wider then the container showing the message.
    Tried burning an DVD ISO to harddisk instead: no errors but also no file. Doublechecked file location, reburned, same issue
    Tried to encode to MP4 to harddisk: no issues
    Tried reinstalling premiere elements: same issues
    Does anyone have a good idea on what to try next?
    My computerspecs are as follows:
    win8.1 x64
    4790Ti
    8gb ram
    No dedicated video card: intel hd graphics 4600
    simple 8 speed usb DVD burner (keep in mind it also won't burn ISO files to harddrive...)
    Computer fully patched and up to date, including latest quicktime
    Obviously premiere elements 13, but the Dutch version.

    Petter01
    Juergen may have hit on a critical matter as it relates to the success or failure of Premiere Elements 13 and its Burn To: Blu-ray ISO Image (25 GB).
    Other ISO Image opportunities (for DVD and AVCHD) in Premiere Elements 13 have not yet been brought into the matter.
    For many posts, Juergen has been reporting that he can generate a  Premiere Elements 13.iso image for Blu-ray, but when the .iso is taken to disc, the player does not recognize
    the disc content. Only recently has he mentioned that the issue seems to be related to the file size of the .iso image produced. He said that if the Premiere Elements 13 iso file exceeded about 1.1 GB, the Blu-ray disc format on Blu-ray disc produced in ImgBurn could not be read by the players.
    Last night, I checked into that to see if I could confirm Juergen's observation. I have. This is a serious setback for Premiere Elements 13 which finally offers an Blu-ray ISO Image as an alternative to the Burn To: Disc product.
    So, for you to confirm.....
    1. Are you doing Publish+Share/Disc/DVD with Burn To: = ISO Image?
    2. If so, are you actually seeing an .iso image generated and saved to your computer hard drive?
    If so, what is the file size of the .iso file produced?
    3. What is the file size for the DVD .iso file that you take into ImgBurn for burn to DVD disc to the correct disc files system,
    is the disc content recognized by your player? If so, what player.
    Thanks.
    ATR

  • Issues with Installing Adobe Photoshop Elements 8 on iMac

    Hello Members,
    I no longer have Adobe Photoshop Elements 8 registered on any computer as my previous computers crashed and the hard drives were no longer functional.  I tried installing the Adobe Photoshop Elements 8 Disc on my new iMac computer and it's telling me that I have installed this software on other computers which have exceeded the maximum installations.  Could you please let me know how I am able to use the same license number and install this software on my iMac computer? Thank you.

    You need to contact support directly for activation/deactivation and other installation issues. It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away.
    To get help now click here for product support

  • How do I get the alignment of navbar elements to work in IE

    I am revising some things on an old site. It is loaded to a test server. On the landing page, there are two rectangles (English and French) that need to live side-by-side. They do in other browsers on both Mac and PC, but stack above one another in IE. I've tried css align, align block, floats, and I've run out of ideas.
    Can someone help me spot the errors?

    Run your page through the validators here...
    HTML: http://validator.w3.org/
    CSS: http://jigsaw.w3.org/css-validator/
    They'll list all of the errors and give you direction (in most cases) on how to fix them.
    If the problem persists after you've cleaned up your code (html errors are a big contributor to display issues between browsers) post back and we can take a closer look.

  • Alignment of JList elements

    Hi folks,
    I've got a JList wrapped in a JScrollPane (which itself is the central component of a JPanel with BorderLayout). JDK version is 1.3.1_01
    I've written my own Renderer because there are Icons to display in one of the "columns".
    The Problem is: I want the list elements to be left aligned when the list is displayed. But they always appear centered and to the left/right of the list the list background is visible.
    Any suggestions?
    Thanx in advance, X

    That is only helpful for aligning the compnents inside a label, but my cell returned by the renderer is a JPanel containing labels.
    Nevertheless zhank you.
    But I suspect that the problem lies within my renderer class.
    Here's the code:
    import javax.swing.*;
    import java.awt.*;
    public class MyListCellRenderer implements ListCellRenderer {
    private DefaultListModel model;
    private int prefIconLabelSize = 0;
    private int prefNameLabelSize = 0;
    private int prefSizeLabelSize = 0;
    private int prefDateLabelSize = 0;
    private final int labelHeight = 22;
    public MyListCellRenderer(DefaultListModel model) {
    this.model = model;
    public Component getListCellRendererComponent(
    final JList list, final Object value, final int index, final boolean isSelected,
    final boolean cellHasFocus) {
    JPanel dop = this.initDataObjectPanel(value);
    if (isSelected) {
    dop.setBackground(list.getSelectionBackground());
    //dop.setForeground(list.getSelectionForeground());
    else {
    dop.setBackground(list.getBackground());
    //dop.setForeground(list.getForeground());
    return dop;
    private JPanel initDataObjectPanel(Object value) {
    JPanel dop = new JPanel();
    DataObject dobj = (DataObject)value;
    JLabel iconlabel = new JLabel(dobj.getDataObjectIcon());
    iconlabel.setPreferredSize(new Dimension(prefIconLabelSize, labelHeight));
    iconlabel.setHorizontalAlignment(JLabel.CENTER);
    dop.add(iconlabel);
    JLabel namelabel = new JLabel(dobj.getDataObjectName());
    namelabel.setPreferredSize(new Dimension(prefNameLabelSize + 10, labelHeight));
    namelabel.setHorizontalAlignment(JLabel.LEFT);
    dop.add(namelabel);
    JLabel sizelabel = new JLabel(dobj.getDataObjectSize());
    sizelabel.setPreferredSize(new Dimension(prefSizeLabelSize + 10, labelHeight));
    sizelabel.setHorizontalAlignment(JLabel.RIGHT);
    dop.add(sizelabel);
    JLabel datelabel = new JLabel(dobj.getDataObjectModifiedDate());
    datelabel.setPreferredSize(new Dimension(prefDateLabelSize + 10, labelHeight));
    datelabel.setHorizontalAlignment(JLabel.CENTER);
    dop.add(datelabel);
    return dop;
    public void determinePreferredLabelSizes() {
    for (int i = 0; i < model.getSize(); i++) {
    DataObject dobj = (DataObject)model.get(i);
    JLabel testlabel = new JLabel(dobj.getDataObjectIcon());
    if (testlabel.getPreferredSize().width > prefIconLabelSize) {
    prefIconLabelSize = testlabel.getPreferredSize().width;
    testlabel = new JLabel(dobj.getDataObjectName());
    if (testlabel.getPreferredSize().width > prefNameLabelSize) {
    prefNameLabelSize = testlabel.getPreferredSize().width;
    testlabel = new JLabel(dobj.getDataObjectSize());
    if (testlabel.getPreferredSize().width > prefSizeLabelSize) {
    prefSizeLabelSize = testlabel.getPreferredSize().width;
    testlabel = new JLabel(dobj.getDataObjectModifiedDate());
    if (testlabel.getPreferredSize().width > prefDateLabelSize) {
    prefDateLabelSize = testlabel.getPreferredSize().width;
    }

  • Issues With Move Tool on Elements 12

    I have elements 12 on my windows 7 laptop. my problem is I open up a new project and open up any image or photoshop file to drag it over to add it to my project but the image does not transfer to the other project tab, it stays in the original tab. I can easily do it with elements 11 but I've had elements 12 since it came out and it's been a really frustrating problem as I want to be able to use elements 12 now instead. I've tried using holding down the control button and have tried looking around for this issue but so far I haven't seen anyone with this issue with a windows laptop, just Macs, please help!

    Originally Posted by sarsippius
    I had to move a user from one PO to another. The user opened their Groupwise only to find that all messages are gone. The folder structure is there, but no emails. The user database is still on the old server, and about 80% on the new server.
    I was able to look under Move Status, and it says 'Retry mailbox item retrieval.
    Any help would be greatly appreciated!
    There should be different options available in the user move status for that user, including the option to retry the entire move from the start. In many cases this is recoverable by retrying the move. Other options are possible if this fails.
    Before doing so, have a read through Tommy's cool solution & the Novell documentation (if not already done so) on the details of the move.
    ! Also make sure you have set both POA's to verbose logging so you can monitor the move messages from the sending as well as receiving end.
    A detailed article on moving users in GroupWise Communities ARTICLE: User Move Within GroupWise
    (looking at section 6.2 and on there are some tips/suggestions on how to handle stuck moves - reading the whole article will give a good overview and handle)
    Extra info:
    Novell docs on the move process (and preparations): Novell GroupWise 8 Documentation
    GroupWise Wiki with additional info : Moving GroupWise Users - CoolSolutionsWiki
    Hope that helps,
    Willem

  • Problem issueing material from one WBS element to another

    Hi Guys,   This is my first post so be kind.
    Our projects during their life cycle change their WBS element sub number.   Example New project starts with WBS element # E.7029.00.010  at some point in the project it moves on to the next level and the WBS element changes to E.7029.00.020  later in the project it will again change to E.7029.00.030.  Ok you get the idea.
    Now the problem.   When the project is at the .020 level we purchase inventory and recieve it into project inventory under the WBS elemement E.7029.00.020.
    Now the project has moved on to E.7029.00.030 and we want to create a production order to make a prototype.  The WBS element for the production order is E.7029.00.030  but the inventory is still under WBS element E.7029.00.020.  When we go to issue the material to the job it says there is none in inventory under WBS E.7029.00.030. Which is right it is all under E.7029.00.020. 
    Is there a way that we can store the inventory under E.7029.00 and be able to issue it to any sub group of E.7029.00 so that it would not matter if the current WBS is E.7029.00.020 , E.7029.00.030 or E.7029.00.050?
    Since our BOM's can be quite extensive and often contain a large number of new components this would be of great assistance.
    Thanks for your time and consideration.

    The project moves on to another stage.   During the development of new products the project goes through several stages before the new product is released for production and sales.   For example:
    Stage 10 - concept
    Stage 20 - initial design
    Stage 30 - design refinement
    Stage 40 - Bata testing
    Stage 50 - Final design
    Stage 60 - Production process design
    At each of stages 20 - 50 changes to the BOM can occur.  Material would be purchased at stage 20 and could continue to be used through the rest of the stages including after release to production.   But if the material is purchased during stage 20 then it sits in inventory under the WBS element ending in 020 but when the project moves on to the next stage the material will  be used to produce prototypes for stages 30 - 60 as long as the material is included in the BOM at that time.

  • Issue in Custom Control UI element

    Hi there,
                   I have created 2 custom controls(SAP mobile 7.1), one for rendering images(actually map images) and another for capturing user's signature. Both are integrated into the main application and works fine when alone. But when present together, certainly on different screens in the main app, still it works but with rendering problems. Say when navigating from the screen that displays the map custom control to the screen that has the signature capuring custom control, the map image is still getting displayed over the signature custom control view.
               I wonder , if the problem is with disposing of the custom control. Can anyone suggest how to do that. Or something else has to be done?
    Regards,
    Aravind

    Hopefully someone more knowledgeable about custom controls \ SWT can add some input
    I do know disposing the SWT controls is important but not sure if it would solve your problem
    from our application that uses a few simple custom controls together, we definitely needed to use dispose or it would cause memory consumption issues and slow performance
    within the constructor
    [Text object].addDisposeListener(this);
    method to dispose color and fonts used
    public void widgetDisposed(DisposeEvent event)
                  font.dispose();
                  amber.dispose();

  • Addition of extra Space issue in site studio text element

    Hi,
    we have implemented WCM for our website. We are in webcenter PS3 version.
    At places where we have used text element for titles of various sections,
    if we append one extra space and save it, it displays as   in front end.
    When we remove the space, it does not clear. But if we cut and paste once the word once again it is perfect.
    Is there any solution to trim that space when it is displayed at front end. Please suggest.
    Regards,
    Bhaskar

    enclose your text element with strTrimWs.
    Removes spaces from the beginning and end of a string.

  • SO_DOCUMENT_SEND_API1 : issue in alignment

    I am developing a program which generates email notifications. The email body has dynamic data in table format as follows:
    Date                    Day                to          from
    Feb 11, 2011      Monday      10:00am   1:00 pm
    Feb 11, 2011      Monday        3:00pm   5:00 pm
    I have hard coded the alignment as follows :
    WRITE : w_findata-coursestdt TO w_data+5(50).
    WRITE : w_findata-course_name TO w_data+4(60).
    and so on.
    The problem is , the alignment works fine when i get the email notification in my outlook, but for other external emails, it is misaligned..
    How can this be resolved? How can i dynamically set the alignment?

    Hi,
    You can use the HTML to display the data in table format.  [Email with HTML body|http://docs.google.com/View?id=dfv2hmgs_6hf8nm5f4 ]

  • Issues signing in at Photoshop Elements Photo Editor

    I have installed a trial version of Adobe Photoshop Elements on my laptop (windows). After downloading it in Adobe Download Assistant I have to sign in to use the Photo Editor. When I try to do this, the message is shown that I'm offline, so it can't connect to the internet. I am in the internet though. I've tried to re-install te programme, but I still get the same message. I can sign in at the internet, the Download Assistant and at the Elements Organiser, so my account shloud be activated yet.

    Marianne,
    how do you save? Photoshop Elements can save either versions or overwrite the original file, afaik.
    You need to set the save preferences, so that it will write to the original file and not write a version. Also the filename extension should be "tiff" and not the default "tif" (I think you did that already).
    Regards
    Léonie

  • How to Fix quality issues with video in Premiere Elements?

    I am uning Premiere Elements 10 on a HP computer with sufficient RAM and an i5 processor.  When I upload footage from my Canon Vixia HF r20, it looks fine using Windows media player to play it back, but after putting it into premiere elements 10 using Full HD AVCHD presets (NTSC), it appears grainly and vertival lines are pixelated.  This has not been a problem in the past when I have used the same camera and presets.  What am I doing wrong?

    You don't say how you're judging the quality -- if you've output the video, if you're watching a DVD or if you're just viewing it in the Monitor.
    Use Share/Computer/Windows Media WMV to ouput a WMV file. How does it look at 100% (not full screen)? Can you post this WMV to Vimeo so we can see it?

  • Issues downloand trial version of elements 11

    I keep getting "This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance." when I try to download.  Any way to fix this?

    Hi redsup2000,
    Please remove the Adobe Download Assistant and try downloading again.  You can find more details in the Known Issues section of Troubleshoot Adobe Download Assistant - http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assista nt.html#main_Known_issues.
    If you continue to face difficulties you can try initiating a direct download by following the steps listed at http://forums.adobe.com/thread/981369

  • Issue installing the "photo shop elements"

    I bought a combo package of photoshop elements and premier elements well then he decided to move in with his "Dad" so no son to help me work my computer!! This sux!! I got premier to set up great but when i try to set up photoshop its says there was an error what should i do please help

    If you purchased the download, try running the installation again. First go to the control panel and uninstall photoshop elements. Then go to your download folder where you extracted the application and double click on the file named setup.
    If you used the disk both apps are on the same disk (3) for the Mac or either disks 1 or 2 for Windows, which suggests there could be a problem with the disk. Again uninstall photoshop elements via the control panel; then go to Adobe.com and download the free trial version of photoshop elements. After it successfully installs, enter the serial number from the back of your DVD box to make it permanent.

Maybe you are looking for