UDO forms doesn't display after export

Hi Guys!
I've created an add-on from my PC and works well.
I did a backup of my database with UDO forms etc. and transfer them into another server.
When I clicked the menu for the UDO, the form doesn't appear.
Is there any files or procedure I had missed out?

Currently I am using a Ahsay software for backup.Ahsay Backup software is a robust cross-platform backup solution which allows businesses and managed backup service provider to backup virtual machines, databases and servers to local/mapped network drive, locally hosted backup server, or online backup server hosted in datacentre. I would like to suggest you to try this software, because its reThanks. Ahsay On-Premises/Online/Off-Site/Cloud Backup Software

Similar Messages

  • Form doesn't display Crystal Viewer

    Hello,
    I'm working with Crystal Report for Visual 2010, I have little experience working with crystal.  The problem is, my application in the local machine displays correctly the report but when is running on the server the form doesn't display the crystal report viewer, neither displays any error.  But the crystal report is generted correctly becuase the form has a button to send the roport by email and the report is sent correctly. I think the crystal report reports is well intalled in server because donsn't throw any error but something is missing.
    Thank you, I hope somedoby can help me.

    See if Kb [1605773 - CRVS2010 web viewer is not displying the Crystal report|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333633303335333733373333%7D.do] will help.
    The KB essentially supports what both Bhushan and Pooja indicated.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Form doesn't exists after calling driver program

    Hi,
         I had created a invoice form, and i called through driver program in se38.After executing i m getting as 'Form doesn't exists'.
    'zinvoice1'   is the name of the smartform.
    Code as follows:
    REPORT  ZINVOICE1.
    tables: kna1,vbrp,vbrk.
    parameters: p_kunnr like vbrk-kunag,
                p_vbeln like vbrk-vbeln.
    data : fm_name type rs38l_fnam.
    data: t_vbrp like standard table of vbrp,
          t_vbrk like standard table of vbrk.
    data: fs_kna1 type kna1,
          fs_vbrk like line of t_vbrk,
          fs_vbrp like line of t_vbrp.
    start-of-selection.
    select single * from kna1 into fs_kna1
           where kunnr eq p_kunnr.
    select * from vbrk into table t_vbrk
            where kunag eq p_kunnr and vbeln eq p_vbeln.
    select * from vbrp into table t_vbrp for all entries in t_vbrk
             where vbeln = t_vbrk-vbeln.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          FORMNAME                 = 'zinvoice1'
        VARIANT                  = ' '
        DIRECT_CALL              = ' '
       IMPORTING
         FM_NAME                  = fm_name
      EXCEPTIONS
        NO_FORM                  = 1
        NO_FUNCTION_MODULE       = 2
        OTHERS                   = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION '/1BCDWB/SF00000050'
      EXPORTING
        ARCHIVE_INDEX              =
        ARCHIVE_INDEX_TAB          =
        ARCHIVE_PARAMETERS         =
        CONTROL_PARAMETERS         =
        MAIL_APPL_OBJ              =
        MAIL_RECIPIENT             =
        MAIL_SENDER                =
        OUTPUT_OPTIONS             =
        USER_SETTINGS              = 'X'
          IM_FS_KNA1                 = fs_kna1
          IM_T_VBRP                  = t_vbrp
      IMPORTING
        DOCUMENT_OUTPUT_INFO       =
        JOB_OUTPUT_INFO            =
        JOB_OUTPUT_OPTIONS         =
        TABLES
          IM_T_VBRK                  = t_vbrk
      EXCEPTIONS
        FORMATTING_ERROR           = 1
        INTERNAL_ERROR             = 2
        SEND_ERROR                 = 3
        USER_CANCELED              = 4
        OTHERS                     = 5
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    FORMNAME = 'ZINVOICE1'
    VARIANT = ' '
    DIRECT_CALL = ' '
    IMPORTING
    FM_NAME = fm_name
    EXCEPTIONS
    NO_FORM = 1
    NO_FUNCTION_MODULE = 2
    OTHERS = 3
    IF SY-SUBRC 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL FUNCTION fm_name
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    CONTROL_PARAMETERS =
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    OUTPUT_OPTIONS =
    USER_SETTINGS = 'X'
    IM_FS_KNA1 = fs_kna1
    IM_T_VBRP = t_vbrp
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    TABLES
    IM_T_VBRK = t_vbrk
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5
    IF SY-SUBRC 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

  • MapiSendMail doesn't work after Exporting a report in CR2008 (Outlook2003)

    Hi,
    This one sounds crazy but I'm hoping this might make sense to someone..
    We're using CR2008 SP4. In our WinForms app, we use the MapiSendMail function to open up a new email message for the user to send.
    This issue only occurs when Outlook 2003 is installed (outlook 2007 and 2010 work fine).
    If, in my application, I call MapiSendMail to send an email before exporting a Crystal Report to PDF .i.e oReport:Export() then both the export and sending mail work fine as long as I'm logged into my app.
    If, however, in my application, I export a Crystal Report to PDF .i.e oReport:Export() and then I try to call MapiSendMail I get a generic MAPI erorr(2). I have to log out of my app to be able to open up a new mail message.
    Is there anything in the Report:Export method that some affects default MAPI behavior?
    Thanks,
    Fergus

    Hi Don,
    Many thanks for getting back to me. I've found a workaround without having fully understood the cause. I'll put it all down here in case some others have similar problems.
    I was already closing and disposing the report object in my code as soon as the export completed.
    The Mapi error 2 is  MAPI_E_FAILURE  which translates to "One or more unspecified errors occurred while sending the message. It is not known if the message was sent."
    I could not find any any "Access Denied"s using ProcMon.
    I used the Modules.exe to determine which dlls were loaded when the MapiSendMail worked correctly and compared that to when it didn't work. One dll that poped out was "outex.dll".
    I searched for that in ProcMon and (in the case where MapiSendMail didn't work) and found that it was looking for this outex.dll but couldn't find it. It's located in C:\Program Files\Common Files\System\MSMAPI\1033 but it never looked there.
    So:
    Calling MapiSendMail before exporting a report - outex.dll can be found
    Calling MapiSendMail after exporting a report - outex.dll can't be found
    To get around this I added C:\Program Files\Common Files\System\MSMAPI\1033 to the path on the machine(s) in question and it worked every time.
    Thanks again for your help.
    Fergus
    p.s. After finding this workaround I found an almost identical problem but with Oracle instead of Crystal (How to serach text via TREX with cryptograph attachment in SAP system?).

  • URL button doesn't work after export into ppt/word/pdf

    Hi,
    I am working in Xcelsius.
    Lets say I have placed a URL button in the Canvas and mapped that to a path of the file(which is not actualy an URL),but any path of the file which is present in the local system
    After exporting this dashboard into ppt(or word/pdf),when i click the button,its not redirecting me to a target.
    But during Preview of dashboard,it works fine.But after exporting,the URL button not redirects me to the path specified.
    Rgds,
    Murali

    Hi
    U got any solution for the above problem?
    Thanks
    Kothai

  • HTML doesn't display after generating the HTML files.

    There don't seem to be any errors during the generation of the HTML help project, but when I view the results, the content doesn't display and the window displays the following:
    Navigation to the webpage was canceled

    This sounds like you are running the file on a networked drive. Read this link.http://www.grainge.org/pages/authoring/chm_mspatch/896358.htm. If not, can you post an image of what you are seeing.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • Report Viewer doesn't Preview after Export

    The Windows Application has a C# class for a Report Menu which calls any one of several reports.  The Report Menu allows the selection of various parameters for the report being called and then calls a C# class that builds a sql query and sets it as the report data source and sets the report parameters then opens the report in Crystal report viewer.
    The report displays in the viewer and I can click on the close button and the Report Menu in the App allows me to select a different report with different parameters, no problem. 
    However, when any report is previewed in the viewer, before clicking the close button, I can click on the Export button and successfully export the report in whatever format and get "Export Completed".  Then click on the close button and I am back at the Report Menu in the App.  Try to preview any report now and it will crash.  The error messages vary somewhat depending on the report selected.  I can set a break point at the beginning of the class (that builds the query and sets the data source) and hit that break before doing an Export - -
    but after the export the break point is never hit.  Its like the Report Menu class is somehow trying to display the report without calling the report building class!
    VS 2005 and CR XI R2

    OK. A good place to start is with the basics.
    See the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]
    Step 2 Asking Your Question; Provide Enough Information
    So, please provide the necessary info as per the above.
    Also:
    " The error messages vary somewhat depending on the report selected. I can set a break point at the beginning of the class (that builds the query and sets the data source) and hit that break before doing an Export - -"
    Please provide the most common error you get, else provide all of the errors.
    Ludek

  • Newbie: form doesn't display any records

    Forgive me, I am new to forms.
    I created a form with a tab canvas.
    I have 3 blocks (2 related to the first).
    When I run the form, it comes up with a blank record.
    I can't navigate to any records, I get an error that says record must be entered or deleted first.
    I don't want to use the form for insert, update, or delete, so I disabled insert, update, and delete in each block.
    How can I see all the records?

    When you get this error at run time, select Help > Display Error from the menu. This displays the Oracle error which is behind the inability to execute a query, and also displays the SQL statement that Forms was trying to execute.
    A common reason for this error is that you may have a non base table item whose Database Item property is set to Yes.

  • END dated resoponsibilities doesn't display after activate in apps 11i

    Hi All,
    When i activate the end dated responsibilities, its not displaying of the end dated responsibilities in the responsibilities menu after applying the 11i.FIN_PF.G.
    Any inputs on this issue us appreciated.
    REgards,
    OrAc

    Hi,
    Please refer tech note :*727638.1 “Unable to See Responsibilities after End Date Is Removed.*

  • Forms, controlling page display after Submit

    Using Dreamweaver CS5.  Form with results sent as email working just fine (using php on server side).
    But after the Submit button is clicked the user is immediately sent to the homepage/index.html (which is not where the form is located).
    The question is: how can I control what happens after the Submit button is pressed?  For example - just clear the form page and stay
    there, go to a different page, etc.
    Thanks for any help!
    D212

    The script that you are using to process the form data and then send the emails would have to then relocate the visitor to the correct landing page after the processing is completed - the most convenient way to do that is by sending a header message to the server at the end of the processing code -
    header("Location: http://www.example.com/your_landing_page.php"); exit();
    If this is the last PHP command executed on the page you don't need the exit part.  Also, the link *should* always be an absolute one as shown here, including the protocol, and the domain in addition to the filepath.

  • Logged-in user info doesn't display after the user updates their info

    I created 2 pages. Page 1 has a recordset that displays only the users username and password, I did a filter on this recordset as username = session var = MM_Username. when they click update, which is just a link to page 2, they go to page 2 which has a recordset that filters their user info the same way and allows them to update their username and password. I used an update behavior on this page as well. So, when the user updates their info it DOES change the database info and works great.
    The problem: When the user goes back to page 1 to see their updated username and password that they just updated, it is BLANK. no info displays on screen, even when I refresh the page. it's if the MM_Username var is not refreshing while logged-in. Because when the user logs out and logs back in, it DOES display new username and password on page 1.
    Now it DOES work when I take the filter off of page 1's recordset, but this won't do me any good b/c the user should of course only see their info.
    I am running DW CS3, php, and mysql.
    Please Help! thanks.

    PAGE 1
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", 
    $theNotDefinedValue = "")
       $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : 
    $theValue;
       $theValue = function_exists("mysql_real_escape_string") ? 
    mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
       switch ($theType) {
         case "text":
           $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
           break;
         case "long":
         case "int":
           $theValue = ($theValue != "") ? intval($theValue) : "NULL";
           break;
         case "double":
           $theValue = ($theValue != "") ? "'" . doubleval($theValue) . 
    "'" : "NULL";
           break;
         case "date":
           $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
           break;
         case "defined":
           $theValue = ($theValue != "") ? $theDefinedValue : 
    $theNotDefinedValue;
           break;
       return $theValue;
    $colname_rsUpdateUser = "-1";
    if (isset($_SESSION['MM_Username'])) {
       $colname_rsUpdateUser = $_SESSION['MM_Username'];
    mysql_select_db($database_kh_space, $kh_space);
    $query_rsUpdateUser = sprintf("SELECT username, parentEmail FROM users 
    WHERE username = %s", GetSQLValueString($colname_rsUpdateUser, "text"));
    $rsUpdateUser = mysql_query($query_rsUpdateUser, $kh_space) or 
    die(mysql_error());
    $row_rsUpdateUser = mysql_fetch_assoc($rsUpdateUser);
    $totalRows_rsUpdateUser = mysql_num_rows($rsUpdateUser);
    ?>
    PAGE 2
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", 
    $theNotDefinedValue = "")
       $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : 
    $theValue;
       $theValue = function_exists("mysql_real_escape_string") ? 
    mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
       switch ($theType) {
         case "text":
           $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
           break;
         case "long":
         case "int":
           $theValue = ($theValue != "") ? intval($theValue) : "NULL";
           break;
         case "double":
           $theValue = ($theValue != "") ? "'" . doubleval($theValue) . 
    "'" : "NULL";
           break;
         case "date":
           $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
           break;
         case "defined":
           $theValue = ($theValue != "") ? $theDefinedValue : 
    $theNotDefinedValue;
           break;
       return $theValue;
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
       $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1")) {
       $updateSQL = sprintf("UPDATE users SET username=%s, password=%s 
    WHERE userId=%s",
                            GetSQLValueString($_POST['username'], "text"),
                            GetSQLValueString($_POST['password'], "text"),
                            GetSQLValueString($_POST['userId'], "int"));
       mysql_select_db($database_kh_space, $kh_space);
       $Result1 = mysql_query($updateSQL, $kh_space) or die(mysql_error());
       $updateGoTo = "confirmation.php";
       if (isset($_SERVER['QUERY_STRING'])) {
         $updateGoTo .= (strpos($updateGoTo, '?')) ? "&" : "?";
         $updateGoTo .= $_SERVER['QUERY_STRING'];
       header(sprintf("Location: %s", $updateGoTo));
    $colname_rsUpdateUser = "-1";
    if (isset($_SESSION['MM_Username'])) {
       $colname_rsUpdateUser = $_SESSION['MM_Username'];
    mysql_select_db($database_kh_space, $kh_space);
    $query_rsUpdateUser = sprintf("SELECT userId, username, password, 
    parentEmail FROM users WHERE username = %s", 
    GetSQLValueString($colname_rsUpdateUser, "text"));
    $rsUpdateUser = mysql_query($query_rsUpdateUser, $kh_space) or 
    die(mysql_error());
    $row_rsUpdateUser = mysql_fetch_assoc($rsUpdateUser);
    $totalRows_rsUpdateUser = mysql_num_rows($rsUpdateUser);
    ?>

  • IBooks Author: superscript not displaying after export to iPad / iPhone

    superscript displays perfectly in iBooks Author on my Mac but reverts to normal baseline in iBooks on iOS. I have tried with different font — same problem. What could the problem be?

    Thanks for your interest Tom.
    Here is a screenshot from iBooks Author. Take note of the reference '3' at the end if the top right paragraph.
    Here is the same page in iBooks on my iPad mini:
    I have tried restarting iBooks on my iPad mini and I have tried it with iBooks on my wife's 3rd generation retina iPad.
    Any other suggestions would be thoroughly apreciated.
    Thanks

  • Photoshop CS5 32 bit icon doesn't display after installing program

    Hi all -
    I just installed Photoshop CS5 onto a new system build which uses the new AMD Phenom 2 Black 6 core/64 bit processor - along with Windows 7 64 bit OS.
    For some reason, the Photoshop 64 bit version displays the Photoshop icon under "PROGRAMS".... but the 32 bit version does not....
    I have uninstalled and reinstalled the PS CS5 program 4 times - and it's always the same.
    Can you help me get my icon back?  The program works, but I'd like to see the visual cue of the icon.
    Here is what I am getting (not getting): Notice the Adobe Photoshop CS5 (32 bit) icon under the 64 bit icon shows a 'blank' icon.....
    Thanks for your help

    Thanks for reporting how you got the icon back to the proper display.
    I would find that initial failure to show the icon disconcerting, though, in that unexpected things really aren't supposed to happen like that during an install.  I assume you saw no errors during the installation.
    I'd watch carefully for any problems with the 32 bit version not running properly.  If it didn't get the icon right, it's not clear whether that's the only problem.
    -Noel

  • Management Console Doesn't Display

    Hi Experts ,
    we are facing issue with Management Console doesn't display after login ,none of the screens shows any user or activity data.
    Our DB admin went through the prerequisite list from note 1262933 and everything appears to be correct with the setup.
    Regards
    VYVadan

    Hi. Just to clarify. Is the bpclog table being populated in the appserver db?
    Byron

  • 2007 wireless keyboard led doesn't display

    I have a 2007 wireless keyboard that the green LED doesn't display. I just replaced the batteries with new ones and the LED still doesn't display after pressing the on button, so I replaced the batteries with another set of 3 brand new batteries. Still no LED.
    The batteries are installed correctly, all positive in same direction, all pointing in.
    Is there a reset button, or is it possible that a keyboard can die?
    There is no visible sign of abuse or being dropped at all. Can an older keyboard like this be repaired?
    Thanks,
    Steven

    Also I'm not sure where the LED is located in the keyboard. On the trackpad it's in the right top part of the round part where the batteries go into. I assumed the keyboard might be the same.
    Oh. that led!   I was thinking it was a keyboard that had a led in a key, for example my Tactile Pro keyboard has a light in the caps lock key.  If it's the led indicating a bluetooth connection attempt like the one on the trackpad and magic mouse, then forget it, there's no way you can repair that own your own.  And I don't think even apple would either since it is far cheapr and simpler to just replace the device.

Maybe you are looking for