Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

data transfer from one server to another

Former Member
0 Likes
1,476

data transfer from generating a flat file strcuture from r/3 and transferinng this file to one server:

how it can be done

can anybody tell

wat type of interface or which method can be used to move datas or table from flat file structure

the requriement is first we have to generate a flatfile structure from sap r/3 and we have to trasfer the datas to one particular server.

wat method we can use

eg:material master

sales order

data transfer from generating a flat file strcuture from r/3 and transferinng this file to one server:

how it can be done

can anybody tell

wat type of interface or which method can be used to move datas or table from flat file structure

the requriement is first we have to generate a flatfile structure from sap r/3 and we have to trasfer the datas to one particular server.

wat method we can use

eg:material master

sales order

2 REPLIES 2
Read only

Former Member
0 Likes
651

hi Arun,

We can go for the three steps.

1.Define the logical system

2.Assign the logical system

3.Define the cusomer distribution model

From these three step we can transfer the data from one server to another server.

For these we can search for this URL:

www.saptechnical.com

Reward some points if it is helpful.

Rgds,

P.Nag

Read only

Former Member
0 Likes
651

Hi Arun,

Check this info.

Data Transfer

The main purpose is that if u up date the date it is not validated or u need to validate all validations. in bdc the validations is taken care by screens, that’s why bdc is helpful

Purpose

During data transfer, data is transferred from an external system into the SAP R/3 System. You can use data transfer when you:

Transfer data from an external system into an R/3 System as it is installed.

Transfer data regularly from an external system into an R/3 System. Example: If data for some departments in your company is input using a system other than the R/3 System, you can still integrate this data in the R/3 System. To do this, you export the data from the external system and use a data transfer method to import it into the R/3 System.

Implementation considerations

Before creating your own data transfer program, you should use the Data Transfer Workbench to find the data transfer programs that are delivered by SAP.

Integration

SAP applications support the data transfer of numerous SAP business objects. The data transfer program specifies the data format definition that is necessary to import the data into the R/3 System. Adapt your conversion program for exporting the data from the external system to this definition.

Once the data has been exported, you can import it into your system using a generated data transfer program.

Features

Data transfer from other, external systems

Generation of data transfer programs

Generation of function modules that can be used as an interface to the R/3 System

Programming Techniques

With the programming interface of the background processing system, you can schedule and manage background jobs from your own programs.

You wish to make a log-running report available to users from a menu entry. In the transaction that underlies the menu entry, you could do the following:

optionally collect job specifications, such as the start date and time, from the user, and

schedule the job for execution by the background processing system.

You can use the programming interface to start both ABAP programs and programs that are external to the R/3 System.

Data Transfer Methods

You can use the following methods to transfer data:

Direct input: With direct input, the SAP function modules execute the consistency checks. However with batch input, these consistency checks are executed with the help of the screens. This means that direct input has considerable performance advantages.

CALL TRANSACTION: Data consistency check with the help of screen logic.

Batch input with batch input sessions : Data consistency check with the help of screen logic.

Hope this resolves your query.

Reward all the helpful answers.

Regards