SAP Press Discount Incentives?

Just got my SDN 2K shirt, but was thinking about what else SDN might offer as options. 
This morning I received an e-mail from SAP Press about a new edition of SAP BW Performance Optimization Guide, with a somewhat salty price of $69.95 USD.  Thinking to myself, I said, boy, it would be nice if SDN could either arrange a discount for SAP Press books, or offer coupons/gift cards as part of it's incentives. People always like a bargain, and if I could get 10% off a book's retail price, I would be much more inclined to purchase it.  Seems like this could be a Win/Win/Win for SAP Press, SDN, and SDN members.

Pizzaman,
Completely agree with you!
This is very interesting idea how to spend SDN points
Btw, if SDN will give away books (software?) instead of iPods for cross-over, then it would be less reasons to hijack points system
P.S. Just hard to imaging the library A.H.P would collect in this case ))
P.P.S. A bit curious how you get T-shirt without providing your real name in BC
VS

Similar Messages

  • Difference Between Book on sap press and Advice on which book I should take ?

    Hello,
    Could someone explain me the difference between those two Sap Press.
    SAP CRM Web Client Customizing and Development
    http://www.sap-press.com/products/SAP-CRM-Web-Client-Customizing-and-Development.html
    SAP Web Client: A Comprehensive Guide for Developers
    http://www.sap-press.com/products/SAP-Web-Client%3A-A-Comprehensive-Guide-for-Developers.html
    I thought that web client were only in SAP CRM ?
    I have only done ECC and CRM.
    did the SAP Web Client include the SAP CRM web Client ?
    As I wiork on SAP CRM, I suppose that the "SAP CRM Web Client Customizing and Development" would be the better choice.
    Best Regards.
    Abdou BOURAKBA

    "SAP CRM Web Client Customizing and Development" is an older release is more focused on the functional/technical customizing of the Web Client and "SAP Web Client: A Comprehensive Guide for Developers" if purely focused on development. I purchased both and I think are very complementary.
    I thought that web client were only in SAP CRM ?
    From ECC ehp4 (I belive) WebClient was shipped as part of the Netweaver solution.
    did the SAP Web Client include the SAP CRM web Client ?
    Are the same, when SAP decided to include Web Client as part of the Netweaver solution, they changed the name because the Web Client is no longer CRM specific.
    Cheers!
    Luis

  • IFRIC 1 in IFRS ---- Is it possible in SAP to discount a liability figure

    Hi All,
    As per IFRIC 1 in IFRS: To measure decommissioning provision, the periodic unwinding of discounting shall be recognised in income statement as finance cost as it occurs.
    Is it possible in SAP to discount a liability figure and charge to interest the annual addition for unwinding of discount?

    No, sorry, I mean I copied the data vector (model.getDataVector()) to an other vector, not the model. And the problem is that the serialized data did not reflect the changes if I just change vecor values, so this is why I reinstantiated the full model. I think this is rather a java io issue, not a swing issue, it seems any object I serialize will not be refreshed if I just change some attributes in it and not the full variable. Can this be true?
    On the othe hand
    table.setAutoCreateColumnsFromModel( false );
    quite simplified my framework, which is great!
    The old framework looked like this:
    public BaseTblModel resetModel() {                    
    removeListeners(tm);
    removeListeners(tb);          
    tm = new TrackTblModel();     
    tb.setModel(tm)
    reinstallEditors(tb)
    addListeners(tm);
    addListeners(tb);     
    return tm;
    Now with table.setAutoCreateColumnsFromModel( false ); it looks like as simple as:
    public BaseTblModel resetModel() {                    
    tm = new TrackTblModel();     
    tb.setModel(tm)
    return tm;
    So it would be better If I could leave out this step as well, because I do it just because of the mentioned serialization problems.

  • SAP Press book on Universal Worklist

    Hi all,
    I have just started writing a book for SAP Press on the Universal Worklist, to pass along some of what I have learned when working with the portal these past 5 years or so (anyone else remember EP 4.5?)
    I've put up a blog entry at
    <a href="http://www.fortybeans.com/">http://www.fortybeans.com/</a> and if you click the <a href="http://fortybeans.wishconsultants.co.uk/item/2007/2/6/universal-worklist-book-for-sap-press">Read more</a> link you can see the proposed chapters and sections I will be writing.
    I'd really appreciate any feedback any of you can give me - I want to make this the best possible book of its kind, and the only way to do that is to find out what people want from the book and then to give it to them. Maybe this could be the first book from SAP Press with "Powered by SDN" on the cover?
    Let me know what you think,
    Darren

    First off....EP4.5?....yep...when it was a Top Tier product. I was working on Workplace 3.0 (bootcamp) at the time....one week later, SAP and Top Tier announce the joint formation of the company "SAP Enterprise Portals" with their flagship product EP 5.0. Ahhh those were the days. I really want to meet the person who came up with calling it "portal-S" because I spent countless time explaining why the product was "Enterprise Portal" and not "Enterprise Portals". That was only compounded once SAP bought Top Tier outright, brought EP5.0 back into SAP proper and folded the "SAP Enterprise Portals" company. Ugg....anyways...
    The book sounds great. I too have fought in the trenches and wrestled with the UWL. It is great when it is used strictly as intended and with the limitations it might have. Past that....let the fun begin!
    I read your rough outline. Some chapters/content I would really like to see....
    - some basic coverage on Workflow (what it is, how it works, etc).
    - some explaination of "webflow", how it got started and where it is today
    - how workflow correlates to what the user sees in the UWL
    - limitations of the UWL based on support package level ( this is a big one!!! trying to use attachments now...nope...can't until the next SP level unless we backport our own custom webdynpro...that's not fun to find out 2 months in! haha)
    - really good examples of customizing items to launch one way in the portal versus another way within the backend inbox (ie. uwl xml config vs. config in the backend) and show ways to launch various SAP apps (dialog in SAP GUI, ITS service, webdynpro, etc). from UWL items.
    - same as above but show how to launch NON-SAP apps (we have a situation now where we have a UWL item that launches a Flex application and passes an order number to it)
    - similar to the above two, what's possible to pass across from the UWL to whatever through the portal (like UWL to an iView and on to the underlying application)...figuring out how "DynamicParameters" works is new to lots of people who might not have web dev background and/or understand the construction/structure of a URL query string
    - some information along the lines of "UWL launched an item/action out to some app, but how does the workflow status get updated to that fact?" ie. what makes the round trip complete?
    - a really good BIG, real world example showing multi-system (CRM-to-ECC-to-APO-to-SRM-to- etc) workflow and how the UWL makes it all much easier and fluid (in theory...haha)
    That's just a few off the top of my head that seem to always be sooo much fun with the UWL.
    Good luck on the book! Looking forward to it already!

  • SAP BW HR Reporting book from SAP Press

    Hi,
    is there any book/documentation that explicitly covers extraction, Modeling, and Reporting concerned to SAP BW HR with good real time scenarios.
    I have searched a lot in SDN, but no luck.
    spent Hrs on BI content for HR, its vague for me.
    Searched SAP Press, could not find anything.
    Appreciate any suggestions.

    Hi ,
    Check the book from the below link from SAP Press , it covers the BI Reporting also
    http://www.sap-press.com/products/HR-Reporting-with-SAP.html
    Regards,
    Sathya

  • About SAP-Press Books

    Can you give me an opinion of the following books of SAP-Press?
    I would like to buy them.
    The Official ABAP Reference
    $149.95 - Now shipping!
    SAP Smart Forms
    $59.95 - Temporarily out of stock - shipping resumes the week of November 21st, 2005.
    Enhancing the Quality of ABAP Development
    $69.95 - Now shipping!
    mySAP HR: Technical Principles and Programming (2nd Edition)
    $69.95 - Now shipping!

    I have these two.  They are worth having.
    <i>The Official ABAP Reference</i>
    Not a bad reference, it would be valuable to a beginner ABAPer.
    <i>Enhancing the Quality of ABAP Development</i>
    Good info about writing correct ABAP code.  Just because you know ABAP does not necessarliy mean that you are using it correct.
    Regards,
    Rich Heilman

  • SAP Press Sneak Preview errors with EJB

    I am using the WAS Sneak Preview that came with the SAP PRESS Programming with Java and I have been trying to create a test entity bean which I create from a JSP. I have basically made it mirror with one of the examples in the book albeit changing some of the names, but I seem to not be able to do it. This is the exception I am getting.
    com.sap.engine.services.ejb.exceptions.BaseEJBException: Transaction system failure in method com.sap.demo.TestLocalHomeImpl0.create().
    So I tried changing the "container transaction" to Not supported, but that only got me:
    com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method com.sap.demo.TestLocalHomeImpl0.create().
    Before I go posting all my code, has anyone else run into a similiar error, or are there certain things to chase down first in order to find the culprit?
    HELP
    -Tim

    Maybe my response to similar topic would be helpful:
    Re: Error in the Tutorial Car Rental application
    Regards,
      Marcin Zduniak

  • New book on Interaction Center available from SAP Press!

    Congratulations, John!
    I have checked the content, but I could not find anything about the web service tool. Is there a chapter about this tool?
    Regards
    AleX

    Hello Mangesh,
    Well, the book is quite a few years old now. I approached the publisher a couple of years ago about writing an updated version or addendum, but it wasn't something that they were interested in at the time. However, they do have a new acquisitions editor recently, so perhaps if enough people contact her with interest they might reconsider. Below is her info.
    Katy Spencer
    Acquisitions Editor, SAP PRESS
    [email protected]
    Phone +1.781.228.5070 Ext. 201
    Warm regards,
    John

  • Learn ABAP Object : SAP Press book is a good way ?

    Hi,
    i would like to learn ABAP object, so the book of SAP Press : [ABAP Objects : ABAP Programming in SAP Netweaver|http://www.sap-press.com/product.cfm?account=&product=H1934] is a good teaching aid ? If not, which are the others possibilities ?
    Thanks
    Edited by: CECG on Jan 30, 2008 10:10 AM

    Hi,
    The book is the good one to start with. Apart from the book the following links may also be of some help.
    ABAP objects have an elaborated list plz mention specific objects u want to know.
    These are few of the links which I got through the sdn.sap for the objects like ALV,LSMW,IDOCS, etc..
    Start with this.Refer this
    For BDC:
    http://myweb.dal.ca/hchinni/sap/bdc_home.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/bdc&
    http://www.sap-img.com/abap/learning-bdc-programming.htm
    http://www.sapdevelopment.co.uk/bdc/bdchome.htm
    http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/69/c250684ba111d189750000e8322d00/frameset.htm
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/BDC_tutorial.html
    Check these link:
    http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
    http://www.sap-img.com/abap/question-about-bdc-program.htm
    http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/
    http://www.planetsap.com/bdc_main_page.htm
    call Transaction or session method ?
    http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html
    http://www.****************/InterviewQ/interviewQ.htm
    http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm
    Reports
    http://www.sapgenie.com/abap/reports.htm
    http://www.allsaplinks.com/material.html
    http://www.sapdevelopment.co.uk/reporting/reportinghome.htm
    http://www.sapfans.com/forums/viewtopic.php?t=58286
    http://www.sapfans.com/forums/viewtopic.php?t=76490
    http://www.sapfans.com/forums/viewtopic.php?t=20591
    http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.
    ALE/ IDOC
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    Check these step-by-step links
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985
    for Smartforms material
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    check most imp link
    http://www.sapbrain.com/ARTICLES/TECHNICAL/SMARTFORMS/smartforms.html
    step by step good ex link is....
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    SAPScripts
    http://esnips.com/doc/1ff9f8e8-0a4c-42a7-8819-6e3ff9e7ab44/sapscripts.pdf
    http://esnips.com/doc/1e487f0c-8009-4ae1-9f9c-c07bd953dbfa/script-command.pdf
    http://esnips.com/doc/64d4eccb-e09b-48e1-9be9-e2818d73f074/faqss.pdf
    http://esnips.com/doc/cb7e39b4-3161-437f-bfc6-21e6a50e1b39/sscript.pdf
    http://esnips.com/doc/fced4d36-ba52-4df9-ab35-b3d194830bbf/symbols-in-scripts.pdf
    http://esnips.com/doc/b57e8989-ccf0-40d0-8992-8183be831030/sapscript-how-to-calculate-totals-and-subtotals.htm
    SAP SCRIPT FIELDS
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/8033ea454211d189710000e8322d00/content.htm
    scripts easy material
    http://www.allsaplinks.com/sap_script_made_easy.html
    Debugging Document.
    http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
    http://help.sap.com/saphelp_47x200/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
    http://www.cba.nau.edu/haney-j/CIS497/Assignments/Debugging.doc
    http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/84/1f624f4505144199e3d570cf7a9225/frameset.htm
    http://help.sap.com/saphelp_bw30b/helpdata/en/c6/617ca9e68c11d2b2ab080009b43351/content.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/b3/d322540c3beb4ba53795784eebb680/frameset.htm
    BAPI
    http://help.sap.com/saphelp_46c/helpdata/en/9b/417f07ee2211d1ad14080009b0fb56/frameset.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    Checkout !!
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    http://techrepublic.com.com/5100-6329-1051160.html#
    http://www.sap-img.com/bapi.htm
    http://www.sap-img.com/abap/bapi-conventions.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sapgenie.com/abap/bapi/example.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf
    List of all BAPIs
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sappoint.com/abap/bapiprg.pdf
    http://www.sappoint.com/abap/bapiactx.pdf
    http://www.sappoint.com/abap/bapilst.pdf
    http://www.sappoint.com/abap/bapiexer.pdf
    http://service.sap.com/ale
    http://service.sap.com/bapi
    http://www.geocities.com/mpioud/Abap_programs.html
    http://www.sapdevelopment.co.uk/reporting/reportinghome.htm
    Simple ALV report
    http://www.sapgenie.com/abap/controls/alvgrid.htm
    http://wiki.ittoolbox.com/index.php/Code:Ultimate_ALV_table_toolbox
    ALV
    1. Please give me general info on ALV.
    http://www.sapfans.com/forums/viewtopic.php?t=58286
    http://www.sapfans.com/forums/viewtopic.php?t=76490
    http://www.sapfans.com/forums/viewtopic.php?t=20591
    http://www.sapfans.com/forums/viewtopic.php?t=66305 - this one discusses which way should you use - ABAP Objects calls or simple function modules.
    2. How do I program double click in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=11601
    http://www.sapfans.com/forums/viewtopic.php?t=23010
    3. How do I add subtotals (I have problem to add them)...
    http://www.sapfans.com/forums/viewtopic.php?t=20386
    http://www.sapfans.com/forums/viewtopic.php?t=85191
    http://www.sapfans.com/forums/viewtopic.php?t=88401
    http://www.sapfans.com/forums/viewtopic.php?t=17335
    4. How to add list heading like top-of-page in ABAP lists?
    http://www.sapfans.com/forums/viewtopic.php?t=58775
    http://www.sapfans.com/forums/viewtopic.php?t=60550
    http://www.sapfans.com/forums/viewtopic.php?t=16629
    5. How to print page number / total number of pages X/XX in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=29597 (no direct solution)
    6. ALV printing problems. The favourite is: The first page shows the number of records selected but I don't need this.
    http://www.sapfans.com/forums/viewtopic.php?t=64320
    http://www.sapfans.com/forums/viewtopic.php?t=44477
    7. How can I set the cell color in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=52107
    8. How do I print a logo/graphics in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=81149
    http://www.sapfans.com/forums/viewtopic.php?t=35498
    http://www.sapfans.com/forums/viewtopic.php?t=5013
    9. How do I create and use input-enabled fields in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=84933
    http://www.sapfans.com/forums/viewtopic.php?t=69878
    10. How can I use ALV for reports that are going to be run in background?
    http://www.sapfans.com/forums/viewtopic.php?t=83243
    http://www.sapfans.com/forums/viewtopic.php?t=19224
    11. How can I display an icon in ALV? (Common requirement is traffic light icon).
    http://www.sapfans.com/forums/viewtopic.php?t=79424
    http://www.sapfans.com/forums/viewtopic.php?t=24512
    12. How can I display a checkbox in ALV?
    http://www.sapfans.com/forums/viewtopic.php?t=88376
    http://www.sapfans.com/forums/viewtopic.php?t=40968
    http://www.sapfans.com/forums/viewtopic.php?t=6919
    Go thru these programs they may help u to try on some hands on
    ALV Demo program
    BCALV_DEMO_HTML
    BCALV_FULLSCREEN_DEMO ALV Demo: Fullscreen Mode
    BCALV_FULLSCREEN_DEMO_CLASSIC ALV demo: Fullscreen mode
    BCALV_GRID_DEMO Simple ALV Control Call Demo Program
    BCALV_TREE_DEMO Demo for ALV tree control
    BCALV_TREE_SIMPLE_DEMO
    BC_ALV_DEMO_HTML_D0100
    Remote Function Call:
    RFC is an SAP interface protocol. Based on CPI-C, it considerably simplifies the programming of communication processes between systems.
    RFCs enable you to call and execute predefined functions in a remote system - or even in the same system.
    RFCs manage the communication process, parameter transfer and error handling.
    http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm.
    ALE/ IDOC
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    Refer this
    http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html
    http://www.****************/InterviewQ/interviewQ.htm
    http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm
    http://www.techinterviews.com/?p=198
    http://www.techinterviews.com/?p=326
    http://www.sap-img.com/abap/answers-to-some-abap-interview-questions.htm
    http://www.sap-img.com/abap/more-than-100-abap-interview-faqs.htm
    http://www.geekinterview.com/Interview-Questions/SAP-R-3/ABAP
    http://sap.ittoolbox.com/documents/popular-q-and-a/abap-sample-interview-questions-3240
    http://www.sap-img.com/abap/abap-interview-question.htm
    http://www.allinterview.com/Interview-Questions/ABAP.html
    links for OO ABAP.
    http://www.sapgenie.com/abap/OO/
    http://www.sapgenie.com/abap/OO/index.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c3/225b5654f411d194a60000e8353423/content.htm
    http://www.esnips.com/doc/375fff1b-5a62-444d-8ec1-55508c308b17/prefinalppt.ppt
    http://www.esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf
    http://www.esnips.com/doc/5c65b0dd-eddf-4512-8e32-ecd26735f0f2/prefinalppt.ppt
    http://www.allsaplinks.com/
    http://www.sap-img.com/
    http://www.sapgenie.com/
    http://help.sap.com
    http://www.sapgenie.com/abap/OO/
    http://www.sapgenie.com.
    http://www.sapgenie.com/abap/OO/index.htm
    http://www.sapgenie.com/abap/controls/index.htm
    http://www.esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf
    http://www.esnips.com/doc/0ef39d4b-586a-4637-abbb-e4f69d2d9307/SAP-CONTROLS-WORKSHOP.pdf
    http://www.sapgenie.com/abap/OO/index.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
    http://www.sapgenie.com/abap/OO/
    some more materials.
    Go through the following Documents Links & Materials for ABAP Objects
    check the below links lot of info and examples r there
    http://www.sapgenie.com/abap/OO/index.htm
    http://www.geocities.com/victorav15/sapr3/abap_ood.html
    http://www.brabandt.de/html/abap_oo.html
    Check this cool weblog:
    /people/thomas.jung3/blog/2004/12/08/abap-persistent-classes-coding-without-sql
    /people/thomas.jung3/blog/2004/12/08/abap-persistent-classes-coding-without-sql
    /people/sap.user72/blog/2005/05/10/a-small-tip-for-the-beginners-in-oo-abap
    /people/ravikumar.allampallam/blog/2005/02/11/abap-oo-in-action
    /people/thomas.jung3/blog/2005/09/08/oo-abap-dynpro-programming
    http://help.sap.com/saphelp_nw04/helpdata/en/c3/225b6254f411d194a60000e8353423/frameset.htm
    http://www.sapgenie.com/abap/OO/
    http://www.sapgenie.com/abap/OO/index.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c3/225b5654f411d194a60000e8353423/content.htm
    http://www.esnips.com/doc/375fff1b-5a62-444d-8ec1-55508c308b17/prefinalppt.ppt
    http://www.esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf
    http://www.esnips.com/doc/5c65b0dd-eddf-4512-8e32-ecd26735f0f2/prefinalppt.ppt
    http://www.allsaplinks.com/
    http://www.sap-img.com/
    http://www.sapgenie.com/
    http://help.sap.com
    http://www.sapgenie.com/abap/OO/
    http://www.sapgenie.com/abap/OO/index.htm
    http://www.sapgenie.com/abap/controls/index.htm
    http://www.esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf
    http://www.esnips.com/doc/0ef39d4b-586a-4637-abbb-e4f69d2d9307/SAP-CONTROLS-WORKSHOP.pdf
    http://www.sapgenie.com/abap/OO/index.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
    http://www.sapgenie.com/abap/OO/
    these links
    http://help.sap.com/saphelp_47x200/helpdata/en/ce/b518b6513611d194a50000e8353423/content.htm
    For funtion module to class
    http://help.sap.com/saphelp_47x200/helpdata/en/c3/225b5954f411d194a60000e8353423/content.htm
    for classes
    http://help.sap.com/saphelp_47x200/helpdata/en/c3/225b5c54f411d194a60000e8353423/content.htm
    for methods
    http://help.sap.com/saphelp_47x200/helpdata/en/08/d27c03b81011d194f60000e8353423/content.htm
    for inheritance
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/4049c40f4611d3b9380000e8353423/content.htm
    for interfaces
    http://help.sap.com/saphelp_47x200/helpdata/en/c3/225b6254f411d194a60000e8353423/content.htm
    For Materials:
    1) http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf -- Page no: 1291
    2) http://esnips.com/doc/5c65b0dd-eddf-4512-8e32-ecd26735f0f2/prefinalppt.ppt
    3) http://esnips.com/doc/2c76dc57-e74a-4539-a20e-29383317e804/OO-abap.pdf
    4) http://esnips.com/doc/0ef39d4b-586a-4637-abbb-e4f69d2d9307/SAP-CONTROLS-WORKSHOP.pdf
    5) http://esnips.com/doc/92be4457-1b6e-4061-92e5-8e4b3a6e3239/Object-Oriented-ABAP.ppt
    6) http://esnips.com/doc/448e8302-68b1-4046-9fef-8fa8808caee0/abap-objects-by-helen.pdf
    7) http://esnips.com/doc/39fdc647-1aed-4b40-a476-4d3042b6ec28/class_builder.ppt
    8) http://www.amazon.com/gp/explorer/0201750805/2/ref=pd_lpo_ase/102-9378020-8749710?ie=UTF8
    1) http://www.erpgenie.com/sap/abap/OO/index.htm
    2) http://help.sap.com/saphelp_nw04/helpdata/en/ce/b518b6513611d194a50000e8353423/frameset.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/07/09/understandingABAPObjects&
    Regards.

  • Installation of SAP Web Application Server Java 6.40 SP9 (SAP Press)

    I wanted to install the Net WeaverDeveloper Studio and Development Infrastructureprovided on the CD (SAP PRESS) SAP Web Application Server. After starting the installtaion prcedure from the CD I get following message:
    An Error occured during the installation of MaxDB > CentralSystem > Migration - Target System Installation. After pressing TheLogViewButton I get the LogBrowserInformation:
    1.
    WARNING 2006-08-15 12:47:25
    Error 5 (Zugriff verweigert
    ) in execution of a 'RegOpenKeyEx' function, line (67), with parameter (SYSTEM\CurrentControlSet\Services\EraserUtilDrv10620).
    2.
    WARNING 2006-08-15 12:47:25
    The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EraserUtilDrv10620' does not exist on the 'localhost' host.
    3.
    WARNING 2006-08-15 12:47:25
    The step setDefaults with step key Development_Workplace_SAPPress|ind|ind|ind|WebAS|640|0|J2EE_SystemCopy|ind|ind|ind|ind|ind|0|J2EE_EngineEnterpriseDialogs|ind|ind|ind|WebAS|630|0|setDefaults was executed with status ERROR.
    It's impossible for me to install this release. Could anyone help me to get the Product installed?????????
    Thanks

    Halo Mikael,
    I haven't installed anti-virus functionality. In the meantime I could install the DB as well the NetWeaver seperately which doesn't help me further because I don't get any conection to the WebAs fro deployment. I get following message while trying to deploy:
    Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    I don't know where the engine has been installed and how to configure it. 
    If Itry to configure the eingine via WIndow>Preferences> SAP J2EE engine : engine installed on localhost ; then I get the following message:
    No local engine could be found.
    No systemcould be found under
    Pal-Singh
    sapmnt.
    It's realy very frustrating. Could you please help me to get further?????????
    Thanks with best regards.

  • Books for SAP Script from SAP Press

    Do we have any books published for SAP Scripts from SAP Press ?

    Hi,
    Yes-> http://www.sap-press.de/katalog/buecher/titel/gp/titelID-667?GalileoSession=74564414A2Qf67.aL0Q
    Have also a look at
    http://www.amazon.com/gp/product/1893570142/102-2992344-7930525?v=glance&n=283155&n=507846&s=books&v=glance
    Eddy

  • SAP Press 'BIA Book' - reviews ?

    Hi All
    Has anyone read this book ? What are your reviews on this book from SAP Press ?
    Is it an introductory book or does it give more information than the Technical Operations Manual for BIA ?
    Thanks,Sarah

    Hi Andy,
    Your book definitely goes into more details then TOM, but there is one area that is still gray for me after going through your book: indexing of key figures.
    Here is my current understanding, and I'll appreciate if you could confirm or correct it.
    1/ Today all query conditions are evaluated by OLAP engine, so BWA does not do any selections (like how many records have sales greater then X) on key figures.
    2/ Key figures are used only for selection of values and aggregation, therefore it does not make sense to produce inverted index for KF columns. Insted they are stored as blocks for full scans.
    3/ KF columns float values (quantities and amounts) are still converted to integer valueid to benefit from bit coding (smart compression).
    4/ Number of bits in coding should not only accommodate biggest numeric value in the column, but as well the biggest sum of available values (like aggregation of absolute values of all records).
    5/ Because of points above, the compression factor for KF columns is worse then for characteristics/DIMIDs.
    Is my understanding (points 1 to 5) correct?
    Will appreciate your answer,
    -Vitaliy

  • SAP Press

    不知道这个问题发在这里合适不合适。我是bw初学者,在国内很少能找到适合自学bi7.0的图书,大部分都是关于bw3.5的图书,近日在www.sap-press.de上面发现有不少关于bw书图书而且都是针对 bi 7.0版本的。不知道国内是否可以买到,或者sap公司是否可以帮助代购?
    Edited by: Hi.Freelancer on Oct 10, 2010 6:19 AM

    难得看到关于SAP PRESS的帖子,就顺便做个宣传。我的一本关于Xcelsius的书由SAP Press 2010年9月出版,详见[http://www.sap-press.com/products/Creating-Dashboards-with-Xcelsius-%E2%80%94-Practical-Guide.html]
    Edited by: Ray Li on Oct 12, 2010 12:10 PM

  • SAP Press publications in Mumbai/Pune

    Hi,
    Where can I get the SAP Press publications in Mumbai / Pune

    Hi,
    This is not the right forum for your query.
    Try .
    PS.Always read the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] of the forum before posting.
    ~Andrew

  • SAP PRESS BOOK ON Transporting BI Objects

    HI,
        can any one sugest which sap press book gives detail information on
        Transporting BI Objects in BI  landscape.
        Regards,
        prasad.

    Hi Nagendra,
    Go through below link link to find what you are looking for....
    The below link will take you to SAP help portal, where in left hand side you will find a link for Transporting BI Objects. After clicking on the link you will get complete information
    http://help.sap.com/saphelp_nw70/helpdata/en/46/92824ab3f519ade10000000a11466f/frameset.htm
    Hope this helps...
    Cheers...
    Puneesh

Maybe you are looking for

  • Windows 2003 SP2 upgrade question in regards to OSS 30478

    We are currently running our production system on a windows 2003 sp1 two-node cluster with SQL 2005. I would like to get it upgraded to SP2, but I have a question on OSS note 30478. There is a sentence in there stating: -Special features with Service

  • Did Lego Design The New Interface?

    Lego no doubt designed the new interface for iOS7. Even has the same plastic feel.

  • Is Lightroom 4 compatible with Yosemite?

    I really want to install Yosemite, but I depend on Lightroom 4 for work.  Has anyone installed Yosemite and is Lightroom 4 running fine?  I can't install Yosemite unless Lightroom 4 works perfectly. Thanks.

  • Upgrade to Leopard on Mac Mini

    I want to upgrade from 10.4.2 to Leopard 10.5.2. Install failed saying cannot install this software on my computer

  • Does Formac Studio TVR work with  iMovie HD 6?

    I have a Formac Studio TVR and I never did upgrade to iMovie 5 since I heard there was a problem ( I am still on iMovie 4). However, I heard some of the patchs Apple madie in iMovie 5 fixed those issues. There are some enhancements that I want to tak