Monday, March 5, 2012

Free Download for How To Enhance performance of SAP Business Workflow

Some of the highlights of this book :

Most used techniques for Workflow performance

Some of the Programming tips for avoiding the workflow performance problems.

How to configure the workflow for enhancing the workflow program.

How to archive work items .

While using table , what must be followed.

what is RFC and qRFC tables

what need to follow ,While using following methods,

Batch input processing

Synchronization of the update task

Event triggering in HR etc.,

How to Diagnose Problems in workflow.


Performance of SAP Business Workflow

Download Demo Performance Tips for SAP ABAP Workflow

Saturday, March 3, 2012

Free Book Download for ABAP Certification

Highlights

How to Prepare for ABAP Certification .

It covers All the topics of SAP ABAP.

Reports

Types of Report programming

BDC Programming

Many more Topics for abap preparation.

Abap Preparation Guide

SAP ABAP Certification Pdf Book

Thursday, March 1, 2012

Free Download : How to Download table content to Application Server

The following Complete demo code will help you to understand ,

  • how the table content is been downloaded to Application Server.
ABAP programming Steps:

  • Declare necessary variables

  • Get the table content to INternal table
  • get table content()
  • Open a file
  • Write internal table content line by line.
  • Close the file

Program for How to Download table content to Application Server