Archives

Title Comments Posted on Views

Google Map integration in SAP using RESTful Web Service – Bring Data to Life

In series of Bring data to life, today I will demonstrate how you can use Google Map API to display...

Comments Off on Google Map integration in SAP using RESTful Web Service – Bring Data to Life Feb 04, 2013 24193

Utility to build HTML within ABAP

Introducing a small utility class to build HTML code within ABAP. This utility wraps the logic for build HTML Tags...

6 Jan 30, 2013 20951

Bring Data to Life – Integrating D3.js in SAP via RESTful Web Service – Full Working Solution (Part III)

In last two posts related to D3.js integration, we have seen a and . In this post, I will show...

2 Jan 28, 2013 6127

Bring Data to Life – Integrating D3.js in SAP via RESTful Web Service – RESTful WS Step-by-Step (Part II)

This is part of the series in “Bring Data to Life”. In this part we explore how we create a...

Comments Off on Bring Data to Life – Integrating D3.js in SAP via RESTful Web Service – RESTful WS Step-by-Step (Part II) Jan 28, 2013 8552

Bring Data to Life – Integrating D3.js in SAP via RESTful Web Service – Sneak Pick at d3.js (Part I)

Displaying data in using graphics like Bar charts, Stacked charts, Pyramids, Maps are more appealing as well as fun to...

2 Jan 28, 2013 7574

Think SAP is bug free? Not really

Recently, I was working on getting the Handling Unit (HU) details. The purpose of getting the details was to print...

3 Dec 12, 2012 5222

Generalize the call to conversion exit functions

Well, everybody will be aware of the conversion exit functions available in SAP. The SAP provided conversion exit functions must...

1 May 21, 2012 11654

Performance of Using Keys in SELECT with FOR ALL ENTRIES

You would get insight from Performance perspective when not using the Keys in SELECT with FOR ALL ENTRIES. System would...

13 May 09, 2012 53535

ABAP Objects – Achieve Multiple Inheritance using Interfaces

ABAP Objects doesn’t support Multiple Inheritance – Inheriting from more than one Super class, but similar functionality can be achieved...

8 May 01, 2012 36437
Comments Off on New Poll: Your Preferred table kind for your ITAB Apr 25, 2012 2000

Coding Disaster – Change in parameter can stop the business

On one fine morning, faced with a problem which was resulted from the bad bad coding. Read on to walk...

2 Apr 22, 2012 3805

Should you trust on System Fields (SY-*) ?

I know it is very wide question. We all use System fields like SY-SUBRC to check last statement was successful...

12 Apr 18, 2012 7689

List the environment variables used in a program

In SAP, there is a standard way to list the environment variables used in a program. It’s accessible through transaction...

3 Feb 28, 2012 5211

Alternative to SAVE_LIST

Demonstrates the Alternative to FM...

5 Feb 23, 2012 6717

Encode and Decode URL in ABAP

CL_HTTP_UTILITY is an utility class which provides several functions related to URL manipulations. There are many methods available in it,...

Comments Off on Encode and Decode URL in ABAP Feb 23, 2012 8531

ABAP Objects Design Patterns – Singleton Factory

Combining the power of both design patterns: Singleton and Factory Method. Singleton produces the same object again where as Factory...

12 Feb 22, 2012 22895

ABAP Objects Design Patterns – Prototype

Prototype design pattern allows the flexibility to create itself – cloning. Lets check out, how to achieve this in ABAP...

2 Feb 07, 2012 9973

WITH HEADER LINE – should you use it anymore?

We all know that WITH HEADER LINE is obsolete in ABAP Objects. But it you can still use it in...

7 Feb 02, 2012 5156

ABAP Objects Design Patterns – Proxy

Proxy acts on behalf of some other objects. When working with Proxies, as name suggest, you work with another object...

Comments Off on ABAP Objects Design Patterns – Proxy Jan 31, 2012 16433

SALV Table 17 – Apply Styles to Cell

Lets checkout how to apply different styles for cell, yes cell not the entire column. SALV object model does provide...

3 Jan 26, 2012 35063