What is an appropriate method to use spool data for further processing?

Hello SCN!
First of all, i am new to both: ABAP & SCN. So please be considerate
I have a given spool and want to search for specific error lines in it to use the information for futher processing. I already serached for answers, but maybe with the wrong keywords. Therefore i have some questions:
What is the basic principle spools are stored in the SAP-System? I already found the tables tsp01, tsp02... but i dont understand the basic concept. For example i dont know where the spool content itself is provided.
What is the best way to get spool data in my ABAP program? I testet RSPO_RETURN_ABAP_SPOOLJOB with a positive result, but i am not sure if this is a good way for large spools. And maybe there are better ways i would be pleased to hear.
Is it common to use spools in the way i plan it, or must i rethink my approach. Catch my lines in the spool generation process for example, but this would be pretty hard in my concrete case...
I am looking foreward to your suggestions and i am thankful for every input.

What is the basic principle spools are stored in the SAP-System? I already found the tables tsp01, tsp02... but i dont understand the basic concept. For example i dont know where the spool content itself is provided.
Spools and information on those are stored in database and sometimes in file system (AL11)
Header entry in table TST01 (TemSe objects)
Object associated with the header entry; it can be stored in the file system or in the database table TST03 (TemSe data of the object)
Entry in table TSP01 (spool requests)
Entry in table TSP02, if output requests exist
What is the best way to get spool data in my ABAP program? I testet RSPO_RETURN_ABAP_SPOOLJOB with a positive result, but i am not sure if this is a good way for large spools. And maybe there are better ways i would be pleased to hear.
This FM will perform well for ABAP list, and you may get problem with spools generated by tools like Smartforms or Sap Script
Is it common to use spools in the way i plan it, or must i rethink my approach. Catch my lines in the spool generation process for example, but this would be pretty hard in my concrete case...
For error log processing, look at tools related to a transaction as SLG1, and documents like Create application log. Use of spool report if manual processing expected.
Regards,
Raymond

