Workflow Binding ...Gurus help me !!

I am creating my first workflow for LIKP object . I linked the event CHANGED of LIKP object with my workflow in SWETYPV transaction .
Now , when i try to create the binding in the workflow headed with the LIKP object , I see the Delivery object in the event container but not in the Workflow container ...??
Is there any other activation/setting required for binding or event level ?

Hi,
You need to bind the event object to the object element in the WF container. You can do this with txn PFTC. Go to the triggering events tab, select the event and click on the binding editor button. If you define event linkage from the above transaction, system can automatically perform the binding for the event object and event creator. You can also activate the linkage from here.
Cheers,
Ramki.

Similar Messages

  • What is workflow binding

    hi gurus
    i am new to workflow could you pls explain me
    what i workflow binding?

    Hi kittu,
    Binding is the process of associating values from one containers to another container. Like from event container to wf container, wf container to task container, task container to method container and so.
    Just go thru this tutorials,
    http://help.sap.com/saphelp_40b/helpdata/en/04/926f8546f311d189470000e829fbbd/frameset.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/9b/572614f6ca11d1952e0000e82dec10/frameset.htm
    http://help.sap.com/erp2005_ehp_01/helpdata/en/04/928cbd46f311d189470000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/fb/135962457311d189440000e829fbbd/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/c5/e4aec8453d11d189430000e829fbbd/content.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/928c6246f311d189470000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/a0/28e937a5caba6ee10000009b38f842/frameset.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/wf%2btransactions
    http://erpgenie.com/index.php?option=com_content&task=view&id=449&Itemid=77
    http://www.****************/Tutorials/Workflow/
    Regards,
    sheron

  • Container to Container binding in Workflow binding editor

    Hi all,
    I have an issue using Container --> Container binding in the Workflow binding editor (transaction SWF_BAM). What I want to do is to be able to extend the data provided by the event (i.e call a BAPI using values supplied) before assigning it to the target structure.
    This is what I have done:
    - Created an entry in Event Linkage: Application Object to Message Proxy, where the object type is BUS2005 (event RELEASED)
    and proxy is a generated proxy.
    - In the binding editor, I clicked in the Binding Instruction selection and chose Container --> Container as Binding Instruction.
    Now I have created my own class that implements the interface IF_SWF_IFS_BIND_TRANSFORM_CONT, so this class shows up in the drop down list under a section called Enhancement.
    - The class I created and implemented the interface, now contains three methods, where Transform is one. I have put a break point in this method and when I trigger the event (transaction SWUE) the debugger stops. So, the call to the method works fine.
    My problem is, that I cannot access the values provided by the event (these are supplied in parameter SOURCE_CONTAINER).
    Is there anyone who have used this technique and could supply some example code? Is there another technique that I can use to obtain the same result?
    Best regards
    Patrik Donaldson

    Hi to the both of you!
    Thanks for you answer. I will try to elaborate.
    My scenario is as follows. I want to react on the event CHANGED, of business object BUS2032 (SalesOrder). The information (field values) supplied by the container under EVTOBJECT (in the binding editor) does not fully correspond to what I need to populate in the receiver interface. I would like to send out i.e SalesOrderNumber and PricingProcedure to the receiver interface.
    Now, SalesOrderNumber is supplied by the container (_EVT_OBJECT-SalesDocument, as seen in the binding editor), but hte PricingProcedure would have to be looked up in table VBAK using SalesOrderNumber as a key.
    Issue 1: How do I get hold of the value of field SalesDocument in my class? (as I mentioned earlier I have created a class which references interface IF_SWF_IFS_BIND_TRANSFORM_CONT, so I have the transform method and I can put code there. I have put a break point, so I know processing stops there).
    I tried to following:
    CALL METHOD source_container->if_swf_ifs_parameter_container~get(
            EXPORTING
              name = 'SALESDOCUMENT'
            IMPORTING
              value = l_vbeln ).
    No, success (cx_swf_cnt_elem_not_found). Makes me think that SalesDocument is not a parameter of the event but something else.
    Issue 2: Once I have solved issue 1 and also lookup up the PricingProcedure. How do I go about setting my values in the receiver interface. I know I also have a reference to TARGET_CONTAINER in the TRANSFORM method, but where to go from there?
    Any clues would be grately appreciated. Being successful with this scenario, would open for many interesting possibilities.
    Best regards
    Patrik Donaldson

  • Issue in workflow binding of Table in send mail step

    Hi All,
    I am working on a Travel Management workflow where mail needs to be sent to the manager along with the trip details.
    We are displaying data in tables (html format). Now i need to add another such table with details into this already existing workflow but i am facing issues in binding.
    Issue: For already existing tables, the binding is like this,
    Export to task,
    &TRIP& --> &T_SUMMARY##&
    Import to w/f,
    &T_SUMMARY##& <--- &T_SUMMARY##&.
    But when i am trying to add my table in binding as, &TRIP& --> &T_MILEAGE##&,
    I am getting a binding error, &T_MILEAGE##& is not available in the container.
    I checked the container both in workflow and in task, both contain multiple declarations of the variable &TRIP& which is of type the BO.
    Kindly help me how to proceed further.
    Regards,
    Jose

    Hi Anjan,
    The status of  note  1658491 is also cannot not be implemented.
    I checked the correction given in this note. All changes exists into system.
    Following is code of method SEND ( (CL_SWF_UTL_MAIL_FACADE)
    *- check if document has recipients at all
           lt_recipients = lo_send_request->recipients( ).
           if lt_recipients is initial.
             lo_send_request->delete( ).
             ls_t100msg-msgid = 'WZ'.
             ls_t100msg-msgty = 'E'.
             ls_t100msg-msgno = 619.
             raise exception type cx_swf_run_wim
               exporting
                 t100_msg = ls_t100msg.
           else.
    *-       Send document
             call method lo_send_request->send( ).
           endif.
    The exception is thrown, because lt_recipients table is blank.
    With same parameter the workflow is running successfully if 'Long mail title' is not set in SWPA.
    When is field is active, workflow returns message Document <> could not be sent
    The method "SELFITEM->SendTaskDescription" does not send mail if Long Mail Title" indicator is set .   
    Thanks & Regards,
    Mounj K

  • WorkFlow - Binding / Container Operation

    Hi WF Gurus
    I am creating a Sale Order Change Start Event & want to collect a field (KNVV-KLABC) i.e. Customer ABC Class of that Sold-to-party of that sales order.
    Is it possible through binding or container operation.
    please give steps in details.
    Max. reward for right ans.

    You can do it by automatic binding. The object of SO changing is under the element EvtObject of event container.
    FYI.[http://help.sap.com/saphelp_nw70/helpdata/en/c5/e4b0ae453d11d189430000e829fbbd/frameset.htm]

  • Workflow Binding

    I am creating my first workflow for LIKP object . I linked the event CHANGED of LIKP object with my workflow in SWETYPV transaction .
    when i try to create the binding in the workflow headed with the LIKP object , I see the Delivery object in the event container but not in the Workflow container ...??

    when u wanna pass element from event to workflow, u must set the element of workflow as import parameter.....
    I hope it can help you man:)

  • Workflow binding not working - authorization problem?

    Hi Experts,
    I have the following problem in 4.6C that happens only for a specific user, so maybe an authorization problem.
    There is a task in the workflow that calls a method with ME21N. The method takes the PO after the transaction call, creates a BUS2012 object from it and passes it to the task. The task then passes it back to the workflow. The next step of the workflow uses this PO object.
    For this specific user, the ME21N method executes fine, PO is created. The task container in the wf log shows the object in it. But the workflow container does not have it, so it was not passed from the task to the workflow. Hence, the next task that uses the object does not start but the workflow system raises an error:
    OL 808: Object with runtime number '0' not defined
    WFEA 031: Step 0000000058 of WS********: Binding from workflow to work item aborted
    This happens only for one specific user, everyone else can execute the tasks without a problem, the PO object is passed to the workflow.
    Is there a specific authorization object required for the bindings of the workflow to work correctly?
    Any help is appreciated.
    Regards,
    Krisz

    Hello,
    You can check for authorization problems in SU53.
    Did this suddenly start happening for this user, since when? I'd doublecheck that binding.
    regards
    Rick Bakker
    Hanabi Technology

  • Workflow Validation - Need Help

    I'm fairly new to video editing. Everything below I figured out through trial and error until I found a sequence that seems to work well. I just want to know if it's the best I can make it. Storage space is a non-issue. I have no intention of burning to DVD. I'm not interested in sound settings right now. All of the videos sound good enough. I'll mess with that once I've got this workflow tweaked.
    I want the following three files at the end of my projects.
    1) HD Quality MP4 files that I can play on a PC or PS3. I chose MP4 because that's the only format so far that I've found that the PS3 plays. I'm open for recommendations. These should always be deinterlaced.
    2) Good Quality MP4 files that I can post on my webserver for relatives to download and watch.
    3) The best master copy I can get from FCE for future edits. Is this a good idea?
    My Hardware/Software:
    Television - 1080p 65" JVC
    Mac - Macbook Pro 17" C2D 2.5g / 4g Ram
    FCE 4.0.1
    Toast Titanium 9
    Camcorder: HG10 1920x1440 60i (Most of my filming is of kids running around. Open for discussion on 24p?) I've been archiving M2TS files from this camcorder for a year. I do not have the original file structure for my archived footage, just the M2TS files. In the future I can import direct to FCE (Tested it and it works fine), but I like the idea of having my source M2TS files with 5.1 sound in-tact.
    MediaInfo 0.7.7.58
    Step 1: Use Toast 9 to convert M2TS to .MOV for import into FCE. MediaInfo on source M2TS Files:
    General / Container Stream # 1
    Total Video Streams for this File -> 1
    Total Audio Streams for this File -> 1
    Video Codecs Used -> AVC
    Audio Codecs Used -> AC3
    File Format -> BDAV
    Play Time -> 19s 170ms
    Total File Size -> 35.4 MiB
    Total Stream BitRate -> 15.5 Mbps
    Video Stream # 1
    Codec (Human Name) -> AVC
    Codec Profile -> [email protected]
    Frame Width -> 1 440 pixels
    Frame Height -> 1 080 pixels
    Frame Rate -> 29.970 fps
    Total Frames -> 575
    Display Aspect Ratio -> 16/9
    Scan Type -> Interlaced
    Scan Order -> TFF
    Colorimetry -> 4:2:0
    Codec Settings (Summary) -> CABAC / 2 Ref Frames
    Codec Settings (CABAC) -> Yes
    Video Stream Length -> 19s 166ms
    Video Stream BitRate -> 14.6 Mbps
    Bit Depth -> 24 bits
    Toast Conversion Settings:
    Device QT Movie
    Quality Custom
    Compression AIC
    Frame Rate 29.97
    Key Frames All (I don't understand Key Frames)
    Compressor HDV1080i
    Interlaced is checked/greyed
    Size HD1440x1080 16:9
    Preserve = No
    DeInterlace = No
    MediaInfo on Toast AIC Export:
    General / Container Stream # 1
    Total Video Streams for this File -> 1
    Total Audio Streams for this File -> 1
    Video Codecs Used -> icod
    Audio Codecs Used -> AAC LC
    File Format -> QuickTime
    Play Time -> 19s 63ms
    Total File Size -> 240 MiB <------I guess I can delete these AIC files when my FCE project is done right?
    Total Stream BitRate -> 105 Mbps
    Title (Tag) -> 00071
    Video Stream # 1
    Codec (Human Name) -> icod
    Codec (FourCC) -> icod
    Frame Width -> 1 440 pixels
    Frame Height -> 1 080 pixels
    Frame Rate -> 29.970 fps
    Total Frames -> 570
    Display Aspect Ratio -> 4/3
    QF (like Gordian Knot) -> 2.264
    Video Stream Length -> 19s 19ms
    Video Stream BitRate -> 106 Mbps
    Video Stream BitRate Mode -> VBR
    Video Stream Size -> 239 MiB (100%)
    Date of Original Encoding -> UTC 2008-11-07 02:04:14
    Step 2: Import to FCE
    Select Sequence Preset - Apple Intermediate Codec 1920x1080i60
    When I drop the clip on the timeline, I get:
    "For best performance your sequence and External Video should be set to the format of the clips you are editing. Change sequence settings to match the clip settings?" - NO
    edit FCE project and render
    Step 3: Export to MP4 for PC and PS3 Playback
    Export -> QT Conversion -> -Options
    File Format - MP4
    Video Format h.264
    Data Rate 8000kb/s (Is this the best option?)
    Image Size 1280x720HD (1920x1080 looks interlaced?)
    Frame Rate 29.97 (Defaults to 30. Why?)
    Key Frame Every 24 frames. (Why?)
    Video Options
    Restrict Profiles to Main (ipod?)
    Encoding (Assume best quality is what I want? Why?)
    Media Info on FCE MP4 Export:
    General / Container Stream # 1
    Total Video Streams for this File -> 1
    Total Audio Streams for this File -> 1
    Video Codecs Used -> AVC
    Audio Codecs Used -> AAC LC
    File Format -> MPEG-4
    Play Time -> 19s 342ms
    Total File Size -> 18.7 MiB
    Total Stream BitRate -> 8 094 Kbps
    Video Stream # 1
    Codec (Human Name) -> AVC
    Codec (FourCC) -> avc1
    Codec Profile -> [email protected]
    Frame Width -> 1 280 pixels
    Frame Height -> 720 pixels
    Frame Rate -> 29.970 fps
    Total Frames -> 579
    Display Aspect Ratio -> 16/9
    Scan Type -> Progressive
    Colorimetry -> 4:2:0
    Codec Settings (Summary) -> 2 Ref Frames
    QF (like Gordian Knot) -> 0.289
    Codec Settings (CABAC) -> No
    Video Stream Length -> 19s 319ms
    Video Stream BitRate -> 7 973 Kbps
    Video Stream BitRate Mode -> VBR
    Bit Depth -> 24 bits
    Video Stream Size -> 18.4 MiB (98%)
    Video Stream Language -> English
    Date of Original Encoding -> UTC 2008-11-07 02:18:44
    Step 4: Export FCE to MP4 for Web Use:
    Don't have this sorted out yet, but I reckon I'll use the QT Conversion with h.264, 640x480 or something slightly smaller with Preserve Aspect Ratio/Letterbox/Deinterlace
    I know there are a ton of details here. If more is needed, please let me know.
    Thanks for the help,
    John

    OK, I'll bite. I don't understand the point of Step 1 - Use Toast to convert from .M2TS to .MOV.
    I could certainly be missing something, but M2TS and MOV are container formats. So you are really doing two things: converting the video/audio from AVC/AAC in an M2TS container to something FCE can edit, namely AIC in an MOV container. I don't understand this step. FCE's log and transfer does this exact same thing (convert AVCHD to AIC), except without the external software. So, why use Toast if FCE already does this? You can also add metadata to the clips as they are imported so you can make heads or tails of them later.
    I'm still learning too. So I hope this reads as a question
    -Nick
    Message was edited by: Nick Pope

  • Unable to determine the value of component  ''! Workflow error, please help

    Hi All:
        I am getting the error "Unable to determine the value of component  ''" and workflows are not getting processed. I found OSS notes 879100 related to this issue but I am new to workflow and not sure where to start from! Here is the notes description:
    The workflow WS20500025 ('Service Connection Order Processing') encounters an error directly after being started. The following error messages are displayed in the workflow log:
    SWP102: Error at start of an IF branch
    WL821: Work item 000000100012: Object FLOWITEM method EXECUTE cannot be executed
    SWF_RUN535: Error '9' when calling service 'SO_OBJECT_SEND'
    SWF_RUN534: Problems occurred when generating a mail
    WL863: Notification of completion cannot be generated
    SWF_EXP_001073: Unable to determine the value of component 'QUOTATION'
    SWF_EXP_001072: Error in the evaluation of expression '<???>' for item 1
    SWF_RLS_001101: Operator 'GT': The value of the left operand cannot be determined
    SWP085: Error when starting work item 000000100012
    SWP010: Error when evaluating the IF condition for node 0000000075
    Other terms
    Service connection processing, service connection workflow
    Reason and Prerequisites
    This is due to a program error.
    The checks in the workflow Basis have been made stricter. A query of the type 'Quotation.number > 0' now causes an error if the container element 'Quotation' is not set. This is always the case if the workflow is is running without quotation prcessing, for instance.
    Solution
    The error is corrected in the next Support Package.
    If you want to implement the corrections manually in your system, change the condition in step 000075 of workflow WS20500025 as follows:
        &IS-U: Kundenangebot& EX
    and &IS-U: Kundenangebot.Verkaufsbeleg& > 0
    Save and activate the workflow.
    I am new to workflow and not sure where to start from! Could someone please help me with this? Rewards assured.
    Thanks.
    Mithun

    ANy ideas? Please help me if anyone knows the answer.
    Thanks.
    Mithun

  • Workflow API = Need Help

    Hello All
    We are trying to cusotomize the already shipped fingood order type . we are creating one more order type which should not got down to wms for processing. The already exisisting one is working fine.It is going to the the else part and processing fine.If it is 'Y' it should not go down to wms for processing and complete the workflow. It is not going there at all.we have defined a lookup to fetch the records for processing i.e it should not go down to wms. I am using the org_organization_definitions table to join with the lookup. Could anyone pls help me.This is my first workflow api.
    PROCEDURE GET_DELIVERY_NAME_AS
    ITEMTYPE IN VARCHAR2,
    ITEMKEY IN VARCHAR2,
    ACTID IN NUMBER,
    FUNCMODE IN VARCHAR2,
    RESULTOUT OUT VARCHAR2
    ) IS
    l_shipper_id NUMBER;
    l_delivery_name VARCHAR2(30);
    x_return_status VARCHAR2(10);
    x_error_message VARCHAR2(2000);
    x_header_rec oe_Order_Pub.Header_Rec_Type;
    PW Warehouse Change
    l_lookup_enabled VARCHAR2(1) := 'N';
    l_order_number VARCHAR2(30);
    l_lookup_type gcca.gcca_fnd_lookup_values_all.lookup_type%TYPE;
    --x_line_rec                        oe_Order_Pub.Line_Rec_Type;
    --x_line_tbl                          OE_ORDER_PUB.Line_Tbl_Type;
    l_organization_id org_organization_definitions.organization_id%TYPE;
    l_ship_from_org_id oe_order_lines_all.ship_from_org_id%TYPE;
    BEGIN
    IF funcmode = 'RUN' THEN
    BEGIN
    INSERT INTO gcca_wf_ordtyp_tmp(ENABLED_FLAG)VALUES('1');
    --COMMIT;
    SELECT lookup_type,
         NVL(enabled_flag,'N')
         INTO l_lookup_type,
         l_lookup_enabled
         FROM apps.org_organization_definitions ood,
         gcca.gcca_fnd_lookup_values_all glv
         WHERE glv.lookup_type = 'GCCA_OM_WMS_EXCLUDE'
         AND glv.enabled_flag = 'Y'
         AND ood.organization_code = glv.lookup_code
    AND ood.organization_id = l_ship_from_org_id; --NVL(x_line_rec.ship_from_org_id,l_organization_id);
    EXCEPTION
    WHEN OTHERS THEN
    l_lookup_enabled := 'N';
    END;
    --INSERT INTO gcca_wf_ordtyp_tmp(enabled_flag)VALUES('l_lookup_enabled');
    INSERT INTO gcca_wf_ordtyp_tmp(enabled_flag)VALUES('2');
    --COMMIT;
    --SELECT order_number
    --INTO   l_order_number
    --FROM   apps.oe_order_headers_all
    WHERE header_id = x_header_rec.header_id;   TO_NUMBER(itemkey);
    INSERT INTO gcca_wf_ordtyp_tmp VALUES (x_header_rec.header_id,x_header_rec.attribute6,l_lookup_type,l_lookup_enabled);
    IF l_lookup_enabled = 'Y' THEN
    INSERT INTO gcca_wf_ordtyp_tmp(ENABLED_FLAG)VALUES('3');
    --COMMIT;   
    l_order_number := GCGX.GWMS_COMMON_PKG.CONSTRUCT_DELIVERY_NAME(GCGX.GWMS_COMMON_PKG.GET_SHIPPER_UID);
    x_header_rec := OE_ORDER_PUB.G_MISS_HEADER_REC;
    x_header_rec.header_id := to_number(itemkey);
    x_header_rec.attribute6 := l_order_number;
    x_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
    GCCA_ONT_BRET_UTIL.update_header
    P_HEADER_REC => x_header_rec,
    X_RETURN_STATUS => x_return_status,
    X_ERROR_MESSAGE => x_error_message
    Gcca_Ont_wf_util.Add_Log_Msg('Return Status : '||x_return_status);
    resultout := 'COMPLETE:SUCCESS';
    --To test the values    
    --INSERT INTO gcca_wf_ordtyp_tmp VALUES (x_header_rec.header_id,x_header_rec.attribute6,l_lookup_type,l_lookup_enabled);
    --COMMIT;
    ELSIF l_lookup_enabled = 'N' THEN
    INSERT INTO gcca_wf_ordtyp_tmp(ENABLED_FLAG)VALUES('4');
    --COMMIT;
    GCGX.GWMS_Already_Shipped_Orders.Process_Already_Shiped_Order
    to_number(itemkey),
    l_shipper_id,
    x_return_status
    INSERT INTO gcca_wf_ordtyp_tmp(ENABLED_FLAG)VALUES('5');
    --COMMIT;
    IF to_number(x_return_status) > 0 THEN
    wf_core.context
    'GCCA_ONT_WF_UTIL',
    'GET_DELIVERY_NAME_AS',
    itemtype,
    itemkey,
    TO_CHAR(actid),
    funcmode
    resultout := 'COMPLETE:FAIL';
    ELSE
    l_delivery_name := GCGX.GWMS_COMMON_PKG.CONSTRUCT_DELIVERY_NAME
    l_shipper_id
    x_header_rec := OE_ORDER_PUB.G_MISS_HEADER_REC;
    x_header_rec.header_id := to_number(itemkey);
    x_header_rec.attribute6 := l_delivery_name;
    x_header_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
    GCCA_ONT_BRET_UTIL.UPDATE_HEADER
    P_HEADER_REC => x_header_rec,
    X_RETURN_STATUS => x_return_status,
    X_ERROR_MESSAGE => x_error_message
    Gcca_Ont_wf_util.Add_Log_Msg('Return Status : '||x_return_status);
    resultout := 'COMPLETE:SUCCESS';
    --INSERT INTO gcca_wf_ordtyp_tmp VALUES (x_header_rec.header_id,TO_NUMBER(l_delivery_name),l_lookup_type,l_lookup_enabled);
    END IF;
    END IF;
    END IF;
    IF FUNCMODE = 'CANCEL' THEN
    RESULTOUT := 'COMPLETE';
    END IF;
    EXCEPTION when OTHERS THEN
    wf_core.context('GCCA_ONT_WF_UTIL','GET_DELIVERY_NAME_AS',
    itemtype,itemkey,TO_CHAR(actid),funcmode);
    RAISE;
    END GET_DELIVERY_NAME_AS;

    I'm opening up an old thread, because it seems reasonably relevant to my problem.
    If I'm using database users as my workflow users, can I send them e-mail notifications? The view wf_user populates the e-mail column with contents of the column username from dba_users -- so clearly this column will never contain a valid e-mail address (unless there are varying versions of this view and I have the wrong one installed for my purposes).
    And can anyone point me to the relevant documentation on this. I've gone through the Admin Guide and the Developers Guide.
    Many thanks,
    Scott

  • RE: Workflow binding problem in Production system(urgent)

    Hi Experts,
    Currently we transported our workflows to production server. When one of the user tested our workflow it failed. On Analysis I could find that the data are not passed from method to task container  but method is working fine separately. Even I tried executing t-code 'SWU_OBUF' , but still not working.
    Pls let me know of the solution .
    Thanks,
    Bharath

    Check for linkages. Is the binding activated betwwen workflow to task container.
    Check whether values appear in task container or not.
    Then check for binding between task & method container. Is there any event linked with the task. Is the event linkage is activated.
    The problem might be resolved if all the linkages are correct.

  • P2 workflow problem. please help.

    the folders in the contents folder on my p2 card were copied to my hard drive (video, audio, proxy, etc.) the contents folder itself and the text document were not. Now, when I try to add these folders to the Log and Transfer window, I get this error message:
    Warning
    'untitled folder' contains unsupported media or has an invalid directory structure. Please choose a folder whose directory structure matches supported media.
    I see all of my files inside of the proper folders, however, i am not able to log and transfer them. what should i do. any help is greatly appreciated.
    matt

    The text file isn't crutial, but the file structure is. You need to make a CONTENTS folder (named EXACTLY that) and then put the six folders inside of that. Or rename UNTITLED to CONTENTS, then put that in ANOTHER folder and give that a name. That name will be the reel number. But in order for FCP to even detect that you have P2 footage, and to import it, you MUST have a folder called CONTENTS and all six folders inside it.
    Please review this workflow:
    P2 Workflow with FCP 6
    Shane

  • Workflow Binding Problem

    Hi All,
         I have to customize standard Leave Application workflow WS12300111. for that  i have copied  this workflow into  new Z-workflow. Actually i have to fetch some data from custom infotype before  sending this  leave to approver.
        Now this WS12300111 is  based on Class(CL_PT_REQ_WF_ATTRIBS) not on BO and  to fetch custom Infotype data I have created custom BO and written method inside this BO.
      The problem i am facing is i need to export a parameter from workflow container to my BO's method container and data type of that element is of Table Type (PTREQ_ITEMS_WF_TAB_FLAT) and in method it is not allowing me to create elements  with reference to this Table type (there is no Option to create element using ABAP Dictionary type As it is in Workflow container). If i define my method element using Line type if this PTREQ_ITEMS_WF_TAB_FLAT then it allows  me to create that  element (B'coz line types  are basically structures) But it gives me Datatype mismatch error in Binding from Task to Method...
       So is there any way to achieve this?? or  should I create a Z-Class as  subtype of standard Class CL_PT_REQ_WF_ATTRIBS and then write a new Method in this subtype Z-class to read  custom infotype. Is this the way to achieve the delegation functionality of BO in Class.

    Hi michell ongota 
        What your are trying to achieve with custom infotype. As far as i concern you can use employeet business object to get all the details. customize this busniess object and write your logic here or you can customize the class which you have mentioned. There is nothing like delegation for class. But i dont know in which method u will write the code. Since the leave request going to apply from portal dont do any customization of this class. Try to use the business object EMPLOYEET. I have done leave request workflows i never done any thing in this class.
    Regards
    vijay

  • Elaborate PAL Workflow Question, Please Help

    Hi Everyone,
    I'm editing many hours of HDV material shot on two cameras. The main camera is the Canon XHA1 (PAL). The B-camera is the Canon HV30 (PAL). We're shooting in 25p. When imported into FCP, the XHA1 comes in as 1080p25. The HV30, on the other hand, appears to shoot 25p in a 50i stream. So that footage comes into FCP as 1080i50.
    OK. I want to edit a sequence for export to Compressor and then to DVDSP. The final product will be a PAL SD-DVD. What should my workflow look like?
    1) Should I edit a sequence in 25p or 50i? One or the other video stream will need rendering. It was also suggested that I just change the field dominance on the HV30 material to NONE and edit only in a NONE sequence. Any thoughts?
    2) Is there any benefit to exporting a self-contained HDV Pro Res 422 Movie before sending the movie to compressor for conversion to SD MPEG-2? Or should I export the completed sequence as an SD MPEG-2 file in Compressor as a first step?
    3) What is the best kind of file to deliver to DVDSP for the build/format if I want it to maintain its 25p look and playback nicely? Any tips on specs to use in Compressor?
    Bonus question: How do I modify the workflow if I want to create an NTSC SD-DVD from this same PAL sequence?
    Thank you very much in advance for your help!

    http://forums.creativecow.net/thread/8/1016048

  • Ibook wont turn on stuck at directory binding PLEASE HELP

    hi, if any one can help me please i would appreciate it. i did a software update on my ibook g3 and now i cant get back into my computer. when i turn it on it goes to the start up screen mac osx and the bar goes almost all the way and it gets stuck at "waiting for auto directory binding" is there anyway to get back into my computer? any advice is appreciated. thank you:)

    thank you i will try that. i havent tried yet my dog passed away last week and i havent thoguht of anything alse. i will try this and let you know what happens. i appreciate the help.

