Work Flow Help

Hi,
I'm working on a project and need to know what a good
approach is.
I have about 50 videos.
There will be a main main and several sub menus.
The sub menu options will take the users to a page that
displays a video to one side and then text on the other.
The text will change during the video, as there will be too
much to fit it all on screen at one time.
I have someone working with me who will be giving me the text
in a swf file.
What is the best way of making this project?
I was thinking that, since each page will have a video and
text in the same dimensions. I would pass on the name of the video
and swf file from the menu button on to a new movie clip?
Sorry, I don't have that great a grasp of action script. I'm
just looking for a way to do it that doesn't mean making a seperate
movie for each bit of video+text.
Any suggestions will be greatly appreciated. Not looking to
get work done for me, just a point in the right direction.
Cheers

Hi
I am not great with AS either but there are times that we
just have to
dive into that because it is the only way :)
I would create an xml file with all the video data. Something
like:
<data>
<video id=0>
<title> This is my Video 1</title>
<description> This is the text for each
video</description>
</video>
<video id=1>
<title> This is my Video 1</title>
<description> This is the text for each
video</description>
</video>
</data>
Then read about how to load an xml in Flash. This is a very
common task
so there are lots of resources available an a few ways of
doing i. AS3
uses something called E4x which makes "navigating" through
the xml
easier than before.
So just play with trying to trace the information inside the
xml in the
output window .. once you have the hang of that, you can
start to build
your app.
I would convert all the videos to flv using the included
encoder that
comes with flash. Save all of them where your swf will live.
On layer 1, frame 1 you could have your menu bar movie clip
or you can
use the menu bar component to save you time
On layer 2 all you need is an instance of the flv playback
component and
next to it a text field component that can have a scrollbar
to fit all text.
The AS script would "bind' the data "video id" to each of
your menu
options and once that is clicked, call a function that
updates the
components on layer 2 with the new loaded video and text.
There are many ways of doing this but this is how I would do
it :) I
like using components because most of the code is already
available so
you dont need to re write, you just need to know how to
"talk" to them.
Hope it helps

