Form Steps in Webflow Engine

Form steps are a new insertable step type in SAP’s WebFlow Engine available in all WAS (Web Application Server) system. They enable the quick and easy creation of simple forms. These forms can be used:

  • To start a workflow
  • In a work item that displays the form
  • In a work item that changes the form
  • In a work item that approves the form

Read more

SAP ABAP: Instructions to Data Dictionary

SAP ABAP Data Dictionary Instructions for:

  • Creating Tables : Top Down Approach
  • Views:Database View, Projection View, Maintenance View
  • Structures
  • Table Type
  • Append Structure
  • Creating Lock Objects
  • Data Element Supplement Documentation
  • Conversion Routine ( Domain)
  • Creating Lock Objects
  • Maintaining Data Element Supplement Documentation for Elements

Read more

Frequently Asked Questions of SQL/Performance

This document contains frequently asked questions about SQL in SAP.Following questions are answered

What are the different SQL statements used in abap/4?
How to take care for performance in ABAP development?
What is Runtime analysis and its benefits?
What is SQL trace tool?
What is Explain SQL function?

Read more

Interface Detailed Design

The purpose of this document is to outline the technical design of the EDI interface from SAP to the EDI subsystem. The high-level details of the proposed solution may be found in the EDI Scope document, as well as the EDI Functional Specification document. Further information on the interface may be obtained by reading the EDI Production Setup Guide.

Read more

Frequently Used Tables in SAP

Find below the frequently used tables for SAP modules

  • Material Master Tables
  • Sales and Distribution (SD) & Materials Management (MM) Tables
  • Project Systems (PS) Tables
  • Production Planning (PP) Tables
  • Quality Management (QM) Tables
  • Controlling (CO) Tables
  • Finance (FI) Tables

Read more

Function Modules:Definition

All ABAP programs are modular in structure and made up of processing blocks you can modularize source code by placing ABAP statements either global include programs or function modules. The processing blocks that you call from ABAP programs are called procedures.

Read more