Object : DRAW  Event : Released

Hi All,
     In one of my workflows I am trying to put wait for event RELEASED of BO : DRAW . When I check in SWO1 there is no event called RELEASED. Since I there is no event in SWO1 I can`t put the wait event. But when I release a document through CV02N, I can see (through SWEL) an event Released being raised. What am I missing ? Please help.
And also. there is no subtype for DRAW in system, so delegation possibilty is not there.
Thanks,
Anuj Sethi
Edited by: Anuj Sethi on May 21, 2008 1:29 PM

In SWUE its not there. And I have found out one thing. in SWEC one can maintain the event even if its not there( instead of using F4 one can key in the event and the system accepts it with a warning message, We are on ECC 6.0 . ) . thats something strange because it hold no validity or use (to my knowledge). I will try creating a custom event and using change doc for that, Will keep you guys posted. in the mean time please let me know if something strikes to you !!
Thanks
Anuj Sethi

Similar Messages

  • BUS2013 doesn't triggered for event RELEASED OR RELEASSTEPSREATED

    Hello All
    1.  I have created workflow for BO BU2013 - event RELEASED
    2. When I test this workflow form PTFC or SWEU it works perfect and,
       after testing by SWEU, I see traces in SWEL as properly triggered and worked workflow,
    3. When I really release any "purchase scheduling agreement"  using ME35L there isn't any triggered process
       in  SWEL for BUS2013, but  there is process related for BUS2014 for object of "purchase scheduling agreement"
       that I released and this process is with error of course.
    Please, advice,
    regards,
    Daniel.

    Hi,
    I guess you are using "Document category" "K"( it should be "L") in transaction ME35L..
    So the documents you are releasing are realted to BO BUS2014...
    Either your documents are wrong or your workflow design requires change...
    Regards
    Gautam

  • How to Trigger  Object type Event programmatically  in ABAP ?

    Experts,
    How to Generate an Object Type Event  programmatically in ABAP ???  We know that SAP std. applications do this by default ,for eg:  Sales Order creation event generation,  similarly , i want to generate an Event  ( SAP or a Z object event ) in my Z program ,, How can i do it ???  Do we have any function module for this one ?  I can do an BDC  CALL TRANSACTION SWUE but i don't want to do that,  i want to use some other method other than BDC.
    Would appreciate your reply . Thanks
    Ashutosh

    Hi Ashutosh, if you are trying to raise a custom event you first must define the event within your business object, using TC SWO1.  If you like you can extend an existing business object or create a new one.  Once your business object is activated and your event is released you should be able to trigger it with the FM 'SWE_EVENT_CREATE'.
    P.S  If you are extending an existing business object, for example BUS2105 and your extended name is ZMBUS2105, refer to the original name, i.e. BUS2105 for the objtype field in the call to 'SWE_EVENT_CREATE'.
    Hope that helps,
    Kevin

  • How to get the input data on the arbitrary draw event ?

    Hi all,
    I'm trying to draw a histogram on a arbitrary parameter (just like the "Levels" effect). The draw part is well, but I have a problem with the input layer data (param[0]).
    All I have to do now is read the input data on the arbitrary draw event. But there's not the input pointer on the draw event. So I called the PF_CHECKOUT_PARAM() function to get the input data, and it works!
    When I test in AE, I created a layer A, and added some color correction effects to the layer A before added my effect to the layer A. The problem is the input layer my effect read is not the result of previous effects I applied before.
    Has anyway to read the latest input data in the arbitrary events ?
    Thanks.

    Hi shachar, nice to meet you!
    In another way, I created a sequence data like this:
    typedef struct {
        bool didRender;
        <some histogram data>;
    } Histogram;
    typedef struct {
        Histogram*  histograms;
    } my_sequence_data, *my_sequence_dataP, **my_sequence_dataH;
    my_sequence_data.histograms is an array with in_data->total_time / in_data->time_step items initialized during the sequence setup.
    During the render call, I cached  the calculated histogram at this current_time to the sequence->histograms[in_data->current_time / in_data->time_step], set the didRender = true.
    In this way, I have another problem with the AE cached image. I disabled a random previous effect on the effect panel, then the AE re-rendered my effect, the histogram changed (good). I enabled the effect again, and nothing change (bad )
    I try to force the AE re-rendering after the custom UI changed ( I tried with the event_extraP->evt_out_flags = PF_EO_HANDLED_EVENT; and params[HISTOGRAM_UI]->uu.change_flags |= PF_ChangeFlag_CHANGED_VALUE; on the click, drag events...) but it seem not works!
    Am I on the right way ?
    Thank you so much!

  • Get mouse position during Custom UI Draw event?

    I am building a Custom UI for one of my plugin effect.
    I want to get the mouse position during the Custom UI Draw event (PF_Event_DRAW), but cannot manage to get it.
    From what I understand, it seems we can only get the mouse position during the events PF_Event_DRAG, PF_Event_DO_CLICK, and PF_Event_ADJUST_CURSOR.
    I tried to use PFAppSuite4::PF_GetMouse() too, but this resulted in the error message "After Effects error: internal verification failure, sorry! {PF_GetMouse can only be called during valid events.}".
    Therefore I want to store the mouse position during PF_Event_ADJUST_CURSOR, and use it later during PF_Event_DRAW.
    Where can I store those values in a "clean" way (ensuring there will not be conflicts if two instances of the same effect are running, etc)?
    Or is there an easier method to get the mouse position during a Custom UI Draw event?

    //SequenceDataVars is the name of your data structure
    //this is how you create the sequence data
    out_data->sequence_data = PF_NEW_HANDLE(sizeof(SequenceDataVars));
    SequenceDataVars *seqData =
    (SequenceDataVars*)PF_LOCK_HANDLE(out_data->sequence_data);
    //and now you can store stuff in it.
    seqData->var1 = 7;
    //after it's created, on other calls, you just do a simple cast
    SequenceDataVars *seqData = *(SequenceDataVars **)out_data->sequence_data;
    seqData->var1 = 100;
    //this is how you delete it. (if you don't delete it, it will be saved with
    the project, and loaded on the next session. (if you want)
    PF_DISPOSE_HANDLE(out_data->sequence_data);
    there's more to know, so look up SequenceSetup, SequenceSetdown, ect in the
    sample project.

  • Object Name for Release Group

    All,
    Can anyone please tell me the object name for Release Group ?
    regards

    Hi Sandeep,
    for what you are looking for object name of release group.???
    If you want to add release group in Authorization profile,it is not possible.
    You can add Release code in authorization profile...not release group.
    If you have any specific requirement,please let me know.
    Regards,
    Manish.
    If ans is usefull,don't forget to reward.

  • Amfphp - flex remote object error event handler

    I'm using amfphp and I want it to return an error that the flex remote object error event handler will pick up. At the moment I can get only the result handler to do anything in flex.

    Hi,
    Try throwing an exception in the remote method. For example,
    function inverse($x) {
        if (!$x) {
            throw new Exception('Division by zero.');
        else return 1/$x;

  • How to unlock objects from a Released Task?

    Hi Group,
    I have a TR in which, there was a task added for my developments.
    Thing is, in the same TR one person has created a program and smartform objects and released the task.
    Now, I have to move these 2 objects into another TR.... I tried with various options like, tried to release the lock of the objects going thru the released task, Changing the package to Temp, Deleting the object from the released task and etc., but nothing is happening and a message is coming up(while Unlocking the objects - Request/Task XXXXXXXX already released(not modifiable).
    In summary, I want to release the locks(on the objects - under a Task that got released) and move these Unlocked objects into a separate new TR.
    Kindly let me know your inputs.
    Regards,
    Vishnu.

    Hello
    Though it may not be the right way, i generally follow this approach for similar case. I would change the status of the task (TRSTATUS) in debugging mode in table E070 from 'N' to 'D' and make the changes. It has so worked so far for me without any issues.
    Now the request will be modifiable and you can delete the objects from this request and move to a new one.
    But make sure you also delete the objects which will be transferred to the request from the task after you release the task in SE09/10.
    Regards
    Ranganath

  • Why doesn't Object Drawing mode stay on?

    Even when I draw shapes using Object Drawing and leave it
    turned on, some shapes will randomly act as though I'm using Merge
    mode. For example, if I marquee-select several shapes on a layer
    and apply a shape tween, some of the objects will become split
    where I dragged the marquee box and the parts will do their own,
    separate tweens.
    Am I doing something wrong or is this just another
    quirk?

    Not sure i understand - by having them all unique shapes you
    are making it exponentially harder -
    all you have to do is convert 1 sqaure shape to a symbol -
    then edit that symbol and make your alpha
    animation (fade the square out).
    Next - drag as many instances (or copy and paste) of this
    symbol necessary to fill up the image - to
    place them all on different layers (you wont need to anyway)
    select tham all - right click over them
    and select Distribute to Layers (takes a couple seconds).
    Then simply duplicate this scene (using
    the Scene panel) for each new image. Really simple :)
    Chris Georgenes / mudbubble.com / keyframer.com / Adobe
    Community Expert
    tunghoy wrote:
    > OK, then maybe you can suggest a different method of
    what I'm doing. I have
    > several dozen scenes, each with a photo on the bottom
    layer that covers the
    > whole stage. Layered on top of the photo is a grid of
    (almost) squares, divided
    > among 10 layers. Think of a 9 x 6 table that covers the
    stage. Each of the 10
    > layers has a random handful of squares that change
    opacity together.
    >
    > As each scene progresses, the squares change opacity,
    revealing more or less
    > of the photo underneath. So tweened over 100 frames, the
    squares in group 1
    > will change from 10% to 25% opacity, the squares in
    group 2 will change from
    > 50% to 42% opacity and so on. In the next scene, the
    squares in the groups will
    > change again. It creates a sort of twinkling effect.
    >
    > Right now, the squares are all shapes, not symbols. I
    didn't want to put each
    > square in a separate layer, because it would take me
    forever to create 54
    > tweens in each of dozens of scenes. And I still have
    dozens more scenes to
    > create.
    >
    > Can you think of a way to do this that makes more sense?
    >

  • Any business Object and Events for CJ01?

    hello friends,
    can any one of u tell me the Business Object and Event for the transaction CJ01?
    Could you please let me know is it  business object (BUS2054) is right one. If it is right one please let me know the Event for CJ01?
    Thanks,
    Sridhar

    Hi Sridhar.
    You want to know if there is triggered an event when you create a project.
    Try the following:
    Activate event trace with SWELS.
    Create a project with CJ01.
    Check transaction SWEL to display trace event.
    Regards
    JCD

  • Business objects and event type linkages...

    Hi Experts,
    Im a bit confused with business objects (swo1) and event type linkages(swetypv). Ive learned that business objects are used to trigger events and so how does event type linkages related to business object? Do I need to create business object or should I just search/look for the appropriate object needed?Please kindly explain to me the process or steps in using business object and event type linkages in related with idocs.

    Hi,
    Business objects neednot have to be created if your are fine with the standard method they have used in or the events yre available for you. If you need to cusomize it then you have to copy it to a subtype. Then do your modifications in it. Event type linkages are used to say which event is active for a Workflow. And if you want to trigger a Workflow based on certain conditions then you have to use either this or Start of Condition. The Error handling of workflow is also handled by Event Type Linkage. So whenvever you create a event linkage for a workflow you get an entry in Event Type Linkage.
    Hope this would have thrown some light on you.
    Thanks,
    Prashanth

  • Urgent - workflow - drawing in release state

    hi friends..
    I have one issue.
    The drawing is in release status howewer it is stuck in workflow because
    in the background it is trying to go from IW to IR.The workflow does not state
    how or when the drawing was released...
    so at the movement what can i do..
    just restart an workflow or anyother else..
    plz reply immediatly..iam new to wf.

    Hi ,
    Pls let me know more details about the drawings process.
    Are we talking about Engineering Drawing release using CV01N / CV02N transaction ???
    Regards
    Ajay

  • Object-Drawing mode

    In my Flash class, we are using a CS6 book and I have CC at home. Steps in the book tell me to toggle or untoggle the Object-Drawing mode, and it shows pictures, but it's nowhere on the CC tool panel. Can anyone tell me where to find it?

    the blue arrow is pointing to the object drawing toggle

  • PS Objects and Events for Workflow Builder

    Hi experts, i would like to ask assistance if you have the list of all existing objects and events or even the workflow already available on SAP handling PS transaction?
    Im thinking to create a work flow for approval of supplemental budget for the project.

    Hi
    Check this link.
    http://help.sap.com/erp2005_ehp_04/helpdata/DE/92/bc26a6ec2b11d2b4b5006094b9ea0d/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/9b/572614f6ca11d1952e0000e82dec10/frameset.htm
    Thanks
    S.Murali
    Edited by: S. Murali on Jul 3, 2009 3:29 PM

  • Business Object for Event trigering

    Hi All:
    I want to use Business Object for Event trigering so just wondering if anybody has detail steps required for it.I already looked at transaction SWO1 but I don't know all the required steps.
    I need to call a program/function to send data to external system when user changes following objects.
    1) Customer master
    2) Quote
    3) Contact
    Thanks in advance.
    Nilesh

    Hi nilesh
    you need to find the appropriate standard business object first . this can be don eby using event trace . switch on the trace by swe4 perform the required transaction and then display the trace in swel. if a standard object is there you will get it listed there with the event that got triggered when u performed the transaction.then u can eventually make a zcopy of it and use
    do let me kno if anything else is required
    regards
    ravish
    reward points is the best way of saying thanks in sdn
    Message was edited by:
            Ravish Garg

Maybe you are looking for

  • Thunderbolt to TV issues

    I have a macbook pro mid 2011 and Im having trouble with the thunderbolt to hdmi connection. I have a Lg tv and when connecting the hdmi the tv screen flickers and I lose audio for about 3 seconds. This happens about every 10 seconds. I assumed it wa

  • Transfer of Org Unit from one loc to another Loc

    Hi ALL, I have issue regarding transfer of organizational unit from one loc to another loc is it possible to shift total org unit from one loc to another loc. what r all prerequisties required for changing. With Best, Shaik

  • Vala texteditor with tabs

    Hi all, I've been cooking up a new text editor written in Vala in the line of Leafpad, but I want mine to have Tabs support. The problem is that implementing Tabs with Vala is not easy (at least for me), so any help from you vala gurus would be extre

  • How to get the phone

    I would like to kniw the process of getting a phone from best buy, Because i have a droid 2 and i really enjoy it but it is always deleting my photos,apps,files,music,etc. It is starting to become irritating and i cant take it anymore so i was in bb

  • Frequent crashes - what do i do?

    Hi Community My dear old macbook pro mid 2010, running on Maverick, just started crashing several times a day this week. Several times being more than 4. I tried running a repair disk in utilities, but it came up clear w no problems. As far as memory