Similar Messages

  • Canon XHA1 work flow help

    can same one toll wast there work flow with final cut pro and a Canon XHA1

    can same one toll wast there work flow with final cut pro and a Canon XHA1

  • Hard drive, backup, work flow help

    Hi--
    I need some help figuring out what to do....You can tell I have a little bit of knowledge but am now dangerous.
    I have a Mac Book Pro with approx 111.47 GB full and 815 available. I have 250 external portable filled with my iphoto stuff. I know I need more space. I use my computer for graphic design so my file sizes are often quite high.
    I work in my home office mostly.
    I also like to work in my family room (wirelessly using ATT-Uverse 2wire) and think I have router to plug in via ethernet to other computers and my printer. It is a pain to drag the portable HD along so I don't always use it.
    I need a solution to give me more HD space....
    Should I upgrade my internal hard drive? How do I do this? What do I do with my data?
    Do I buy another bigger external hard drive? Can I work wirelessly so I don't have to drag this everywhere?
    I also have purchased timecapsule when it first came out, but have no idea how I should use it (still in box)
    I also travel and work away from home and need access to my files sometimes.
    On old my desktop computer I had it setup with 2 external drives (one as extra space and one where my desktop backed up to the other external)--that seemed to work okay--but now all of these are full.
    HELP!!!
    Additionally, when I'm in my office, I want to hook up to a larger monitor when I'm at my desk. How do I do this?
    Many thanks for any help you can give....
    deb

    It sounds as though you have a drive with a nominal capacity of 120GB (actual capacity as reported by Leopard, about 112GB), and it's 99% full. That's a recipe not just for slowness and inconvenience, but for disaster. At any moment your operating system and/or applications may run completely out of places for the data they need to squirrel away temporarily in the course of normal operations, with the result that apps will quit without warning or the computer will freeze, crash, or kernel panic — losing whatever unsaved files are open, perhaps damaging the hard drive directory, and perhaps as a result of that damage, losing data that was securely saved before.
    You need to maintain a bare minimum of 10GB of free space at all times on a drive that size. More is better. You will want to delete at least 10GB of files from it ASAP, preferably before you use it to do any more work you can't afford to lose. OS X is very good about tolerating a less-than-optimal working environment, but you have its tolerance stretched to the breaking point right now. Don't make it snap.
    The fact that your drive is only 120GB indicates that you have an older, non-unibody MBP. If that's true, you can't put a 750GB hard drive inside it, but you can still use a 640GB or 500GB drive. The installation is more difficult than installing in one of the unibody machines to which this group of forums is devoted, but you can still do it yourself if you're reasonably handy. Identify your MBP for us by processor speed, display size, and its Model Identifier (from the System Profiler utility app), and we'll be able to provide a link to DIY drive replacement instructions for it. Given the work habits you describe, replacing your undersized internal hard drive would still be the best first step for you to take, even if you have to pay a technician to install the new drive.
    Message was edited by: eww

  • Work flow help - forward a date field by a specified call frequency

    Hi There, I have a 'Last Call Date' field and a 'Call Frequency' picklist with values 'Monthly, Quarterly and Yearly'. I would like to forward another field called 'Next Call Date' according to the call frequency chosen.
    Is it also possible to automatically create a task to make that 'Next Call' and populate my calendar?
    Thanks

    Domenic,
    It won't do what you want it to do, the task due date will only forward from the date the workflow ran. But i do vaguely remember finding in the help files somewhere a way to add to a date. So you could possibly create a new field called forward call date and have the workflow update this date with last call date + x days.
    I found this in the help file under Expression Builder - Today ()
    Today's date and time (for example, 01/02/08 11:15:22).
    It is possible to perform calculations with date-time fields in
    calculated fields. When a number is entered in a date-time
    field, days are represented by integers; hours, minutes and
    seconds are represented by fractions.
    For example, to add one minute to the current date and
    time, use the following expression, which is derived from
    the fact that one day has 1440 minutes:
    Timestamp() + 1/1440
    Can't help any more than this as I've not tried to add to a date field, maybe someone else has another idea?
    Good luck
    cheers
    Alex

  • Need help on how to put condition in the work flow

    hi friends,
    I want to check the conditions whether the customer is available in the server or not .
    If YES i want to do one process in the work flow
    or
    If NO i want to do one process in the work flow. Please help me out on this.
                    Ex:
                       KUNNR
             YES                NO
        1stProcess             2nd Process.
    Pls send me the screen shots or solution for this i searched a lot in this but I could not find...
    Thank you,
    Vikram.c

    Hi,
    you can use a CONDITION step to achieve this requirement. Try the following link, it may not exactly match your requirement but will give you a clear idea on how to proceed,
    [http://www.****************/Tutorials/Workflow/ConditionStep/Condition.htm]

  • Help Needed with Work Flow

    Hi all
    I am very new at this. I got a new task to fix an existing Work Flow. The portion that needs to be fixed is: it shoots an e-mail to get approval when a changed rate is greater then its Standard rate. Now the problem is there are multiple standard rate for a single entry. So we need to pick the lowest one from all the entry for that record.
    So I need to insert a loop where it picks the standard rate. but i can't figure out how to tell the loop to end when there are no more standard rate for that record and also pick the minimum one.
    I am not sure these description is enough or not.
    If not please let me know what else you need to know.
    thanks

    Anyone? Bueller?
    Ah well, I knew that I probably was cutting into some newer territory here...
    Once I get it figured out, I'll post what I've learned about this activity for everyone to share.
    Cheers,
    Mike

  • Urgent : Work flow  in ABAP

    Hi friends,
                  kinkly send me about Work flow. Also send me step by step procedure on how to do work flow. Thanks in advance.

    Hi,
    check the below links
    REfer this link:
    There is a good book from SAP Press that I would
    recommend as a starting point.It's called Practical Workflow for SAP and it is by Alan Rickayzen.
    http://www.sap-press.com/product.cfm?account=&product=H950
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Go through the following links on FORK :
    http://help.sap.com/saphelp_nw04/helpdata/en/24/e2283f2bbad036e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8d/25f1e7454311d189430000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm
    http://www.insightcp.com/res_23.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    Work Flow
    1) Goto Tcode PFTC : Standard Task > Create Button>Workflow Templete
    For Create Container
    Element : ZBUS1001006
    Name : ANy Name
    Description
    Data Type & Properties
    Data Type:
    select Object Type : BOR Object Type for BUS1001006
    Properties:
    Parameter Settingd : check all Import, Export & Mandatory Checkboxes
    Basic Data :
    Abbr : Create_View
    Name : Some Name
    Work Item Text : Create View Material & -
    Click on DELE Button & Select Material From The List
    Object Catagory : BOR Object Type
    Object Type : BUS1001006
    Method : View
    Triggering Events
    Obj Catagory Object Type Event
    BOR Object BUS1001006 View
    activate it
    Enter on BUS1001006 Object Type you will get Quadratel<> Button after that
    double click on Quadratel<> button you get green button
    after that the system will generate the task No.
    check in the Event linkage Tcode : SWETYPV
    if you find an entry with your Workflow and linkage active
    goto Tcode : SWEC click on New Entries
    Change Doc Obje Obj Cat Obj Type Event on create
    Material BOJ Obje BUS1001006 View Option Button(Checked)
    save this
    goto Tcode : SWEC
    Change Doc Object : Material
    Obj Catagoty : BOR Type
    Obj Type : BUS1001006
    Event : View
    Check with On Create Button
    Goto SWETYPV
    Obj Catagoty : BOR Type
    Obj Type : BUS1001006
    Event : View
    Receiver Type : Some Work Flow No: WS80000431 like this
    Click on Work flow Builder
    ~~Guduri

  • Sharepoint Foundation Can not update External List by Work Flow

    Hi
    I try to update External List by other list Work Flow, in Sharepoint 2010 Foundation.
    Here is the manual: 
    http://msdn.microsoft.com/en-us/library/office/ff394479(v=office.14).aspx
    But it fails , and the error message is “The
    workflow could not update the item in the external data source. Make sure the user has permissions to access the external data source and update items.”
    Is there some limited in Foundation?

    http://social.technet.microsoft.com/Forums/en-US/0bb9ef28-3614-4db2-b19f-dd81e8cc2d42/the-workflow-could-not-update-the-item-in-the-external-data-source?forum=sharepointgeneralprevious
    With no Secure Store in Sharepoint what we ended up doing was creating a new external content type, adding a new connection and picking a connection type of .net type instead of sql.  This means we needed to create a .net app as the go between but within
    .net we had all the usual tools for connecting to sql without permission issues.
    Also check
    http://wyldesharepoint.blogspot.in/2010/06/setting-up-external-content-type-for.html
    If this helped you resolve your issue, please mark it Answered

  • File not found error at Attachement link in GroupVote of Human Work Flow

    Hi Gurus
    In Human Work flow,
    I have created the GroupVote and assigned to two person.
    I checked "share attachments and comments" to share their issues.
    One signed on to WorkApplist and review the forms and attached the file,
    The file link was created but it could not be downloaded.
    it could not delete.
    I tested several times it occured same results.
    It did not be happend when this option "share attachments and comments" was not checked.
    domain log and opmn log are as below.
    <2008-08-25 14:55:15,468> <ERROR> <oracle.bpel.services.workflow> <::> Identity Service Authentication failure.
    Identity Service Authentication failure.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    ORABPEL-10528
    Identity Service Authentication failure.
    Identity Service Authentication failure.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
         at oracle.tip.pc.services.identity.jazn.xml.XMLAuthenticationService.authenticateUser(XMLAuthenticationService.java:150)
         at oracle.tip.pc.services.identity.jazn.xml.XMLIdentityService.authenticateUser(XMLIdentityService.java:426)
         at oracle.bpel.services.workflow.verification.impl.VerificationService.authenticateUser(VerificationService.java:299)
         at oracle.bpel.services.workflow.query.impl.TaskQueryService.authenticate(TaskQueryService.java:135)
         at worklistapp.servlets.Login.handleRequest(Login.java:101)
         at worklistapp.servlets.BaseServlet.doPost(BaseServlet.java:157)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    OAS version is 10.1.3.1.
    Any advice will be appricated.
    Thanks

    You are getting : ORABPEL-10528
    Identity Service Authentication failure.
    Identity Service Authentication failure.
    This means that you have wrong username/password entries in your configuration files. Please recheck them and then things should be fine...
    Hope this helps!
    Cheers
    Anirudh Pucha

  • Work flow

    Dear all,
    we need a workflow for creation of material master.
    Say Basic data is created by MM dept.
    then MRP  & work Scheduling views are created by PP dept.,
    then Purchase views are by MM again,
    then inventory dept. creates storage locations,and f
    inally finance dept creates Costing & Accounting views.
    Our requirement is when over one dept. completes creation of their respective view, mail should get triggered to  subsequent dept. to continue the work.
    regards,
    K.Kumaran.

    Dear,
    Use Tcode SWDD for work flow activities....Take help from your ABAP team...Give them the user Authorizations based upon your requirement.
    Hope this will help you.
    Regards
    Utsav

  • Using web services in Approval Work flow in OIM 11g

    Hi All,
    I am a new bie to OIM 11g. I have created an approval work flow and it is working fine.
    Now my requirement is to use a web service in the approval work flow instead of directly embeding the java code in Java Embeding Activity. Can some body share me a document or url for the process of doing it.
    Thanks in advance for the help.
    Thanks,
    Preeti

    If you are using OIM 11gR2 please refer the below document. All steps are very clear with the screenshots.
    http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/request.htm#autoId27
    See section 21.3.5.7 Configuring the Human Task and BPEL Mappings
    Also see this OBE tutorial for getting idea on Java embedding activity and assigning and retrieving data from global variables in SOA
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/oim/oim_11g/Request_Workflow_for_Self_Registration/request_workflow_for_self_registration.htm

  • Hyperlink in Work-flow activity

    Hi all I want to pass a hyperlink in Work-flow activity
    I am getting problem when my URL is more then 66 0r in sometime 77 characters it that.
    It is adding %20%20 in between the URL if it is having more then 66 characters .
    Please help me for resolving the issue

    Hi,
    As there some some charecter limitation to send the link, you need to use the FM SO_NEW_DOCUMENT_SEND_API1. Please see the follwing sample code. Write the code in method and call it within the Task.  Make suer that all the required data should be passed to method through binding.
    DATA:
          lt_user_IDS type STANDARD TABLE OF SWHACTOR,
          ls_user_IDS type SWHACTOR,
          lt_EMAIL_ADDRESSES TYPE STANDARD TABLE OF ADR6-SMTP_ADDR,
          ls_EMAIL_ADDRESSES  type ADR6-SMTP_ADDR,
          lv_STATUS TYPE CFS_STATUS-STATUS_ID,
          Lv_Object_ID type crmd_orderadm_h-object_id,
          ls_document_data TYPE sodocchgi1,
          lt_text TYPE solisti1 OCCURS 0,
          l_document_data TYPE sodocchgi1,
          lt_receivers TYPE somlreci1 OCCURS 0,
          ls_wa_receive TYPE somlreci1,
          ls_text TYPE solisti1,
          lv_link_title  TYPE char50 'Please click here'.
    DATA: lv_link TYPE char200 VALUE 'http://sdfkndggfhjgasdfhasdfhgjhdgfhjasdkljhsdhfjkhjsdfjklhsddfjklhsaddkjghasdjksjkhfjkhjkhsdfjkhasdjkfhjkhsdfkjhjkhsdajklfhjkhkjfhjkh.com'.
    CONCATENATE '<A HREF=' lv_link '>'
       INTO ls_text.
    APPEND ls_text TO lt_text.
    CLEAR : ls_text.
    CONCATENATE  '<H5>' lv_link_title '</H5></A>'
    INTO ls_text.
    APPEND ls_text TO lt_text.
    * Receiver
    Loop at lt_user_IDS into ls_user_IDS.
    ls_wa_receive-rec_type = 'G'.        "SAP User
    ls_wa_receive-receiver = ls_user_IDS. "Mail Address
    APPEND ls_wa_receive TO lt_receivers.
    Endloop.
    Loop at lt_EMAIL_ADDRESSES into ls_EMAIL_ADDRESSES.
    ls_wa_receive-rec_type = 'U'. "Internet User
    ls_wa_receive-receiver = ls_EMAIL_ADDRESSES. "Mail Address
    APPEND ls_wa_receive TO lt_receivers.
    Endloop.
    *This function module is used to send mail
    CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
      EXPORTING
        document_data              = ls_document_data
        document_type              = 'HTM'
        put_in_outbox              = 'X'
        commit_work                = 'X'
      TABLES
        object_content             = lt_text
        receivers                  = lt_receivers
      EXCEPTIONS
        too_many_receivers         = 1
        document_not_sent          = 2
        document_type_not_exist    = 3
        operation_no_authorization = 4
        parameter_error            = 5
        x_error                    = 6
        enqueue_error              = 7
        OTHERS                     = 8.
    *If Mail Send Successful
    IF sy-subrc EQ 0.
      COMMIT WORK.
    *   Push mail out from SAP outbox
      SUBMIT rsconn01 WITH mode = 'INT' AND RETURN.          "#EC CI_SUBMIT
    ENDIF.
    Thanks and regards,
    SNJy

  • MSMP Work flow in GRC 10.0

    Hi Experts,
    I have a work flow requirement and would appreciate if you guys can please help me here . The actual requirement is to design a CUP Workflow and If there are SOD issues identified, the workflow will need to go to a central team for them to address each issue. If there is no SOD issue found, the workflow should end. The requirement is to configure the access request so that the end goal of work flow is just facilitation of an SOD review.  There would be no actual provisioning of users at the end of the path.
    I am wondering if this would work flow can be initiated with an function module based rule or i would have to create a BRF Rule for this . As per my understanding the flow should be Start > Access Request > Sod Analysis done > If Sod , Go to Central team otherwise end > Central team will decide on the assignment of SoD Resolution > This Team will either Assign MC or wont approve the Role assignment > Both Cases the work flow ends and request is closed.
    Would really appreciate if you guys can assist me as i am new to work flow and this is one of project deliverables . Thank for your valuable time and help .
    Vikas

    Hi Ashish ,
    Thanks for your time . Let me explain you my requirement and would really appreciate if you would have some inputs here which would help me to design this .
    The actual client requirement is to design a CUP Workflow and If there are SOD issues identified, the workflow will need to go to a central team for them to address each issue. If this group decides to apply mitigating controls to the issues, the workflow must then go to the compliance group for them to review for appropriateness. Requirement is do a SoD analysis for every role change/add request , so that this group takes the appropriate action based on the SoD Analysis . For all my CUP request raised , i want system to do a SoD analysis and let this group know whenever there is a SoD found or just end the workflow if there is no risk.
    I am aware of the Risk analysis process for GRC 10.0 , however i want it to happen as a part of this work flow requirement.
    The requirement is to configure the access request work flow so that the end goal of work flow is just facilitation of an SOD review.  I hope i was able to explain my requirement . Thanks again for your help.
    Your valuable guidance would be really appreciated.
    Vikas

  • MSMP Work flow in GRC AC 10.0

    Hi All,
    Can someone please help me with Basic Work flow documentation for AC 10. I am  part of a implementation team and we are working on implementation of MSMP work flow in AC 10 , however i didnt have any prior experience with work flow configuration . This is my my first assignment where i am working on work flow customization and are looking for some docs which can help me to understand the basics of MSMP work flow in AC 10.
    I was able to find docs on market place however they are more into configuration and customization of work flow , So can someone please assist me here to find some basic doc's for MSMP work flow which would help me to better my understanding of MSMP work flow concept .
    Thanks everyone for you help.
    Cheers .. Vikas

    Hi Vikas,
    Please check our BPX page here:
    SAP Access Control 10.0 [original link is broken]
    There are documents covering the installation process and also specific MSMP workshop setup.
    Regards,
    Luis

  • CONFIGURATION WORK FLOW IN ESS (LEAVE)

    Hi gurus.
    He wanted to know what form it's to indicate that a leave's class should not generate Work Flow when it's post from ESS.
    In T554S_WEB it is possible to leave in white the fields of WF's codes. The problem is that there is a field in the above mentioned table, APPROVAL_PROCESS, that if has the value "W" (Workflow) , though the fields have been left in whiteof workflow, tries to generate a WF with code WS00000000.
    The case is that the field APPROVAL_PROCESS is not located by me from what point of the parametrización it is possible to modify.
    I am grateful for your help.
    Thank you very much.

    If you need this option then you need to change the WF Task.
    General Forwarding Not Allowed
    This indicator enables you to determine that work items for this task can only be forwarded to users who are agents for the task.
    If this indicator is not set, a work item for this task can be forwarded to all users.
    The best way to take care of User
    Forwaring authorization is the Task Classification (PFTC -> Additional
    Data -> Classification). Classify tasks with General Forwarding Not
    allowed, will give you the oppotunity to let the user allow to forward
    items JUST to the Possible Agents Assigned to the task
    (Additional Data -> Agent Assingment -> Maintain)...
    Clear that everything depends on How you have developed your workflows
    definitions. In that cases  the best think to do is
    create Different Tasks definition (TSxxxxxx) and let they start
    depending on Company Code (That can be driven via Conditions steps in
    the workjflow definition, for example). This will allow you to define
    Just the responsible Agents per each task, depending on the Companny
    Code. This definitively Resolve the Forwarding frelated Question.

Maybe you are looking for

  • I can't click on some items on the upper part of every page I go to.

    I have been trying to click on some items on several pages and I realized that the upper part of the page is not even responding to my left and right click. I was lucky enough to be able interact on this part of the page. For example, I can't left cl

  • How to Create Service request to notify the customer

    Hi All, Could u please tell me the which function module is used for  Create Service request to (SAP-CRM) notify the customer

  • Logic pro 9  is still crashing after the update

    This program that i have been using did not have any problems for awhile now i have change my hard drive and install the program and now i been seeing a lot of crashes however the program will boot up however when i want to pull up and instrument a r

  • In-house time

    Dear Friends, What is the significance of lot size dependent in-house time and the lot size independent in-house production time , when and  where each of this time will be used .

  • Problem: workflows cancel each other

    Hi all, I'm facing a strange problem right now, probably some fundamental misunderstanding about how workflows work. :-( My hr-system exports data to a database-resource with a change-flag and I run active sync to detect changes. This is the source f