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 24127

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 20880

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 6100

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 8526

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 7540

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 5192

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 11600

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 53409

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 36283
Comments Off on New Poll: Your Preferred table kind for your ITAB Apr 25, 2012 1996

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 3793

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 7646

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 5184

Alternative to SAVE_LIST

Demonstrates the Alternative to FM...

5 Feb 23, 2012 6688

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 8403

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 22782

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 9923

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 5134

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 16341

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 34795