Archive for July, 2008

How to Create SAP R/3 Form Letters in Microsoft Word

SAP R/3 has a great interface for creating form letters using Microsoft Word. This tool has endless possibilities for your company. For an example, let’s assume you need to output SAP Human Resources employee data into Microsoft Word so that you can create a form letter to all employees.
1. Select a query to execute.
2. [...]

Popularity: 11% [?]

How to export SAP R/3 Data to Microsoft Excel

Microsoft Excel provides a user-friendly format and helpful tools to assist you in the process of analyzing and presenting data. To get your SAP data into Microsoft Excel, you can employ several methods. The most basic method involves the System List function, which enables you to save lists displayed on your SAP screen.
You can also [...]

Popularity: 10% [?]

How to Use %pc to Download Data between SAP and Microsoft

There are many ways to share data between SAP and Microsoft. As I briefly mentioned in previous hours, executing %pc in the transaction dialog box is an excellent and expedient way of moving data from SAP lists into other formats. Transactions that display their data via OCX controlsin various panels, each with its own data [...]

Popularity: 6% [?]

SAP and MS Office Integration Architecture

Integration between SAP and Microsoft products hinges upon the use of OLE, a common and standard technology for transferring and sharing information among applications. With OLE, you can take data out of your SAP system and place it into another system, all the while maintaining the format and integrity of the data. For example, you [...]

Popularity: 7% [?]

What is Insert Statement

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: 8% [?]