1. 1-24 of 252 // 1 2 3 4 ... 9 10 11 »
    1. Do you have it in you to debug ?

      Explore SAP Network Blog

      You have fine tuned your technical skills. Did you ever fine tune your debugging skills?

      (Read Full Article)

      Mentions:   SAP

    2. Perfect Landing page for Solution Manager

      Explore SAP Network Blog

      Perfect Landing page for Solution Manager This is an instruction how to create the perfect landing page using standard Solution Manager tools together with SSM_CUST parameter SESS_URL. (Read Full Article)

      Mentions:   SAP

    3. Abap Objects Model processing: LUW via update task

      Explore SAP Network Blog

      Data processing via model objects ofers great benefits like loose decoupling from frontend. This demo is about having delayed bundled updates via the update task that runs in a single SAP LUW. (Read Full Article)

      Mentions:   SAP

    4. Developer's Journal: First Steps into the Sap Hana World

      Explore SAP Network Blog

      Developer's Journal: First Steps into the Sap Hana World

      A long time ago when I first started blogging on SDN, I used to write frequently in the style of a developer journal. My goal with this series of blog postings is to return to that style but with a new focus on a journey to explore the new and exciting world of SAP HANA.

      (Read Full Article)

      Mentions:   SAP

    5. NRF’s “Retail’s New Rules” meet SAP’s “Retail Without Boundaries”

      Explore SAP Network Blog

      Each year NRF offers fresh opportunities into the future. Coming off a solid Holiday Season, there is a sense that now is the time for retailers to make headways in putting the consumer in the center of your plans and programs, but first you need to tackle the increasing granularity of retail data -- the “Big Data” challenge driven by trends in mobility, social networks, in an omnichannel world.

      (Read Full Article)

      Mentions:   SAP

    6. Accessing SAP Hana with BusinessObjects Universes - an ASUG Webcast

      Explore SAP Network Blog

      Accessing SAP Hana with BusinessObjects Universes - an ASUG Webcast

      This ASUG webcast described how to build a Business Objects universe on SAP Hana and covered the benefits and best practices of connecting to SAP HANA with BI/BusinessObjects.

      (Read Full Article)

      Mentions:   SAP

    7. Signs you Should Not Trust your SAP Consultant

      Explore SAP Network Blog

      Signs you Should Not Trust your SAP Consultant

      There are several red flags that you should be on the look out for to ensure that you have the best SAP consulting resources and ones that you can trust. 

      It has really struck home how important it is to trust the people that you are working with especially if you don’t have that expertise yourself. It's very common on most SAP projects for customers to use SAP consulting resources to assist them with their implementation or scope of work and I think trust is an underrated dynamic that plays a big part in the overall success. Trust needs to be earned over time and here are some signs that should give you some second thoughts if you see them happening with any of your consulting resources.

      (Read Full Article)

      Mentions:   SAP

    8. ABAP Objects: Performance Analysis (SAT) with ABAP Unit

      Explore SAP Network Blog

      ABAP Objects: Performance Analysis (SAT) with ABAP Unit

      Performance Analysis (SAT) with ABAP Unit. Read how you can use your ABAP Unit to do better runtime analysis.

      (Read Full Article)

      Mentions:   SAP

    9. Manage System Configuration on Work Center Solution Manager 7.1

      Explore SAP Network Blog

      Manage System Configuration on Work Center Solution Manager 7.1 This article contains a step by step technical guide and explanation how to Manage, system configuration on work center Solution Manager 7.1 (Read Full Article)

    10. Abap Tdd in NetWeaver 7.0 EHP2

      Explore SAP Network Blog

      ABAP Test-Driven Development has gotten more comfortable in NetWeaver 7.0 EHP2. Here's how.

      (Read Full Article)

      Mentions:   SAP

    11. Automatically upload GOS attachments

      Explore SAP Network Blog

      Automatically upload GOS attachments When you want to migrate files to the Generic Object Service, you need to find an API that can do the job. This blog collects all information about my journey of finding the right technique. (Read Full Article)

      Mentions:   SAP

    12. Stand Alone ABAP Compiler

      Explore SAP Network Blog

      Stand-alone ABAP Compiler(SAC): Open Source tool for offline ABAP Programming (Read Full Article)

      Mentions:   SAP

    13. SAP Locking -- It’s Logical!

      Explore SAP Network Blog

      SAP Locking -- It’s Logical! This blog explores the very important but out of sight fact about SAP Locking. (Read Full Article)

      Mentions:   SAP

    14. Integrating Apple Siri with SAP Gateway

      Explore SAP Network Blog

      Integrating Apple Siri with SAP Gateway A short demo and overview guide on how to use a Apple iPhone 4S to communicate with SAP Gateway using Ruby, SiriProxy and a plugin for SiriProxy called SiriSAP. (Read Full Article)

      Mentions:   Oracle   SAP   Apple

    15. SAP Netweaver Business Client for Human Capital Management

      Explore SAP Network Blog

      SAP Netweaver Business Client for Human Capital Management SAP has developed an alternative to the Enterprise Portal that can be used with HCM applications. The Netweaver Business Client offers a desktop client that includes the ability to host classic and Web dynpros, Business Server Pages and portal integration with role-based access. With the release of the latest Enhancement Packs, new roles have been developed for use with SAP Human Capital Management applications. (Read Full Article)

      Mentions:   SAP

    16. ABAP Keyword Documentation 7.03/7.31

      Explore SAP Network Blog

      The ABAP Keyword Documentation for Release 7.31 aka 7.03 is online. (Read Full Article)

    17. Importance of Co-Innovation to design the next generation of Talent Management applications

      Explore SAP Network Blog

      Importance of Co-Innovation to design the next generation of Talent Management applications Understanding what will be the present and the future of Talent Management and build the next generation of applications in that space, is a combination of SAP experience in the Human Resources market, where SAP has been leader for years, a deep understanding of trends and the competitors landscape and Co-Innovation with SAP customers -- a program which is unique in the industry. (Read Full Article)

      Mentions:   SAP

    18. Exercise Your Brain with Cloud Computing Sessions from SAP TechEd 2011

      Explore SAP Network Blog

      Going into 2012, the buzz has been on cloud computing, so don’t get caught on the wrong foot trying to play catch up. SAP TechEd is already leading the way with educational sessions focused on cloud computing and virtualisation technologies. A number of lectures are now available for you from SAP TechEd 2011 free of charge, where you can learn about implementing cloud infrastructures and virtualization technologies into your SAP environment: (Read Full Article)

      Mentions:   SAP

    19. ABAP Objects: Design and Performance Benchmark of Select, Form, Static Method, Instance Method

      Explore SAP Network Blog

      ABAP Objects is often accused for complicating things and slow performance. This blog contains a design and performance benchmark of select, form, static method, and instance method. (Read Full Article)

      Mentions:   SAP

    20. Opinions on deploying NetWeaver Gateway

      Explore SAP Network Blog

      Opinions on deploying NetWeaver Gateway Local or Remote? Integrated or Stand-alone? Those are the questions when it comes to deploying NetWeaver Gateway. This blog proposes one answer. However the real answer is "it depends". (Read Full Article)

      Mentions:   SAP

    21. Strategy Design Pattern (Part 1) -- What programming problems does it solve?

      Explore SAP Network Blog

      Strategy Design Pattern (Part 1) -- What programming problems does it solve? Strategy - The simplest yet powerful design pattern. Why do we need it? And how does it help us in solving our design problems? (Read Full Article)

      Mentions:   SAP   Accenture

    22. Object Orientation and Performance - Mission Impossible?

      Explore SAP Network Blog

      Why is developing in ABAP-OO so often perceived as being incompatible with high performance? Are there hard facts behind this belief, or is it just a convenient truth? (Read Full Article)

      Mentions:   SAP

    23. Coding and Performance tips for new ABAP programmers- Part 3

      Explore SAP Network Blog

      Coding and Performance tips for new ABAP programmers- Part 3 (Read Full Article)

      Mentions:   SAP

    24. Publishing Content from the SAP Netweaver As Abap to iGoogle and other RSS Readers

      Explore SAP Network Blog

      Publishing Content from the SAP Netweaver As Abap to iGoogle and other RSS Readers

      In this blog I describe, how you can publish content from the SAP Netweaver AS ABAP to the internet using a RSS feed. As an example I will use the iGoogle portal. Keywords: ABAP, iGoogle, RSS 2.0, simple transformation, HTTP, ICF, XML, Web 2.0, portal, internet intranet.

      (Read Full Article)

      Mentions:   SAP

    1-24 of 252 // 1 2 3 4 ... 9 10 11 »