Indra Dewaji

SAP ABAP, Web & Application Developer

Web Dynpro ABAP, Fundamental Concept

Posted by indradewaji on May 20, 2009

Web dynpro ABAP, a new technology from SAP, a web based application, has objectives :
Model-based UI development
 Enforce clear separation between UI logic and business logic
 Little coding, lots of design
 Declarative UI development

Future Proof UI Declaration
 Browser, Web Dynpro Client, Mobile Device,…
 Client technology independent meta data

Central implementation of user interface standards
 Accessibility support
 Adobe Forms integration
 Centrally provided UI elements
 Internationalization support

Supports major platforms
 Java (NetWeaver 2004), ABAP (NetWeaver 2004s)

Read the rest of this entry »

Posted in ABAP, Book Recomendation, Java, Programming, Web Design | Tagged: , , | Leave a Comment »

Difference between ABAP and HR ABAP

Posted by indradewaji on March 2, 2009

by Ramakrishna
ABAP vs HR ABAP

The following concepts are defined in ABAP HR which is different with other modules.
Read the rest of this entry »

Posted in ABAP, Programming | Leave a Comment »

Rapid Design Comping

Posted by indradewaji on February 11, 2009

The term is a bit of a play on the term Rapid Prototyping which had become very popular at the time this design process emerged for me, which is indeed inspired by, and bears some similarities to Rapid Prototyping.

The following is the overview; we’ll go over each step in detail afterwards: Read the rest of this entry »

Posted in Book Recomendation, SEO, Web Design | Tagged: , | Leave a Comment »

Find User Exit Program

Posted by indradewaji on December 30, 2008

In the last posting, I’ve posted How to find user exit using function. Now I’ll share you, how to find user exit using program.

Create new program using SE 38. You may create as temporary program, or transported program based on your environment policy. Then apply the code below. Read the rest of this entry »

Posted in ABAP, Programming | Tagged: , , , , , | Leave a Comment »

Find data in your SAP system and know which tables do what

Posted by indradewaji on December 16, 2008

Taken from: www.toolbox.com

Introduction

Many people ask where they can find data in their SAP system. Because SAP is so often highly customised, the best
Read the rest of this entry »

Posted in ABAP, Programming | Tagged: , , , , , | Leave a Comment »

How to Code BDC on ABAP

Posted by indradewaji on December 10, 2008

What is BDC

BDC ( Batch Data Communication ) is used for uploading mass data into SAP system. In SAP system BDC also referred to batch input or data tranfer.
Read the rest of this entry »

Posted in ABAP, Business Proccess, Programming | Tagged: , , , , , , | Leave a Comment »

ABAP Select Statement and Performance

Posted by indradewaji on December 9, 2008

Contributed by Henrik Frank

For all entries

The for all entries creates a where clause, where all the entries in the driver table are combined with OR. If the number of entries in the driver table is larger than rsdb/max_blocking_factor, several similar SQL statements are executed to limit the length of the WHERE clause. Read the rest of this entry »

Posted in ABAP, Programming | Tagged: , , , | Leave a Comment »

Find SAP User Exit

Posted by indradewaji on December 9, 2008

I found a tips how to find user exit on the internet, and I’ll share it for you. To find user exit use function module MOD_SAP_GET_FUNCEXITS in SE37 and execute. Enter the program name (after you find it on SE93 – search base on T-Code) you want to find exit for and execute. A list of all user exits for that program will be displayed.

Have a nice try.

Posted in ABAP, Programming | Tagged: , , , , | Leave a Comment »

Joomla Design Tutorial

Posted by indradewaji on December 8, 2008

This free ebook will give you a complete tutorial on Joomla Design. An easy way, how to develop a nice site with joomla CMS. Please fill free to download on the link below.

Download here

Posted in Book Recomendation, Business Proccess, E-commerce, Ebook, SEO, Web Design | Tagged: , , , , | Leave a Comment »

Understanding Dot net

Posted by indradewaji on November 25, 2008

Step by step into dot net programming. You may find detail explanation from top to toe about dot net.

You may download the ebook at the download link below

Download here

Posted in Book Recomendation, Dot.Net, Ebook, Programming | Tagged: , , , | Leave a Comment »