Is it possible to create a "daemon" using ABAP?

Hellos SAPients!
How can I create a kind of "permanently running program" in ABAP? Is it possible? Any idea will be greatly appreciated.
Thanks!

Ricardo Fernández Vázquez wrote:
> Hellos SAPients!
>
> How can I create a kind of "permanently running program" in ABAP? Is it possible? Any idea will be greatly appreciated.
>
> Thanks!
You dont need to create a "permanently running program", but just create a program
and schedule a background job from SM36 which runs according to your requirement.

Similar Messages

  • Is it possible to create a cmdlet using PS script ?

    Mostly cmtlets are compiled code which are written in c#. Is it possible to create powershell cmdlets using powershell script ? 
    -Pranav

    That's what Advanced Functions are.  (The original name for Advanced Functions was "Script Cmdlets".)  Check out the about_Functions_Advanced, about_Functions_Advanced_Methods, and about_Functions_Advanced_Parameters help files for more information
    on this topic.
    I'm not surprised, once more, that this rubbish-ell coder spreads wrong concepts about PowerShell. 
    If this rubbish-ell coder cared to read the about_* mentioned, he would have read that
    advanced functions and
    compiled cmdlets have differences!
    If the two halves of his brain are not 'smoked' he may conclude that two things that have differences cannot be considered the same (I don't know if his brain has been completely 'smoked').
    It's my obligation to mark this post as ABUSIVE for spreading wrong PowerShell concepts.
    David is a pro and you are a troll. The OP's original question was:
    "Is it possible to create powershell cmdlets using powershell script ?"
    He did not ask whether it was possible to create Compiled Cmdlets with Powershell code. If an advanced function works exactly like a compiled cmdlet at the command line then it qualifies as a cmdlet. I spend a lot of time writing such cmdlets
    and they are exactly that - cmdlets!
    Conceptually, David is exactly right. No one said there are absolutely no differences between the two, but expounding on the concepts of using Powershell is not the same as trying to call out everyone here on tiny little nitpicks, which
    is what you are doing (abuse).

  • Is it possible to create Excel Sheet using OLE automation in App server

    Hi,
       Is it possible to create Excel Sheet using OLE automation in Application server(Open Dataset)
    Thanks in advance...

    Unless your application server is on Windows OS, or it is connected to a Windows server by RFC. What is the requirement exactly, I don't understand?

  • Is it possible to create dynamic reports using iReports in netbeans ?

    Hi
    I want to know that is it possible to create dynamic reports using netbeans? Dynamic reports means based on user selection(for eg. say by selecting values from combo boxes) some query will be genatated and fetch the query result from data base and displayed results in iReports only my problem is i am working on Netbeans IDE and i have installed iReports as plugins in netbeans IDE. and i am not able to find any tutorial that show me how to work with iReports under netbeans IDE. and how to create dynamic reports in iReports. If u know any such tutorial then can you send me link plz...!
    Thanks

    What do you mean by "in Start Menu"? Do you mean Live tile? See https://msdn.microsoft.com/en-us/library/windows/apps/hh465403.aspx
    https://msdn.microsoft.com/en-us/library/windows/apps/dn468032.aspx
    Best Regards,
    Please remember to mark the replies as answers if they help

  • Is it possible to create Secondary Tile using Templates in Windows Store apps?

    Hi Team,
    We can update Secondary Tile with Templates using notificatations,  Is it possible to create Secondary Tile using Template in Start Menu
    Tanks,
    Siva Varri
    Thread response from msdn

    What do you mean by "in Start Menu"? Do you mean Live tile? See https://msdn.microsoft.com/en-us/library/windows/apps/hh465403.aspx
    https://msdn.microsoft.com/en-us/library/windows/apps/dn468032.aspx
    Best Regards,
    Please remember to mark the replies as answers if they help

  • Possible to generate graphics dynamically using ABAP?

    Hello friends,
    It is possible to generate graphics dynamically using ABAP as programming language? In the same line like SVG (Scalable Vector Graphics) or ChartDirector?
    Output of this abap program should be a picture.
    Daniel

    Hi Daniel,
    Have a look at URL
    http://help.sap.com/saphelp_nw04/helpdata/en/0c/5c55a8d0a611d2963100a0c9308b1f/content.htm
    Also have a look at SGRB Package/deveoplment class.
    Thanks
    Lakshman
    Message was edited by: Lakshman Tandra

  • HOW TO creat  BAR CHART using ABAP Programming

    DEAR ALL,
    I want some help as to how to creat GRAPHICAL display using ABAP programing (BAR CHART) any sample codes Example will be very helpful.
    Regards,
    VJ

    On earlier versions, you can do something like this.
    [code]
    REPORT ZRICH_0005 .
    DATA: BEGIN OF ITAB_DATA OCCURS 0,
               DATANAME(15),
               QUANTITY1 TYPE I,
               QUANTITY2 TYPE I,
               QUANTITY3 TYPE I,
          END OF ITAB_DATA.
    Data: BEGIN OF ITAB_OPTIONS OCCURS 0,
               OPTION(20),
          END OF ITAB_OPTIONS.
    ITAB_DATA-DATANAME = 'Maple'.
    ITAB_DATA-QUANTITY1 = 5500.
    ITAB_DATA-QUANTITY2 = 6200.
    ITAB_DATA-QUANTITY3 = 5900.
    APPEND ITAB_DATA.
    ITAB_DATA-DATANAME = 'Oak'.
    ITAB_DATA-QUANTITY1 = 3500.
    ITAB_DATA-QUANTITY2 = 5200.
    ITAB_DATA-QUANTITY3 = 4400.
    APPEND ITAB_DATA.
    ITAB_DATA-DATANAME = 'Cherry'.
    ITAB_DATA-QUANTITY1 = 1800.
    ITAB_DATA-QUANTITY2 = 2200.
    ITAB_DATA-QUANTITY3 = 1900.
    APPEND ITAB_DATA.
    CALL FUNCTION 'GRAPH_MATRIX_3D'
         EXPORTING
              COL1        = 'Jan'
              COL2        = 'Feb'
              COL3        = 'Mar'
              TITL        = 'Lumber Usage in $'
         TABLES
              DATA        = ITAB_DATA
              OPTS        = ITAB_OPTIONS
         EXCEPTIONS
              OTHERS      = 1.
    [/code]
    Regards,
    Rich Heilman

  • IS IT POSSIBLE TO CREATE TRANSACTION WITHOUT USING ACTION BOX?

    HI,
    We are trying to implement CIC NON-TELEPHONY.
    Our requirment is simple we need to create complaint from CIC.
    Is it possible to create a transaction without calling it from action box using default workspaces.
    I mean i will not configure action box at all all i do is create a default work space for complaint which appears when the CIC screen is called up.
    Is it really possible to create this way or is it mandatory that the transaction should be called from action box only to create it?
    Can some one please advice on this we just need to create a couple of transactions from CIC 'cause we are planning to set up a small call centre.
    Though i am not sure of the way it needs to be created i tried to create it with default workspaces ( i mean i did not call it from the action box) but the problem is while i create the transaction in this way i have a problem with partner determination and organization determination they are wrongly determined.
    So, i need to confirm is this way of creating acceptable.
    Awaiting suggestions
    Regards,
    SAM

    Hi Sam,
    As far as I know, the way that you use the Default workspace(Business Activity) with the transaction type as Complaint should be fine. There is no hard and fast rule to only create the Complaints in CIC via Action Box.
    Pertain to the Partner / Org. Determination, when you launch CIC, then as per the configuration, the default workspace(Business Activity) of the transaction type Complaint will be used and at this very begining itself the partner determination(associated with the transaction type) will be executed. And this is what you can see in the workspace as well.
    When you confirm a BP, then as per the customizing maintained in the transaction CRMC_CIC_SEARCH_RULE("Profiles for contact search"), the BP1 and BP2 partner functions will be pushed into the Activity you made as default for the interaction.
    This is how the CIC - with Business Activities & Partner Functions will work. I guess, apart from the way that you had made the default workspace of the transaction type as Complaint, you can also have a look at the above mentioned transaction for Contact searches and according to your need you can change the partner functions.
    Hope this information helps !
    With Best Regards,
    Vinod

  • How to Create an XML using Abap Objects

    Hi there,
    who has an example how to create an XML Document from an internal table using abap objects
    e.g. Class CL_XML_DOCUMENT_BASE ?
    any feedback is welcome.
    thanks
    Johann

    Hi Johann,
    You don't need a class to do the job if you are on a 6.10 or higher system. Use command CALL TRANSFORMATION to create an XML from an internal table.
    Regards,
    John.

  • Create ODF document using ABAP ?

    There any way to create ODF documents (Text/Spreadsheet) using ABAP + http://opendocument.xml.org standards ?
    Tks,
    Cleber

    There any way to create ODF documents (Text/Spreadsheet) using ABAP + http://opendocument.xml.org standards ?
    Tks,
    Cleber

  • Is it possible to create an array using Advaced Actions?

    I need to create an interaction where the user can make selections from a long list of items on multiple slides. I want to store these 'customized selections' in a an array so that at the end of the course, I can display specific feedback that relates to the selections the user made throughout the course. Is it possible to do so using Advanced Actions? Can anyone point me to a resource that describes how I might accomplish this functionality?
    Thanks!

    It depends how you create the 'selections', how many items can be selected (all of them?) and how you'll create the feedback based on those selections. There are plenty of use cases with advanced actions on my blog.
    Another approach would be to use JavaScript of course.
    Lilybiri

  • Is it possible to create a RFC using EWB(Engineering Workbench) API's???

    Hi Experts.
    My Client has a requirement. He wants me to check on EWB(Engineering Workbench) API's to create a RFC to MODIFY ROUTING. I've seen EWB(Transaction Code: CEWB). It is a Workbench for Modifying Routings/BOM's etc.,, Now I want somebody who is expert in ABAP OO to tell me is it possible to write a custom RFC for Routing Modification?

    You can use use the function module 'CP_BD_DIRECT_INPUT_PLAN' or 'CP_BD_DIRECT_INPUT_PLAN_EXT' to update routings.
    Edited by: Carsten Grafflage on May 20, 2010 4:18 PM

  • Is it possible to create a list using the addresses in the "TO" list from a received email?

    I have a very large group I'd like to create an email list for. I don't want to have to search in my address book for every address that needs to go into it. Is there away that I can use an email that I've received which has been sent to every member I want in the list - all are listed in the "To" portion of the header - and create a list from those addresses? Thanks.

    I know how to do that. I don't want to have to take the time to search through the gazillion addresses in my address book to find each one and then drag or type them into the list. My question was is there away to have all the addresses in the "To" field used to create a list by - for instance - somehow selecting all of these addresses and saying create a list from them. Or clicking on an option that would give me the ability to create a list from all the addresses in the "To" field of a specific email. Thanks.

  • SQL Developer Data Modeler? Is possible to create table partitions using

    Hi,
    I have been surfing on table properties and I have been able to see where to define partitions on table. It's possible to do it?
    Thanks

    You need to open physical model and you can create partitions there.
    Philip

  • Create an event using abap class (transaction swetypv)

    Hi,
    I’m trying to create an event by using an abap class.
    The purpose is to update po reqs using BAPI_REQUISITION_CHANGE upon saving a sales order. The exit is called on saving a sales order MV45AFZZ.
    In MV45AFZZ the method cl_swf_evt_event is called and the object type, event, objkey and obj cat is exported.
    Object Type = ZBUS203200
    Event = Z_TRAD_ORDER_CHANGE_OO
    I created my class ZCL_UPDATE_PUR_REQ (by copying CL_SWF_RUN_WIM_HANDLER
    And using interface name BI_EVENT_HANDLER_STATIC )
    In /nswetypv I assigned Class ZCL_UPDATE_PUR_REQ
    to Object Type ZBUS203200
    And Event Z_TRAD_ORDER_CHANGE_OO.
    All that works fine except for passing in the objectkey.
    In Class ZCL_UPDATE_PUR_REQ
    Method BI_EVENT_HANDLER_STATIC~ON_EVENT
    When I go to create a parameter for object key, I get the message
    ‘Parameters/exceptions of inherited methods or events cannot be changed’.
    Has anyone any suggestions for how I can get the object key into the method call BI_EVENT_HANDLER_STATIC~ON_EVENT?
    Thanks
    Ann

    Hi Johann,
    You don't need a class to do the job if you are on a 6.10 or higher system. Use command CALL TRANSFORMATION to create an XML from an internal table.
    Regards,
    John.

Maybe you are looking for

  • Help me please

    Hi, i want to know if this laptop is good for games http://www.bestbuy.com/site/Toshiba+-+Satellite+Laptop+/+Intel%26%23174%3B+Core%26%23153%3B+i5+Proce... I want to run HoN=Heroes of newerth, Cs 1.6 and Call Of Duty Black Ops thank you

  • Where to purchase and what version of Windows 8.1 for late 2013 MBPr 13'?

    Hello all,         Im new to this place and am new to Bootcamp. I want to run Windows via my MBPr but there is no optical drive. Where can I purchase / what version of the Windows 8.1 do I purchase if I am doing a fresh install (i do not have any pre

  • On a page change, GIFs in the orignating page stop animating - how can I keep them animating until the page actually changes?

    On some pages in my application I put up a mask and a loading dialog when changing page. This dialog has a GIF as a background image as a loading/waiting indicator. This GIF plays one or two frames and stops when the pages begins its redirection to t

  • Uninstallation SQL server 2014

    I installed sql server 2014, but after six months this version has expired and logically it should be a registred and not a trial version.  I decided to uninstall and reinstall, but some services could not be installed as the engine of the database,

  • Addon connection and SAP Client  running slow

    The configuration of the server IBM SERVER X3400 M3 7379-1VS IBM 300 GB SAS HDD IBM 4 GB RAM KIT IBM RPS FOR SERVER IBM CPU X3400 IBM MS ROK KIT MS WIN 2008 SERVER R2 64 BIT But still when my client system starts the SAP application runs very slow. c