Archive for the 'How to' Category

How to Export SAP R/3 data to Microsoft Access

As you have seen, exporting SAP data to Microsoft Excel and Word is useful when it comes to performing further offline manipulation of your data, for creating reports and graphs, or for drafting form letters. Exporting data to a Microsoft Access database is quite useful, too, when it comes to general reporting.
The initial steps to [...]

Popularity: 19% [?]

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

How to use editor-call statement

The editor-call statement displays the contents of an internal table to the user in an editor similar to the ABAP/4 source code editor. It is useful for debugging and as a simple interface for allowing the user to enter and modify data in tabular form.
Syntax for the editor-call Statement
The following is the syntax for [...]

Popularity: 8% [?]