Transport current settings for KPU1

Hi,
     I need to be able to make changes directly through transaction KPU1 in my production system even though the system is in not modifiable status. I have read somewhere that it may be possible to do this using by transporting the current settings using transaction SOBJ in my development. SOBJ asks for the object name. I entered RKPU1 and get the message "RKPU1 not active or does not exist" even though I can see that this table is active in SE11...Not sure how to proceed..Please advise...

2. In the transaction OMSL the Material Length is 18 which is the same in R3.
What about the above setting in QA ???

Similar Messages

  • Transport of settings for item category assignments

    hello, friends.
    there are settings in DEV that i want to transport to QAS, but the Transport Requests could not be found.  so now, i have to simulate editing the settings so i can save them in a new transport request.  but this gets to be tedious because there are as many as 500 line item settings.
    my question:  is there an easier way to transport the settings en masses?  in VOV4, i see a transport button but this does not seem to work, unlike in V/08 (pricing procedures).  perhaps i need a user parameter for this?
    many thanks.

    oh, wait!
    i was looking at the wrong transport button.  i have to look under Edit > Transport > Include in Request.
    sorry... hahahha

  • What are the settings for Transport?

    What are the settings for Transport?

    u will get three panel in transport connection in BW side
    here u need to collect object and drop them to 2nd panel
    then u need to select whether u want o select all objects or only necessary objects
    select as per ur requirement hten u need to write thse object in a NEw request
    now executte nad go to Se10 and relaease sub task and main task
    now ask basis team to impot it in QAS test it and again trnasport these to Production environemnt.
    assign points if helps

  • Default settings for Current View

    Hi there experts,
    I am experiencing the a problem with the default current view on different PCs.
    I have input schedules that use EVTIM on the months of my time dimension.
    Every time a new user opens this input schedule on a new PC the default current view for time shows the highest hierarchy node which in my case is FIscal Year.
    This will then result in errors in my input schedule (because the EVTIM cant generate the next members) until the user has changed the time to the correct selection. This behaviour makes sense if you know how what BPC is doing but it causes major confusion for end users.
    Is there any way (other than harcoding) to set a default current view for dimensions? Even for locked dimensions I have noticed that once you open the schedule on a differnt PC the dimension is still locked but it defaults to the highest hierarchy node.
    Thank you!
    Sabine

    Hi Sabine,
    You might try using a dimension lock (ref. Action Pane) on the Time dimension.
    Alternatively, in Excel somewhere hidden you can create a list of 'if' statements for each dimension (e.g. EvPRO(app,mbr,CALC)="N") returning 0 or 1. Put a subtotal at the bottom so that when it is not 0 it indicates you have a problem with the settings of the dimensions.
    You can now display a message for each invalid dimension setting using conditional highlighting on some visible cells.
    You can also put a 'if" statement in front of the EvDRE (e.g. if( D22 =0,EVDRE(...),"ERROR") ), or something similar for non EVDRE schedules.
    While this doesn't fix the settings it will stop your schedule going wonky
    Hope this helps.
    G.

  • "current encoder settings for bit rate and sample rate are invalid" message

    I have some files I am working with. Details and what happened:
    Had some music files where I was doing some trimming/splitting. Files worked fine in itunes.
    Open the files in Quicktime Pro 7 to trim them. Exported to aif.
    Opened the files with itunes. They open and play just fine.
    In Itunes I click"create AAC version" to convert them.
    I receive the message "An error occurred while trying to import the file. The current encoder settings for bit rate and sample rate are not valid for this file."
    I don't know what to do from here. Suggestions?
    Thanks.

    Make sure that the AIFFs that you export are set for 16 bit PCM.
    Also, assuming that you are using 44.1 kHZ sampling in your AIFFs, make sure that you are not trying to use 48 kHz in the AAC.

  • Transport settings for ASA's

    Hi,
    Is there a way to change transport settings for archive collection based on groups?  We have ~1100 switches/routers that use telnet and 7 ASA's that use SSH. I have the transport order set to telnet first and then SSH.  This is causing ASA failed password attempts to be logged to the MARS appliance and I don't want the SSH passwords to be sent in plain text.  We are using LMS 3.2.
    Thanks,

    No, there is no way to tie transport settings to certain device types.  It's an all-or-nothing thing.  For what you want to do, set your protocol order to SSH then TELNET.  For the majority of devices, the SSH will fail, but you can be assured that the ASAs won't have that clear text password logged.

  • Query Curves Layer for current settings

    Hi All,
    I am trying to work out how to query a curves layer for it's current settings. I have used the script listner to capture the code on how to apply settings but can't work out how to query the settings. The output from the script listner when applying new settings is as follows:
    // =======================================================
    var idsetd = charIDToTypeID( "setd" );
        var desc19 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref13 = new ActionReference();
            var idAdjL = charIDToTypeID( "AdjL" );
            var idOrdn = charIDToTypeID( "Ordn" );
            var idTrgt = charIDToTypeID( "Trgt" );
            ref13.putEnumerated( idAdjL, idOrdn, idTrgt );
        desc19.putReference( idnull, ref13 );
        var idT = charIDToTypeID( "T   " );
            var desc20 = new ActionDescriptor();
            var idAdjs = charIDToTypeID( "Adjs" );
                var list3 = new ActionList();
                    var desc21 = new ActionDescriptor();
                    var idChnl = charIDToTypeID( "Chnl" );
                        var ref14 = new ActionReference();
                        var idChnl = charIDToTypeID( "Chnl" );
                        var idChnl = charIDToTypeID( "Chnl" );
                        var idCmps = charIDToTypeID( "Cmps" );
                        ref14.putEnumerated( idChnl, idChnl, idCmps );
                    desc21.putReference( idChnl, ref14 );
                    var idCrv = charIDToTypeID( "Crv " );
                        var list4 = new ActionList();
                            var desc22 = new ActionDescriptor();
                            var idHrzn = charIDToTypeID( "Hrzn" );
                            desc22.putDouble( idHrzn, 0.000000 );
                            var idVrtc = charIDToTypeID( "Vrtc" );
                            desc22.putDouble( idVrtc, 0.000000 );
                        var idPnt = charIDToTypeID( "Pnt " );
                        list4.putObject( idPnt, desc22 );
                            var desc23 = new ActionDescriptor();
                            var idHrzn = charIDToTypeID( "Hrzn" );
                            desc23.putDouble( idHrzn, 127.000000 );
                            var idVrtc = charIDToTypeID( "Vrtc" );
                            desc23.putDouble( idVrtc, 127.000000 );
                        var idPnt = charIDToTypeID( "Pnt " );
                        list4.putObject( idPnt, desc23 );
                            var desc24 = new ActionDescriptor();
                            var idHrzn = charIDToTypeID( "Hrzn" );
                            desc24.putDouble( idHrzn, 255.000000 );
                            var idVrtc = charIDToTypeID( "Vrtc" );
                            desc24.putDouble( idVrtc, 255.000000 );
                        var idPnt = charIDToTypeID( "Pnt " );
                        list4.putObject( idPnt, desc24 );
                    desc21.putList( idCrv, list4 );
                var idCrvA = charIDToTypeID( "CrvA" );
                list3.putObject( idCrvA, desc21 );
            desc20.putList( idAdjs, list3 );
        var idCrvs = charIDToTypeID( "Crvs" );
        desc19.putObject( idT, idCrvs, desc20 );
    executeAction( idsetd, desc19, DialogModes.NO );
    I want to query the Hrzn and Vrtc parameters for 0, 127 and 255 on an existing curves layer.
    Any help in working out how to do this would be greatly appreciated.
    Thx in advance.

    This is a bit of a hack but it should give you a place to start.
    // Works with RGB or CMYK images.
    // Does not work at all with greyscale, or indexColor
    // Does not work correctly with Lab
    function convertBCD( num ){
        var res = new Array;
        if(num > 16 ){
            res.unshift(1);
            num = num - 16;
        }else{
            res.unshift(0);
        if(num > 8 ){
            res.unshift(1);
            num = num - 8;
        }else{
            res.unshift(0);
        if(num > 4 ){
            res.unshift(1);
            num = num - 4;
        }else{
            res.unshift(0);
        if(num > 2 ){
            res.unshift(1);
            num = num - 2;
        }else{
            res.unshift(0);
        if(num == 1 ){
            res.unshift(1);
        }else{
            res.unshift(0);
        return res;
    function getCurve( numberOfPoints ){
        this.getPoints = function(){
            this.tempArray = new Array;
            this.tempArray.push( rawDesc.charCodeAt( pointer ) );
            pointer = pointer + 2;// set pointer to next point
            this.tempArray.push( rawDesc.charCodeAt( pointer ) );
            return this.tempArray;
        this.pointsArray = new Array;
        for( var i = 0; i < numberOfPoints; i++ ){
            pointer = pointer + 2;// next point
            this.pointsArray.push( this.getPoints() );
        pointer = pointer + 2;// next curve
        return this.pointsArray;
    var ref = new ActionReference();
    ref.putEnumerated( charIDToTypeID( 'Lyr ' ), charIDToTypeID( 'Ordn' ), charIDToTypeID( 'Trgt' ) );
    var rawDesc = executeActionGet( ref ).getList( stringIDToTypeID( 'adjustment' ) ).getObjectValue( 0 ).getData( stringIDToTypeID( 'legacyContentData' ) );
    var pointer = 2;// used to read rawData similar to reading a file
    var flag = rawDesc.charCodeAt( pointer );// char at offset 2 always == 1 so use to validate data
    if( flag != 1 ) forceError;// unknown problem with rawData
        pointer = 6;// update pointer to BCD byte
        var bcd = rawDesc.charCodeAt( pointer );
        if( bcd < 0 || bcd > 31 ) forceError;// check for valid value
        if( bcd == 0 ) forceError;// an empty adjustment - no curves to process
        var bcdArray = convertBCD( bcd );
        var numberOfCurves = bcdArray.toString().match(/(1)/g).length;
        var curvesArray = new Array;
        pointer = 8;// set pointer to start of curve data
        for(var i = 0; i < numberOfCurves; i++ ){
            var numberOfPoints = rawDesc.charCodeAt( pointer );
            curvesArray.push( getCurve( numberOfPoints ) );
    // now need to map rawData curves in curvesArray to known channel curves
    var acvArray = new Array;
    if( bcdArray[0] == 1 ) {
        acvArray.push( curvesArray.shift() );
    } else {
        acvArray.push( [ [0,0],[255,255] ] );
    if( bcdArray[1] == 1 ) {
        acvArray.push( curvesArray.shift() );
    } else {
        acvArray.push( [ [0,0],[255,255] ] );
    if( bcdArray[2] == 1 ) {
        acvArray.push( curvesArray.shift() );
    } else {
        acvArray.push( [ [0,0],[255,255] ] );
    if( bcdArray[3] == 1 ) {
        acvArray.push( curvesArray.shift() );
    } else {
        acvArray.push( [ [0,0],[255,255] ] );
    if( bcdArray[4] == 1 ) {
        acvArray.push( curvesArray.shift() );
    } else {
        acvArray.push( [ [0,0],[255,255] ] );
    if(app.activeDocument.mode == DocumentMode.RGB){
        var cNames = ['RGB','Red','Green','Blue'];
        for(c=0;c<acvArray.length-1;c++){
            alert(cNames[c]+': '+acvArray[c]);
    if(app.activeDocument.mode ==  DocumentMode.CMYK){
        var cNames = ['CMYK','Cyan','Magenta','Yellow','Black'];
        for(c=0;c<acvArray.length;c++){
            alert(cNames[c]+': '+acvArray[c]);

  • TS1717 when trying to import cd the following message appears "the current encoder settings for bit rate and sample rate are not valid for this file"?

    Trying to import cd when this message appears "the current encoder settings for bit rate and sample rate are not valid for this file".  Any suggestions?

    Thanks so very much.  I chose MP3 and Download and it is working beautifully.  Have a wonderful day and it is so nice of you to get right back to me.  I'm trying to cut a DVD for my grandson's grad party and I got most of the photos and didn't have any music since I lost everything in a clean install.  Could hug you!

  • S_ALR_87003642 FI Periods, request, current settings

    Hi all,
    I have a little trouble. After support-packages the system need a request to open and close FI periods with tcode S_ALR_87003642. I've checked the system and I have not found that the current settings in tcode SOBJ por object V_T001B was changed. I've found the note 307222 'generated transactions for current setting' but I think that it is not relevant.
    Any suggestion is wellcomed.
    Thanks in advance.
    Eduardo
    PD: I'm sorry, I forgot it, we are in a ECC 50, APPL level 20 (ie: SAPKH50020)
    Edited by: Eduardo Hinojosa on Jan 8, 2009 5:07 PM

    In ECC.6 a request is generated in Development System for any change in OB52 / S_ALR_87003642, but the standard settings of Production System by Basis resources make it available for change without asking for Transport request.
    Which system requires you the Transport Request on OB52. Is it DEV, QAS or PRD????????

  • "Settings for material number conversion not found" occurs when ...

    After I run an initial load data into the InfoCube 0PUR_C01, I want to check the InfoCube Content by the following path:
    RSA1 -> pick up the InfoCube 0PUR_C01, right click it and select Manage -> Get to Content tab -> Click InfoCube Content button -> Deselect all selection, only tick the 1st column checkbox next to 0Material, then hit enter, get a small window titled as "Cancel" with a red STOP msg sysing "Settings for material number conversion not found" with an "Exit" button and a question mark button, click Exit button leads to SAP Easy Access screen, if clicking the question mark button, another window pops up with the msg showed above, click Technical Information button causes the original window short dump and the short dump msg shows below in between two dashed lines:
    Runtime Errors         RPERF_ILLEGAL_STATEMENT
    Date and Time          11/28/2005 14:43:13
    ShrtText
        Statement "CALL SCREEN" is not allowed in this form.
    What happened?
        Error in ABAP application program.
        The current ABAP program "SAPLSHL2" had to be terminated because on
        statements could not be executed.
        This is probably due to an error in the ABAP program.
    Error analysis
        There is probably an error in the program
        "SAPLSHL2".
        The program was probably called in a conversion exit
        or in a field exit. These are implemented by
        function modules called CONVERSION_EXIT_xxxxx_INPUT/OUTPUT or
        USER_EXIT_xxxxx_INPUT.
        Conversion exits are triggered during screen field transports or
        WRITE statements, field exits during field transports from the
        screen to the ABAP/4 program.
        In this connection, the following ABAP/4 statements are not allowed:
        -  CALL SCREEN
        -  CALL DIALOG
        -  CALL TRANSACTION
        -  SUBMIT
        -  MESSAGE W... and MESSAGE I...
        -  COMMIT WORK, ROLLBACK WORK
        -  COMMUNICATION RECEIVE
        -  STOP
        -  REJECT
        -  EXIT FROM STEP-LOOP
        Moreover, conversion exits for output conversion
        (implemented by function modules called
        CONVERSION_EXIT_xxxxx_OUTPUT) do not allow
        -  MESSAGE E...
        to be used.
    Trigger Location of Runtime Error
    Program                                 SAPLSHL2
    Include                                 LSHL2F19
    Row                                     3
    Module type                             (FORM)
    Module Name                             TECHNISCHE_INFO5
    rce Code Extract
    e  SourceCde
    1 ***INCLUDE LSHL2F19 .
    2 form technische_info5.
    >>   call screen 1900 starting at 5  8.
    4 endform.
    5
    6 &----
    7 *&      Form  SHRINK_VALUES
    8 &----
    9 *       text                                                           *
    10 ----
    11 *  -->  p1        text
    12 *  <--  p2        text
    13 ----
    14 form shrink_values.
    15
    16   loop at dynpselect.
    17     clear checktable.
    18     if dynpvaluetab-lowvalue ne space and dynpvaluetab-lowvalue na '*'.
    19       move 'EQ' to checktable-op.
    20       move dynpvaluetab-lowvalue to checktable-low_value.
    21       append checktable.
    22     endif.
    What could cause the problem by selecting only 0Material when checking the InfoCube 0PUR_C01 content?  What does that mean by this STOP msg "Settings for material number conversion not found"?
    Thanks

    Hi Kevin,
    Set the length of 0MATERIAL and change conversion to alpha:
    Re: Error Installing 0MATERIAL from Business Content
    Best regards,
    Eugene

  • Questions on cache and general RSRT settings for plancube

    Hi,
    we would like to:
    1) set request status 1 in RSRT for our planqueries, in order to automatically refresh the query after executing a planfunction (problem we have now is that the results of a planfunction are not automatically updated in the query. Only when doing something else like executing other function, saving, check locks, ... the results are visible).
    2) activate delta cache for our planqueries
    we have read OSS note 1136163 on RSRT settings. It says:
    Aggregation level "A" is implemented internally by the automatically created query "P/!!1P" (plan buffer query). This query acts like an InfoProvider. It reads the data of the database or provides the data from InfoProvider "P", it adds the data of the delta buffer "Dp" (or the delta buffer Dpi if P is a MultiProvider with several PartProviders Pi that can be planned) and transfers the data manager as data of the InfoProvider "A" of type "ALVL". The query "P/!!1P" can use aggregates and the cache; this is exactly like each normal query in "P". If "P" is a MultiProvider, it is useful to set PARTITIONMODE to "1".
                  For the query "P/!!1P" that is created automatically for an aggregation level or for all aggregation levels using the InfoProvider P, we recommend the following setting:
                  Read mode "H", request status "1", cache mode "1" or higher, delta cache "true" and SP grouping "1".
                  Furthermore, the selection to use the structure element (KIDSEL) should be "true".
                  The input-ready queries in "A" should not, and cannot, use a cache. The request status is irrelevant since queries in "A" are automatically set to current data. The delta buffer does not currently support hierarchy processing. Therefore, aggregation level "A" cannot completely support read mode "H". For input-ready queries at A:
                  Read mode "X", request status "0", cache mode "0".
                 The delta cache and SP grouping are not visible
    Problems we have:
    1) for query P/!!1P (PCA_AGQF/!!1PCA_AGQF in our example) does not allow changing the request status (greyed out). It now has value 0 instead of 1. It also does not allow to activate the delta cache flag. How to change this? In RSDIPROP we have set partitionmode to 1 for the multiprovider and activated the delta cache flag...
    2) can we use the cache / delta cache principle for our planqueries? If so, how to ensure these settings remain activated in RSRT?
    regards
    Dries
    regards
    dries

    Hi,
    To change the cache settings for your cube.
    Open the cube in RSA1 and click in 'Chance'.
    - click in the 'Environment' menu;
    - expand 'InfoProvider Properties'
      - select the option 'Change'.
    You will be able to set the cache mode for this provider.
    I don't think it will be possible use cache for a multiprovider, it is
    not possible.
    Regards,
    Amit

  • Is it possible to create a new tab in 'Default settings for items' option?

    Hi everybody
    I am Raghu working in EBP2.0 & I have come across a difficlty and that is of creating a new tab and also the fields 'GL a/c', 'cost centre' or 'internal order' in this new tab.
    First of all please let me know whether is it possible to create a new tab for these fields.
    The purpose of this new tab is to default the cost centre and GL account with reference to shopping cart.
    As per current scenario, user has to enter the cost centre & the GL code as many times as the number of items in a shopping cart. I mean, if you have 10 items in your shopping cart then 10 times user has to input the cost centre & GL account. To avoid this we are required to add new tab so that per shopping cart we can enter the GL account & cost centre only once.
    Your immediate response would be very much apprecited.
    Regards
    Raghu

    hi Ram & Sreenivas
    Thanks for your immediate response.
    Ram, we can default GL a/c & cost centre in org structure since client wants to us to keep the option of entering these for every shopping cart.
    Sreenivas, I checked the 'copy to clipboard' option & its not there in EBP2 and I feel what you meant as cost centre tab is account assignment tab.
    Let me explain you more clearly about this requirement.
    Current Scenario
    1.Say a user has added 5 items to his SC.
    2.User has to enter cost centre & GL code 5 times & then he can order
    Required scenrio
    1.Say a user has added 5 items to his SC.
    2.As per the proposed functionality, user will click on 'Default settings for items' button. Three tabs will appear-->Basic data, Internal note & Delivery Address.
    We have to provide a new tab here where in user will default his GL & cost centre for this shopping cart & then order. This will help user to avoid entering GL & cost centre 5 times.
    For some reasons our client is not interested in defaulting this data.
    Please help in this regard if time permits.
    Thanks
    Raghu

  • Is it possible to change proxy settings for all profiles that´s created instead of the standard options. We need to change "use systems proxy" into "automatic"

    Proxy Problems
    We need to be able to change the default settings for the proxy for all profiles on our computers that´s created for new users.
    Standard is that firefox takes the option "use the system options" for the proxy. We would like it to use the option "automatic" instead like IE and Chrome does.
    Considering that we have over 500 computers doing this manually isn´t an option, because a new profile is created everytime someone logs on to a computer they haven´t used before.

    You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new default values.
    Place a file local-settings.js in the defaultspref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    pref("general.config.obscure_value", 0); // use this to disable the byte-shift
    See:
    *http://kb.mozillazine.org/Locking_preferences
    You can use these functions in mozilla.cfg:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    This will work for all existing and newly created profiles.

  • Need to sync iPhone 4 to new laptop; don't want to setup as a new iPhone, want to keep current settings

    My previous Dell laptop is crashing and I have purchased a new HP g4 laptop.
    I own a 160GB iPod, iPhone 4, and 32gb iPad. I am less concerned about the iPod because that is just my music.
    My problem is:
    How can I sync my iPhone 4 & 1st gen iPad to my new laptop without having to set it up as a new iPhone/iPad? I want to keep all my current settings as well as my groups of apps.
    Any advice?
    When I setup iTunes on the new computer, I had backed up all the music and iTunes folder to my external hard drive them copied from there to the new laptop. This process did not copy over my playlists (like I was told it would). iTunes is basically setup new and does not recognize that it is just on a different computer.
    I set my iPod to sync and it said "was synced with other library...erase & sync?" I said yes, because it's just music. I imported each playlist 1 by 1.
    Any help is appreciated; I really do not want to have to re-setup both iPhone & iPad.
    Thanks you,
    lavoie25

    Thank you for the advice. I had done the backup of the whole library folder to iTunes, but I did not know I had to hold SHIFT down when opening it. I had already synced the iPod when I posted the previous message.
    I ended up trying a few steps that seemed to work out in my favor.
    When the iPad & iPhone were connected to iTunes, I first right clicked and chose to transfer purchases from the device to iTunes (I was not prompted by the "already associated with a library" message). Once that finished, I right clicked on the device again and chose to Back Up the device (again, not promted). Once the back up was complete, I went to each device and rechose my music,apps, movies, tv shows, books, photos and then clicked to sync. I was prompted here that the device would be erased first. I was then prompted asking if I wanted to Merge Information - I chose to merge and the sync continued.
    Once the siny was finished it was as if I had finished a sync with my old laptop; all my settings and everything were in place - did not have to re-enter passwords in apps or set up mail settings again.
    This worked on both my iPad and my iPhone.

  • Export settings for quicktime movie to use in DVD Studio Pro

    The workflow:
    I created a movie and did extensive sound adjustments in iMovie and a few video edits, and exported it to a quicktime format:
    compression H.264
    Quality: High
    Frame reordering: yes
    Encoding mode: multi-pass
    Dimensions: 1280x720
    Since then I upgraded to FCS, and tried to create a DVD with DVD SP and import the movie, and I get this error:
    Import error:
    One or more files failed to import. Common reasons for this are that they do not match the current project's video standard or their file format is not supported.
    I'm fairly sure I have matching video standard...and the file format has always been supported before.
    I imported the quicktime (.mov) file to FCP and added some edits, recreated the chapter markers, and early on there was a pop-up that said my movie format did not match the project settings, so I checked the "okay" to adjust the video file to match.
    When I finished, I exported the file from FCP to a quicktime movie with the "current settings" that have always worked with DVD Studio Pro before, and I'm getting the same error.
    I don't know where the problem is.  Both the original movie I created in iMovie and the movie I recreated in FCS will import to iDVD.  I wanted the better quality production from DVDSP....
    I no longer have the iMovie project file.  (I thot I was done.)  I do  have the original footage, but I'm already three days in and hoping to  avoid starting over.
    I would sure appreciate any help!
    Thanks!

    2cute2b2smart wrote:
    I don't know where the problem is.
    compression H.264
    Quality: High
    Frame reordering: yes
    Encoding mode: multi-pass
    Dimensions: 1280x720
    The specifications you listed are the problem.
    I can't comment on iMovie -don't use it personally.
    From FCP, you would export a self contained movie using the current Timeline settings (not H.264 ever)
    Bring that file into Compressor and apply one of the time based DVD presets that the running time of your movie fits into. This will produce a MPEG 2 video file and an AC3 audio file. Bring both into DVDSP and author.
    A DVD video is always standard def 720x480 (NTSC) or 720x576 (PAL).
    Converting the output from FCP to H.264 is adding an unneeded compression stage that will compromize quality -because DVD assets are always MPEG 2 / AC3. Even if DVDSP accepts that H.264 file, it gets transcoded again using DVDSP's own compression system.
    All of this is covered in the DVDSP user manual. Take the time to read it. DVD authoring is complicated if you just jump in and start poking around, simple if you take the time to understand the basics.

Maybe you are looking for

  • Next page in smf

    Hi To All, I am working on the smartform,In my requirement i need to print the line items, Header values and footer values in the pre-printed pages.While designing the second page of form I am facing problem with main widow (i.e The Main window is ha

  • Does this support AVCHD files straight from the camera (Panasonic)??

    Does the new final cut pro X support AVCHD files from the camera?  I record with a Panasonic AG-HMC40. Thank you

  • How do you stop the video dimming?

    Sorry if this has been asked before. I searched and searched. On the X-Fi 32GB, is there a way to stop video from automatically dimming? Thanks.

  • When i connect my iphone to my pc iphone isnt connect

    hi when i m going to connect my iphone to itune my iphone not connecting or non is other iphone is connect

  • ASA SSL Portal : Remove Application help

    Hello, I've done some customization on the SSL Web portal on an ASA 8.2. Everything's fine except I want to remove the help column on the right when I click on application. See the attachment the column entitled 'Terminal Servers Help' Regards