English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how to transfer the data from the flat file to the SAP R/3 system using BAPI.

2006-08-24 22:29:57 · 2 answers · asked by kgskanth 1 in Computers & Internet Programming & Design

2 answers

Use a LSMW. Check the SAP portal for more details:

http://help.sap.com/saphelp_nw2004s/helpdata/en/7a/5e3d38faba11d1b40f006094b944c8/frameset.htm

Legacy System Migration Workbench Locate the document in its SAP Library structure
Purpose

The Legacy System Migration Workbench (LSMW) is a tool that supports data migration from legacy systems (non-SAP systems) to SAP systems. It is a cross-platform component of the SAP system.
Implementation Considerations

Do not use the LSMW before the SAP system has been installed and application customizing has been completed.
Integration

The LSMW is a cross-application component (CA) of the SAP system.

The tool has interfaces with the Data Transfer Center and with batch input and direct input processing as well as standard interfaces BAPI and IDoc.
Features

Instead of individual tables or field contents, the tool migrates user-defined datasets (known as objects), which are combined according to business criteria. In addition to using standard import techniques, you can also generate user-specific objects. For more details, see Recordings.

The LSMW comprises the following main functions:

...

1. Read data (legacy data in spreadsheet tables and/or sequential files).
You can use any combination of PC and server files.

2. Convert data (from the source into the target format).

3. Import data (to the database used by the SAP application).



The following additional functions are available:

· Import techniques: Apart from standard batch/direct input and recordings, BAPI and IDocs are available as additional import methods.

· Global functions: You can call certain functions from an ABAP code location of your choice, and so influence the procedure used to migrate your data.

· Editor function: The source code for a target field can be checked. You can insert source fields, global variables, and global functions as well as use the Pretty Printer.

· Action log: All the actions associated with an object are stored in an action log.

· The field assignments for all parts of a project can be downloaded/uploaded in one step.

· Unassigned source fields: Neglected data can be displayed.

· Source fields: You can create source fields by copying them from other sources.

· Processing times: The ABAP code can be added to at different times.

· Authorizations: The LSM Workbench is independent from the client. Access to the LSMW is controlled by authorizations. The assignment of these authorizations is basically independent from the client. The Display, Execute, Change, and Administration functions can be controlled by assigning authorizations.

· Documentation: User-specific documentation can be stored at different levels and formatted into an overall documentation by pressing the appropriate button.


Constraints

The LSMW supports a one-time transfer of data (initial data load) and also offers a restricted support of permanent interfaces. Thus, a periodic transfer of data is possible. The LSMW, however, does not include any functions for monitoring of permanent interfaces.
The tool does not support any data export interfaces (outbound interfaces).
More Information

For more details about data conversion with the LSMW, see the following:



Before You Work with LSMW

Authorizations

Transaction Code

Objects

Using LSMW

Exporting a Project

Importing a Project

Migration of Data with LSMW

Troubleshooting

2006-08-25 00:50:45 · answer #1 · answered by roy_s_jones 6 · 0 0

Import it into Oracle using the Oracle Web Interface. You don't need to use anything else. I think it works that way, from memory. I know you can grab data from an Oracle database that easy. So why not importing that way????

2006-08-24 22:32:57 · answer #2 · answered by InternetPosterChild 2 · 0 1

fedest.com, questions and answers