Similar Messages

  • What is the best method to use for revealing the text on a jpg (as though the text is drawing itself?) Thanks.

    What is the best method to use for revealing the text on a jpg (as though the text is drawing itself?) Thanks.

    tacbob wrote:
    Are there any tutorials? I cannot find anything close.
    http://itunes.apple.com/de/podcast/write-on-effects-in-motion/id287113664?i=4883 4057
    The MacBreak Podcasts are an excellent source of info!
    Have a look on the others ..

  • What is the standard method to integreate with AME for the approval process

    I have developed a new OAF page and registered under Employee Self Service menu.
    What is the standard method to integreate with AME for the approval process.
    Appreciate your early response

    Any one used AME with the new OAF pages?
    Please share , how you use AME with OAF page

  • Purchasing new iMac (27 i5), what is best method to transfer programs/files/documents from 24" iMAC?  What is the best method to remove personal data from OS?

    Purchasing a new iMac (27 i5), what is the best method to transfer programs/files,documents from a 24" iMac?
    What is the best method to remove personal data from the 24" iMac?

    Use setup assistant which is offered when you setup your new Mac.  It will transfer information from a Time Machine backup, Clone or another Mac.
    It's best to do this during setup to avoid issues with duplicate IDs.
    Regards

  • What happens if I switch off the "Use Cellular Data for Facetime"?

    So I got a notice saying that my phone's storage was almost full which makes no sense to me because I barely have about 300 pictures on my phone, barely any apps, but I do have music. I have mail turned OFF, and I am always on WIFI. I don't know how this is a problem.
    So what would happen if I pressed the switch off button for the "Use Cellular Data for: facetime"?
    I use facetime A LOT with my friends WHILE ON WIFI but if this is causing my storage to go so full, I will do it.
    Please heLP!

    Using cellular data has nothing to do with the storage capacity on your phone. By turning it off you will only be able to FaceTime when your connected to wifi, thus saving you on your data plan if you do not have unlimited data from your carrier.
    You can go to settings > usage to view what is filling up the capacity of your phone. You should import and back up your pictures to your computer following the directions here http://support.apple.com/kb/HT4083

  • What does "use cellular data for" mean?

    In the settings, what happens if I turn on/off "use cellular data for?"

    For apps that require a data connection, if you enable that and you are not within range of a wifi node to use, the app will use cellular data which will count towards your cell plan's data usage.  If you turn that OFF, and there is no wifi available, the app will not work, but you also won't use any cellular data.
    so in the iTunes and App store settings, if you want to limit the stores to only use wifi, turn the "Use Cellular Data" option OFF (e.g. to avoid big downloads over cellular).

  • What file format Oracle Database 11g can spool data w chinese characters?

    Hi,
    I have a batch job that spools data into a text file for further processing but now I have data that contains chinese characters.
    From what I know text file (.txt) cannot support chinese characters.
    Anyone has any idea what file format Oracle Database 11g can spool data with chinese characters?
    Thank you!
    Regards,
    Fel

    I'm not sure this can work with SQL*Plus in character mode on Windows DOS mode. But this should work with SQL Developer: see Re: How to display Chinese characters in Oracle?
    I can also make this work with Linux:
    $ locale
    LANG=fr_FR.UTF-8
    LC_CTYPE="fr_FR.UTF-8"
    LC_NUMERIC="fr_FR.UTF-8"
    LC_TIME="fr_FR.UTF-8"
    LC_COLLATE="fr_FR.UTF-8"
    LC_MONETARY="fr_FR.UTF-8"
    LC_MESSAGES="fr_FR.UTF-8"
    LC_PAPER="fr_FR.UTF-8"
    LC_NAME="fr_FR.UTF-8"
    LC_ADDRESS="fr_FR.UTF-8"
    LC_TELEPHONE="fr_FR.UTF-8"
    LC_MEASUREMENT="fr_FR.UTF-8"
    LC_IDENTIFICATION="fr_FR.UTF-8"
    LC_ALL=
    $ cat chinese.sql
    cat tchinese.sql
    set echo on
    spool tchinese.log
    select * from v$version;
    select unistr('\8349') from dual;
    exit
    $ cat tchinese.log
    SQL> select * from v$version;
    BANNER                                                                         
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod               
    PL/SQL Release 10.2.0.1.0 - Production                                         
    CORE     10.2.0.1.0     Production                                                     
    TNS for Linux: Version 10.2.0.1.0 - Production                                 
    NLSRTL Version 10.2.0.1.0 - Production                                         
    SQL> select unistr('\8349') from dual;
    UNIS                                                                           
    草                                                                              Edited by: P. Forstmann on May 27, 2009 10:30 AM
    Edited by: P. Forstmann on May 27, 2009 10:33 AM

  • What is the best program to use on Mac for editing, cropping photos from my computer. Looking for a free program that is good.

    What is the best program to use on Mac for editing, cropping photos from my computer. Looking for a free program that is good.

    If your needs are limited to those tasks then both Preview and iPhoto will fit the bill They are already on your Mac. There is a free download from Google called Picasa available here:
    http://picasa.google.com/
      It works much the in same manner as iPhoto. For some really heavy duty work there is GIMP available from SourceForge:
    http://www.gimp.org/macintosh/  Also a free download.
    Message was edited by: kennethfromtoronto

  • "use cellular data for" apps keep turning back on

    ie. go in, slide bar from green to off for facetime, youtube, etc...go out of Cellular, back in, and those apps show green for "use cellular data for". 
    At first I thought it was an issue with some versions of Angry Birds, as they don't all do this.  Then realized facetime, youtube, facebook, etc.. all do this.
    Works fine on two other iphones.   Running latest ios on 4S
    The fact it doesn't do it for all apps is what I find is strange.  Thought at first it was an issue with Rovio apps, but then realized even facetime does this.
    Thanks

    I'd like to know why there is not solution to this.  I think I'll just remove all those apps that are turning their 'use cellular' data back on.  I only cared because when my kid plays angry birds, my cellular data was being used for videos.  Oh well, I guess I'll have to remove apps or get a new data plan.
    <Edited by Host>

  • "Use cellular data for" is only showing a few apps

    Hello,
    I just got a new 5S.  I have installed and used maybe 15 or so apps, but when I go to
    Settings -> Cellular -> "Use cellular data for"
    it only shows 5 apps: Calendar, FaceTime, Find iPhone, Passbook, & Skype.
    I would like to see all the apps so that I can control what is using cellular data.  When I read other posts online, it seems like this should show all apps.  Does anybody have any idea why I only see a few apps here or what I can do to display all apps?
    Thanks for any help!

    This troubleshooting guide helped me. Had to try up to step 7...
    iPhone: Troubleshooting a cellular data connection

  • Under Settings Cellular "use cellular data for" apps are missing from Iphone 4

    After updating to IOS 7, my wife's iPhone 4 under the "use cellular data for"  only has Passbook and System Services. My son's iphone 4 and my iPhone 4s DO HAVE this option avl. and show all our Apps.
    Any ideas out there?
    Thanks

    sberman wrote:
    By the way, this article may help:
    http://support.apple.com/kb/HT4146
    ... although I found what appears to be an error in the article:
    It discusses Settings > Notifications, and I could not find such a setting.
    Thanks - but no luck there either. I believe they're referring to "Notification Center".
    Td

  • Siri can't find music unless I enable use cellular data for Music

    I have an iPhone 4S with the latest IOS.  I ask Siri to play music but "she" can't find it unless I "enable" Use Cellular Data for Music.
    As soon as I enabled this setting in the Settings -> Cellular section Siri could find and play the music.
    I certainly don't understand why this is happening.  Why isn't Siri able to just find what is local to my iPhone and play the music.
    Can someone enlighten me on why this would happen?

    Hi Chris,
    Songs are on the iPhone - there is no cloud symbol (I'm familiar with that as well). 
    I've updated my signature - I am running the latest OSX and IOS (thanks for reminding me).

  • TS2446 Hello!After I've done my last softwere update I couldn't buy or get any free apps on the apps store.There was an error on my paymant method.I reintrodius my data for the credit card and again error for my credit card.I've changed the credit card an

    Hello!After I've done my last softwere update I couldn't buy or get any free apps on the apps store.There was an error on my paymant method.I reintrodius my data for the credit card and again error for my credit card.I've changed the credit card and the same.why???????

    I have tried all those things I even updated the software to the new iOS system and it still did fix my problem.
    What happened is that my garage band looks like it will open then it shuts down.
    I have lot of important things on my garage band and I'm afraid that if I uninstall it deleting it then reinstalling it all my work on it will be gone and I can't have that happen.
    Everyday I am hoping that when i go to open the app that is will work but it doesn't it gets ready to turn on then it shuts off , the app doesn't even open all the way and turns off.
    I really hope I don't have to erase it.
    It'll say it's ,lading my songs then it shuts down .
    If I waited for the App Store to come up with an update for garage band should I wait till then to update my app so it doesn't get damaged . I don't want to erase it and all my data get erased . I figured if I wait for an update then my garage band will reset itself but won't delete my data. I'm not sure if that will help. Is there anything you or anyone else might know that can help me with this matter ?
    Thank you
    Simachyahi

  • "Use Cellular Data For" is always on. I cant off this...

    I am continuosly using the iPhone. Suddenly i cant restrict few applications from internet in the "Use Cellular Data For". But I cant access few app which has On flag in "Use Cellular Data For". If i disable this, its getting enabling after few seconds,. I reset everything. Nothing works
    Thanks,
    Jude

    This troubleshooting guide helped me. Had to try up to step 7...
    iPhone: Troubleshooting a cellular data connection

  • On iPhone 5c iOS 8.2, I go to settings, cellular, use cellular data for: Under "use cell data for are my apps but they are greyed out how can I ungrey them??

    iOS 8.2 on iPhone 5c, goto settings, cellular, use cellular data for: all my apps under "use cellular data for" are greyed out. I've restart and hard reset. Looked thru all settings. Can someone help??

    Did you try to reset the phone by holding the sleep and home button for about 10sec, until the Appel logo comes back again? You will not lose data by resetting.
    If this does not work, did you try to switch off Cellular Data, restart the phone and switch it back on again?

Maybe you are looking for