Issue WIth Screen Painter

I am trying to assign same varible to Field and corresponding text filed. But it is not allowing as it same duplicate field . All though I have done that for couple of screen elements. Please share your thoughts.

Hi,
You can assign the same name for a text field and an input/output field, it doesnt give any error.
But you cannot assign the same name for 2 text fields or 2 i/o fields.
Thanks,
Sri.

Similar Messages

  • Issue with Screen Painter Add-On after patch updation

    Hi Experts,
    We are using 2007 B PL10. We upgraded to PL 11 and now we are getting the following error while trying to start the Screen Painter Add-On.
    "Wrong Executable digital signature for Add-on"
    Please help!
    Thanks in advance
    Ajith G

    Hi Ajith,
    Check the thread
    Installing addons on client
    Regards
    Jambulingam.P

  • How to increase formUID to a form created with screen painter

    Hi,
    I've got a problem with my form. I created a form with screen painter but i can't succeed to increase my UID form.
    For example, when i open my first form, the UID is always at FP_0.
    My script:
    private string FormUID = null;
      public FP_Form(int NumInstance_)
                this.NumInstance = NumInstance_;
    this.FormUID = "FP" + NumInstance.ToString();
                load();
              oDBDataSource = oForm.DataSources.DBDataSources.Add(DBDataSourceTable);
              SBO_Application.ItemEvent += new SAPbouiCOM._IApplicationEvents_ItemEventEventHandler(SBO_Application_ItemEvent);
    private void SBO_Application_ItemEvent(string _FormUID, ref SAPbouiCOM.ItemEvent pVal, out bool BubbleEvent)
                BubbleEvent = true;
                try
    if (_FormUID == this.FormUID) //here "_FormUID" is increased but "this.FormUID" is still = FP_0
                        switch (pVal.EventType)// selon le type d'action executée
                            case SAPbouiCOM.BoEventTypes.et_FORM_LOAD:
                                if (pVal.BeforeAction == true)
                                    SAPbouiCOM.ComboBox List_reseau = (SAPbouiCOM.ComboBox)oForm.Items.Item("5").Specific;
                                    List_reseau.ValidValues.Add("1", "test");
                               break;
                           case ...
                              break;
    Please help.
    Regards,
    Zakia.

    Hi J.
    The answer is yes You just have to give your form a unique id.
    1) Give your form in screen painter a name like BTWO_DYNAMIC_UID (just plain text).
    2) Make sure your <i>FormType</i> and <i>appformnumber</i> have a unique number (i.e. 2000060001). You can do this in the xml source.
    3) By loading your document replace the BTWO_DYNAMIC_UID with an unique id. I have a counter that's a member of my class and increase that number to get a unique id (BTWO_F_1, BTWO_F_2 etc)
    I have added a code sample, SBOApplication is my SAP application object and mFormNumber is a member (integer) of my class.
    <i>Succes d'r mee, en als 't nie lukt hoor ik het wel... ;)</i>
    <b>Code (C#):</b>
    // New xml document
    XmlDocument oXmlDoc = new XmlDocument();
    private Form LoadUniqueForm(string AMyFile)
      // Define your path to
      sPath = @"Forms" + AMyFile;
      // Load the form
      oXmlDoc.Load(sPath);
      // Replace the string with an unique id
      mFormNumber++;
      string sXML = oXmlDoc.InnerXml.Replace("BTWO_DYNAMIC_UID", "BTWO_F_" + mFormNumber.ToString());
      // load the XML file in SAP
      SBOApplication.LoadBatchActions(ref sXML);
      // Return the form
      return SBOApplication.Forms.Item("BTWO_F_" + mFormNumber.ToString());

  • Issues in Screen Painter

    Hi All,
       The Screen painter (SE51) is not displaying with Graphical Layout editor,though i have selected the Graphical Layout editor check box (From Utilities->Screen Painter> set the Graphical Layout Editor check box also marked ) .
       Though i am not able to get Graphical layout editor instead i am getting the alphanumeric editor only.
      Can anyone please suggest or give a solution for this will be appreciable.

    In case if u r not getting the Graphical Painter after installing the GUI Patch.
    Contact you basis person and ask him to open a port suppying information to GUI at front end. It needs to be done at SERVER end.
    Check the RFC - EU_SCRP_WN32 destination in SM59.
    Perform a "Test Connection": if the connection doesn't work maybe there is an issue in the connection between the presentation server and the application server.
    Check if there is a firewall that blocks the port used by the RFC.
    I have the same problem if I use a VPN connection to logon. The graphical screen-painter does not work...
    Hope this will give you some help in resolving the issue.
    If it still persists pl. write back to me.
    Darshan
    <i><b>**Pl. reward points and close the thread if your problem gets resolved.</b></i>

  • Is it possible to open a form created with screen painter more than once?

    I have created a form with the screen painter. In the screen painter the form is assigned a FormUID. Probably because this is done, it is impossible to open the form more than once??
    Thanks,
    Kind regards

    Hi J.
    The answer is yes You just have to give your form a unique id.
    1) Give your form in screen painter a name like BTWO_DYNAMIC_UID (just plain text).
    2) Make sure your <i>FormType</i> and <i>appformnumber</i> have a unique number (i.e. 2000060001). You can do this in the xml source.
    3) By loading your document replace the BTWO_DYNAMIC_UID with an unique id. I have a counter that's a member of my class and increase that number to get a unique id (BTWO_F_1, BTWO_F_2 etc)
    I have added a code sample, SBOApplication is my SAP application object and mFormNumber is a member (integer) of my class.
    <i>Succes d'r mee, en als 't nie lukt hoor ik het wel... ;)</i>
    <b>Code (C#):</b>
    // New xml document
    XmlDocument oXmlDoc = new XmlDocument();
    private Form LoadUniqueForm(string AMyFile)
      // Define your path to
      sPath = @"Forms" + AMyFile;
      // Load the form
      oXmlDoc.Load(sPath);
      // Replace the string with an unique id
      mFormNumber++;
      string sXML = oXmlDoc.InnerXml.Replace("BTWO_DYNAMIC_UID", "BTWO_F_" + mFormNumber.ToString());
      // load the XML file in SAP
      SBOApplication.LoadBatchActions(ref sXML);
      // Return the form
      return SBOApplication.Forms.Item("BTWO_F_" + mFormNumber.ToString());

  • HAS ANYONE HAD ISSUES WITH SCREEN CRACKING FOR NO REASON???

    HAS ANYONE HAD ISSUES WITH THE SCREEN CRACKING ON ITS OWN???

    Good Suggestion Tiki  And my suggestion try to keep your Device from getting to Hot, Protect it as well as you can, if your going to Pocket it Make sure it has allot of free space around it..

  • Issue with Report painter report

    Hi Gurus
    I need your help with an issue with one of our report painter reports. I have created a new report with Fiscal Year, Ledger, Company code, and Account number range in General data selection. The report row has field Segment and each period corresponds to one period of the fscal year. In here, I have selected Period and Record type 0 as characteristics. The basic key figure is KSL for second currency.
    I am able to save the report but when I execute it, I get the error that
    *Characteristic GJAHR cannot be combined with key figures*
    Can someone please help me as why I am getting this error?
    I appreciate your help.
    Thanks,
    Shalu

    Hi
    I think you have to rechek the genral data selection setting , related to fiscal year.
    had u defaulted the fiscal year or used variant for fiscal year
    Thanks
    alok

  • SAP GUI 7.20 for Windows and problem with Screen Painter

    Hello,
    I just installed the SAP GUI 7.20 for Windows and it looks good.
    But when when I start the Screen Painter for a dynpro I get the following message:
    Graphical Layout Editor not available. Continue with alphanumeric editor.
    And: EU_SCRP_WN32 Connection broken  '..' / CPIC
    The SCreen Painter is installed correctly (I can start ist manually from file system) and the RFC destination works.
    Any idea?
    Regards,
    Ole.

    Hello,
    I've uninstalled all SAP installations, cleaned the registry of Windows XP and deleted all folders with SAP content. Then I've installed the SAP Gui 7.20 again and it works.
    And now I will update the Screen Painter with the information from the OSS-Note!
    Thank's for your help!
    Regards,
    Ole.

  • Will I have Issues with Screen if Connected to PC for long periods?

    I picked up a new 80g ipod to replace my old 20g gen 2, and I want to use it at work to play music through my computer. I am concerned about the Do Not Disconnect message with the flashing icon being displayed for 10 hours at a time every day. Am I going to get any characters or images burned on the display? I didn't think LCD's were subject to burning, but seems that some folks out there have had some issues.
    Many thanks,
    Ken

    Geddy1961 wrote:
    yes you will have issues with infinity.theyll tell you a speed you will get,which you wont,plus they will never give you a straight answer,your best going with another provider.look through this forum nothing but complaints
    you said you get this speed here http://community.bt.com/t5/BT-Infinity/bt-infinity-superslow-broadband/m-p/614636/highlight/true#M59...
    hi.here are my results from the test
    download - 71.90mbps
    upload - 12.07mbps
    ping latency (ms) - 42.38

  • Issue with Report Painter

    Hi All,
    I have came across a strange problem in a current issue where a custom Repost Painter have been developed for 'New GL Reporting Library', it has to show Actual/Plan/ZGRS/FI10 outputs in a single report.
    The report layout is like this,
    Report                 ZPC-0001      ZGRS & FI10 Reporting - Act/Plan//Var                             Horizontal page 1  /
    Section                0001          Act/Plan/Var - ZGRS
    Standard layout        ZPC-001
    Format group:                                      0                  0                  0                  0
    Account Number/Account Description-ZGRS                  Actual              Plan            Var.(abs.)          Var.(%)
    ******       Goodwill Cost                            XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX
    ******       Goodwill Amort.                          XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX
    *******      Goodwill NBV                             XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX
    *****        Patents and Trademarks Cost              XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX
    *****        Patents and Trademarks Amort.            XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX
    ******       Patents and Trademarks NBV               XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX
    *****        Development Costs Cost                   XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX
    *****        Development Costs Amort.                 XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX     XXX,XXX,XXX.XX
    Now, when we are executing the output transaction with the desired inputs we are getting correct data for fiscal year 2011 whereas for fiscal year 2010 we are not getting Sales Cost data for ZGRS output whereas for fiscal year 2012 we are not getting the Sales Cost in FI10 output, whereas as per the standard output both Sales Cost data present in ZGRS and FI10 have to be synchronous.
    The selection screen is like below:
    Fiscal Year                     2011
    Plan Version                    0
    From Period                       1
    To Period                        16
    Company Code                    0100               to
    Profit Centre Group
    Or value(s)                     1602               to
    Financial Statement Version     ZGRS.Z
    Or value(s)                                        to
    Cost Element Group
    Or value(s)                     841000             to
    Target Currency (Local Crcy)    GBP
    Exchange Rate Date              28.09.2011
    Exchange Rate Type              M
    Edited by: subhajit.roy on Sep 28, 2011 12:31 PM

    The output for fiscal year 2011 is coming as :
    Report: Plan/Act/Var - ZGRS                                                       Page:   2 /  4
    Profit Centre/Group: 1602            Description: Speciality Legacy AR.
    Reporting Period:   1 to 16          Report Executed On:   28.09.2011
    Fiscal Year: 2011                    Time Report Executed: 07:55:35
    Account Number/Account Description-ZGRS                  Actual              Plan            Var.(abs.)          Var.(%)
                841000  Sales Costs                            18,947.26                             18,947.26
    *           Other General Expenses                         18,947.26                             18,947.26
    **          Other Operating Charges                        18,947.26                             18,947.26
    ***         Total Other Operating Charges                  18,947.26                             18,947.26
    ****        Total Operating Costs                          18,947.26                             18,947.26
    *****       Operating Profit/(Loss)                     9,260,718.91-                         9,260,718.91-
    ******      Profit/(Loss) Before Interest               9,260,718.91-                         9,260,718.91-
    *******     Profit/(Loss) Before Tax                    9,260,718.91-                         9,260,718.91-
    ********    Profit/(Loss) After Tax-Cont Operation      9,260,718.91-                         9,260,718.91-
    *********   Group Profit/(Loss) for Financial Year      9,260,718.91-                         9,260,718.91-
    **********  Profit/(Loss) for Financial Year            9,260,718.91-                         9,260,718.91-
    *********** Account
    Report: Act/Plan/Var - FI10                                                       Page:   3 /  4
    Profit Centre/Group: 1602            Description: Speciality Legacy AR.
    Reporting Period:   1 to 16          Report Executed On:   28.09.2011
    Fiscal Year: 2011                    Time Report Executed: 07:55:35
    Cost/Revenue Element & Description-FI10                  Actual              Plan            Var.(abs.)          Var.(%)
      841000  Sales Costs                                      18,947.26                             18,947.26
    * Variance Total                                           18,947.26                             18,947.26
    I hope I am clear in making you all understand the issue, please let me know how i can rectify this issue and provide proper data for fiscal year 2010 and 2012.

  • TP Yoga numerous issues with screen and digitizer

    Hello
    Summary:
    I bought a 20CD0001IV about two months ago (Demopool). I need it for work and drawing, but so far I have numerous issues. And right now I'm kinda lost: What should I do? Send a support question to lenovo/IBM EC? Contact my retailer? Are these common problems? I'm also not sure about my warranty. The Lenovo Solution Center says, I still have warranty. The different parts of the website say different things. I'll assume worst case: My warranty is likely expired.
    I tried:
    Fresh Installation Windows 8.1, newest drivers, newest Wacom drivers. Tried different settings. Calibration, Pressure Curves, all the stuff. Have 3 different Pens. Searched google, searches this forum...
    Problems:
    Massive Ghosting, I know, there is a solution on the forum. It says to replace the old screen with a newer model, but is this possible if the warranty is expired?
    Calibration is a mess! The digitizer point wobbles under the pen, this is most obvious near the screen border, where straight lines turn into curves. But it's also an issue in the middle of the screen. In some places the cursor is 2mm top left of the actual pen tip, in other places it's bottom right UNDER the pen. I tried all kinds of calibration already... I know about a "dead spot" issue, but this was fixed with a firmware update and my issue is all over the place, not just one spot.
    The screen is not very solid. Even medium pressure with the pen leads to dark and light display glitches near the tip. 
    Pen pressure "clipping". The 100%-Pressure is reached waaaay too quickly when I actually press with medium force. This leads to a very screwed pressure curve, where drawing lighlty or drawing medium is a lot harder, because there is not much scope. Basically, I draw with 100% Pressure 90% of the time. 100% should only be reached when I press intentionally hard.... I tried this with different pens, it's not an issue of the pen. (This is also not the first wacom device I use, so I can compare... I'm not just heavy handed...). The wacom settings themselves are not of real use, they only influence to curve from 0 to 100, but can't move the 100%-Point itself (maybe someone has a better understanding of the wacom settings and knows how to do it)
    Edit: ...The ThinkPad Logo just came off, too o_O
    To be honest, this is terrible quality for a lot of money. I could live with one or two issues, but this is almost unusable. I wonder if those are common problems and all Yogas have a screen like this. I had a Samsung Slate before and the screen was like solid glass and did not dent at all and I never had so many problems at once.
    I don't expect solutions for those problems. But I hope that someone can point me into the right direction like "Yeah, this is a known hardware thing, read this...". If someone knows a good tool to troubleshoot/analyse Wacom Input let me know (I only tried the Pressure Curve Tool).
    Is there any hope at all if my warranty is really expired?

    I did some more testing with the maximum pressure issue. And it might be related to the pressure level of pens. As far as I know the Yoga supports 1024 levels. I have a new Wacom PL-900 and it has only 512, and the pressure problem is strongest. It is the same with the original Yoga pen, I'd say - even though this should have 1024 levels? But with an old Samsung Series 7 pen I need to press harder to reach 100% pressure - although it is still not really "hard". I'm not entirely sure how many pressure levels the Samsung Slate pen has, thought it was 510, but have seen some reviews mentioning 1024...
    Anyway, I posted this issue in the wacom forums.

  • Issue with Screen Resolution-All is enlarged

    Cheers to all
    SInce yesterday all was ok with my 13" mb
    When I turned it on today , I found all screen enlarged and a strange fuzzy effect on the fonts!
    I didn't change anything in System Preferences/Display
    If i try to change manually the screen resolution , all is enlarged once again but there's 2 blue boundaries whit every setting , except 1280x800.
    In Colors i have : Million , and the brightness fader is all up
    Hope you can help me solve this fastidious issue , and excuse me for my english

    Hi and welcome to Discussions,
    If the image on your screen appears too large, the zoom option might been turned on in System Preferences.
    To turn off zoom:
    1. Choose Apple menu > System Preferences, and then click Universal Access.
    2. Click Seeing.
    3. Click the Off button under Zoom.
    Stefan

  • Issue with screen resolution

    Hi,
    I need my VI to run on different screen resolutions.
    But the problem is that when the resolution changes the controls get distorted and i have to restart the applicaiton to bring the screen to origional form.
    I need to resize the controls according to the window size so i have checked the option to "scale objects while resizing".  
    I think this is why the controls get distorted besause of resizing.
    Is there any solution if want to keep both options for resizing and adjusting the screen for different resolutions.
    Regards
    Gagan 

    When you resize a VI automatically, the original size is not cached, thus changes are permanent.  If you resize again, the changes start from the changed values, not the original values.  Factor in the some integer roundoff issues and you have your problem.  In addition, different versions of LabVIEW have varying degrees of distortion as you change the screen size and system controls have limits on how they can change their size.  The only way to guarantee nice looking, scaleable panels is to do it all yourself programmatically (change location, size, and font sizes).  This is tedious, but straightforward, and you should only have to do it once.  It is made more difficult by the fact that there is no standard way to change the size of a control.  Use the event structure to determine when your panel has been resized.  Use the Defer Panel Updates property to speed the process.  In addition, you probably want to throttle the events so you don't get behind in processing them.  The easiest way to do this is to compare the new size reported by the Panel Resize event with the value from a property node which reads the panel size.  If they are equal, process the event.  If they are not, do nothing.  The last event will always be processed because the sizes will be the same.
    Good luck!  Let us know if you run into difficulties.
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • Negative black issue with screen

    The negative black issue was very pronounced on my first generation iPhone... and I'm also noticing it on my new one, but to a lesser degree. Anybody else seeing this?
    www.appleservedup.com has a screen test to test for the negative black issue.

    Yep, that's what my screen looks like. Makes it very difficult to watch video with lots of dark colors. I had this problem on my first iPhone, and was hoping it'd be resolved on the new 3G, but nope
    If you have a chance, do the screen test at appleservedup.com. The color in the boxes should be significantly lighter than the black background. If not, you probably have the negative black issue.

  • 10.4.6 Issues with screen saver security and Finder Inspector dialog

    Now that I've updated my system to 10.4.6, I no longer have password protection on my screen saver. I also can no longer right-click, select Inspector, and lock multiple files at once.
    I can open Inspector and lock multiple files using the key command with no problem. It's just when I try to right-click that doesn't work. Inspector comes up, but it's available only for the entire disk -- it does not show multiple files. And a lock box to check doesn't exist anywhere in the dialogue box. Note that this is only a problem with files on my slave partition. My master drive is OK.
    Anyone else have these issues?

    Welcome to Apple Discussions!
    Sometimes if preference files are corrupt an update will simply reinforce their being corrupt. Try resetting them from the program that activates them. The password screen saver is in Apple menu -> System Preferences -> Security mentioned in:
    http://docs.info.apple.com/article.html?artnum=303548
    As for the inspector, I don't know where that is controlled, but maybe someone else here will know.

Maybe you are looking for

  • Ipod not being recognized by pc

    Hi all, I recieved a iPod Gen 6 30G for xmas and all is well thus far with it, however my boyfriend has an iPod 512MB which I attempted to download some music for him, however my pc is not recognizing his iPod. What do I have to do to solve my proble

  • Trouble with national character set - HELP!

    I've got a problem with croatian characters like :h, f, , , p. They can not be displayed in Portal. There is no matter if it is display name or label...

  • Serial numbers can only be maintained for assigned to a plant

    Dear All , We have upgrade to EHP7 when i am creating the sales order getting below error for display order type for normal order type not getting the error Serial numbers can only be maintained for assigned to a plant Regards Ramesh

  • Voip with hipath siemens 3800 and cisco router 2951

    Hi all, we have a projet with a Customer, we must must implement solution voip in theire structure, they have siemens hipath 3800 and i want to know if it work with Cisco 2951? if yes how? and there is a special configuration for this? and this solut

  • Sync outlook 07 personal folder and exchange

    how can i sync outlook 07 persoanl folders when using an exchange server also?