Design customized webtransaction with Netweaver

I'm working at a client who is planning to design Design a customized web solution for service management, using SAP Netweaver technology  and Enterprise portal.
Simple custom webtransactions need to be designed for creating a service notification by a third party service organisation on the web. The custom web transaction needs to use SAP R/3 master data for lookup/ validation (such as material, BOM, serial master data). This master data resides in SAP enterprise (r/3)
Then,after submitting a notification from the web this needs to trigger a transaction in SAP Enterprise eg IW511- create notification).
We are looking for the best technology to use to come up with a custom design (BAPI, RFC, Idoc etc)
Critical part is how to get data from SAP with best performance results. The master data tables in SAP Enterprise are large and might not be indexed on required fields.

Hello Adrienne,
here is what I would recommend:
As you mentioned, your app needs to look up against material, BOM, serial master /equipment (depending if you just serialize materials or create equipment records as well).
To do this, you will need to find what RFC/BAPI support search functionality against these objects.  If you find an RFC or BAPI method, then we can wrap it with a web service.  If not, or if the search capabilities are not deep enough, I would recommend writing an RFC for this.
Now, you are absolutely right that the tables may not be properly indexed, but, here is a little trick...
You can leverage matchcodes.  When you define the search matchcodes against these objects in R/3, the system creates the underlying tables that are indexed based on the structure of the search criteria defined in the matchcode definition.  The tables, if I recall correclty, are named MCxxx, where xxx is the matchcode object.  Once you localized these tables, you can write an RFC that would search accordingly.  But, for performance and network traffic reasons, do not allow unqualified searches, and additionally, limit the number of returned records (as these can be VERY large).  Once you have the RFCs, create a Web service (either through SAP WAS or XI - WAS would be preferrable due to better performance).  Once you have your data in good shape, you will need to find an RFC/BAPI/IDOC to create notification, wrap it with a service and you should be good to go.
Hope this helps.  John Conte

Similar Messages

  • Trial version of LiveCycle Designer 7.0 for Netweaver?

    Hello, is there a trial version of Adobe Designer for use with Netweaver Developer Studio? I tried installing the latest trial version from Adobe but it was not recognized by Developer Studio.  Thanks!

    Hi Jim,
    This is available on following link
    https://www.adobe.com/cfusion/tdrc/index.cfm?product=livecycle%5Fdesigner
    you have to create an account and can download from here
    Hope this helps,
    Amit

  • Custom theme with Fiori launchpad

    Hi
    I have created a custom theme using the theme designer  as per detailed in Colorful Fiori - Part 3 - Sea Blue
    I can see some changes taking effect in the preview but not all. For e.g. the tile title color, icon color did not change.
    When I use the custom theme with  the fiori launchpad url, I do not see any of the tiles. Only button I see is the logout button.
    I checked in debug, it did show me few 404 errors.  wondering why the custom theme works for my ui5 application but not with launchpad url.
    Appreciate your help, in identifying what I might be doing wrong.
    Thanks
    Kalpana
    Tags edited by: Michael Appleby

    Hi Masa,
    Thanks for replying !
    We found that our exact issue was resolved in Version 1.1.7 of UI Theme designer (OSS note 1941092) .
    So we upgraded our SAP_UI component to SP08 and now we are on version 1.2.2 of UI theme.
    I am now able to see the tiles on my Fiori launchpad and the logo I defined in the custom theme. But the custom theme I applied did not get applied to the tiles and the background.
    I still see the whole page (Except our company logo) with sap standard sap_bluecrystal theme.
    I did the Inspect element, and see that it is still using the standard CSS.  Cleared the browser histroy just to make sure that it is not picking the old theme from cache  - but with no help.
    If I go back to the theme designer and open the custom theme, I can see the csutom  theme changes in the preview. 
    Any help is appreciated.
    Thanks
    Kalpana

  • Customer names with cyrylic characters are wrongly shown in Bex Analyser

    Customer names with Cyrillic characters are wrongly shown in Bex Analyser. The master data is correctly maintained and extracted\loaded by BW for these customer (Master Data object is correct). This might be a Bex Designer issue.
    Furthermore, it has nothing to do with the local settings, when copying the name of the customer to Bey Analyzer the name is correctly shown.

    Hi,
    We are facing the same problem with the turkish characters, Our system is BW 3.10 (3.30 Cont) and ECC 6.0. The turkish characters are displaying correctly at the table level, but not at the RSRT or the Bex level.
    The turkish characters are displaying correctly at the table, RSRT and Bex level if we load the same record from the Non-unicode Prod system to the Non-unicode BW Dev system, but if we load from the unicode QA system the same record is not displaying correctly.
    Has anybody got a solution for this issue
    thanks
    Kalyan

  • Custom Functions with SDK

    After some success designing custom visual components using the SDK, I have attempted to create a custom excel function added in SDK SP1 and am a little confused by the minimal documentation.
    The documentation alludes to adding custom functions that will not work in excel design time but will work after compiled to SWF. So, in using the SDK I have created a series of test functions following the samples provided and I still am not able to use the function correctly and receive the this Excel function is not supported.
    I am assuming this SDK feature works like this (please correct me where/if I'm wrong!):
    -create a flex function in top level .mxml using the method mentioned in the docs/samples.
    -refer to function in excel formula
    -preview & the flex function should handle the rest.
    My question is, is this supported? Or does the function have to coincide with an excel function in order to work? I even created an excel function via VBA that works the same so the design time would behave the same, but to no avail.
    My function is as follows, it was simpler but after numerous tries I stole the sample layout and replaced the function name with testFunc and had it add the argument to itself but it still won't work in the visualization:
    public function testFunc(...args):*
         var v:*;
         var a0:Number;
         var range:ITableSDK;
         if (args[0] == undefined)
              a0 = 0;
         }else{
              if (args[0] is ITableSDK)
              xcelsius.spreadsheet.FunctionError(xcelsius.spreadsheet.FunctionError.VALUE);               
              }else{ // a cell     
                   v = getNumberUtil(args[0]);
                   if(v is xcelsius.spreadsheet.FunctionError)
                        return v;
                         a0 = v+v;
         return a0;
    I am using Flex Builder 3 with flex sdk 2.0.1 HF3. Any ideas?
    Thanks,
    Sean

    Hi,
    as far as I know there's no SDK for now, but I found more in the OptiMap product of the "Corda" agency, the original vendor of the default maps. You can contact it by their Internet site: http://www.corda.com/
    Best regards
    Massimo

  • Integrating adobe lifecycle designer 8.0 with SAPGUI

    hello,
    I have installed adobe lifecycle desginer 8.0 (which comes with adobe acrobat 8.0 . Now how can i integrate this within the SAPGUI and work on interactive forms. Anybody ?
    Thanks,
    Shehryar Dahar

    hi,
    Adobe Lifecycle designer for interactive forms comes as a bundle with the Netweaver installation.
    its integrated with Netweaver itself.
    my netweaver version # is 2.0.16
    then you put a UI element called "interactive form" on your dynpro layout.
    when you goto...
    Interactive form -> Edit...
    it takes you to the Adobe Lifecycle designer... where you can design your interactive form.
    i hope this helps,
    regards,
    -Ag.

  • Enhancing Customer Reports with Commands and Parameters

    Hi All,
    I am implementing the mentioned tutorial. I have succesfully deployed the AccessStatisticApplication PAR on portal. While scheduling the report from Content Management -> Reports -> Running Reports, it is giving error "<b>Can't find bundle for base name com.sap.netweaver.km.stats.reports.DocumentAccessReport, locale en_US</b>". Has anyone faced the problem, can anyone please help to remove this runtime error.
    Related Link: <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d28a67b-0c01-0010-8d9a-d7e6811377c0">Enhancing Customer Reports with Commands and Parameters</a>
    Regards
    Poonam

    <i>True, the application property service is apparently not to be used for a real-life scenario</i>
    You can definitely use the application property service in production scenarios - it's used by other components in a standard KM install, i.e. out-of-the-box.
    <i>in our case it forced the server down with deadlocks. </i>
    This should definitely not happen! Did you get SAP support to take a look at this? Was it the most popular documents report that caused this, or some other custom code? There should be no such problem with this service, since it's been around for quite some time and in production use.
    <i>
    Even if the code sample is not to be used for real-life scenarios it could at least make use of something else than the application property service which isnt't optimal for this use.
    </i>
    The application property service is good for a lot of scenarios, so it is realistic to use in in real-life scenarios. The only time I have seen this approach (storing the number of hits on documents in the database) fail is in very high-load scenarios.
    <i>Could you provide me with a link to the documentation for the logging framework?</i>
    <a href="http://http://help.sap.com/saphelp_nw70/helpdata/en/d2/5c830ca67fd842b2e87b0c341c64cd/frameset.htm">Logging and Tracing</a> on help.sap.com and <a href="https://help.sap.com/javadocs/NW04S/current/en/index.html">Logging and Tracing API (J2EE Engine API)</a> for NW 7.0.

  • Installing Designer ES over Designer that came with CS3

    I have an existing install of Designer that came with Acrobat 8 in CS3 (Design Premium).
    After the install I got a popup saying "it is highly recommended to remove all previous versions of LiveCycle Designer from the system."
    I can't find a way to remove it - there's no option under the uninstaller, that I can find, short of uninstalling Acrobat 8. And I don't know if that would do the trick or not.
    A further message in the popup says "LiveCycle Designer 8.0 was installed with Acrobat Professional. Please modify the Acrobat Professional installation and deselect the LiveCycle Designer 8.0 feature from the Custom Setup dialog."
    Can't find this either - unless it shows up during the Acrobat 8 uninstall process?

    The driver files typically install inside a vendor-named folder inside /Library/Printers. Your profile mentions a HP LaserJet P1102W. So if this is the printer you are referring to, then the printer files will have copied to /Library/Printers/HP.

  • Minimum SAP versions compatable with NetWeaver?

    Hi All,
    I have a client who operate with a fragmented environment when using SAP. Is this uncommon? I suppose not.
    Our software has PBNW certification but I would like to know if my client can actually take advantage of the SAP NetWeaver integration. I am unsure of what versions of SAP are compatible with NetWeaver Platform.
    My Client works with SAP versions 4.7, 4.6, 5.x, ECC6 (MySAP).
    Any information on minimum requirements would be a great help.
    Also any information on how the pricing structure works for XI data transfer from SAP to a PBNW application is calculated would be great.
    Thanks in advance
    Dave Hunt

    Hi,
    You need to be a SAP customer to be able to login.
    Anyway, what do you want to achive with NW. If you want to use specific NW tasks with ERP data  by e.g. calling remote function modules, any version of ERP will do.
    Eddy
    Pimp up the S(D)N site and earn points. Check this <a href="/people/eddy.declercq/blog/2007/02/01/pimp-up-the-jam log</a> for details

  • DIFFICULTY PROGRAMMING CUSTOM BOARD WITH VIVADO

    Hey Xilinx gurus,
    I’ve been having difficulty programming a custom board with Vivado. I am using the XC7A50T-FGG484 Artix device in my design. I am also using the S25FL128SAGMFI003 Spansion flash memory chip. I first tried to program the Artix FPGA directly, then tried to program the FPGA using the flash memory. Neither of these have been successful and I need some help. I have scoured the user guides and forums with little success.
    Here are some warnings/errors that I run into when programming (I included the entire TCL console script below):
    WARNING: [Labtools 27-3123] The debug hub core was not detected at User Scan Chain 1 or 3.
    Byte 15370 does not match (FF != 00)
    ERROR: [Labtools 27-3161] Flash Programming Unsuccessful
    ERROR: [Common 17-39] 'program_hw_cfgmem' failed due to earlier errors.
    Thank you in advance for your time and direction, it is much appreciated!
    Best,
    Ralph
    ENTIRE TCL CONSOLE SCRIPT:
    start_gui
    open_project C:/Vivado/imu3artix/imu3frequency/imu3frequency.xpr
    Scanning sources...
    Finished scanning sources
    INFO: [IP_Flow 19-234] Refreshing IP repositories
    INFO: [IP_Flow 19-1704] No user IP repositories specified
    INFO: [IP_Flow 19-2313] Loaded Vivado IP repository 'C:/Xilinx/Vivado/2015.1/data/ip'.
    open_project: Time (s): cpu = 00:00:21 ; elapsed = 00:00:20 . Memory (MB): peak = 704.227 ; gain = 92.195
    open_hw
    ****** Webtalk v2015.1 (64-bit)
    **** SW Build 1215546 on Mon Apr 27 19:22:08 MDT 2015
    **** IP Build 1209967 on Tue Apr 21 11:39:20 MDT 2015
       ** Copyright 1986-2015 Xilinx, Inc. All Rights Reserved.
    source C:/Vivado/imu3artix/imu3frequency/imu3frequency.hw/webtalk/labtool_webtalk.tcl -notrace
    webtalk_transmit: Time (s): cpu = 00:00:00 ; elapsed = 00:00:15 . Memory (MB): peak = 66.770 ; gain = 0.023
       while executing
    "webtalk_transmit -clientid 3767299429 -regid "210956146_0_0_059" -xml C:/Vivado/imu3artix/imu3frequency/imu3frequency.hw/webtalk/usage_statistics_ext_..."
       (file "C:/Vivado/imu3artix/imu3frequency/imu3frequency.hw/webtalk/labtool_webtalk.tcl" line 28)
    INFO: [Common 17-206] Exiting Webtalk at Thu Aug 06 11:42:27 2015...
    connect_hw_server -url localhost:3121
    INFO: [Labtools 27-2285] Connecting to hw_server url TCP:localhost:3121
    current_hw_target [get_hw_targets */xilinx_tcf/Xilinx/0000177f243b01]
    set_property PARAM.FREQUENCY 1500000 [get_hw_targets */xilinx_tcf/Xilinx/0000177f243b01]
    open_hw_target
    INFO: [Labtoolstcl 44-466] Opening hw_target localhost:3121/xilinx_tcf/Xilinx/0000177f243b01
    set_property PROGRAM.FILE {C:/Vivado/imu3artix/imu3frequency/imu3frequency.runs/impl_1/IMU3.bit} [lindex [get_hw_devices] 0]
    current_hw_device [lindex [get_hw_devices] 0]
    refresh_hw_device -update_hw_probes false [lindex [get_hw_devices] 0]
    INFO: [Labtools 27-1435] Device xc7a50t (JTAG device index = 0) is not programmed (DONE status = 0).
    set_property PROBES.FILE {} [lindex [get_hw_devices] 0]
    set_property PROGRAM.FILE {C:/Vivado/imu3artix/imu3frequency/imu3frequency.runs/impl_1/IMU3.bit} [lindex [get_hw_devices] 0]
    program_hw_devices [lindex [get_hw_devices] 0]
    INFO: [Labtools 27-3164] End of startup status: HIGH
    program_hw_devices: Time (s): cpu = 00:00:24 ; elapsed = 00:00:24 . Memory (MB): peak = 741.168 ; gain = 0.000
    refresh_hw_device [lindex [get_hw_devices] 0]
    INFO: [Labtools 27-1434] Device xc7a50t (JTAG device index = 0) is programmed with a design that has no supported debug core(s) in it.
    WARNING: [Labtools 27-3123] The debug hub core was not detected at User Scan Chain 1 or 3.
    Resolution:
    Make sure the clock connected to the debug hub (dbg_hub) core is a free running clock and is active OR
    Manually launch hw_server with -e "set xsdb-user-bscan <C_USER_SCAN_CHAIN scan_chain_number>" to detect the debug hub at User Scan Chain of 2 or 4. To determine the user scan chain setting, open the implemented design and use: get_property C_USER_SCAN_CHAIN [get_debug_cores dbg_hub].
    create_hw_cfgmem -hw_device [lindex [get_hw_devices] 0] -mem_dev [lindex [get_cfgmem_parts {s25fl128sxxxxxx0-spi-x1_x2_x4}] 0]
    set_property PROGRAM.BLANK_CHECK 0 [ get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]
    set_property PROGRAM.ERASE 1 [ get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]
    set_property PROGRAM.CFG_PROGRAM 1 [ get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]
    set_property PROGRAM.VERIFY 1 [ get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]
    refresh_hw_device [lindex [get_hw_devices] 0]
    INFO: [Labtools 27-1434] Device xc7a50t (JTAG device index = 0) is programmed with a design that has no supported debug core(s) in it.
    WARNING: [Labtools 27-3123] The debug hub core was not detected at User Scan Chain 1 or 3.
    Resolution:
    Make sure the clock connected to the debug hub (dbg_hub) core is a free running clock and is active OR
    Manually launch hw_server with -e "set xsdb-user-bscan <C_USER_SCAN_CHAIN scan_chain_number>" to detect the debug hub at User Scan Chain of 2 or 4. To determine the user scan chain setting, open the implemented design and use: get_property C_USER_SCAN_CHAIN [get_debug_cores dbg_hub].
    set_property PROGRAM.ADDRESS_RANGE {use_file} [ get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]
    set_property PROGRAM.FILES [list "C:/Vivado/imu3artix/imu3frequency/imu3frequency.runs/impl_1/IMU3.bin" ] [ get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0]]
    set_property PROGRAM.UNUSED_PIN_TERMINATION {pull-none} [ get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]
    set_property PROGRAM.BLANK_CHECK 0 [ get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]
    set_property PROGRAM.ERASE 1 [ get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]
    set_property PROGRAM.CFG_PROGRAM 1 [ get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]
    set_property PROGRAM.VERIFY 1 [ get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]
    startgroup
    if {![string equal [get_property PROGRAM.HW_CFGMEM_TYPE [lindex [get_hw_devices] 0]] [get_property MEM_TYPE [get_property CFGMEM_PART [get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]]]] } { create_hw_bitstream -hw_device [lindex [get_hw_devices] 0] [get_property PROGRAM.HW_CFGMEM_BITFILE [ lindex [get_hw_devices] 0]]; program_hw_devices [lindex [get_hw_devices] 0]; };
    INFO: [Labtools 27-3164] End of startup status: HIGH
    program_hw_devices: Time (s): cpu = 00:00:05 ; elapsed = 00:00:05 . Memory (MB): peak = 784.484 ; gain = 0.000
    program_hw_cfgmem -hw_cfgmem [get_property PROGRAM.HW_CFGMEM [lindex [get_hw_devices] 0 ]]
    Mfg ID : 1   Memory Type : 20   Memory Capacity : 18   Device ID 1 : 0   Device ID 2 : 0
    Performing Erase Operation...
    Erase Operation successful.
    Performing Program and Verify Operations...
    Program/Verify Operation failed.
    Byte 15370 does not match (FF != 00)
    ERROR: [Labtools 27-3161] Flash Programming Unsuccessful
    program_hw_cfgmem: Time (s): cpu = 00:00:00 ; elapsed = 00:00:21 . Memory (MB): peak = 784.484 ; gain = 0.000
    ERROR: [Common 17-39] 'program_hw_cfgmem' failed due to earlier errors.

     This indicates your device got programed. those warnings can be safely ignored.
    INFO: [Labtools 27-1434] Device xc7a50t (JTAG device index = 0) is programmed with a design that has no supported debug core(s) in it.
    WARNING: [Labtools 27-3123] The debug hub core was not detected at User Scan Chain 1 or 3.
    Resolution:
    Make sure the clock connected to the debug hub (dbg_hub) core is a free running clock and is active OR
    Manually launch hw_server with -e "set xsdb-user-bscan <C_USER_SCAN_CHAIN scan_chain_number>" to detect the debug hub at User Scan Chain of 2 or 4. To determine the user scan chain setting, open the implemented design and use: get_property C_USER_SCAN_CHAIN [get_debug_cores dbg_hub].
    FPGA is getting programmed but flash got problems while programming. Let me see if I could get anything from log

  • Creating custom form with content type list - Shaepoint 2013 list

    Hi All,
         I have a list with a content type. So basically i have the default content type and another custom one.
    I would like to customize the forms and taught of using sharepoint designer.
    Is this a good approach or is it better using infopath.
    When i try using infopath i don't know how i can using content type to create forms.
    I basically have 2 forms based on the content types how can i separate this when using custom forms and what would be the best practice?
    Cheers and thanks in advance

    Hi Patrick,
    According to your description, you want to create a form for each content type in a custom list with multiple content types. Is it right?
    If we use Infopath to customize forms for a list with multiple content types, it only customizes the default content type, the forms for other content types don't have changes.
    For your requirement, I suggest you use SharePoint Designer to create forms for content types.
    More information about how to create forms using SharePoint Designer 2013:
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2012/09/20/how-to-create-custom-forms-using-sharepoint-designer-2013.aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Customer Statement with opening and closing balances

    Dear Forum,
    The users want to generate the Customer Statement with opening and closing balances like the traditional one. The statement now generated gives the list of all open items as on date, but the users want the statement with opening balances as on the date of the begining of the range specified and the closing balance at the end of the period for which the statement is generated. Is there a way to generate the same from the system.
    Thanks for the help.
    Regards,

    Hi,
    SPRO> Financial Accounting (New) > Accounts Receivable and Accounts Payable > Customer Accounts > Line Items > Correspondence > Make and Check Settings for Correspondence
    You can use the program RFKORD10 with correspondance type SAP06 for your company code
    This program prints account statements and open items lists for customers and vendors in letter form. For account statements, all postings between two key dates, as well as the opening and closing balance, are listed.
    Regards,
    Gaurav

  • Is there a way to create a custom screensaver with pics/slides that display for different amounts of time?

    Is there a way to create a custom screensaver with pics/slides that display for different amounts of time? Or even add a "video slide" into the screensaver?
    My business has 3 TVs displayed in our lobby, each with its own apple TV and they are all linked to the same photo stream. Currently the Atv screensaver displays the photostream pictures of our products for the default 3 seconds. We just added pics/slides that now display messages and useful info for our customers but I want that info to be displayed for a longer period of time than the pictures to give people a chance to read it.
    I tried using flickr and powerpoint as a work around but no luck.  I created a slide in powerpoint with play length of 15 secs and saved it as a wmv file.  I added that file to a "screensaver" set in flickr and pointed the Atv screensaver to that flickr set.  It still displays everything, pics and the wmv file at the default 3 sec.
    I know I can increase the duration of all pics in the screensaver to display for longer but the goal is to have the pics display at 3 secs and the info slides to display at 15 secs.

    Welcome to the Apple Community.
    No that's not possible.
    If you have any suggestions that you think might enhance the Apple TV you can send Apple your feedback here 

  • Error while adding a custom field with Input help via AET

    Hi All,
    I need to add two custom field under Service orders at Item level in component BT140I_SRVP.
    One field is required to have the input search help f4 and autopopulates the second field
    I am able to add one field(not requiring help) successfully through AET .
    I have created one Zsearch_help in se11 and its successfully running  and Autopopulating seocnd field while I am testing it
    While adding second field through AET,I need to enter following details as -
    field label,search relevant ,serach help etc.
    When I type the name of my 'Zsearch_help' against field search help it gives me following error
    'Search help is not compatible'.
    Secondly,not getting getter and setter methods for the attrributes in BTAdminI.
    Last,please tell me if i create zhelp and activate it,would it automatically appear in the list on AETwhile assiging it to input field?
    Please help me out.Kindly be detailed as I am new to SAP CRM.
    Thanks,
    Shivani

    The question is answered in CRM 7.0 forum:
    Getting error while adding a custom field (with input help) through AET

  • Can't make a workable custom codec with ProRes 422 (HQ)

    I've only just now found that there is a Support Community for Compressor.  Wish I'd known sooner.
    I see my version of Compressor is 3.5.3.
    I've been on a little saga.
    I started out with the challenge of converting some MP4 files from a Blackberry Playbook into ProRes 422 (HQ) for editing in Final Cut. I used Compressor and the task looked fairly straight forward. I used the ProRes setting in the Compressor, converted my files and imported them into Final Cut. Video was fine but I soon found out that the audio needed rendering every time I put a clip into the Timeline. I went on-line to various chat rooms with this problem. Pretty soon a fellow was telling me that the ProRes 422 (HQ) setting in Compressor had "Audio Pass-through" as default and that this was the cause of my problem. Change it, he said, to "Linear PCM".
    It took me a fair while to figure out that the ProRes setting in Compressor did not allow itself to be modified and that I'd have to create a custom preset if I was to make these changes. I set about to do that. I was able to select "QuickTime Movie" and then in "Video/Settings" choose "ProRes 422 (HQ)", in "Audio", "Linear PCM". This did solve the audio problem. Now files imported into Final Cut did not need rendering. But another problem became evident.
    Whereas the ProRes 422 setting that came with Compressor in its summary page listed: "Width" and "Height" as "(100% of source)", the custom ProRes 422 (HQ) setting I'd just created has "Width" and "Height" as "320" and "240". In short the 19:9 aspect ratio of the original footage was lost. What I got both in the conversion and in Final Cut was a squished SD image.
    I've played like heck with Compressor trying to see if there was some place I could get this custom version of ProRes to correspond to the aspect ratio seen in the Audio Pass-through version that came loaded in Compressor. No luck. All very mysterious.
    My next step was to look to create another custom codec that would have the proper 1280 X 720 ratio. Turns out  "HDV 720p 30fps" does, so now I've been converting to that. Looks fine in Final Cut - proper picture and sound.
    I've been playing around a bit more and see now that I can create a custom setting using "Apple Intermediate Codec". I've tried it and it works too.
    So after all this, my question: Should I be using that codec instead? Or does it really matter what codec I use for editing? Is the only real issue what codec I decide to use to output?
    And while I'm at it: Does anybody have ideas why trying to create a custom setting with ProRes 422 (HQ) does not work - for my purposes at least.
    I must admit this converting codecs is pretty new to me. Hopefully with time this experience will get easier and clearer.
    John

    Setting a Compressor ProRes Custom Setting:
    1) Pick Apple ProRes 422...
    2) Drag the PreRes 422 setting to the Bach Window. You can only make a custom setting from the Batch Window...
    3) Select enable for the audio. Click on setting to make sure it is set right. Uncheck Allow Job Segmenting... Make sure Streaming is set to none*....
    4) Select the Geomenty tab... Pick Custom (16:9):
    5) Click Save As and name your custom setting...
    6) You new custom setting will show up in the Custum folder for later use:
    Another thing you can do is make Droplet of this custom setting. Menu... File... Create Droplet... Save the Droplet into a folder somewhere on your computer.
    A Droplet will start the transcoding automatically. Drag the Droplet onto a video icon and let it do it's job.
    * ProRes doesn't need the Fast Start setting. If this is set it will take almost twice as long to do the encoding. Same with Allow Job Segmenting using Qmaster.
    I did the above on the fly and hope everything is clear for you to understand.