Maybe you are looking for

  • 790FX-GD70 + unlocked 720BE + Nvidia Drivers = Failed boot?

    Good evening folks! Been quite a while since I last played in these forums (the rig in my sig is 3+ years old, and long gone....     ), but it's great to see that the tradition of a helpful community seems to have continued on in my absence. I've did

  • Problem with Jtree to xml tranform..how to set/get parent of a node?

    Hi, I am trying to develop xml import/export module.In import wizard, I am parsing the xml file and the display it in Jtree view using xml tree model which implements TreeModel and xml tree node.I am using jaxp api.. It is workin fine. I got stuck wi

  • Mass Delete of Schedule Lines generated through changes in prod Schedule

    Hi friends, Kindly provide me the process of mass deleting schedule lines which are created through changes in Production Schedule in the month end. Regards, Ask

  • How to change the Admin's short name?

    I just got my Powerbook G4 back from repair and when they loaded on OSX they made the short name just "a." Not that it is a very big deal but I get frusterated when in the finder it says "a's computer" I really wish I could change my short name for t

  • Event Viewer Error When Installing QuickTime in Windows 7

    Recently I installed QuickTime Player Version 7.7 (1680.34) on 64-bit Windows 7 workstation. There was an error in the Event Viewer: Faulting application name: MSiExec.exe, version: 5.0.7601.17514, time stamp: ox4ce792c4 Faulting module name: QuickTi