2007 Apr 13 9:05 AM
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
2007 Apr 13 11:54 AM
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:
Reward some points if it is helpful.
Rgds,
P.Nag
2007 Apr 13 11:58 AM
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, thats 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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |