New features for BSP since release 7.0

Hi all!
Could anyone just tell me what exactly are the new features since the 7.0 release for BSP-Programming (if any exist) or tell me where to get that information (am a little confused again searching through the SAP-Site-Universe).
Thanks in advance and regards
Jan

Hi Jan,
there aren't any new features for BSP in 7.0, as there is no further devolpment for the BSP framework.
Regards,
Rainer

Similar Messages

  • LR beta released - new features for ACR 7

    I was just reading about the LR beta for version 4: http://www.dpreview.com/articles/7481161037/lightroom-4-public-beta-whats-new
    Although I'm not a LR user, I was excited to see the new editing features, as they will be essentially the same as the next version of ACR that will be part of PS CS6 (all guesswork on my part of course, but as Adobe has always done this previoulsy I don't think it's much of a leap of faith to make). A few features and changes that stood out for me:
    They've re-vamped the basic tools, and have a new Process Version 2012;
    Localised adjustments now allow you to adjust white balance and noise reduction;
    Curves tool allows you to work on individual RGB channels.
    This looks set to be a major upgrade IMHO.
    M

    I've been testing new features for a while
    I'm quite satisfied with a new automatic recovery procedure. Just that ... it will probably raise new posts about mismatching between camera profiles and in-camera jpegs, because when a photo has blown parts, recovery kicks in automatically. Also, in some (rare) cases I would just want to have it off ... so maybe having a whites slider with 'auto' check box or something similar would be a better solution ... Anyway, finally I can say that dealing with highlights is now even better than in Canon cameras / software, which have similar solution for at least 5 years ...
    Since R and B channel, that can be blown by WB, are now also recovered, resulting hue of blown parts is now different than with PV2003/2010. If G and B are blown, resulting hue is around 200 deg (instead 180 previously), which looks more natural for parts of blown sky. If R and G are blown, resulting hue is around 40-50 (instead 60 previously), which is ok for blown areas around sun in sunset photos etc but ... in some rare cases there can be blown foliage colors and it doesn't look particularly good when blown green turns light brown ... So a slider to deal with hue in blown parts for brush tool would be fine somewhere in the future, because painting that areas with some color doesn't produce desired result ...
    Getting rid of defaults from the past (brightness +50, contrast +25, blacks 5,. medium-contrast curve) is also nice, as it didn't make any sense with camera profiles
    I'm also glad that clarity is now usable for me, so I don't have to apply wide radius USM in PS anymore ... The same with highlight & shadows tool, that is now implemented here ... etc ...

  • New features for each version of  Hyperion major planning

    Good morning,
    I'd like to work on the list of the new features for each of Hyperion Planning major version release: 9.0, 9.1, 9.2, 9.3, 9.3.1. But if there's already available guide/ chart for this, I'd love to refer to that particular documentation.
    Thanks a lot and have a nice day
    Adrian

    Please check the Release content document - Release 12 Financial Applications, which gives the new functionality of the GL module and there is no doc number for this document, I can send it by email if you want.
    Srini C

  • 1Z0-045: Oracle Database 10g: New Features for Oracle 8i OCPs

    Hi,
    I was looking for right reference book for the 1z0-045 upgrade certification. I could not find any reference book that is related to this certification. Only one book have found out on Amazon site, which is "OCP Oracle Database 10g: New Features for Administrators Exam Guide (Oracle Press) (Paperback)" published by McGraw Hill.
    But this book does not show exem number 1z0-045 anywhere. So I am not sure, is it a right book to buy.
    Please let me know if any one has any knowledge about that.
    I appreciate for your information.
    Thanks
    Amit

    The book you mention is for those individuals who are upgrading their 9i OCP to the 10g OCP. Since you are apparently upgrading from 8i OCP, there is possibly a gap in your learning. You might want to take a look at OCP Oracle9i Database: New Features for Administrators Exam Guide (Paperback) which explains the new features for Oracle 9i to someone coming from an 8i background. No additional exam would be needed in your case but this book may help to fill out your knowledge a bit. You could also take a look at http://download.oracle.com/docs/cd/B10501_01/server.920/a96531/toc.htm if you would rather not buy an additional book.
    Tom

  • 1Z0-050  Oracle 11g New Features for Administrators

    Which release are the exam 1Z0-050 - Oracle 11g New Features for Administrators, release 1 or release 2?
    I need to study Oracle University Material Release 1 or Release 2?

    Hi,
    I have a question too.
    I am 10g certified and looking to take the 11g New Features For Administrators course in the new year.
    Previously when I certifed from 8i to 9i and then to 10g it was only required to take the exam and the course was optional although my company sends me anyway.
    Looking on Oracles website it seems to be that to do the 11g New Features you now have also have to attend another instructor led course. I have posted a link.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getlppage?page_id=212&path=DBAU
    Can someone confirm if this is the case and that Oracle have changed the format of the New Features upgrade path,
    cheers

  • (V7.3)NEW FEATURES ABOUT OPTIMIZATION IN RELEASE 7.2 & 7.3

    제품 : ORACLE SERVER
    작성날짜 : 2003-02-24
    (V7.3)NEW FEATURES ABOUT OPTIMIZATION IN RELEASE 7.2 & 7.3
    ==========================================================
    PURPOSE
    Oracle RDBMS V7.2와 V7.3에서 Optimization에 관한 new feature를
    알아보기로 한다.
    Explanation
    다음과 같은 대표적인 기능 9가지가 있습니다.
    1> Direct Database Reads
    Parallel query 프로세스들은 필터링이나, 소팅, 조인과 같은 작업을
    수행하기 위해서는 아주 큰 테이블을 scanning해야 합니다. Direct Database
    Reads는 read efficiency와 성능의 향상을 위해 contiguous memory read를
    가능하게 해줍니다.
    또한, concurrent OLTP와 같은 작업을 수행시 따르는 경합을 없애기
    위해 버퍼 캐쉬를 bypass합니다.
    2> Direct Database Writes
    Parallel query 프로세스들은 intermediate sort runs, summarization
    (CREATE TABLE AS SELECT), index creation(CREATE INDEX)과 같은 작업의
    수행 결과를 디스크에 종종 기록해야 합니다.
    Direct Database Writes는 write efficiency와 성능의 향상을 위해
    direct contiguous memory로 하여금 contiguous disk writes를 가능하게
    해줍니다.
    또한, concurrent OLTP 작업과 DBWR 프로세스에 의한 경합을 없애기 위해
    버퍼 캐쉬를 bypass합니다.
    결론적으로, Direct Database Reads와 Writes는 concurrent OLTP와 DSS
    작업에 따르는 복잡한 부하를 조절하면서 Oracle 7 서버를 분리된 형태로,
    또한 최적의 튜닝을 가능하게 해줍니다.
    3> Asynchronous I/O
    Oracle 7은 이미 sorts, summarization, index creation, direct-path
    loading 에 대한 asynchronous write 기능을 제공하고 있습니다.
    Release 7.3부터는 보다 나은 성능의 향상을 위해 asynchronous
    read-ahead 기능을 제공하여 최대한 processing과 I/O의 병행성을 증가
    시켜 줍니다.
    4> Parallel Table Creation
    CREATE TABLE ... AS SELECT ...와 같은 구문을 제공하여 상세한 데이타를
    갖는 큰 테이블의 조회된 결과를 저장하기 위해 임시 테이블을 생성합니다.
    이 기능은 보통 intermediate operation의 결과를 저장하기 위해
    drill-down 분석을 할 때 사용됩니다.
    5> Support for the Star Query Optimization
    Oracle 7은 수행 속도의 향상을 위해 star 스키마가 존재하고, star query
    optimization을 invoke 합니다. Star query는 먼저 여러 개의 작은 테이블을
    join하고, 그런 후에, 그 결과를 하나의 큰 테이블로 join합니다.
    6> Intelligent Function Shipping
    Release 7.3부터 parallel query를 처리하는 coordinator 프로세스는
    non-shared memory machine(cluster 또는 MPP) 내의 노드들을 처리하기
    위해 디스크나 데이타들 간의 유사성에 대해 인식하게 될 것입니다.
    이 사실에 근거하여, coordinator는 data들이 machine의 shared
    interconnect를 통해 전달될 필요가 없다는 점에서, 특정 node-disk pair로
    수행되고 있는 프로세스들에게 parallel query operation을 지정할 수
    있습니다.
    이 기능은 연관된 cost나 overhead없이 'shared nothing' 소프트웨어
    아키텍쳐의 잇점을 제공하면서 효율성과 성능, 확장성을 개선할 수 있습니다.
    7> Histograms
    Release 7.3부터 Oracle optimizer는 테이블의 컬럼 내에 있는 데이타 값의
    분포에 관한 더 많은 정보를 이용할 수 있습니다. Value와 상대적 빈도수를
    나타내는 histogram은 optimizer에게 index의 상대적'selectivity'에 관한
    정보와 어떤 index를 사용해야할 지에 관한 더 좋은 아이디어를 제공해
    줄 것입니다.
    적절한 선택을 한다면, query의 수행시간을 몇 분, 심지어 몇 시간씩이나
    단축시킬 수가 있습니다.
    8> Parallel Hash Joins
    Release 7.3부터 Oracle 7은 join 처리시간의 단축을 위하여 hash join을
    제공합니다. 해슁 테크닉을 사용하면 join을 하기 위해 데이타를 소트하지
    않아도 되며, 기존에 존재하는 인덱스를 사용하지 않으면서 'on-the-fly'
    라는 개념을 제공합니다. 따라서, star schema 데이타베이스에 전형적으로
    적용되는 small-to-large 테이블 join의 수행 속도를 향상시킬 것입니다.
    9> Parallel UNION and UNION ALL
    Release 7.3부터 Oracle 7은 UNION과 UNION ALL과 같은 set operator를
    사용하여 완전히 parallel하게 query를 수행할 수 있습니다. 이러한
    operator를 사용하면, 큰 테이블들을 여러 개의 작은 테이블의 집합으로
    나누어 처리하기가 훨씬 쉬워질 것입니다.
    Example
    none
    Reference Documents
    none

    Sorry for the confusion!
    I'll clear it up right now - I'm currently running 10.7.2 - please disregard SL 10.6.8, that was from the past. I updated to 10.7.3, the new checkmark appeared. I noticed a few other stability issues in 10.7.3, so returned to 10.7.2. As for Mountain Lion - I saw a friend's Mac running ML (I assume he had a Dev account), and noticed the new checkmark as well.
    Here's the pictures to show the comparison:
    10.7.2 Checkmark
    10.7.3/ML Checkmark:
    See the difference? My question is, I don't want the new checkmark in 10.7.3. I think, personally, it's hideous and very iOS-like. Is there a way I can "hack" a resource file, or copy over a file from 10.7.2 into 10.7.3 to bring back the original checkmark used in 10.7.2 and all prior versions of OSX? I'm not sure, but it seems like some kind of font is used for the checkmark, but I'm not sure. I'm still a bit new to OSX.
    If anyone knows, or has any idea, that would be much appreciated! Again, I know it's a bit nitpicky

  • New features for Oracle Assets in Apps 12i

    What are the new features for Oracle Assets in Apps version 12i?
    where can i find User Guide for FA in Aps 12i?

    You could check Appendix A of the Oracle Applications Upgrade Guide for 11i to Release 12:
    http://download-east.oracle.com/docs/cd/B34956_01/current/acrobat/r12upg11i.zip
    Assets module is discussed on page A-2.
    Also, you can find the Fixed Assets Users Guide for R12 at the link that hsawwan provided.

  • If i want to contact apple with an idea i have for a new feature for the iphone how would i do this?

    if i want to contact apple with an idea i have for a new feature for the iphone how would i do this?

    A quick google search would have revealed the answer.
    http://www.apple.com/feedback/iphone.html

  • New feature for Preview - Where to submit?

    I have a thought for a new feature for Preview that I wonder how many people would say it is worth submitting to Apple, and if so, then where and how do I send it to them?
    The problem I face is that I get a lot of PDF forms off websites (usually financially related) that are not created with proper form fields, so I am forced to print the form off and use my "chicken scribble" handwriting to fill it in, then I usually try to email it back, but sometimes I have to fax or mail it.
    Well, the thought I had was, "Why can't I use Preview to select a font, click on the page with the Text tool and start typing in what I need?"
    Ideally it would be good to be able to save the document with your "overtyping", but I understand that some PDF files are protected, so how about saving just the stuff I have added as to a PDF file that when I open that, it opens the original (blank) form as well?
    Surely I'm not the only one that has to fill in PDF forms. Anyone else think this is a worthy addition to Previews already good capabilities?
    If so, how do I pass this idea onto someone that cares?
    Cheers,
    Mark

    Welcome to the Forums!
    It is a good suggestion. FYI, Acrobat Professional can do this (not the free reader, of course).
    Thanks also for understanding that this is not the place for suggestions to Apple!
    There's no specific feedback page for Preview, so you should submit to the general OS X feedback page.
    Links to other feedback pages (for your future ideas) are here.
    Hope this helps...

  • What are the new features for the latest version ...

    what are the new features for the latest version of N6300? can you cite me the newest features?

    The latest update was just bug fixes and improved stability, no new features. That is nearly always the case with series 40 phones like the 6300.
    Nokia do not make the changelogs available publicly but often they do appear on unofficial sites. Searching google may provide you with more detailed info that cannot be posted here.

  • New features for oracle 10g DBA

    hi all,
    i want to download new features for oracle 10g dba in free, but i cant found it free.so if somebody know anylink which provide it free or if somebody have it.plz let me know.i need it on urgent basis.
    Ihsan DBA from Pak

    http://www.oracle.com/pls/db102/to_toc?pathname=server.102%2Fb14214%2Ftoc.htm&remark=portal+%28Getting+Started%29
    Could you not download from here?

  • Where are the all-new features for China?

    Hello.
    I just upgraded from 10.7 to 10.8 and while going through the feature list I wanted to look more closely at the all-new features for China. However, it looks like most them are not there.
    OS X Mountain Lion brings all-new support for many popular Chinese features and services. The dictionary app now includes the Standard Dictionary of Contemporary Chinese. Improved text input makes typing in Chinese easier, faster, and more accurate. With eight new fonts, your writing can appear formal, informal, or fun. Mail works with QQ, 163, and 126. Baidu, the leading Chinese search provider, is a built-in option in Safari. Now you can post to the web right from the app you’re in. Post videos with Youku and Tudou. Post to Sina Weibo, the popular microblogging service. And share easier than ever. All these new services are easy to set up on your Mac.
    I've not been able to find anything about the new services that OS X integrates with. For example, in Safari I can only choose between Google, Yahoo and Bing. In QuickTime Player I can only upload to YouTube and Vimeo, and the only microblogging service I can add is Twitter.

    Z. Zepto wrote:
    Is it impossible to use the those features without making the computer chinese?
    I forgot, yes, you can you can always add an account for a specific service in the Messages, Calendars & Contacts Preferences pane.

  • 1Z0-035 Oracle9i New Features for Oracle7.3 and Oracle8 OCPs ...

    Hi All
    I am preparing for OPP exam 1Z0-035.
    Oracle9i New Features for Oracle7.3 and Oracle8 OCPs ..
    Can somebody please let me know where can I get the Oracle Material (pdf) for the same.
    or any good book i can purchase.
    Thanks
    Shahid
    [email protected]

    Hi,
    I am interested in knowing the link for 1z0 035.
    Please let me know Shahid - if you have got the document or any particular book.
    I need to give my exam.
    Thank you,
    Gauri
    [email protected]

  • Are there any new features for Flex 4.6 developers?

    Hi,
    just wanted to ask if there are any new features for projects that use Adobe Flex 4.6 (i.e., Flex projects, targetting Flash Player in the browser). From what I've observed so far:
    * Design view is removed (not really a "new feature")
    * Working with imports is smarter
    * Nothing else really changed
    Is that correct? Anything else why I as a Flex developer should appreciate in Flash Builder 4.7? (We don't use Apache Flex 4.8 and will not in the near future so if there are any new features there, they don't really apply to us, 4.6 developers).
    Borek

    I mean I am having that duplication issue.....

  • Where to suggest new features for firefox!

    Hi,
    Is there anywhere to suggest new features for Firefox?
    Thanks

    Yes - use the Feedback page.
    https://input.mozilla.org/en-US/feedback

Maybe you are looking for

  • Getting file not found exception in managed server

    Hi, Working on jdev 11.1.1.3.0, ADF BC with Rich faces. I am downloading file from network file system, i am successfully download file in integrated weblogic server, the same application when i am trying to run with my managed server(DEV Server), i

  • Router WRT54GC

    Ihave a problem with the router WRT54GC the service QOS don´t work on this router?

  • Performance issue with new release

    Dear all, 11.2 rac with ASM on solaris sparc standard edition. Client was using 10.2.0.3 on solaris 10 before and it is working fine. after migrating the data to the new 11g instance ,we've a performance degradation in the application. application fo

  • Connecting up a mobile phone to a computer (via bluetooth?)

    Hi, I'm looking for the best way to connect up a mobile phone to a nearby computer (wirelessly) so that they are able to communicate with each other. Would bluetooth be the best way? Would it be as simple as buying a bluetooth dongle for the computer

  • Error message on opening standalon SWF files.

    hi. When I double click on the any SWF file (from any location of my system), this error message pop up, which say that " Windows cannot find "<< file path>>" ------ but file is goting to play in background. each time when i open SWF files i got the