Spool disappears in SP01 after exception raised or exiting application, but remains during LEAVE TO SCREEN '0'.

Hi Experts,
I'm using FMs SSF_OPEN and SSF_CLOSE to display multiple smartforms. After SSF_CLOSE the spool appears in SP01, when I exit the application (exit application and debugger) or raise an exception after FM SSF_CLOSE, the spool disappears from SP01.
But if after SSF_CLOSE, I put SET SCREEN '0'. LEAVE SCREEN - which supposedly should exit the program, the spool is not being deleted from SP01.
My question is, is there any way to commit the spool in SP01 even if I close the application or raise an exception? Should the code "COMMIT WORK", work for this requirement?
Thanks in advanced,
Jack.

Hi All,
I've solved this using COMMIT WORK

Similar Messages

  • I paid for the single aftects cc app and I used the same  account with the expired free trial . so after paying for after effects, i try downloading it but it brings up a screen saying that i need to purchase after effects to continue

    i paid for the single after effects cc app and I used the same  account with the expired free trial . so after paying for after effects, i try downloading it but it brings up a screen saying that i need to purchase after effects to continu

    Activation Stuff
    Mylenium

  • How to log Exceptions raised in CAF Application Services

    Hi All,
    When there is an Exception rasing in CAF Application Service custom method implementation what are the steps need to follow for send that exception details to log files & where those log files will be generated i.e either in server, local system, etc.
    If we use following 2 different lines please explain me where that trace is going to written:
    1) System.out.println(e);
    2) e.printStackTrace();
    Thanks in Advance,
    Uday.

    Hi Uday,
    Try this (in my case I'm using that in Background CO that implements IGPBackgroundCallableObject ):
         public static Location logger =
              Location.getLocation(<yourClass>.class);
    Catch block:
              } catch (GPInvocationException e) {
                   throw new GPTechnicalCallableObjectException(
                        logger,
                        resourceAccessor,
                        "ERROR_PARAMETERS",
                        e);
              } catch (GPEngineException e) {
                   throw new GPTechnicalCallableObjectException(
                        logger,
                        resourceAccessor,
                        e.getMessage(),
                        e);
    Reward points if it's helpful.

  • Mac book pro was working normal but after shutdown I try to start but not start only black screen

    My mac book pro was working normal , I shut down proper and I want to start again I press power button for start but not start , only black screen same on shut down position , so how can I start my mac book pro again

    Try SMC and PRAM resets:
    http://support.apple.com/kb/ht3964
    http://support.apple.com/kb/ht1379
    Ciao.

  • My entourage just disappeared I have tried to start it in applications but it just keeps say relaunch and goes round in circles...help

    question
    my entourage just dropped out  and also left the doc.....I have tried to get it in applications but it just keeps going round in circles wanting to relaunch.
    Where has it gone and how to I get it back....I have two years worth of emails and details on it which I use for the charity I run.
    Help please....not too technical
    thanks Karen

    That's a Micrisoft product, not an Apple one, so you'll probably do better to post in the MS user-to-user forums here:
    Office for Mac forums
    Be sure to tell them which version of Office:Mac you have.

  • Launchpad has disappeared from the Dock. Launchpad is present in Applications but refuses to activate. How to activate and make available in Dock? iMac 21.5 mid 2010. os X v10.7.2.

    Launchpad had disappeared from Dock. Launchpad is present in Applications but refuses to activate. How to activate and make available in Dock?
    iMac 21.5 mid 2010. os x v10.7.2.

    You should be able to put Launchpad back in the Dock by dragging it from the Applications folder to the left section of the Dock.  As to why it won't launch, run the Console utility, try to run Launchpad, and see if any messages appear in the Console window.

  • RSAR_TRFC_DATA_RECEIVED Function module does not exist or EXCEPTION raised

    Dear All,
            We have 2 production systems one is a APO server & the other being BW server.
            While checking in SM58 of our APO production server we found that so many entries were in error saying "ERROR REQU_<number> PG# 12 In BW" with target system as BWCLNT<CLIENT NO>.
    We checked in both the production systems for any job failure w.r.t same time span but could find nothing.
    When we tried to solve this by using F6 option to re-execute the LUW it says "Functional Module doesnot exists or Exception Raised". After doing checks it was found out that the Functional Module (RSAR_TRFC_DATA_RECEIVED) was existing . So we need to know about how we can solve this EXCEPTION RAISED issue.
    Thanks & Regards,
    SAPAPO
    Edited by: SAP-APO on Dec 30, 2009 8:38 AM

    Hi,
    This migth be problem with not catching exact exception in the code.There might be data you are passing which not getting caught by the exception.
    If you are using any code add this FM in the code or else try to debug where exactly u r facing this problem.
    Regards,
    Shiva Kumar G.C

  • Exception raised while creating Advisor

    Hi,
    I've built a portal based on the exampleportal. I'm now trying to integrate personalization.
    I've loaded 2 documents in the default content repository using loaddocs, and
    created a content selector in the EBCC (I synchronized after that). When creating
    my content selection rules, I can do a preview, and see my two documents, so the
    rule is working. Now, when I use the <pz:contentSelector ...> tag, exactly as
    described in the documentation, I get a stack trace saying : " Exception raised
    while creating Advisor". The stack doesn't tell anything about the error...
    I also tried using the <cm:select...> tag in various fashions, but it always
    returns me an array of size 0, or null.
    I haven't changed the configuration for the DocumentManager... What could have
    gone wrong ?
    Any help would be greatly appreciated !
    Thanks
    Phil

    Hello Philippe,
    Did you restart the docPool after you ran the BulkLoader (with loaddocs)?
    ( http://e-docs.bea.com/wlp/docs70/dev/conmgmt.htm#1023455 )
    That's probably not the problem, becuase I'd guess that you may have
    already restarted your server a few times and you still have the problem,
    but I thought I'd start there.
    Also, did you make sure your portal contains all the components necessary
    for the features you are using? Are you using Portal 7.0? If you are using
    Portal 7.0 and you created your portal domain with the domain configuration
    wizard, then your portal does not contain all of the tag libraries that it
    needs for full personalization. Compare your portal to the sampleportal.
    There is a note about this in the Release Note for CR079828
    http://e-docs.bea.com/wlp/docs70/relnotes/relnotes.htm#305089
    Ture Hoefner
    BEA Systems, Inc.
    www.bea.com
    "Philippe Cote" <[email protected]> wrote in message
    news:3db85f30$[email protected]..
    >
    Hi,
    I've built a portal based on the exampleportal. I'm now trying tointegrate personalization.
    I've loaded 2 documents in the default content repository using loaddocs,and
    created a content selector in the EBCC (I synchronized after that). Whencreating
    my content selection rules, I can do a preview, and see my two documents,so the
    rule is working. Now, when I use the <pz:contentSelector ...> tag, exactlyas
    described in the documentation, I get a stack trace saying : " Exceptionraised
    while creating Advisor". The stack doesn't tell anything about theerror...
    >
    I also tried using the <cm:select...> tag in various fashions, but italways
    returns me an array of size 0, or null.
    I haven't changed the configuration for the DocumentManager... What couldhave
    gone wrong ?
    Any help would be greatly appreciated !
    Thanks
    Phil

  • Email icon and function disappears 3 seconds after opening a PDF in Acrobat 8.

    Using Adobe Acrobat 8 with updates applied, when opening .pdf files the email function disappears 3 seconds after the file opens.  I have had this program in my PC for years, and this functionality worked up until last week when it disappeared.
    I have been informed that this program is no longer supported by telephone, and that I need to upgrade to gain access to support.
    I have reinstalled the program and the problem persists.
    Any suggestions would be appreciated.

    Hi Jason,
    I would recommend you to do a selected startup and then enable the programs one by one to isolate which program might be causing this.
    Please refer the KB: Restart Windows in a modified mode | Windows 7, Vista for selective startup of Windows.
    Regards,
    Anoop

  • Uncaught exception raised in Open Directory client-side plugin

    I am having an issue whenever I try to access my Open Directory. It says Uncaught exception raised in Open Directory client-side plugin.
    In updateConfigurationViewFromDescription: NSInvalidArgumentException *** - [NSplaceholderMutableString initWithString:]: nil argument.
    I'm having a hard time finding a directory with the relative plugin. Could you point me the right way? Perhaps finding and deleting that little bugger would help?  I'm running Lion Server 10.7.3 with the 10.7.3 Server Admin tools. The goal here is to set up Deploy Studio for our organization, which I had working for a little while until this little guy started rearing his ugly head.
    Thanks much-

    Dear cdolan92,
    not really. It has been a while. I think I also deleted server.app and admin tools and reinstalled those.
    Perhaps I even did a backup of open directory and turned off the master to local and back to master.
    But I am not sure any more.
    Sorry.
    Best
    H.

  • Exception Raised error, not sure how to fix it.

    So I bought this game, Dragon age origins, and I try to launch the application. When I do, I get this error " Exception raised,
    Unhandled page fault on read access to 0x00000038 at address 0x0088d374.
    Do you wish to debug it ?"
    It has a Yes and a No. Clicking yes has the application shut down, and No justs leaves me with a black screen.
    I was wondering if there's a general way to get rid of this error.

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at the top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    Then...
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or some USB or Firewire device, or 3rd party add-on, Check System Preferences>Accounts (Users & Groups in later OSX versions)>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • Thumbnails disappear in finder after re saving in photoshop cc

    Thumbnails disappear in finder after re saving a jpeg image in photoshop cc. The thumbnail is replaced by a jpeg icon. Please help

    Hi Chris
    OS X 10.9 (13A1900) The box is checked to save thumbnails with files and OS is set to show thumbnails.
    The problem occurs when I re save an image in photoshop CC, If I open an image and amend it then re save it, the thumbnail turns into a jpeg icon
    Thanks 

  • HELP! *EVERYTHING* disappeared from my sidebar except for my MacBook Pro icon, which is still showing under "Devices".

    *Everything* disappeared from my sidebar except for my MacBook Pro icon, which is still showing under "Devices".

    Richard,
    I had checked Finder Preferences to make sure everything was still checked, and it was. But as a result of your suggestion I decided to go back and uncheck them, relaunch Finder, restart my MacBook Pro, and re-check them. That didn't actually change anything, BUT, in moving my cursor around the sidebar I discovered there is a "show/hide" button to the right of the word Favorites which only shows up when you hover over it (a bad design imo) and I must have somehow clicked on it and pouf! All disappeared! So, thank you! I would not have discovered that absent your suggestion. All is now showing in my sidebar again.
    Babette

  • Windows 7 disappear from bootcamp after  maverick installation

    Windows 7 disappear from bootcamp after  maverick installation. What should I do to recover?
    I did try co reinstall windows but it make the installation new (nothing remain from the previous). Old windows partition seems lost.

    Hi Jack.........ok ive managed to create a link to that video on how to install bootcamp.....this is the tutorial i used and i managed to gain 100% completion on bootcamp 1st time no messing......like i said in my previous reply did you save the windows support files from apple....(Critical).....ok no point in messing about i suggest you start again from scratch........these are the things i used and YOU will need to complete bootcamp
    mem stick or cd-r / dvd-r......original copy disc of win 7 ...i never used an iso i used original disc....allow a minimum of 30gb of space for your win 7 partition.....if you want bootcamp so you can use big programs like windows based games i.e.....Crysis/Call of duty etc etc ..then you will need to consider that  you will need to allow a bigger partition to allow your HD to store the files.....this is the reason i installed bootcamp and so i made my partition    i have a 750GB HD so i made a partition of 300gb for windows 7 and left the other 450gb for Mac....so you need to partition enough for what you want bootcamp for remember once you get bootcamp working you will need to install ALL Important Windows updates Including Win 7 SP1......once everything is installed you will have bootcamp up and running lovely.....u can then boot up with either win7 or mac......click this link and watch carefully and do exactly as shown ok and you should be fine...if you have any probs contact me again ok.....let me know how you get on ok..:)...http://www.youtube.com/watch?feature=fvwp&v=QFIWtXTl4d0&NR=1

  • In which of the following sections of a PL/SQL block is a user-defined exception raised?

    Hi,
    A (somewhat elementary) question:
    In which of the following sections of a PL/SQL block is a user-defined exception raised?
    a) Exception section
    b) Declarative section
    c) Error handling section
    d) Executable section
    I'd be interested to hear people's answers.
    Thanks.

    As Etbin already noted, there are only 3 sections and user-defined exception can be raised in any of them. User-defined exception raised in declarative section example:
    declare
        year_zero exception;
        pragma exception_init(year_zero,-01841);
    begin
        declare
            v_dt date := to_date(1721420,'j');
        begin
            null;
        end;
      exception
        when year_zero
          then
            dbms_output.put_line('Year 0!');
    end;
    Year 0!
    PL/SQL procedure successfully completed.
    SQL>
    User-defined exception raised in executable section example:
    declare
        year_zero exception;
        pragma exception_init(year_zero,-01841);
        v_dt date;
    begin
        v_dt := to_date(1721420,'j');
      exception
        when year_zero
          then
            dbms_output.put_line('Year 0!');
    end;
    Year 0!
    PL/SQL procedure successfully completed.
    SQL>
    User-defined exception raised in exception handling section example:
    declare
        year_zero exception;
        pragma exception_init(year_zero,-01841);
        v_dt date;
    begin
        declare
            v_num number;
        begin
            v_num := 1 / 0;
          exception
            when others
              then
                v_dt := to_date(1721420,'j');
        end;
      exception
        when year_zero
          then
            dbms_output.put_line('Year 0!');
    end;
    Year 0!
    PL/SQL procedure successfully completed.
    SQL>
    SY.

Maybe you are looking for

  • How do I double space on the new Pages?

    I updated the other day to Pages V 5.0.1 and now I can't find a way to double space my text. Anyone? Thanks.

  • How to display datetime like below

    How to display datetime like below 13-oct-2014 10:11:00 2014-10-13 10:11:00 (I always must display seconds as 00) format is dd-mmm-yyyy hh:mm:00 yyyy-mm-dd hh:mm:00

  • I'm working on a MAC and my LR4 is no longer able to read images off my memory cards.

    I've never had a problem before, this just started yesterday. I tried importing images off my SanDisk and my LR4 was unable to read the images. On the same Mac, I was able to import the same images into iPhoto. I tried taking pictures using another c

  • F1 Help content are displayed in english instead of the language logged in

    Dear all, The SAP version is ECC 6.0 unicode system. we have imported chinese language and we logged in to SAP using chinese as the logon language. when my end user press F1(perfromance assistant), the help contents are getting displayed in English.

  • Troubles with menu

    Hi all, we are using CRM 2013 (Rus). Current version: 6.1.2.112 (SP1). After update CRM to current version, there is a small issue appeared (Before update, all was fine): In menu, then i choose any "Last Seen" entities, there are Unicode codes instea