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

Similar Messages

  • 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.

  • Syncing issues with iTunes to iPhone 4 after new update

    After the recent software update of ios 7.0.4., my music was no longer syncing to my iPhone 4. All the songs are ticked and ready to go but nothing would happen. I tried doing it manually. I also restarted my computer and phone but nothing is still happening. I don't want to restore my iPhone. Just curious if there's another way to go around or if anyone else is having the same issues as of this new update.

    So far there is no fix, there are many threads on this topic and many people with this problem. We are all ticked off and Apple needs to fix this ASAP. They don't seem to care.

  • 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());

  • TS1538 Device not recognized in iTunes for Windows  I wasted about 1.5 hours with Apple on this issue. It all started happening after I updated to the latest version of iTunes. I haven't been able to sync my iPhone 4 in 1 month and am freaking out about p

    Device not recognized in iTunes for Windows
    I wasted about 1.5 hours with Apple on this issue. It all started happening after I updated to the latest version of iTunes. I haven't been able to sync my iPhone 4 in 1 month and am freaking out about possibly losing my pictures, video, text messages and music.
    Windows XP user.
    Any help will be greatly appreciated.
    iPhone 4, iOS 5.1.1

    If might be helpful if you actually told us what the problem is.

  • Blue screen: HP Pavilion dv6 after Windows update on Aug 1.

    Last year or so, I had this blue screen issue with my dv6 laptop and was solved by uninstalling KB2670838.And things have been very peaceful since then, but the blue screen re-occured recently after windows update last week.The updates were suggested by HP Support agent installed in and was for getting ready for Windows 10 installation.But my pc gets blue in every 3 min now, so I un-installed all updated job occured last week as temporal solution. Though I wish to be ready for Windows 10 installation, I need to have operable PC for my work.(This is Win7 sp1, home eddition) It would be great if anyone could assist me on this. Thank you, Piko.      

    I have this problem. It happens without any warning. 
    I don't know the reason. Please help me.

  • Function module "GM_DOCUMENT_REVERSE" not found.  after Patch Update

    Hi Abapers/Basis
    After patch update i am not able to do FBCJ reversal entry getting below error message.
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Exception              CX_SY_DYN_CALL_ILLEGAL_FUNC
    Date and Time          25.05.2011 14:43:26
    Short text
         Function module "GM_DOCUMENT_REVERSE" not found.
    What happened?
         The function module "GM_DOCUMENT_REVERSE" is called,
         but cannot be found in the library.
         Error in the ABAP Application Program
         The current ABAP program "SAPLRWCL" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was
         not caught in
        procedure "CALL_DISPATCHER_STORNO_R" "(FORM)", nor was it propagated by a
         RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        The program "SAPLRWCL" contains the CALL FUNCTION statement.
        The name of the function module to be called is "GM_DOCUMENT_REVERSE".
        No function module exists with the name "GM_DOCUMENT_REVERSE".
        All function modules are listed in the Function Library (SE37).
        Possible reasons:
        a) Wrong name specified. Pay particular attention to
           upper/lower case and underscores ("_").
           or
        b) Transport error
        c) In the case of an enqueue/dequeue module,
           the lock object may not have been activated
           (ABAP/4 Dictionary).
    How to correct the error
        Check the last transports to the SAP System.
        Is the program "SAPLRWCL" currently being changed?
        If an enqueue/dequeue module is involved, is the activation
        of the lock object missing in the ABAP/4 Dictionary?
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "CALL_FUNCTION_NOT_FOUND" "CX_SY_DYN_CALL_ILLEGAL_FUNC"
        "SAPLRWCL" or "LRWCLF10"
        "CALL_DISPATCHER_STORNO_R"
        Function modules with names similar to "GM_DOCUMENT_REVERSE":
        GM_DOCUMENT_CLOSE
        GM_DOCUMENT_RECORD
        GM_DOCUMENT_DELETE
        GM_DOCUMENT_POST
        GM_DOCUMENT_CHECK
        G_DOCUMENT_RECORD
        GJ_DOCUMENT_RECORD
        GM_DOCUMENT_PROJECT
        GET_DOCUMENTS
        GM_DOCUMENT_DISPLAY
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
       To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    Moderator message: please don't just dump your dumps, search for SAP notes or open a call with SAP instead.
    Edited by: Thomas Zloch on May 25, 2011 2:16 PM

    Hi Karthik,
    Thank you for ur reply.
    I did not implement any user exit/ badi. Dump is saying that my smarform function module does not exist in the se37 library.
    I have excuted my form through se38, that time is working fine. When i tried through output type it is going to dump.
    Regards,
    Kusuma.

  • Anyone else having issues with location services since the 7.1 update? Ever since I updated i've been seeing the location services on my status bar at all times.

    Anyone else having issues with location services since the 7.1 update? Ever since I updated i’ve been seeing the location services icon on my status bar at all times. I noticed that google was the app that was using it a lot, but after I turned the feature off for google my phone started using the “traffic”, “frequent locations” and “cell network search”. When I turn the feature off for all of those things it’s no longer a problem. So just wondering if anyone else is having this issue or if anyone has a solution?

    The "solution" is probably to increase your knowledge.  You've done good things.  Perhaps this article will educate you a bit more about location services.
    Basically, they can be very useful, but can cause a lot of iPhone use.  A major example is "Remind me to ... when I leave home."
    http://support.apple.com/kb/HT5594

  • HT4623 I am having trouble with my iPod 5th gen after iOS update. It's in recovery mode and iTunes keeps timing out when I try to restore it. What should I do???

    I am having trouble with my iPod 5th gen after iOS update. It's in recovery mode and iTunes keeps timing out when I try to restore it. What should I do??? If possible, I would also like to keep all of my data.

    Maybe this will help:
    Troubleshooting
    As with all clickwheel iPods, you can reset this iPod by first toggling the hold switch on and off and then simultaneously pressing the select (center) and menu buttons for approximately 5-10 seconds. This is a common fix should your iPod behave unexpectedly or lock up. Once reset, the iPod should display an Apple logo for a few seconds before showing the main menu. This procedure is similar to rebooting a computer and damages none of your music or data.

  • My iphone stopped synching with my windows 8 machine after an update. How do I fix?

    My iphone stopped synching with my windows 8 machine after an update. How do I fix?

    Restart your device by holding the home and power button until the Apple logo appears. You will not lose any data.

  • Issue with Default Variable in WAD after Java Patch 7.01.7.31

    Hello all,
    I'm running into an issue with the Web Application Designer Template execution for a particular default variable. This started occuring after Java Patch 7.01.7.31 we had implented over the weekend.
    The issue is when Executing the WAD Template, we have a selection screen with a variable with default values assigned to it. When leaving the default values and hitting Ok to execute  through the screen does not register and stays as is and I get a message at the top with the following: Characteristic Prob % Number has no master data for "1.00" or you do not have authorization.
    This only seems to occur for this default variable on info object Prob % Number, the other default variables seem to work fine. Also another note when clearing out the values it returns data and executes through. The value 1.00 is also a valid value in the cube and also in the output display. If we run this report in the BEx analyzer, the selection screen executes through with the default variable perfectly fine, this is only an issue with the Web Application Designer Template.
    Has anyone ran into this? I've searched and have not found any notes as of yet.
    Thank you,
    -Andy

    Dear Andy,
    Please raise this to SAP, seems like a strange problem this needs to be addressed by OSS note only.
    Close this thread once you get a solution.
    Regards.
    Den

  • 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>

  • Issue with Analysis Office Add in

    Hi,
    User are having an issue with Analysis Office and giving the error.
    From Analysis Office-> Open workbook->after Login to AO using BW connection
    After opened the report ->when refresh the report, getting the error
    "An Exception occurred in one of the data sources. SAP BI Add in has disconnected
    Nested Exception. See inner exception below for more details
    Initial RANGE-LOW for customer exit variable ****_EXIT_001 corrected ..
    Under details
    An exception has occurred in one of the data sources.
    SAP BI Add-in has disconnected all data sources.(ID-111007)
    We are using BO AO for MS Office Add-in 1.4 SP3 in BO server.
    Please let me know the reason for this error and how to fix this.
    Thanks in advance.
    Jayakrishna

    Hi Krishna,
               Thanks for the reply.  The Sales office field is directly mapped  in the transformation and does not have any routine. Its the Key field.
    The Billing Document Condition infocube is being feed by the DSO '2LIS_13_VDKON - Billing Document Condn' and datasource is '2LIS_13_VDKON'.
    The Open Orders infocube is being feed by the DSO Document Order item / Delivery;  below which we have another 3 DSO.
    1st DSO has the Datasource '2LIS_13_VDITM'
    2nd DSO has the Datasource '2LIS_11_VAITM'
    3rd DSO has the Datasource '2LIS_11_V_SSL'
    The Sales Office 7 has txn records for the month of April & May.
    The report built on top of a Multiprovider and the for the months June and July, we have txn records fine for the sales office 01 - 06.
    Please help me, if i am missing anything here and make me to understand better.

  • Problems with NetWeaver 7.10 during/after patching SAP_ABA

    Hi!
    I have installed NetWeaver 7.10 and have started to patch the system with SAP_ABA from level 3 to 6, SAP_BASIS has already been imported without any issues.
    I then started the import and it looked like it was running, but there where no status change for 12 hours.....so I logged of and tried to log on again to restart the import, but then I could not log on. I got the log on screen and the nothing happend when I tried to log on.
    I restarted the system and disp+work went yellow....
    I updated the kernel and tp before I started patching the system
    IGS was updated when the issues occured
    I restarted the system and went to lunch and when I got back, the disp+work was green and ok, but I have the same issue with the logging on, I'm not able to do it.
    I can not see what the error is and I'm greatful for any tips or if someone points me in the right direction!
    Below are some extracts from log files
    SLOG0948.MN3 - the last file written to in E:\usr\sap\trans\log
    WARNING: Cannot remove
    donald\sapmnt\trans\tmp\SAPKKA71006.MN3 : The process cannot access the file because it is being used by another process.
    STOP  imp all              MN3   7006 20091124071805              ROLLO donald 20091123160639068  
    ERROR: RFC function TRINT_PROGRESS_INDICATOR returned 18
    SAPKKA71006.MN3
    #pid 3220 on donald(APServiceMN3)
    import
    buffersync=yes
    file='
    donald\sapmnt\trans\data\RA71006.SAP'
    continuation='
    donald\sapmnt\trans\data\RA71006_#.SAP'
    client cascade yes
    excluding 'R3TRDDDD','R3TRDOMA','R3TRDTEL','R3TRENQU','R3TRMACO','R3TRMCID','R3TRMCOB','R3TRSHLP','R3TRSQLT','R3TRTABL','R3TRTTYP','R3TRUENO','R3TRVIEW
    dev_wo

    C Tue Nov 24 13:21:33 2009
    C  *** ERROR =>   execute() of C_0017, #rec=0, rc=1, rcSQL=-102 (POS(1) SQL statement cancelled)
    [dbsdbsql.cpp 1747]
    C  *** ERROR => EXECUTE on connection 0, rc=-102 (POS(1) SQL statement cancelled)
    [dbslsdb.cpp  8042]
    C  sc_p=00000000042CF2D8,no=17,idc_p=0000000004397DD0,con=0,act=1,slen=257,smax=512,#vars=13,stmt=000000002961FA10,table=BTCCTL                       
    C  UPDATE "BTCCTL" SET "BTCSYSTEM" = ? , "TIMSTMPDT" = ? , "TIMSTMPTM" = ? , "TRACELEVEL" = ? , "TRCTIM\
    C  STDT" = ? , "TRCTIMSTTM" = ? , "TRCCHUSR" = ? , "OPMODE" = ? , "OPMODTSTDT" = ? , "OPMODTSTTM" = ? ,\
    C   "OPMODCHUSR" = ? WHERE "BTCSERVER" = ? AND "CTLOBJ" = ? ;
    C  SQL statement cancelled with CBF 000000014085D220
    M  program canceled
    M    reason   = max run time exceeded
    M    user     = SAPSYS     
    M    client   = 000
    M    terminal =                    
    M    report   = SAPMSSY2                               
    M  *** WARNING => ThCleanPrevUser: context not rolled out, skip roll in of T0/M0
    M  ***LOG R47=> ThResFree, delete (001023) [thxxmode.c   1307]

    C Tue Nov 24 13:39:33 2009
    C  *** ERROR =>   execute() of C_0022, #rec=0, rc=1, rcSQL=-102 (POS(1) SQL statement cancelled)
    [dbsdbsql.cpp 1747]
    C  *** ERROR => EXECUTE on connection 0, rc=-102 (POS(1) SQL statement cancelled)
    [dbslsdb.cpp  8042]
    C  sc_p=00000000042CF5D0,no=22,idc_p=00000000043980A0,con=0,act=1,slen=89,smax=256,#vars=4,stmt=00000000052E05C0,table=DYNPLOAD                     
    C  UPDATE "DYNPLOAD" SET "DATA" = ? WHERE "PROGNAME" = ? AND "DYNPNUMBER" = ? AND "TYPE" = ?;
    C  SQL statement cancelled with CBF 000000014085D220
    M  program canceled
    M    reason   = max run time exceeded
    M    user     = SAPSYS     
    M    client   = 000
    M    terminal =                    
    M    report   = <RPC(GENERATE DYNPRO (CLI WP 8))>      
    M  *** WARNING => ThCleanPrevUser: context not rolled out, skip roll in of T0/M0
    M  ***LOG R47=> ThResFree, delete (001023) [thxxmode.c   1307]
    Regards
    rollo

    Hi!
    Thanks for your tip!
    It doesn't look like I'm able to import the queue from the OS level...kind of strange...
    I have just restarted the system and the import, if it doesn't work this time, I will try to delete the queue.
    I've seen that when I try to log on to the system, the process reads from SAPLIKEY and the process "hangs" and I can't log on.
    rollo

  • Word experienced a serious problem with the 'acrobat pdfmaker office com addin' add-in. after Office Updates.

    I cant cant use mail merge feature in Winword in conjunction with Abobe Acrobat 10 (pdfmaker add-in) after the recent Office April Windows and Office Updates.
    Here is a quick note from the event viewer:
    The program WINWORD.EXE version 14.0.7134.5000 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel. 
     Process ID: 1138 
     Start Time: 01d07dcede19c458 
     Termination Time: 15 
     Application Path: C:\Program (file:///C:/Program) Files (x86)\Microsoft Office\Office14\WINWORD.EXE 
     Report Id: 
    Microsoft Word: Accepted Safe Mode action : Word experienced a serious problem with the 'acrobat pdfmaker office com addin' add-in. If you have seen this message multiple times, you should disable
    this add-in and check to see if an update is available. Do you want to disable this add-in?.
    I do not wish to disable the pdfmaker add-in as I use it to run mail merge on WORD and send 10s and 1000s of pdfs via email to external users. I am not sure what are my options here and I wish
    someone could help me get to the root cause of the matter.
    My environment is as follows:
    Windows 7 x64 SP1
    Office 2010 v 14.0.7128.5000
    Adobe Reader MUI X and Adobe Acrobat X
    Feroze

    Hi,
    As the event log indicated, this is due to acrobat pdfmaker office com addin doesn't work well with Microsoft Word.
    I would suggest you go ahead and try to upgrade your Adobe product to the latest version and see if issue persists.
    Or contact the support of Adobe and see if there is a known compatibility issue or not.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • (ORA-06508: PL/SQL: could not find program unit being called) utl_file

    hi all, I am using Oracle XE and forms 6i and am facing the above error when i try to use the utl_file utility. WHEN BUTTOn PRESSED      IF (:EXPORT_IMPORT_DATA = 'E') THEN           message(lc_status);                          SECURITY.PKG_gen_trnsf

  • Creative Webcam Vista, Windows 98, Msn 7.0 and windows protection error

    Hi I wondered if you could help me. Im running Windows 98 and have a creative webcam installed. i connect it and it works fine in creative webcam monitor. but when in msn messenger 7.0 i click tools-----> webcam settings the computer then freezes up

  • Document types adn numbers

    Hi gurus, My question is simple, i am maintaing the number range for a document type (XXX) in which i maintain or store  all documents related to that document type and linked to the object links and saved. why i need to create number range for a doc

  • Export data from the R/3 system from a ABAP report to BW system

    Hi Everyone, I have requirement to export data from the R/3 system from a ABAP report to BW system. Currently we are planning to create a Ztable to put the data into that, but I would like to know , is there a better way to do instead of going for a

  • An IE reset deletes all favorites?

    Hi - I was in the process of troubleshooting a browser issue for a user.  I went to Tools > Internet Options > Advanced and clicked the RESET button.   Now all of his favorites are gone.     I was under the impression that the Favorites stayed intact