Archive for the 'What is' Category

What is Insert Statement

Saturday, July 5th, 2008

To insert a single row into an internal table, use the insert statement.
Syntax for the insert Statement
The following is the syntax for the insert statement.
insert [wa into] it [index n]
where:

wa is a work area with the same structure as a row of internal table it.
n is a numeric literal, variable, or constant.

The following [...]

Popularity: 21% [?]

What is append it to it statement

Saturday, July 5th, 2008

The statement append it to it appends the header line named it to the body named it. The statement append it does the same thing, because the default work area is the header line. Being more succinct, the latter is usually used.
A work area mentioned explicitly in the append statement is known as an explicit [...]

Popularity: 21% [?]

What is SAP Repository Information System

Thursday, July 3rd, 2008

SAP Repository Information System or The Repository is used as a tool to search for objects in the databaseobjects such as tables, views, fields, and domains. You access the Repository from the ABAP Workbench by executing transaction code /nSE84. The initial screen of the Repository Information System is shown in Figure 17.13.
The main function of [...]

Popularity: 17% [?]

What is SAP Application Architecture

Thursday, July 3rd, 2008

Application Architecture
In SAP “techno” speak, the WebAS or Basis system is the middleware or software that functions as a conversion or translation layer between the technology and business/application layers of a computing solution and allows the various SAP applications to run on different hardware and system platforms. Some of these available platforms, as well as [...]

Popularity: 55% [?]

What is SAP ECC

Thursday, July 3rd, 2008

At the core of mySAP ERP is ECC. SAP’s ERP Central Component replaces SAP R/3 as the company’s core online transaction processing (OLTP) system. Like R/3, ECC addresses a business organization’s needs to manage inventories and sales, track orders, plan and execute warehouse movements, and much more. Such activities often constitute the core business activities [...]

Popularity: 16% [?]