Load progrm not found

hi friends i am calling a smartform from a program bt facing run time error that "load_program_not_found"
I have designed my smarform according to the steps givn in a questin in this forum:
Smartforms for beginner
plz help me how to solve
Edited by: achalmehra on Mar 5, 2010 8:20 AM

hi,
First check form ZSMARTTEST is activated properly.Then get FM name related to FORM using ENVORMENT-> FM NAME menu in
SMARTFORMS transaction.
then in the code.
CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
  EXPORTING
    formname                 = 'ZSMARTTEST'
  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.
use pattern button  in se38 and place the FM name in call function so that you will get import / export parameters.
then replace FM name with variable fm_name like mentioned below.
call function fm_name .
"Exporting
" salary = g_salary
TABLES
ITAB1 = ITAB1
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.
Regards,
shanmugavel Chandrasekaran
Edited by: shanmugavel chandrasekaran on Mar 5, 2010 12:16 PM

Similar Messages

  • Create_dynamic_table - error  "Load program not found"

    Hi experts,
    i have receive error "Load program not found" at CALL METHOD cl_alv_table_create=>create_dynamic_table
    Runtime Error          LOAD_PROGRAM_NOT_FOUND
    Exception              CX_SY_PROGRAM_NOT_FOUND
    Error analysis                                                                               
    An exception occurred. This exception is dealt with in more detail below     
    . The exception, which is assigned to the class 'CX_SY_PROGRAM_NOT_FOUND', was
    neither                                                                     
    caught nor passed along using a RAISING clause, in the procedure             
    "FB_TABLE_CREATE_STRING" "(FORM)"                                           
    Since the caller of the procedure could not have expected this exception     
    to occur, the running program was terminated.                               
    The reason for the exception is:                                             
    On account of a branch in the program                                        
    (CALL FUNCTION/DIALOG, external PERFORM, SUBMIT)                             
    or a transaction call, another ABAP/4 program                                
    is to be loaded, namely " ".                                                                               
    However, program " " does not exist in the library.                          
    I'm stuck in this annoying problem,,,can anyone help me?

    Hi Maroz,
    I know this is not best practise to post my question in some others,  but i have posted it separately earlier
    Dynamic ITAB from Excel
    I have created a dynamic ITAB from 1 Row of Excel Sheet
    LOOP AT ist_excel INTO w_excel WHERE row = 2. " Contains the Values provided in 2nd row of Excel
        APPEND w_excel TO row1.
      ENDLOOP.
      LOOP AT ist_excel INTO w_excel WHERE row = 3. " Contains the Values provided in 3rd row of Excel
        APPEND w_excel TO row2.
      ENDLOOP.
      LOOP AT ist_excel INTO w_excel WHERE row = 4." Contains the Values provided in 4th row of Excel Etc
        APPEND w_excel TO row3.
      ENDLOOP.
      LOOP AT row1 INTO w_excel.
        CLEAR wa_it_fldcat.
        wa_it_fldcat-fieldname = w_excel-value .
        wa_it_fldcat-datatype = 'C'.
        wa_it_fldcat-inttype = wa_details-type_kind.
        wa_it_fldcat-intlen = 40.
    *  wa_it_fldcat-decimals = wa_details-decimals.
        APPEND wa_it_fldcat TO it_fldcat .
      ENDLOOP.
    * Create dynamic internal table and assign to FS
      CALL METHOD cl_alv_table_create=>create_dynamic_table
        EXPORTING
          it_fieldcatalog = it_fldcat
        IMPORTING
          ep_table        = new_table.
      ASSIGN new_table->* TO <dyn_table>.
    * Create dynamic work area and assign to FS
      CREATE DATA new_line LIKE LINE OF <dyn_table>.
      ASSIGN new_line->* TO <dyn_wa>.
    I followed the Link provided by to create a Dynamic ITAB
    Please guide me how to pass these Value from excel to Dynamic Internal Table
    Warm Regards
    Ramchander

  • Recently downloaded latest version of iTunes software, afterwards, while trying to sync iphone with PC received this error message: Unable to Load Resource not found; SyncUICoreLocalized.dll; please advise, thank you

    Recently upgraded PC with latest edition of iTunes (1/30/2014), afterwards, received this error message while attempting to sync iphone with PC: Unable to load, resource not found, SyncUICoreLocalized.dll

    THIS HAS EVERY APPEARANCE OF A SOFTWARE GLITCH BY APPLE ... So first suggestion is NOT to begin reinstalling various software but to await some answer & fix from Apple.  Too many have same problem on various systems, in my view (I am not an Apple rep but have certainly faced many glitches over the years).
    PS - LOTS of Apple software problems these days, including many people having their Contacts shredded.  What's going on with Apple?

  • Load:Class * not found - in portal

    In the webgui /portal a link is provided.
    when you click the link , which is mapped with the transaction
    code of the ABAP program. gets displayed.
    THis program is used to download PO into the File
    server.
    so File output path is given.
    The user uses F4 help to select the directory / filename as well
    In the bottom we are getting a messge
    load: class FileName not found
    and load: class Directory Select not found
    I use cl_gui_frontend_services=> directory_browse
    and kd_get_filename_on_f4.
    wat might be the problem for this?
    Give me your valuable suggestions
    This is urgent.

    Hi,
    the abap code you use, uses java for getting a filename and for directory browsing. So first of all you have to check,
    if java is activated in your browser. Second, you have to test the frontend services in webgui with transaction se37, ws_query, enter "cd" into field query and executer this. Then you will get a security popup, which you have to accept. If all runs ok,
    you will get the current home directory as result. If you get a java exception again, you have to check the network configuration
    in the java control. It should be the same, as in the browser. If this does not help, try to request the applet ws.jar from the mimerepository .../sap/its/mimes/webgui/2002/applets/ws.jar
    directly. Do you get the security dialog? The error you wrote above means, that the java applet ws.jar could not be loaded.
    Is this an inhouse problem? external or integrated IITS. Which browser, which java version?
    Regards,
    Ralf

  • RE: (load : class not found) for IE.5 browser

    Hi
    I try appletviewer example1.html
    can do this class.
    But use IE.5 browser can't try this class
    show load : class Cor1 not found when mouse over it
    (my class include "import javax.swing.*;")
    Please help me
    thanks a lot
    David

    Hi
    thanks for your help
    But I want make a html file include class
    for every body view by internet
    So I want to know
    How let they can see my html file by IE.5 or Netscap. if they no Html converter?
    David

  • Farmville not loading server not found.

    I can access facebook but cannot load farmville. Either server not found error appears or Firefox can't find the server at apps.facebook.com.

    Farmville works fine on my ipad2. What does not work for me is Nook and metaverse pro

  • FMS Admin Console Won't Load - Server Not Found

    Hey,
    Randomly on Sunday night the FMS Admin Console which you can access via http://SERVER IP/fms_adminConsole.htm stopped working, as in it would not load.
    It times out and Firefox says 'Server Not Found'
    It was working fine on Sunday morning and has been doing for a year now, I rebooted the server and that did nothing.
    I have no idea why it will not load as the server runs fine and I can still stream and everything.
    Any ideas?

    From your desktop and on your server try the below. That is if you have installed using the default ports, if you have changed any on install (or afterwards) reflect the changes below.
    telnet <IP of your server> 80
    telnet <IP of your server> 8143
    telnet <IP of your server> 1111
    telnet <IP of your server> 1935
    If any fail on your server, you have a service/install issue.
    If any fail on your server, you have a firewall/IP issue.

  • Safari 4 won't load - Symbol not found: _WebActionFormKey

    I'm really frustrated with this problem. I'm hoping someone from Apple monitors these posts, since I can't find any way to post a bug report. This is the family computer, and it doesn't have any add-ons or plug-ins for Safari. I have deliberately avoided geeking with this box, and I don't want to start now. I hope Apple will issue a patch promptly.
    Host Name: Family-Computer
    Date/Time: 2009-06-14 19:47:00.021 -0400
    OS Version: 10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [484]
    Version: 4.0 (4530.17)
    PID: 2525
    Thread: Unknown
    Link (dyld) error:
    Symbol not found: _WebActionFormKey
    Referenced from: /Applications/Safari.app/Contents/MacOS/Safari
    Expected in: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit

    Hi,
    I'm hoping someone from Apple monitors these posts
    Sorry, I'm afraid not, just us fellow users here.
    I hope Apple will issue a patch promptly
    There's nothing to patch in this case. It simply seems to be the case that the installation failed (for whatever reason - a problem with your hard disk maybe?).
    If you still have the installation package, see if you can re-run it. If not try downloading a fresh copy from www.apple.com/safari/download.
    I have a feeling the installer requires WebKit (which is the improperly installed part) so the installer may not run either. If that's the case, post back.

  • Cannot open my excel sheet, the message saying  library not loaded, image not found therefor the icon is showing on the screenrey

    For the first time I cannot open my Excel. The report is saying:image not found, therefor the icon is showing on my desktop.
    Before my Mac open with excel sheet, now it is not there anymore. I guess it it hiding somewhere. How to find it? As you can see I am not an IT . Please try to avoid hight tech wording.
    Many thanks,
    Eva

    Hi Eva,
    Open Console in Utilities & see if there are any clues or repeating messages when trying Excel.

  • Load: class not found error with sdk 1.4.1 demos

    I have read through a ton of messages regarding this problem with Internet Explorer 6. The only one I saw that had a work around was to compile with javac -target 1.1 <filename>
    This kind of makes having 1.4 moot doesn't it? Has anyone else figured out anything about this error? I get it just from running the demos or a hello world applet with IE6. No problems with Netscape or the appletviewer.
    Thanks in advance...
    happy developing.
    g

    Have you configure IE6 to use the plug-in?
    What is the HTML code like? What is the exact error message (i.e. what is the name of the class it says it did not found)?

  • BO 4.0 Content Migration - Universe not Found

    Good Day Experts!
    I'm about to quit my job and open a beach bar in Hawaii - please help.
    We're in the process upgrading to BO 4.0. Installed the software (base and patch 8) successfully on our new production server - migrated our content successfully with the upgrade manager from our old production box to the new production box - changed the links and ALL is fine.
    We completed the same steps above for our dev server - base installation and patch 8 is successful and content was migrated to this new dev server - BUT - for some unexplainable reason - we cannot refresh data in our dashboards and webi's - and get an error that says "Document failed to load - Universe not found".  When you go into Universe Designer and CMC - all universes are there :(............We decided to REMIGRATE the content to this dev server.
    This migration is now FAILING -  The upgrade manager completes all steps except the last step: Committing Objects and returns an error: "The upgrade process has been interrupted by an error: Cannot find the user, group or object 10672. The server supplied the following details: OCA_Abuse exception 4 at exceptionmapper.cpp:79. Cannot find the user, group or object, canu2019t get applicable rights"
    Your assistance and advice on the above will be MUCH appreciated.

    You need to find out what is object 10672 !
    You can do this in Query Builder of your source system. With query like select * from ci_infoobjects, ci_systemobjects, ci_appobjects where si_id=10672
    As to the original error of not found universe - it might be due to the fact that in this source env (dev) your dashboards and reports do not have a proper link to universes...  After migration have you tried to edit reports and point them to the right universe, refresh and re-publish ?
    If your prod migration was OK, why not use BI4.0 prod env as template for your dev and move its content to your dev BI4 using LCM and start BI4 dev process from that ?

  • DLL tspubfilter.dll not found, Web Access Remotedesktop

    Hi,
    we have a problem starting RDWEB:
    https://www.ourserver.de/RDWeb/Pages/de-DE/login.aspx?ReturnUrl=default.aspx
    worked fine since now. Now suddenly it shows:
    DLL "tspubfilter.dll" can not be loaded: Modul not found. (Exception HRESULT: 0x8007007E)
    We checked for the DLL - it is still there.
    Regards!

    Hi,
    I had pretty much the same issue.
    RDWeb was working fine, but then "Unable to load DLL 'tspubfilter.dll'". It was something I did, and the 32bit/64bit suggestion worked for me.
    I had made some changes to IIS to get some older asp webpages to work. One was allowing 32bit, though I can't remember exactly what I did to get it to the current state. But what got RDWeb working was-
    IIS Manager -> Application Pools -> select RDWebAccess -> Advanced Settings -> Enable 32-Bit Applications - change it to 'False'
    I did a restart of IIS as well just in case. I must have enable 32bit which was applied to all the Application Pools which was stuffing up RDWeb.
    Maybe this will help someone else searching for an answer.

  • Site not found using Sharepoint Designer 2013, Load balance URL and the Front end servers.

    Dears,
    My SharePoint farm is with the below configuration in our office :
    Batch processing server the with Central Administration
    Web Front End Sever 1 (http://wfe01)
    Web Front End Sever 2 (http://wfe02)
    I do have the load balance URL as http://finance.mycompany.com and as per the system administrator it seems configured properly.
    In AAM i have mapped the URLs as below for the web application in Central Administration portal:
    http://finance.mycompany.com - Default Zone
    http://wfe01 - Intranet Zone
    http://wfe02 - Internet Zone
    I was able to browse the site via the load balance URL : http://finance.mycompany.com, but couldn't open the site using the Share Point Designer 2013. It always says the site not found.
    please advise,
    thanks,
    Ammar

    What do the wfe01 and wfe02 aams do?
    Are you browsing to the SharePoint site and using SPD on the same computer, is it part of the farm or a seperate client computer?
    thanks Alex a lot for your response and appreciate the same.
    WFE01, WFE01 is connected to the one central admin on Batch Processing Server (central admin URL is http://SharepointCA:5555 and the SharePoint Web Application is hosted under port 80 on the same server). So the AAM configured on the batch processing server
    central admin.
    I can connect to the site using the SPD inside the Batch Processing server if i mention the site urs as http://localhost. But not from other client computers by putting the load balance URL - http://finance.mycompany.com.
    I can browse the sites directly putting http://wfe01, http://wfe02 and as well as the load balance URL (http://finance.mycompany.com). The custom webparts are getting crashed when i put the web application URL as http://finance.mycompany.com.
    thanks,
    Ammar

  • 'Error loading plugin: Plugin file not found' message on ONLY 5 sites, but all others OK.  Help, please!

    Hi Again!
    I posted this problem here before, but since I really need to access the sites that receive this error message in less than a month, I had to re-post; hopefully someone who didn't see it before will see it & have a solution for me.
    Here are the details:  I'm running windows 8.1 & I use Firefox 33.1.1, Pale Moon 25.1.0 or Opera 26.0 as my browsers, (I have IE installed & up-to-date, but I never use it).  I followed the 10-point checklist on Adobe & everything was done, except for "uncheck Hardware Acceleration" in Flash 'Settings'; I tried to uncheck it on this site, where it's indicated, as well as in my 4 browsers when I'm doing something that uses Flash, but no matter how hard I try, I can't 'uncheck' the check mark in that tiny box!  Since this error problem only affects 5 web sites, & I can watch streaming media on all other sites, I don't think it's an issue. 
    Here's how this problem began:  I was watching a live, streaming nest-cam on 5/09/14 around 11:00AM, (yes, I DO know the exact time & date, because it happened so suddenly while I was watching this website that I'd been watching since the end of February, 2014), when my screen went black.  I thought it was probably an Adobe Crash, but when the usual Crash Report window didn't show up, I just closed Firefox & reopened it, expecting to resume watching the nest-cam.  When I went back to the site, I got the black screen with the "Error loading plugin: Plugin file not found" message.  The chat portion on the site still works, though. I know there are other sites with this nest-cam feed, so I started trying them, but it took several tries for me to find one that didn't get the error message! I posted this problem on "Windows BBS" forum, & someone else posted that the same thing happened to them AND on the same sites!  They didn't have a solution, either.  I cleared my cache, rebooted my PC & even did a System Restore, but whatever happened in that brief second made using ONLY 5 sites impossible.  Here are the sites that receive the error message:
    http://pixcontroller.com/eagles, (but I CAN go to http://pixcontroller.com, but there isn't any streaming media)
    http://cbslocal.com/eagles
    http://westmorelandconservancy.org/BlueBirdwebcam-1.htm
    http://wildearth.tv/cam/pittsburgh-bald-eagles, (I get the error message on ALL cams on this site)
    http://aviary.org/BE-NestCam1 (I get the error message on ALL cams on this site)
    Now if any videos from the 5 websites above are uploaded to YouTube, I can watch them perfectly...no error message if I watch the videos elsewhere.  Luckily, I found Ustream, & they have most of the nest cams I watch, but I need to fix this issue, because it's nearing nesting time!  I'm an amateur nest-watcher & it's vital that I have access to these 5 sites, so if anyone knows how to fix this, PLEASE tell me!
    Thanks for taking the time to read my post.
    All suggestions/solutions are gratefully accepted.
    Thanks in advance for your help!
    DogPal 

    File Not Found Error in Welcome Screen
    07-Nov-2013 10:25
    Tags: #dreamweaver_cs6_update
    Help please!
    Live preview also not working.
    I have exactly the exact problem described below but do not have a folder with the same name as the volume created under the volume. Please can someone help - I've tried everything. This problem only happened when I upgraded to Dreaweaver CC!
    "On launching Dreamweaver on your Macintosh if your Welcome Screen is not loading and if you see a "File not found" error, please check if you have a folder with the same name as your volume created under the volume. For more info on this please go through the attached pdf document. Other dialogs/panels in dreamweaver that will be blank due to this issue are Jquery Swatches panel, Adobe Edge Webfonts tab in Manage Fonts dialog,W3c Error Info dialog, Externalise Javascript dialog and svn revert dialog. After following the changes mentioned in the attached document please check all the affected dialogs/panels to confirm everything is working as expected."
    Thanks,
    Martin Bond
    [personal information removed by moderator]

  • Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Unistall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    Unable to load ITUNES onto PC HP, windows 7 Home Version.  Error message reads "Application Application Support not found".  "Uninstall and reload".  I have done that 4 times on Explorer and Firefox without success.  Help??

    I had gotten a similar problem, except with "provider services", i believe, but i solved it by copying sqlite3.dll from E:\Program Files\Common Files\Apple\Apple Application Support to E:\Program Files\Common Files\Apple\Mobile Device Support. doing that solved my first problem, but now i have been getting the error described in this topic (unable to load dataclass info... etc.). i tried reinstalling itunes (i already had 9.1.1, and thats what i reinstalled) by using the method described on apples site (using the "remove programs" tool in the control panel) and then downloading and installing itunes. when i opened it again, i still got the same error, and just now i got an error saying "the instruction at "0x00aadb6b" referenced memory at "0x00000008". the memory could not be read" it gave me the option to cancel and debug, or to press ok and terminate the program. I tried pressing cancel, and the popup went away but nothing else happened. a minute later the popup was back, so i pressed ok and itunes quit. Upon opening Itunes again, i got the very same error. sorry for the long post, but its really been bugging me. thanks for any help you might give, and if you need anymore info, feel free to contact me.

Maybe you are looking for

  • Oracle functions in universe

    Hi Experts , I have created a set of user defined functions in oracle .I included these functions in Oracleen.PRM file . I restarted all the servers . Still i did not see my function in the universe .  My functions has two parameters . I need to pass

  • Help please itunes not working, i have tried everything.

    I have windows vista and everytime i try to open itunes it says itunes is not working and then it shuts down. I deleted it and reinstalled it many times, i have tried repairing it, it doesnt work. Here is what i think caused it, i was trying to conve

  • Did I give my iPhone a virus?

    I received a suspicious email, and accidently clicked a link to a webpage.  The link took me to a webpage in Arabic (maybe).  I did not download any files.  I have since learned that this email carries a virus, but it looks like one might have to dow

  • Intrastat Arrivals report with a wrong format

    Hello gurus, I have problems with producing the Intrastat Arrivals part for Belgium in the correct format. The file should be SDV format (semi-colon separated). I run ENPA and choose the report relevant for BE. Then I run VE15 to get the file, but it

  • Trying to account for dozens of unidentified TB on SSD

    I am working  with a late 2009 27" 2.66Ghz iMac running OS X 10.9.3 It is fitted with 16GB RAM. the Operating system and applications are on a 240Gb OWC 3G SSD. Issue: When I go to SSD > users > user name and use the 'get info" tool it tells me that