Which of these statements about overhead rates are true?...

Hello SAP-team!
Which of these statements about overhead rates are true and which are false?
- The costing sheet is entered in the master record of the order
- Costing sheets consists of base, overhead rate, and credit
- Overhead cost elements of type 41 are entered in the rate
- The costing sheet is assigned at controlling area level and is determined automatically by the system
- Only percentage rates are possible for overhead rates
ps: thanks to SAP-community!
Eugene

Hi,
Which of these statements about overhead rates are true and which are false?
- The costing sheet is entered in the master record of the order- True
- Costing sheets consists of base, overhead rate, and credit-True
- Overhead cost elements of type 41 are entered in the rate-True
- The costing sheet is assigned at controlling area level and is determined automatically by the system- I think false. Generally cost sheet is defined independently and assigned either thru costing variant or thru orders.
- Only percentage rates are possible for overhead rates- False. Qty based is also possible
Regards
Sudhakar Reddy
Edited by: Sudhakar Reddy K.V. on Sep 15, 2009 11:27 AM

Similar Messages

  • Which two statements about custom catalogs are true

    Which two statements about custom catalogs are true? (Choose two.)
    A. A category cannot contain catalogs.
    B. Catalogs can contain one or more subcatalogs.
    C. A product can only belong to one category.
    D. Each category exists in one and only one catalog.
    thanks

    Hi,
    Which two statements about custom catalogs are true? (Choose two.)
    A. A category cannot contain catalogs. -> FALSE
    B. Catalogs can contain one or more subcatalogs. -> TRUE
    C. A product can only belong to one category.-> FALSE
    D. Each category exists in one and only one catalog.->FALSE
    To my knowledge, it seems only one of these is true.
    Thanks,
    Gopinath Ramasamy

  • Percentage Overhead Rates are not capture with Transport request

    Hi,
    I have defined Percentage Overheads rate in KZZ2 and assigned the same  into Costing Sheet.But while saving the transport reqest in to QAS client,It is throwing the below error.Kindly help me in solving this issue.
    Individual entries cannot be put into the change request
    Individual entries cannot be put into the change request
    Message no. SV141
    Diagnosis
    For technical reasons, the entries cannot be fully specified in the change request. There are two possible reasons for this:
    1. The key of an entry is longer than 120 characters. All entries whose keys match up to character 119, are then copied into the change request, rather than an individual entry.
    2. The key of an entry contains fields of special data types, for example, packed numbers. The key can only be specified in the change request up to the first such field from the left.
    all entries whose keys match up to character 238 are copied into the change request, rather than a single entry.
    System response
    The selected entry is copied into the change request correctly, but other entries may be copied as well.
    Please advice me.
    Thanks
    Sunitha

    Hi Sunita,
    I am also facing the same problem while transporting the overhead rates in quality and production.
    Can you give the elaborative steps of how you resolved your issue.
    The steps mention as under i tried but it is not working
    1) Go to SA38 or SE38
    2) Run the program RKAZUTR1
    3) You need to specify the number of your request with the costing sheet changes
    Thanks in advance
    Sayed

  • Which of these statements is faster?

    Hi all,
             Can anyone please tell me which of these two is faster in terms of Performance:
    Statement 1:
                          COMMIT AND WAIT.
    Statement 2:
      Call FUNCTION 'BAPI_TRANSACTION_COMMIT' .
    Kindly reply immediately as this is bit urgent.
    Regards,
    Vijay

    After the system executes the COMMIT WORK statement, it sets the attributes of each persistent object in the ABAP program to initial. (That is, it calls the IF_OS_STATE~INVALIDATE method).
    Bapi_transaction_commit... should also not take much time... useing either will not make any significant diff. provided wait time is minimal..

  • Which two statements are true about WHERE and HAVING clause ?

    Which two statements are true about WHERE and HAVING clause ?
    1. WHERE clause can be used to restict rows only
    2.HAVING clause can be used to restrict groups only
    3.HAVING clause can be used to restrict groups and rows
    Plz help me in dis ques...which two will be correct...i think its 1 and 2...but not sure.

    863180 wrote:
    Plz help me in dis ques...which two will be correct...i think its 1 and 2...but not sure.If you are not sure then you do not fully understand HAVING.
    SY.

  • Which of the following are true about abstract methods in EJB 2.0

    Hi guys I'm beginner to EJB and i got some unanswered questions.
    Can any one of you please.. give answers?
    Thanks if you do...
    Which of the following are true about abstract methods in EJB 2.0
    CMP?
    Choose all correct answers:
    1. Abstract accessor methods should not be exposed in the EJB
    component's interface
    2.Abstract accessor/mutator methods are used to access and modify
    persistent state and relationship information for entity objects
    3.Abstract Accessor/Mutator methods do not throw exceptions
    4.The EJB developer must implement the Accessor/Mutator methods
    5.Abstract accessor methods may or may not be exposed in the EJB
    component's interface
    2.Which ONE of the following is true?
    Choose the best answer:
    1.Local interfaces cannot have a relationship with other Entity
    components
    2.Local interfaces cannot be used for Stateless Session EJB
    3.Local interfaces can be a part of Object's persistent state
    4.Local interfaces have the same functionality as that of a
    stateless Session EJB
    3.Which of the following describe the <cmr-field> in a EJB 2.0
    descriptor?
    Choose all correct answers:
    1.A Local interface/Entity can be a value of a <cmr-field>
    2.There is no <cmr-field> in EJB 2.0 descriptor
    3.It is used to represent one meaningful association between any
    pair of Entity EJBs, based on the business logic of the Application
    4.It provides a particular mapping from an object model to a
    relational database schema
    5.It allows the Local Entity interfaces to participate in
    relationships
    4.Which of the following are the advantages of using Local interfaces
    instead of dependent value classes?
    Choose all correct answers:
    1.Local Entity Interfaces can participate in Relationships
    2.The life cycle of Local Entity Interfaces is managed by EJB
    container, intelligently
    3.Local Entity Interfaces can be used in EJB QL Queries
    4.Local Entity Interfaces can be a part of the <cmp-field> but not
    <cmr-field>
    5.Which of the following are true about Local interfaces
    1.A local interface must be located in the same JVM to which the EJB
    component is deployed
    2.Local calls involve pass-by-reference.
    3.The objects that are passed as parameters in local interface
    method calls must be serializable.
    4.In general, the references that are passed across the local
    interface cannot be used outside of the immediate call chain and must
    never be stored as part of the state of another enterprise bean.
    6.Which of the following specifies the correct way for a client
    to access a Message driven Bean?
    Choose the best answer:
    1. via a Remote interface
    2. via Home interface
    3. Message driven bean can be accessed directly by the client
    4. both 1 & 2
    5. none of the above
    ------------------------------------------------------------------------7.Which of the following statements are true about message-driven
    bean Clients?
    ------------------------------------------------------------------------Choose all correct answers:
    They can create Queue and QueueConnectionFactory objects
    They can create Topic and TopicConnectionFactory objects
    They can lookup the JNDI server and obtain the references for
    Queue and Topic and their connection Factories
    Only 1 and 2 above

    Hi guys I'm beginner to EJB and i got some unanswered
    questions.
    Can any one of you please.. give answers?
    Thanks if you do...
    Which of the following are true about abstract methods
    in EJB 2.0
    CMP?
    Choose all correct answers:
    1. Abstract accessor methods should not be exposed
    d in the EJB
    component's interfacefalse
    2.Abstract accessor/mutator methods are used to
    access and modify
    persistent state and relationship information for
    entity objectstrue
    >
    3.Abstract Accessor/Mutator methods do not throw
    exceptionstrue
    >
    4.The EJB developer must implement the
    Accessor/Mutator methodsfalse
    5.Abstract accessor methods may or may not be exposed
    in the EJB
    component's interfacetrue
    2.Which ONE of the following is true?
    Choose the best answer:
    1.Local interfaces cannot have a relationship with
    other Entity
    componentsfalse
    2.Local interfaces cannot be used for Stateless
    Session EJBfalse
    3.Local interfaces can be a part of Object's
    persistent statefalse
    4.Local interfaces have the same functionality as
    that of a
    stateless Session EJBtrue
    3.Which of the following describe the <cmr-field> in a
    EJB 2.0
    descriptor?
    Choose all correct answers:
    1.A Local interface/Entity can be a value of a
    <cmr-field>true
    2.There is no <cmr-field> in EJB 2.0 descriptorfalse
    3.It is used to represent one meaningful association
    between any
    pair of Entity EJBs, based on the business logic of
    the Applicationtrue
    4.It provides a particular mapping from an object
    model to a
    relational database schematrue
    5.It allows the Local Entity interfaces to
    participate in
    relationshipstrue
    4.Which of the following are the advantages of using
    Local interfaces
    instead of dependent value classes?
    Choose all correct answers:
    1.Local Entity Interfaces can participate in
    Relationshipsis
    2.The life cycle of Local Entity Interfaces is
    managed by EJB
    container, intelligentlyis
    3.Local Entity Interfaces can be used in EJB QL
    Queriesnot
    4.Local Entity Interfaces can be a part of the
    <cmp-field> but not
    <cmr-field>not
    >
    >
    5.Which of the following are true about Local
    interfaces
    1.A local interface must be located in the same JVM
    M to which the EJB
    component is deployedtrue
    2.Local calls involve pass-by-reference.true
    3.The objects that are passed as parameters in local
    l interface
    method calls must be serializable.false
    4.In general, the references that are passed across
    s the local
    interface cannot be used outside of the immediate
    e call chain and must
    never be stored as part of the state of another
    r enterprise bean.true
    >
    6.Which of the following specifies the correct way for
    a client
    to access a Message driven Bean?
    Choose the best answer:
    1. via a Remote interfacefalse
    2. via Home interfacefalse
    3. Message driven bean can be accessed directly by
    the clientfalse
    4. both 1 & 2false
    5. none of the abovetrue.
    >
    ----------------7.Which of the following statements
    are true about message-driven
    bean Clients?
    ----------------Choose all correct answers:
    They can create Queue and QueueConnectionFactory
    objectsthe container can, dunno bout clients
    >
    They can create Topic and TopicConnectionFactory
    objectsthe container can, dunno bout clients
    >
    They can lookup the JNDI server and obtain the
    references for
    Queue and Topic and their connection Factories
    true
    Only 1 and 2 abovefalse
    somebody correct me if i'm wrong

  • I'm new to apple. my app button has a number 2 on it meaning 2 downloads to action i presume but when i get to the store there is no indication which two these are. Any help please ?

    Which apps do i download when a number appears on the app button but there is no indication in the store which 2 these are ?

    Click on the Updates icon in the App Store's toolbar. If there are upgrades they will be listed there.

  • I hope you can help me.  I purchased adobe captivate 8 on line and when I click on the email link to download, it comes up with 7 programs, some are 64 bit and some are not, my computer is 32 bit.  I am not sure which of these 7 to download?  All or just

    I hope you can help me.  I purchased adobe captivate 8 on line and when I click on the email link to download, it comes up with 7 programs, some are 64 bit and some are not, my computer is 32 bit.  I am not sure which of these 7 to download?  All or just the 4 non 64 bit?

    I tracked down the problem with the download and installation, my windows 7 was missing a file and after reinstalling windows everything worked out.  The first 32 bit program in their list was used.  I hope this can help others.

  • My iTunes says there are 17 songs it cannot locate. How do I locate which songs these are without clicking on each song in my whole library?

    My iTunes says there are 17 songs it cannot locate. How do I locate which songs these are without clicking on each song in my whole library?

    To locate all of the broken links in your library try:
    Lost & Found Playlists
    Create a regular playlist called Found, select everything in Music and drag it into the Found playlist (it may take some time to count the tracks that are to be dropped). Create a smart playlist called Lost matching All the rules Playlist is Music and Playlist is not Found. Your lost tracks will be in this playlist. They can be deleted with Ctrl+A to select them and then Shift+Delete to discard them.
    The exercise can be repeated with different media sources if needed.
    Or try iTunes Folder Watch with its option to check for dead tracks on startup.
    tt2

  • TS1424 itunes purchase security questions & answers reset and answered correctly.  Can not log in with updated answers which state one or both are incorrect.

    Can anyone help with this situation?
    itunes purchase security questions & answers reset and answered correctly.  Can not log in with updated answers which state one or both are incorrect.

    You need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (94948)

  • I have a question about Data Rates.

    Hello All.
    This is a bit of a noob question I'm sure. I don't think I really understand Data Rates and how it applies to Motion... therefore I'm not even sure what kind of questions to ask. I've been reading up online and thought I would ask some questions here. Thanks to all in advance.
    I've never really worried about Data Rates until now. I am creating an Apple Motion piece with about 15 different video clips in it. And 1/2 of them have alpha channels.
    What exactly is Data Rate? Is it the rate in which video clip data is read (in bits/second) from the Disc and placed into my screen? In Motion- is the Data Rate for video only? What if the clip has audio? If a HDD is simply a plastic disc with a dye read by "1" laser... how come my computer can pull "2" files off the disc at the same time? Is that what data transfer is all about? Is that were RAM comes into play?
    I have crunched my clips as much as I can. They are short clips (10-15seconds each). I've compressed them with the Animation codec to preserve the Alpha channel and sized them proportionally smaller (320x240). This dropped their data rate significantly. I've also taken out any audio that was associated with them.
    Is data rate what is slowing my system down?
    The data rates are all under 2MBs. Some are as low as 230Kbs. They were MUCH higher. However, my animation still plays VERY slowly.
    I'm running a 3GigRam Powerbook Pro 2.33GHz.
    I store all my media on a 1TB GRaid Firewire 800 drive. However for portability I'm using a USB 2 smartdisk external drive. I think the speed is 5200rpm.
    I'm guessing this all plays into the speed at which motion can function.
    If I total my data rate transfer I get somewhere in the vicinity of 11MBs/second. Is that what motion needs for it to play smoothly a 11MBs/second data connection? USB 2.0 is like what 480Mbs/second. So there is no way it's going to play quickly. What if I played it from my hard drive? What is the data rate of my internal HDD?
    I guess my overall question is.
    #1. Is my thinking correct on all of these topics? Do my bits, bytes and megs make sense. Is my thought process correct?
    #2. Barring getting a new machine or buying new hardware. What can I do to speed up this workflow? Working with 15 different video clips is bogging Motion down and becoming frustrating to work with. Even if only 3-4 of the clips are up at a time it bogs things down. Especially if I throw on a glow effect or something.
    Any help is greatly appreciated.
    -Fraky

    Data rate DOES make a difference, but I'd say your real problem has more to do with the fact that you're working on a Powerbook. Motion's real time capabilities derive from the capability of the video card. Not the processor. Some cards do better than others, but laptops are not even recommended for running Motion.
    To improve your workflow on a laptop will be limited, but there are a few things that you can try.
    Make sure that thumbnails and previews are turned off.
    Make sure that you are operating in Draft Mode.
    Lower the display resolution to half, or quarter.
    Don't expect to be getting real time playback. Treat it more like After Effects.
    Compressing your clips into smaller Animations does help because it lowers the data rate, but you're still dealing with the animation codec which is a high data rate codec. Unfortunately, it sounds necessary in your case because you're dealing with alpha channels.
    The data rate comes into play with your setup trying to play through your USB drive. USB drives are never recommended for editing or Motion work. Their throughput is not consistent enough for video work. a small FW drive would be better, though your real problem as I said is the Powerbook.
    If you must work on the powerbook, then don't expect real-time playback. Instead, build your animation, step through it, and do RAM previews to view sections in real time.
    I hope this helps.
    Andy

  • Adobe, please make a formal statement about "free" CS2

    Folks, we have heard the whole gambit of ideas and discussions concerning Adobe's "giveaway" of CS2.
    To my knowledge, there has only ever been ONE SINGLE post about CS2 NOT being released for free - and that post was in a FORUM. InDesign Secrets picked up on that one post and repeated what was said there.  On Adobe's CS2 download page, there is NOTHING said one way or the other.  Forum statements are always on a personal level - they are NOT a professional solution for official announcements, and should not be regarded as such.
    Adobe, could you please be so kind as to issue a formal statement? 
    There are many people out there who would use CS2 if it were released for free - folks who will never purchase the newer versions - folks who normally use only freeware.  It would be a great benefit to those folks, and it would increase your popularity, and you might even make sales with those people once they get used to your products. 
    I, myself have a license for CS3 Premium, CS4 Standard, InDesign CS2, but I would recommend CS2 to other folks to use instead of GIMP or other freeware.  In fact, when the word went out, I was surprised and pleased and wrote to my friends.  Then I had second thoughts and had to tell them "never mind - I was misled".  Now, after reading the posts in this here forum, I am somewhat bewildered and confused.
    Please make a formal statement about this!

    I do not agree with your examples they can’t be used in this case.
    The shop and speed examples just don’t make sense. The digital nature of this whole situation alone makes comparisons like shops or driving-speed-limits impossible. When you enter a shop and take something the object is moved, in this case there is nothing moved! (that’s just one point, there many others but that would make this post too long).
    Also realise that the knife cuts both ways.
    Ignorance of law applies to both user and provider.
    If the user did wat he/she could to make sure that it seemed legit than they have done their part.
    If adobe did to make sure then the user/visitor of the site can not simply grab the stuff, than the visitor places him/herself in in “illegal situation”.
    If adobe gave the public the false presumption that content could be downloaded for free (NOT moved / stolen) then Adobe is also at fault and put themselves in a position where they can’t just make a statement that illegal activity has taken place on the user’s part.
    To my knowledge A EULA is NOT intended when you have a license.
    Even though literlally means “End User License Agreement” ,  it initially can’t be tied with a purchase. That will become clear AFTER you read the EULA. If you want the requirement that an initial purchase is mandatory than you must inform the user before he/she opens the EULA. Adobe has not properly informed the public on the downloadpage.
    (You can not use the forum for that)
    And what about freeware tools? And promotion based sites which from time to time give away software. They all have EULA’s a EULA is also to inform the user of the circumstances he/she can use the software.
    If it is not clear on the website (downloadpage) than how is the user supposed to know if he/she can download and install?
    - First off, the site which promoted this are respected sites. And still there are sites wich have not done any retration
    (and see the points below about notification and retraction).
    - Then you have the downloadpage which has no form of restriction/ID authentication and the serials are right there.
    - I installed and read the EULA and at that point it seemed al legit.
    And you still have the other points which you still can’t place under “ignorance of law” when the user has done it’s part by checking the below
    There was and still is no notification on the adobe download site
    Serials are displayed on the adobe download site
    The EULA literally states "obtained" not "purchased"
    Everything can be registered and will show up in your "My Adobe" profile
    No adobe ID is needed to reach the adobe downloadpage
    Adobe admitted that the whole thing could be seen as an giveaway
    Adobe only used the forum to communicate that it was not intended as an giveaway, but as an way for owners with genuine CS2 license to reinstall because of the de-activation of authentication servers. BUT they never stated that downloading and using this version without a previous CS2 license is illegal.
    · IF it is illegal to download and install then adobe would state that literally asap (right at the moment they explained in the forum that this is not for non CS2-license holders). Now there is only silence and adobe forum moderators are not responding to issue directly (an sort of "edict" from the adobe management not to discuss until further notice?)
    · Days after this fiasco adobe hasn't taken any precautions to avoid further downloading/misunderstanding. (they still left the page as is, they even removed the requirement of an adobe ID to reach the page)
    You cannot use the shop or speed example in this case, pro or against adobe.
    The software world is totally different.
    There are enough examples where older versions are given away as form promotions, and there even promotions which began “silent’ and then went viral.
    And realise that the UK law doesn’t apply for the rest of the world, Adobe realises this and therefore hasn’t made an official statement yet. Not just a forum statement which led to some retractions within certain sites.
    The assumption of “Consent of the copyright owner” was given on the moment when the downloadpage went up AND no form of notification was given.
    Adobe still hasn’t informed me properly through email that download and install of the CS2 is only valid for users who have a previous genuine license.
    ”...Where copyright exists, the owner is not required to tell people - it's an automatic right....”
    I do not believe this, you must always supply enough/proper information or else how is the public to know?
    And I still have these questions
    Where is stated on the downloadpage that it is intended for CS2 license holders?
    http://www.adobe.com/downloads/cs2_downloads/index.html
    · Why is that page accessible for everyone without an adobe ID?
    Why Can the content be directly downloaded without even going to the downloadpage without any form of ID authentication.
    Why is the EULA not customised for this?
    Why is there still no notification on the download page?
    Why am I able to register it and it shows up in my "My Adobe"?
    Why have the users who have registered this with their full and valid address and email information not received any mail about this
    Why is the forum the only communication channel to about this? When and Where will be the official statement? Will this be outside the forum. If not, why not use the website homepage and email adresses of the registered users?
    Why are there still no takedowns issued on the sites which still promote this as free?
    Knowing that there was no form of proper notification (and still none), how are the people who downloaded, installed and registered this to know that this was not some form of promotion?

  • How do I delete the photo albums on my iPhone 4? These photos, albums and videos are taking up space and besides this, I WANT THEM OUT! I have iTunes on my Windows

    How do I delete the photo albums on my iPhone 4? These photos, albums and videos are taking up space and besides this, I WANT THEM OUT! I have iTunes on my Windows 7
    I can connect the iphone to the computer. i can open iTunes,
    I don't know how to delete the photos and the albums that streamed in and otherwise came in and or doubled into albums that i did not create. Videos too.
    i did turn off streaming.
    would someone please tell me how....
    I've heard that it can be done and then something about syncing...no idea how to sync either....only that when I hook up the cord to the computer, my iPhone 4 dings...
    i need basic step by step...and alot of patience! thanks
    I have iO7 something, which I'm really not fond of either....any way after the photo/album deleting...I'd like to find out how to get rid of this update

    Assuming you are using iTunes 11.1:
    Connect your iPhone to your computer.
    In iTunes towards the upper right of your screen you will see the name of your iPhone. Click on it (not the eject symbol.
    This will open a series of windows with tabs.
    Select the tab for photos.
    Untick the ones you do not want on your iPhone and at the bottom right click on Apply.
    They will be removed.

  • Upgrading HD for Sample Streaming: Which of these is better?

    Hello everyone,
    I'm in the market for a larger internal SATA drive for sample streaming in Logic. I currently have a Seagate 320GB drive, but NO backup drive! So I'm thinking of using the 320GB as my backup and getting a larger, 500GB sample drive. Should I do this, or do larger drives have problems streaming samples? If yes, which of these would be better suited for sample streaming.
    http://eshop.macsales.com/item/Maxtor/7H500F0/
    http://eshop.macsales.com/item/Seagate/ST3500630AS/
    Thank you very much for any help you can provide!

    Hi Jonathan,
    I recently boght a Seagate Barracuda to try it out, mainly for archiving but found it so fast that I got a second as a new audio drive. I now have two of these in my Mac Pro and it flies.
    One warning, however. In the UK, they're shipped with a jumper on, which restricts the speed to 1.5, not 3.0 Gbps. Just remove it and you'll get the machine flying at full speed. I don't know why Seagate do this but it's even documented on the drive case (check out the schematic above the jumpers bay). May be the same in the States but it's easy to check. It comes with only the one jumper (no master/slave as on old IDE drives) and remove it so there are none. Fixed.
    Buy with confidence.
    Pete

  • Which of these Macs would be a better machine?

    I am at the crossroads of getting a new Mac and I have two choices. Pretending everything else between the macs is equal besides what I am about to describe, which of these would be better?
    Choice 1. 15" Macbook Pro w/ 2.16 Core 2 Duo processor and 2GB of memory
    or
    Choice 2. 13" current issue 2 GHz Core 2 Duo Macbook w/ 4 GB of memory
    Why would the one you pick be better over the other?
    I'm not to savy with computer hardware so any help would be appreciated. Thanks!!!

    You are correct that many MBP owners have no problems and that the MBP is a better machine. I too had no problems for the first year and then within two months I have been plagued with unproductive days dealing with a computer that doesn't work. The issue is that for those of us that have these problems there doesn't seem to be a fix even with Applecare. There seems to be a trend with keyboard issues and Apple has not figured it out and provided a reasonable fix. If I spend the money and get a new keyboard I may be looking at the same problem if the keyboards are flawed. If you make your living with your computer sending it in to Apple for a week or two to get a problem fixed is not a great solution. I just think that the chance of getting a lemon in the MBP line should be factored into the decision. Maybe a new MBP has these problems worked out but to buy an older used MBP from the same vintage as mine would be unwise in my opinion.
    Jon

Maybe you are looking for

  • Visual Studio 2012 is no longer able to interact with any TFS server

    I can connect to the on-premise TFS2012 server using the instance of VS2012 installed on the server machine as well as the instance of VS2012 installed on a coworker's machine. I was able to interact with TFS2012 using the instance of VS2012 installe

  • What format do I use to upload a 5 min. movie to a website?

    What 'format' in the drop down options do I use if I want the video to be flash on the website? ie: wave, FLC..... Any other settings that I should have as presets? - fps? - Quality? - Size? Thanks in advance!

  • FB05 & Open Item Process

    Good day, I am trying to write off a customer account through FB05 and then clear the same customer.  My dilemma is to try to use a different doc type (other than AB) to clear this type of transactions.  How would I assign a different document type t

  • REUSE _ ALV _ COMMENTRY _ WRITE

    hi all , I want to display logo in my report using FM ' REUSE _ ALV _ COMMENTRY _ WRITE '. what is the transaction code for uploading this logo so that I can use it in the FM. I have tried SE78  but logo is not getting displayed. Thanks , Sushant Sin

  • Tape plays fine in camera, but stutters when logging

    Hey everyone, I'm working on a project where we are bringing in a lot of archival materials shot on miniDV. The tape plays back in the camera, but when I attempt to actually "capture now", the camera rapidly blinks between "pause" and "play" and stop