Posts

Field Exits in SAP

Create Field Exits in SAP – Step by Step Procedure

Method 1: Field exits in SAP R/3 4.6C, execute transaction CMOD. Then type PRFB in the command field.

Method 2: Another way to accomplish this is to use program RSMODPRF.

There are Eight Steps to Creating a Field Exit 

Step … Read More

field status variants

How to Maintain Field Status Variants in SAP?

Menu:  IMG -> Financial Accounting -> Financial Accounting Global Settings -> Document -> Line Item -> Controls -> Maintain Field Status Variants

You can define and edit field status variants and groups. You group several field status groups together … Read More

Web Dynpro

What is Web Dynpro for ABAP?

Web Dynpro (Stands for Web Dynamic Programming) for ABAP is a programming model for developing Web applications. It consists of a run time environment and a graphical development environment with special Web Dynpro tools that are integrated in the ABAP … Read More

ABAP programs

Different Types of ABAP Programs

Different Types of ABAP programs : ABAP, there are 7 different types of ABAP programs which includes executable, function module, module pool, subroutine, class, interface,

Types of ABAP Programs

Report programs

Report programs follow a relatively simple programming model whereby … Read More

buffering Types

What is Buffering Types in SAP?

Buffering Types in SAP : NTAB buffer: The name table (nametab) contains the table and field definitions that are activated in the SAP System. An entry is made in the Repository buffer when a mass activator or a user … Read More

sap system

What is Client on SAP System?

A client is organizational and legal entity in the SAP system. All the business management data is protected here because other clients can not access them. The main objective of the client is to keep the data isolated. The … Read More

ABAP Modularization

ABAP Modularization an Overview

What is ABAP Modularization and its benefits?

If the program contains the same or similar blocks of statements or it is required to process the same function several times, we can avoid redundancy by using modularization techniques. By modularizing the

Read More