Maybe you are looking for

  • Unable to authenticate with Ticket Toolkit

    I'm having trouble with the Ticketing Toolkit. (in a previous thread I was having trouble obtaining the MYSAPSSO2 cookie ... that is thankfully resolved) I am now able to see the cookie but for some reason the IsAuthenticated flag isn't set when I ru

  • I want to upgrade my g42 cpu.

    i want to upgrade my g42 cpu. i have a p340 2.2 ghz, and would like to upgrade to qc p950 2.1ghz 35w. Is it possible for me to do this upgrade? If not what is a good option for this laptop CPU? Please help with feedback thanks allan

  • J2ee 1.4 install problem win2k professional

    I have downloaded j2ee sdk 1.4 (both with download manager and without). After accepting the installation directory C:\Sun\AppServer and clicking Next, nothing happens ever (Iet it run overnight). The Win2K Professional is absolutely up to date, sinc

  • Idoc Error    Empty Schedule Agreement  Purchasing Group Assnmt.

    Dear Experts,   We have a job running, automatic sending Schedule Agreements' Line Items out through EDI   But some Schedule Agreements' field Purchasing Group is empty, Idocs created on these SAs are wrong   Idoc have wrong data filled in the Contro

  • Trouble with oracle apex and http server

    I have Oracle Apex 3.2 running with Oracle OHS 10g... when I load big pages... some pages aren't completely rendered... there are incomplete source code when some pages are generated... This causes things like the hidden tag that contains the md5 ver