How to do a sapevent with Redwood

Hi,
i'm trying to simulate this command : "sapevt ZSTART699 -p START name=PBW nr=00"
with Redwood.
How can i do that ?
i've try SAP_RaiseEvent but no result.
thank you
Cipriano

Hi Cipriano,
That makes sense, from the job's point of view everything worked: it raised the event with the parameter, and that worked.
Thanks for the update, and good to hear everything works !
Regards,
Anton.

Similar Messages

  • How to create a node with attributes at runtime in webdynpro for ABAP?

    Hi Experts,
             How to create a node with attributes at runtime in webdynpro for ABAP? What classes or interfaces I should use? Please provide some sample code.
    I have checked IF_WD_CONTEXT_NODE_INFO and there is ADD_NEW_CHILD_NODE method. But this is not creating any node. I this this creates only a "node info" object.
    I even check IF_WD_CONTEXT_NODE but i could not find any method that creates a node with attribute.
    Please help!
    Thanks
    Gopal

    Hi
       I am getting the following error while creating a dynamic context node with 2 attributes. Please help me resolve this problem.
    Note
    The following error text was processed in the system PET : Line types of an internal table and a work area not compatible.
    The error occurred on the application server FMSAP995_PET_02 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: IF_WD_CONTEXT_NODE~GET_STATIC_ATTRIBUTES_TABLE of program CL_WDR_CONTEXT_NODE_VAL=======CP
    Method: GET_REF_TO_TABLE of program CL_SALV_WD_DATA_TABLE=========CP
    Method: EXECUTE of program CL_SALV_WD_SERVICE_MANAGER====CP
    Method: APPLY_SERVICES of program CL_SALV_BS_RESULT_DATA_TABLE==CP
    Method: REFRESH of program CL_SALV_BS_RESULT_DATA_TABLE==CP
    Method: IF_SALV_WD_COMP_TABLE_DATA~MAP_FROM_SOURCE_DATA of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_COMP_TABLE_DATA~MAP_FROM_SOURCE of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_COMP_TABLE_DATA~UPDATE of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_VIEW~MODIFY of program CL_SALV_WD_C_TABLE_V_TABLE====CP
    Method: IF_SALV_WD_COMPONENT~VIEW_MODIFY of program CL_SALV_WD_A_COMPONENT========CP
    My code is like the following:
    TYPES: BEGIN OF t_type,
                CARRID TYPE sflight-carrid,
                CONNID TYPE sflight-connid,
             END OF t_type.
      Data:  i_struc type table of t_type,
      dyn_node   type ref to if_wd_context_node,
      rootnode_info   type ref to if_wd_context_node_info,
      i_node_att type wdr_context_attr_info_map,
      wa_node_att type line of wdr_context_attr_info_map.
          wa_node_att-name = 'CARRID'.
          wa_node_att-TYPE_NAME = 'SFLIGHT-CARRID'.
          insert wa_node_att into table i_node_att.
          wa_node_att-name = 'CONNID'.
          wa_node_att-TYPE_NAME = 'SFLIGHT-CONNID'.
          insert wa_node_att into table i_node_att.
    clear i_struc. refresh i_struc.
      select carrid connid into corresponding fields of table i_struc from sflight where carrid = 'AA'.
    rootnode_info = wd_context->get_node_info( ).
    rootnode_info->add_new_child_node( name = 'DYNFLIGHT'
                                       attributes = i_node_att
                                       is_multiple = abap_true ).
    dyn_node = wd_context->get_child_node( 'DYNFLIGHT' ).
    dyn_node->bind_table( i_struc ).
    l_ref_interfacecontroller->set_data( dyn_node ).
    I am trying to create a new node. That is
    CONTEXT
    - DYNFLIGHT
    CARRID
    CONNID
    As you see above I am trying to create 'DYNFLIGHT' along with the 2 attributes which are inside this node. The structure of the node that is, no.of attributes may vary based on some condition. Thats why I am trying to create a node dynamically.
    Also I cannot define the structure in the ABAP dictionary because it changes based on condition
    Message was edited by: gopalkrishna baliga

  • How many 'seats' are included with Adobe Creative Cloud for teams?

    How many 'seats' are included with Adobe Creative Cloud for teams?

    Hi Mrfrodo,
    There isn't a set number, you purchase the number you would need based on the size of your organization.
    This section of the FAQ might also be helpful for you to learn more about team too.
    http://www.adobe.com/products/creativecloud/faq.html#ccm-teams
    -Dave

  • How to start a application with a login window?

    hi there
    does anyone have any idea on how to start an application with a login window? a login window is the first frame or window to be displayed when an application starts running. and only correct login id and password have been entered the real application will start. any sample out there? thank you.

    You can start a new thread by making a thread object and passing it an implementation of a runnable object. Runnable has just one method, public void run(), this is was gets executed in a second thread. perhaps the code you would use would look something like this.
    <code>
    // set up thread for login window
    new Thread(new Runnable() {
    public void run() {
    // construct your login window here
    // when you are done processing the
    // password....
    if(goodPassword) {
    authorized = true; // a global variable
    notifyAll(); // don't forget this
    else {
    System.exit(42);
    }).start();
    // control does not stop this code gets executed while
    // the above thread is running.
    // Set up main program here. This is done in the
    // backround.
    while(!authorized) {
    synchronized(this)
    { wait(50); }
    // now when the user logs in this frame pops
    // up real quick.
    myFrame.setVisible(true);
    </code>
    Hope you can figure it out.. good luck :)

  • How to debug web app with weblogic?

    I wrote a web app that includes jsp files and some javabeans, then I put the jsp files to directory
    mydomain\applications\DefaultWebApp
    then I complied javabeans and put those classes to
    mydomain\applications\DefaultWebApp\WEB-INF\classes
    Then I start the weblogic,it runs very well.
    I modified some javabean, complie them and put classes override the old classes,
    but the web app can not find the new classes.
    Any one know How to debug web app(with javabeans) in weblogic?
    thanks!

    how to config the hot deploy?
    thxSorry, for this delay in responding. I had set notify me with email option in Watch This topic; but I never did get any email notification.
    I use wls6.1; I think the process may be very similar to this in wls8.x. In wls6.1 (sp5), this is done via the -
    Dweblogic.ProductionModeEnabled=False or
    Dweblogic.ProductionModeEnabled=True
    in the startup cmd/sh script. Out of the box, wls6.1 is set to Dweblogic.ProductionModeEnabled=False which automatically enables hot deploys.

  • My iTunes library is missing since upgrade Lion 7.2.  I have it all backed up so that's not the issue. How can I reinstall it with all my hundreds of playlists intact or do I have to recreate each one upon reinstalling the backup copy? Thank you for help

    Almost my iTunes library is missing since upgrade Lion 7.2. (the last 2.5 weeks worth of added music has transferred post-upgrade, none of whcih was bought from iTunes)
    I have it all backed up so that's not the issue. How can I reinstall it with all my hundreds of playlists intact or do I have to recreate each playlist upon reinstalling the backup copy? This would save a HUGE amount of time and efforts. Thank you for your help!

    hi Limnos,
    I do not mean the entire ITunes folder but, rather, the contents of the ITunes folder prior to September 29th.  (90% of the media is missing, along with all playlists)  The media that remains says it was added on 9/29 although I know most of it was added many months or even years earlier. There are no playlists listed at all, before or after 9/29.  (I know for certain that I added non-iTunes purchased songs on 10/6 although I had not created playlists for them)
    I have my iTunes folder backed up on both an external drive as well as Time Machine.
    I run iTunes off of an ITunes folder on my computer rather than from the external, if that's what you mean about how I have it set up. 
    Is it OK to drag the entire iTunes folder from the external drive onto my laptop's drive and see if that fixes it?
    Thank you for your help!
    Deb

  • I have like five GB's of ghost data (data the device claims is not there but it is still taking up space) on my I pad 2 from a failed movie download attempt. How do I fix that with out resting my iPad? I have only 1GB left of storage

    I have like five GB's of ghost data (data the device claims is not there but it is still taking up space) on my I pad 2 from a failed movie download attempt. How do I fix that with out resting my iPad? I have only 1GB left of storage
    The movie had gotten to the point that I could watch it all the way through but it still said processing and got stuck at that point and when I turned off the wifi to try to restart it, it deleted its-self but did not free up any of the storage It was taking up
    Restarting my iPad does not help
    Some thing similar also happened to my old laptop when trying to download the iOS 5 update to my laptop when it came out. It kept getting disconnected and every time it would try to start over and act like what had already been downloaded was not there though it was still taking up the storage space.
    And it continued repeating until it took up all of my storage space. The data file would not show up anywhere so I had to restore my laptop to the factory settings and that worked for awhile but I eventually had to get a new laptop.

    Did you try to set it up as new device, as explained in this article?
    How to erase your iOS device and then set it up as a new device or restore it from backups
    If this does not work, use iTunes to set it back to factory settings, which would also install the latest software:
    Use iTunes to restore your iOS device to factory settings - Apple Support

  • How to connect my ipad with mac using bluetooth?

    how to connect my ipad with mac using bluetooth?

    You can't so quit trying. Take a look at this to see what is supported with regard to Bluetooth connections in iOS.
    iOS: Supported Bluetooth profiles

  • How to connect my Macbook with an ipad mini in order to have an access to the internet on my iPad?

    Dear fellows, I am having a trouble in how to connect my mac with an iPad mini in order to have an access to the internet.

    If you are attempting to share your iPad mini's cellular data connection with the MacBook, please check out the following Apple Support article for additional details on how to do so.

  • HT1695 How to connect my iPhone with the printers at school? Many thanks

    How to connect my iPhone with the printers at school? Many thanks

    They must be Airprint capable printers... if they are not, then there is no supported way of connecting to them.
    Airprint 101

  • How to connect Apple TV with an iPad ?

    How to connect Apple TV with iPad ?

    Welcome to the Apple Community.
    Assuming both devices are on the same network and that AirPlay is not turned off on the Apple TV, then simply tap on the screen when you are watching content you wish to stream to your Apple TV, then tap the airplay icon that appears in the control bar, choose the Apple TV from the menu that appears.
    When displaying the content you wish to mirror on the iPad 2 (or better), iPad Mini, iPhone 4S (or better), double tap the home button (quickly) and swipe the bottom row of apps to the right to reveal the playback controls, tap the AirPlay icon and select your Apple TV from the list of available devices.

  • Should I leave Verizon with one month left on my contract so I can upgrade? The ETF seems worth it considering the bad customer service I received and how long I've been with Verizon.

    I've been with Verizon for a really long time and one of the best things about their upgrades was that they used to allow you to do it a little early.  And since you dont really keep up with plan changes until a new phone comes out or you are closer to your upgrade eligibility date, I didnt realize that they changed this.  My phone is on its last leg.  2 years is a long time for a device that you use every day, 50 times a day.  My upgrade date is a month away and I'm considering moving to a different service and letting them pay for my ETF.  I have called Verizon asking if there was anything they could do to allow me to upgrade early and they said no.  When did this start happening?  They tried to sell me the "Edge" but thats the same as paying 700 dollars.

    ATT doesnt care how long you've been with them
    cox doesnt care how long you've been with them
    your eletricity company doesnt care
    your gas station doesnt care
    your grocery store doesnt care
    your car insurance might care , a little.
    Just because uncle  tommy gives you a discount because he's been cutting your lawn for years doesn't mean a large company would. And why should they?
    << Message was edited by: Verizon Moderator to comply with the Verizon Community ToS >>

  • How to file a Complaint with Verizon

    I don’t know how to file a complaint with, or about, Verizon customer service.  After calling Verizon I was shuffled between departments, supervisors, and finally directed to “verizon.com/contactus”.  After spending an hour browsing the “contact us” section of the website, it became abundantly clear that I would not be able to find what I was looking for on the website. 
    A month ago I was in the middle of the moving process and was dreading the seemingly inevitable process of setting up the internet/television/phone, a process that I had to do many times before.  My son had informed me of Verizon’s transfer service, also known as “Moving with Verizon”.  As we were only moving 3 miles down the road, I figured that I would visit my local Verizon store as this would continue to be the store I turn to if I chose to stay with Verizon.  I had several concerns that I wanted to have addressed, chief among them were:
    - I have built up a significant number of movie titles in my digital library.  If I stay with Verizon, will I be able to keep the movies that I had purchased? 
    - Each time I move I am inconvenienced with having to distribute my new phone number to my friends and family.   Will I be able to keep my current phone number if I stay with Verizon?
    - When I first started with Verizon I had significantly less credit with Video on Demand than I do now.  If I stay with Verizon, will I have to go through the grueling process of building up my credit again?
    The sales associate was very kind and willing to help.  I was assured that
    -          I should be able to retain my purchases with Video On Demand
    -          I can bring my phone number from my previous address
    -          My Video on Demand credit could possibly be reset after the transfer, but a single phone call to customer service could set my credit back to normal with minimal effort
    Throughout my questioning I was assured that my current services would transfer uninterrupted by the time of the move.  As you could imagine I was ecstatic.  We scheduled a technician to show up to the new house, when I asked the representative on the phone “What should I do with my current cable boxes and internet router while I wait for the technician?”  I was told that the technician would handle it. 
    The technician arrived two weeks ago, we were given a box and instructed to package the previous equipment and drop it off at our local Verizon store.  The technician gave us our new number, when we asked him about our previous number he appeared to not know what we were talking about.   He was apologetic about the mix up and gave us a phone number that we could contact.  Shortly after the technician left, my family noticed that our digital library was completely empty.  The next day I went back to the Verizon store, was apologized to, and then instructed to only place one order in at a time, because multiple orders on a single account tend to slow each other down.  We decided to resolve the issues one at a time starting with the phone.
    My wife called and was told to wait a day or two.  After waiting two days, my wife informed me that she was bounced between different departments over the course of several days, but was assured that the issue was resolved.  I told my wife that I would handle the future endeavors with Verizon as she appeared to be a little flustered by the experience.  I later received a courtesy call from Verizon confirming that our phone number was restored.  I asked the lady whom I was talking to whether she could help me with my VoD service or transfer me to someone who could.  She assured me that she could help and asked me whether or not we had received new set-top boxes for our televisions. After I informed her of the new boxes, she apologized to me and informed me that due to copyright infringement laws that our digital library was lost and that we could not receive any kind of compensation.  I decided to call customer service, and after talking to representative for almost half an hour I was placed on hold and then told that there was nothing that could be done at this time and that I was going to be disconnected, before I could respond I was hung up on.
    Three nights ago I took my concern back to the Verizon store as I dropped off our previous equipment.  I was given several new phone numbers.  That evening I spent over 2 ½ hours on hold waiting for a representative.  After explaining my situation I was transferred to another representative who worked with me and put in a work order to have our digital library restored.  I was quoted 48 hours, but the issue was resolved that evening. 
    Not intending to cause any more issues with Verizon until our digital library issue was resolved, my family abstained from renting or purchasing any movies from Video on Demand.  I had promised my son and grandson that if the movies were restored, I would add the new Star Trek movie to our library so that we could watch it together. I was slightly irked to realize that when I tried to add a new title to my library an error message would pop up.  I called the number on the message and entered the error code.  I was placed on hold for almost an hour.  When I finally reached a representative, he informed me that the problem was that my credit had been reset during the move and the issue could only be resolved by another department which had just closed for the evening.  I decided to work at home the next day so that I could watch the movie when my son came home that evening.  The next morning I called and realized that the opening time quoted to me was obviously in a different time zone.  When I finally reached an agent, 2 hours later, I was told that I was 5 dollars over my credit limit.  I informed the representative of my situation, as proof I pointed to the fact that the bill that I had paid earlier this week was almost 200 dollars more than my current statement.  I was asked to wait 30 minutes and to call back if the issue hadn’t resolved itself within an hour.  An hour later I called, explained my situation to another representative, and was told to call back in an hour if the problem hadn’t resolved itself.  An hour later I called and after being sent to several different representatives I was asked to call back in an hour if the issue hadn’t resolved itself.
    Meanwhile my wife was contacted at worked by Verizon, informing her that there was no record of us returning the equipment and that we could be facing additional charges if we did not straighten out the issue.  After spending the next several hours assuring my wife and showing her how on the receipt, each piece of equipment was clearly scanned and entered into the system, I decided to call customer service again as my VoD was still displaying the same error message.  I was apologized to yet again, and was told that my order was being slowed down due to a high number of unresolved issues on our account.  I was assured that he would clear out the mess and that we should be able to order movies that evening, if not I should call back in 24 hours.  I apologized to my son and grandson yesterday evening, both of them took it surprisingly well.  This evening I waited until 7:30 to contact customer service (31 hours after I was told to wait 24 hours), I was placed on hold again and again for over an hour and a half.  I finally was told that my account would be cleared out to resolve the issue, I informed the gentleman that I was already told that would be done and then referenced the ticket number that I had received (and double-checked) from the gentleman the day before.  After speaking to his supervisor about the issue I was informed that there was no record of this action nor was there any ticket number matching the one I had given him.  The gentleman tried to help me for several more minutes until he transferred me to another department because neither he nor his supervisors could understand why my account wasn’t letting him change the date on my ticket, as he had reset all my resolved issues. 
    I explained my situation to the representative who after reviewing my account information informed me that I could have had the issue resolved on the 29th of August but someone during my process removed my order.  She then informed me that due to the number of unresolved orders on my account the system could not let her schedule a credit increase until the 26th of September.  After repeatedly asking her what I could do to expedite this process, I came to realize that all she could do was repeat to me the information that she had already said.  I then asked her who I could talk to resolve this issue or file a complaint.  After rambling for several minutes I was then transferred to the billing department.  After explaining my situation, yet again, to another representative, my account was reviewed again, and I was once again informed that I was over my credit limit.  After going into details a little more intimately, I was assured that the earliest that I could receive the credit increase was the 26th of September, and that I should make another payment.  I informed her that I had just paid over $550 dollars on my last bill and had given up the majority of my free time over the last 2 weeks trying to resolve issues that I was assured wouldn’t be a problem by a Verizon representative.   I asked if I could receive a small credit to my account ($30) so that I could just watch the movie and feel like I received a small victory for sacrificing so much of my time.  She informed me that only her supervisor could make that call.  She informed me that I would have to wait around 15 minutes on hold (what’s 15 minutes when I’ve already waited 8+ hours on hold?).  After explaining my situation to Cornell he reviewed my account and then reworded what I had just told him.  He informed me that the department that deals with my issue (the department that just transferred me to billing) was now closed and that I would have to wait until Tuesday (4 days) to have my issue resolved.  After explaining the fruitlessness of dealing with that exact department with the exact information he was trying to send me off with, he placed me on hold for several minutes and then came back and agreed to only meet me half way, a $15 dollar credit.  I was extremely offended.  This is not even 3% of my average bill.  $15 for 2 weeks of unsatisfactory service, in addition to 12+ hours of my personal time in addition to my wife’s time and visiting the Verizon store.  After explaining to Cornell that $15 was less than satisfactory, I asked for an email address or a complaint line.  He agreed with me that it was frustrating and explained to me that it was getting late for his department “almost 11:40 in the evening”, the exact time where I am.  He gave me Verizon.com/contactus, which after reviewing the page, I became insulted.  I have continually followed up with my phone calls and stayed loyal to Verizon, following the instructions of each representative that I have talked to in the last several days.
    Verizon has provided both my family and me with an excellent entertainment package as well as outstanding customer service in the past.  I would like to believe that despite the fact that I was lied to by both a sales representative and a supervisor that my family’s experience over that last few weeks with Verizon is not a common one.  I am more than willing to place this movie order on my next bill, all I ask is that you please help me to enjoy the advertised early release and to enjoy the services I previously had with your company.

    We've been having problem with our Verizon Fios set up since the moment we moved in to our new place. We've had several technicians come through, and then eventualy aftet two weeks of setting up appoitments and calling the customer service folks, they were finally able to resolve the issue. However, the nightmare doesn't end here. Last week, our neighbors switched over to Verizon Fios, and their technician swtiched our cables with theirs ( what a sloppy, lazy, job) meaning that they unplugged everything that was running to our apartments and transferred over to their becuase they didn't want to put in the extra work to chech and make sure that everyone was getting service. After, we had noticed the problem, my husband called  customer service to put in a ticket for the technician to come through and resolve the issue. The ticket was made for Wednesday, Nov 7th, 2013  under ticket number {edited for privacy}, the rep had clealry stated that a technician will come anytime from 3 - 7, which meant that one of us had to be home. My husband took off work and waited for the technician to come through, however, NOBODY showed up. Instead, they told us that they were came at 5 oclock but nobody was home. The same day we called customer service again, and reschudeled to the next day. Thankfully, someone showed up at literally 7pm, meanwhile my husband was waiting at home since 3pm. After hounding them down and calling every hour to make sure that they would show up. Sure enough, they coudn't fix the wiring with out a bucket truck, which the technician mentioned he didn't have since it was already late in the game and eveything was closed. So again, my husband called to make another appoitment, for Saturday, November 9th, 2013, and again, the customer service people  confirmed that someone will show up on this day from 8am-12pm. Guess what!? NOONE came, because NOONE issued a ticket, meanwhile we knew for a FACT that we made an appoitment. It's been one week, and no end to this problem. I am appalled, that a multibillion dollar company such as Verizon has such poor customer service in this area. It is sickening and sad, that noone can come and fix a small issue such as this. I hope that this will be resolved tomorrow, ( as they confirmed that they will come on Sunday) if not we have no other choice but to cancel our services and switch to something else. If only Google fiber was in town, things would have been so much easier, and not OVERPAID, especially now with the CRAPPY service we've been getting. 

  • How to Handle Dynamic Pivoting with a single SQL?

    I was searching for a single SQL who can dynamically understands the pivoting members in the data, I saw several ways of doing Pivoting depending on the version, some are really hard to understand but just two options upto now seams to be flexable enough to do dynamic pivoting, right?
    1- For this option you have to write PL/SQL block to build up the dynamic single SQL query, I also find this approach very easy to understand. :)
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::NO::P11_QUESTION_ID:766825833740
    2- 11.1 's PIVOT new feature with PIVOT XML and ANY clause, a SINGLE SQL and easy to understand but returns XMLTYPE data, another step to parse to produce the report is needed.
    http://www.oracle-developer.net/display.php?id=506
    Below is a 10g Model Clause example, but here instead of pivoting by A1-A2-A3 staticly I want to have these values by a distinc subquery for example;
    create table test(id varchar2(2), des varchar2(4), t number);
    INSERT INTO test values('A','a1',12);
    INSERT INTO test values('A','a2',3);
    INSERT INTO test values('A','a3',1);
    INSERT INTO test values('B','a1',10);
    INSERT INTO test values('B','a2',23);
    INSERT INTO test values('C','a3',45);
    commit;
    SELECT * FROM test;
    ID DES T
    A a1 12
    A a2 3
    A a3 1
    B a1 10
    B a2 23
    C a3 45
    select distinct i, A1, A2, A3
    from test c
    model
    ignore nav
    dimension by(c.id i,c.des d)
    measures(c.t t, 0 A1, 0 A2, 0 A3)
    rules(
    A1[any,any] = t[cv(i),d = 'a1'],
    A2[any,any] = t[cv(i),d = 'a2'],
    A3[any,any] = t[cv(i),d = 'a3']
    I A1 A2 A3
    C 0 0 45
    B 10 23 0
    A 12 3 1 Any advice is appreciated, thank you.

    Hi,
    You can do dynamic SQL in SQL*Plus, also.
    [Thid thread|http://forums.oracle.com/forums/thread.jspa?messageID=2744039&#2744039] shows how to pivot a table with a dynamic number of columns.

  • How to call PDF Report with parameters in jdeveloper 10.1.3

    Hi all,
    how to call PDF Report with parameters in jdeveloper 10.1.3
    for example I have Report name is repdept.pdf with parameter as deptno
    and I want call this Report from JSP page ?
    thanks
    frank

    Hi all,
    how to call PDF Report with parameters in jdeveloper 10.1.3
    for example I have Report name is repdept.pdf with parameter as deptno
    and I want call this Report from JSP page ?
    thanks
    frank

Maybe you are looking for