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

Function Module to download data from one system to another system.

Former Member
0 Likes
823

I need to extaract Pricing condition data from 3 tables and this data is stored in SAP R/3 3.1Isystem. Now i need to extract these data to sap R/3 ECC 6.0 system. I would like to know is there any RFC function module is available in the ECC system, so that we can connect to 3.1I system.

Points will be rewarded.

Sunil

I need to extaract Pricing condition data from 3 tables and this data is stored in SAP R/3 3.1Isystem. Now i need to extract these data to sap R/3 ECC 6.0 system. I would like to know is there any RFC function module is available in the ECC system, so that we can connect to 3.1I system.

Points will be rewarded.

Sunil

4 REPLIES 4
Read only

Sougata
Active Contributor
0 Likes
653

Sunil,

I think a quick way to do this would be to use a file interface i.e. download/extract to a flat file and upload this file to ECC to update the Pricing Conditions.

You'll have to use custom ABAP programs for the extract and load off course, but I don't think these should be complicated to write.

Cheers,

Sougata.

Message was edited by:

Sougata Chatterjee

Read only

Former Member
0 Likes
653

The condition is: We can't write any code in the 3.1I system. Tell me the solution.

Read only

Sougata
Active Contributor
0 Likes
653

Right!

Well, you can download the Pricing Condition data in the tables involved from the source system (SE16) then write a custom ABAP program in the target system to map these fields and update ECC either via Call Transaction method or use submit to a BAPI if the correct API is available to do this update. I'd recommend doing it via a BAPI if there's one available. Have a look in transaction BAPI.

You can also do this by using LSMW instead of writing a custom ABAP program - in that case you'll have to map the source and target structures within the LSMW.

Hope this helps.

Don't forget to reward points.

Cheers,

Sougata.

Read only

Former Member
0 Likes
653

Dear Sunil,

Download data:

(1) Using Funation Module - 'GUI_DOWNLOAD'

(2) Using Function Module - ''WS_EXCEL'

(3) CG3Y - Application server file to Presentation server

Regards,

Abir

********************************************

  • Please don't forget to award points *