Is it possible to create manually a dump?

Dear all,
I have a question about Dumps created in SAP while programs run with unpredicted errors.
I have a specific table defined in the dictionary which has two coloumns progId and path.
The first one is a unique identifier given to a program and the second column is an absolute path on the
unix server where SAP is installed.
For example
MyProg | /usr/tmpbatch/data/E200
Means that the ABAP program named 'MyProg' will run and its output file (the output of the program) and the
log file are created in /usr/tmpbatch/data/E200.
In each of my programs, first of all I check the content of this table in order to ensure that the path is defined for the
given program (and therefore I may be able to create avec success both output and log files). If there is no entry
in the table for the given program, I leave the program by calling the STOP instruction.
My programs run at night, so the next day the corresponding users read the content of the generated output/log files.
As a result, if the path is not defined properly for a given program in the table, the program is not run and therefore
there will be no output/logfile the next day.
My question is How can I inform the user who arrives the next day observing that one program has not been run? How
can I tell him by some kind of system message that the program exited because the path for the files had not been defined in
my table?
Each morning, we can analyse the dumps which were produced during the precedent day. So that we may know
(approximately) what went wrong. But as far as I know, dumps are generated automatically by the system. Is it possible
to generate a dump (by calling some fucntion) with an appropriate error message for my problem?
Thanks in advance,
Dariyoosh

Hello again,
First of all I would like to thank everybody for their attention to my problem and
for spending time for answering my question. Thank you all very much.
Currently, Thomas' solution about MESSAGE_TYPE_X seems to work pretty well
for my problem. As all of you mentioned  that, there should be softer methods to inform
users. One main problem is that the program which lanuches my programs during night
is not a sap user, it is a Unix scheduler (please forgive me I don't know these administration
details and how they work) so  according to what the administrator told me it is not possible
to send email. As a result, I think I may go with MESSAGE_TYPE_X until I found another proper way.
Once again, thank you all for your help.
Kind Regards,
Dariyoosh

Similar Messages

  • Is it possible to create an EQ setting (manual) in iTunes that can be stored on an iPod nano as an addition to the 22 EQ onpresets?  I want to use a manual setting for my headphones without applying the setting to each song.

    Hi.  Is it possible to create an EQ setting (manual) in iTunes that can be stored on an ipod nano as an addition to the 22 EQ presets?  I want to use a manual setting for my headphones without applying the EQ to all the individual songs.  I'd use a different EQ for my dock.
    Thanks.
    Paul St

    A quick look at the DM1 site shows that it works with Audiocopy.

  • Tariff scheme was created manually - upload not possible

    Hi guys
    I tried to upload german import numbers (purchased from BANZ provider). I used transaction /SAPSLL/LLNS_UPL101
    Unfortunately I am getting the error message  'Scheme was created manually - upload not possible'
    This scheme was already in the system (I guess it's standard) - how to deal with that?
    For sure I need to delete an entry somewhere in the customizing - but where???
    Your help is very appreciated..Thanks in advance!
    Best regards
    t.

    Hi Tsunami,
    If you maintained data manually and then after trying import from official XMLs you get this error.
    Please clear these tables for your CTS scheme :
    /SAPSLL/CTSNUM
    /SAPSLL/CTSNUMT
    /SAPSLL/CTSGEN
    /SAPSLL/CTSGENT
    or set field CREO in these tables to a value (for all commodity/tarrif codes) that will allow upload.
    Probably a small ABAP report will help you in the fastest way.
    Hope this helps,
    Branislav Petricek
    Edited by: Branko Petricek on Aug 2, 2011 2:54 PM

  • Is it possible to create a generic report that accepts the SQL as a param

    Is it possible to create a generic report that accepts the FULL sql statement as a paramater and returns variable results based on this?
    We have a requirement to have a generic export routine to spit out csv's from clicking on a web page hyperlink, which would need to accept a "new" sql statement for every run, each containing different columsn etc that would be needed in the output.
    I was hoping could have a generic Oracle report, exporting delimited data format (and as such not using a layout) and somehow pass in the "new" sql statement as a parameter at run time - each sql statement would be different with different columns etc.
    Is this possible with oracle reports ?
    thanks

    If you need a simple dump of data you could try writing a report with a simple query such as
    select 'Report title or column headers'
    from dual
    &data_query
    then your &data_query parameter could be
    union select col1||','||col2 from data_table
    If you are outputing a comma separated data dump the you can concatenate together your data into a single text field.
    This would allow you to have a simple heading followed by the actual data. I guess you could extend this so that the 'Report title or column headers' from the first query was also a parameter to output your row headings i.e.
    select :column_headings_text
    from dual
    &data_query
    Give it a go and good luck

  • Is it possible to create a configuration profile that will install multiple network printers and their associated drivers

    Is it possible to create a configuration profile that will install multiple network printers and their associated drivers?
    I was not able to find profile manager on my employer's installation of 10.6 Server. Is this only a feature of 10.7/10.8 server?

    10.6 server does not have profile manager, profile manager is only available in 10/7 and 10.8 server
    for 10.6 server you'll need to use wgm and server admin
    printer management with 10.6, I recommend you read the relevant server manuals regarding
    print server and user management, printer management

  • Is it possible to create a new iCloud account and permanently transfer existing store purchases to it?

    Is it possible to create a new iCloud account and permanently transfer existing store purchases to it?

    Thank you for taking the time to try to answer my question. Let me phrase it slightly differently...
    I have a very old appleid that I've used for store purchases. I had a MobileMe account that was upgraded to iCloud. I'd like to merge the account data. I've been hoping Apple would come up with a solution to this, but they haven't yet.
    So, I'm wondering if I should make a new account of some sort and try to transfer data to it from both of the old accounts. It sounds like that can't work.
    I suppose then that the only thing to do is manually transfer all the information from the old MobileMe account to the primary appleid (which is some sort of iCloud + Store combination, no?). That might not be that hard to do, but it is somewhat high risk.

  • Is it possible to create a Visual Studio plugin that can copy TFS work item ID by adding a context menu in the work item UI?

    Our team is using VS2013 and TFS 2013, and in our daily work we often open a TFS query, then we need to open a work item, and we often need to copy the ID, for example, to the email.
    But currently the field is read only, and we often manually copy it.
    So is there any convenient way to solve this? Any built in ways?
    If no, is it possible to create such a plugin?
    Regards,
    Lei Yang
    from Motorolasolutions

    Hi Lei Yang
    You can try the following work around to copy work item ID
    for VS 2013:
    Right click on work item tab header in VS 2013 and click 'Copy Full Path' from context menu
    When you paste it on notepad/email you will get work item ID at the end of the path:
    http://sumiran-dev:8080/tfs/web/wi.aspx?pcguid=d855bc22-69a8-45a5-b6fc-25f096ade8f5&id=46
    For Web Portal:
    Right click on work item link at top and click 'Copy shortcut' from the context menu
    When you paste it on notepad/email you will get work item ID at the end of the shortcut:
    http://sumiran-dev:8080/tfs/DefaultCollection/TFS%20Scrum%20Demo/_workitems/edit/46
    Thanks
    Sumiran

  • Error while creating manual planned order in apo

    Dear expert
    While I am creating manual planned order i am getting error as message /sapapo/rrp251
    Every thing is correct BOM and PV's no error after consistency check and it getting succesfully transffered to APO and it is also visible in APO
    But while creating manual planned orders planned order are not getting generated  I am using BLock planning with PPDS
    Please help How to resolve it
    Regards
    Virender

    Hi
    The error message /SAPAPO/RRP251 - Error occurred while creating order means While creating an order, the system encountered problems, such as, for example, no available components or components that are available late, orders that could not be scheduled, and so on.
    I think system attempted to solve the availability problems by using alternative procurement options. This was not successful. The order could not be created. Check the exceptional situations in the planning protocol, under Goto -> Planning log, and deal with the causes of the exceptional situations if this is possible or necessary.
    Thanks
    Amol

  • Is it possible to create box plots in illustrator? If yes, then how?

    Is it possible to create box plots in illustrator? If yes, then how?

    You draw them manually. There is no built-in functionality. AI simply sucks for any kind of diagrams.
    Mylenium

  • Is it possible to create internal connection in SM59

    Is it possible to create internal connection in SM59?  I tried but it seems it is not possible.
    What are internal connections made for?

    Internal connections is basically the connection between you CI and you DI's and viceversa... this connections are automatically generated when the instaces are installed.
    I wonder why you want to set one up manually.
    Regards
    Juan

  • Is it possible to create a workflow that exports PDF tables to Excel?

    Afternoon all,
    I've seen that it's possible to export tabulated information within a PDF document to Excel (http://www.adobe.com/products/acrobat/pdf-to-excel-xlsx-converter.html) but this is a very manual process.
    I'm wondering if it's possible to create an automated set of steps that I can point to a directory of PDF files, which'll run through the files and export thier contents to Excel.  PhotoShop has something similar in its image resizing actions.  This'll save me a lot of manual time going forward, so any help would be appreciated.
    Thanks,
    Steven

    This is possible with an action in Acrobat Pro.

  • Is it possible to create a panel with JavaScript?

    Hi friends
    As I´m studying JavaScript and the user interface creation...would like to ask (more for curiosity):
    Is it possible to create a new panel for Illustrator using JavaScript? Or this is only possible using C++?
    (in the Window Class UI we have the "palette" creation method..so wondering the result of it too)
    Thank you a lot
    Gustavo

    Hi Larry
    Thank you a lot for sharing this reference. This has alternative explanations from the JavaScript Tools Guide that already come with the Extended Script Toolkit SDK (I´m reading this and finding very very useful).
    My question, however, is not covered in any of the manuals.
    I´d like to confirm if a panel (like Brushes, Swatches, Appearance and Layer Illustrator panels) can be made only via C++??? (and not via JavaScript).
    Can I assume the Script UI capabilites in JavaScript can resume itself on creating dialog boxes only (not panels that persist, keep opened in the software, also could be docked in the side of app)?
    Thank you
    Gustavo.

  • Is it possible to create java standalone programs with java ME 8

    Hi,
    Comparing java ME to java SE, I have the impression that midlets are similar to applets.
    When working with java SE, I usually make standalone programs.
    Now, I wonder if it is also possible to create also standalone programs for java ME, if the classes are only  using java ME API's.
    I already noticed that netbeans does not allow to build a project that does not contain a midlet, but maybe, it is possible to create a jar file
    using the javac and jar commands. Or is there a specific reason why netbeans does not allow to build a project without midlets?
    The reason for asking is, that I often make small tools in java that ae then called from a linux script. I imagine that this might be useful on the raspberry pi as well.
    Thanks in advance
    Jef

    Hi Jef -
    Comparing java ME to java SE, I have the impression that midlets are similar to applets.
    Sort of - similar life cycle methods - so conceptually, yes.
    Now, I wonder if it is also possible to create also standalone programs for java ME, if the classes are only  using java ME API's.
    In a way, yes. If you build an project, you will notice a JAD file and JAR file in the dist directory of the project.  JAD is the descriptor for a MIDlet - in mobile devices, the JAD
    file is loaded first to determine if the MIDlet has enough privileges to load and run, before the corresponding JAR file is downloaded.
    However, the JAD file can also be included in the Manifest of the JAR and the JAR copied to the embedded device manually and run there.
    I already noticed that netbeans does not allow to build a project that does not contain a midlet, but maybe, it is possible to create a jar file
    using the javac and jar commands. Or is there a specific reason why netbeans does not allow to build a project without midlets?
    You can build JAR files and include them into Java ME Embedded projects, but just like Applets, to use the Application Management System (AMS) on the Raspberry Pi, you must have a MIDlet to run.
    Perhaps you mean that you would like to launch the AMS and load a MIDlet from the command line on the Pi?
    If so, take a look at this section of the Getting Started Guide for the Raspberry Pi.
    Tom

  • Is it possible to create shortcuts for Faces in iPhoto or Aperture?

    I am naming hundreds of faces.
    The auto detect function has exhausted all its options, so am now doing the remainder manually.
    Is it possible to create a shortcut for: 1) add a face? 2) specific names of faces?
    As am I doing hundreds its quite a laborious task.
    Thank you

    No.  The max no. of months you can create a calendar with is 24.  You might try using iCal.  It's perpetual.
    OT

  • Is it possible to create LABViewApplication for our own Hardware?

    Hi everybody...
    We have designed our own Data Acquisition Hardware...earlier we were developing GUI application using VC++ for that hardware..
    Is it possible to create GUI application for our own hardware?..(Serial port,parallel port,ethernet,TCP/IP,USB)..
    (not NI Devices)
    if possible then how to communicate with our hardware....(how to send & receive commands b/n appln software & our hardware)
    need to write any protocols...(then how to write it in Labview)
    i tried something like configuring the channels.....i found difficult to do that..
    is there any way to do that
    i attached our GUIappln jpeg file with this msg as attachement(i need these to be implemented in LabVIEW)
    help me regarding to that appln ..
    thanks...
    Attachments:
    jpeg1.bmp ‏1451 KB

    Itjalal,
    Absolutely. By all means.. NI software tools are not used exclusively with NI products, although in most cases, you'll appreciate that
    You can create your own custom GUI in LabView or LabWindows-CVI (if you are more familiar with C/C++ and need to create instrument drivers). The benefit of using LabView is to be able to create a custom GUI and the tests quickly. You have all the choices for communication (Serial port,parallel port,ethernet,USB).
    LabView is designed with the end-product in mind, however, you will have to prepare your protocols (drivers). I typically create them using LabWindows-CVI as wrapper functions, but if you can communicate to your product directly using software like HyperTerminal or using a TelNet session, then you can communicate with the product by simply using LabView. Even parallel port communication is simple.
    To answer your question on how communication is accomplished, you will have to let us know the following:
    1. what version of LabView that you are using?
    2. how do you "manually" communicate your your product at the moment?
    3. what is your preferred communication method? (Serial port,parallel port,ethernet,USB)
    4. do you have existing communication protocols?
    5. how did you try to configure the channels? can you provide a brief explanation?
    The GUIappln jpeg can be created using LabView. Let's start with the questions above.
    Please keep using this thread as it can contain all the steps to get you to success.
    And remember: have fun with LabView (experiment with it).
    JLV

Maybe you are looking for