1. Articles in category: ABAP

    1-24 of 99 // 1 2 3 4 5 »
    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. Hana Impact on ABAP

      Explore SAP Developer Network (SDN)

      How will Hana impact the current world of developing coding as we know it? This is the main question for any developer. This SDN article describes very high-level what the impact is. Short but still interesting to read, from a developers perspective...

      (Read Full Article)

    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. 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

    6. 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

    7. 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

    8. 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

    9. 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

    10. 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)

    11. 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

    12. Do you feel the pain of Testing?

      Explore bluefinsolutions.com

      Do you feel the pain of Testing? To plan and execute tests there are many different products on the marketplace. SAP Solution Manager provides different options that can be utilised depending on which 3rd Party tools are already deployed. This blog focuses on utilising the SAP Solution Manager toolset . (Read Full Article)

      Mentions:   SAP

    13. 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

    14. Top 10 Sap Scn Blogs with the Most Comments in 2011

      Explore SAP Developer Network (SDN)

      After posting a blog about the Top 15 Most Popular SAP Community Networks Blogs of 2011, Jarret Pazahanick of EIC Experts follows up with a list of the SCN blogs that garnered the most comments in 2011. Read the list and find out what topics spurred discussion in the community. (Read Full Article)

    15. 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

    16. 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

    17. 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

    18. 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

    19. Happy New year SCN and Happy New Excel with abap2xlsx

      Explore SAP Network Blog

      Happy New year SCN and Happy New Excel with abap2xlsx @ivanfemia presents #abap2xlsx new release. (Read Full Article)

      Mentions:   SAP   Google

    20. SAP Web Dynpro Overview iView -- a fast and flexible way to create pages in your corporate portal

      Explore SAP Network Blog

      SAP Web Dynpro Overview iView - pros and cons, how-to guide.

      (Read Full Article)

      Mentions:   SAP

    21. BSP mobile logon screen using jQueryMobile

      Explore SAP Network Blog

      BSP mobile logon screen using jQueryMobile We can build Mobile Web Application using BSP and Javascript frameworks (for example jQueryMobile).In this blog i want to describe how to overwrite the standard Sap Netweaver logon screen with a mobile optimized screen using jQueryMobile. (Read Full Article)

    22. FPM Message Mapping

      Explore SAP Network Blog

      FPM provides Message mapping feature which is very interesting, but I found it tough to use it for the first time. (Read Full Article)

    23. Create a clear structure of your FPM application

      Explore SAP Network Blog

      Create a clear structure of your FPM application If you want to build a successful Floorplan Manager (FPM) application, then you have to create a clear structure and follow some important architectural principles. This blog gives a rough overview on how to start designing your FPM. (Read Full Article)

      Mentions:   PowerPoint   SAP

    24. ABAP Trilemma

      Explore SAP Network Blog

      ABAP Trilemma The ABAP development triangle is a model that describes the trilemma of ABAP development. Three constraints - Performance, Security, Design - are discussed in this blog. The idea of the ABAP development triangle originates from the Project Management Triangle (http://en.wikipedia.org/wiki/Project_Management_Triangle). (Read Full Article)

      Mentions:   SAP

    1-24 of 99 // 1 2 3 4 5 »