2007 Sep 27 5:39 AM
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
2007 Sep 27 5:47 AM
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
2007 Sep 27 5:54 AM
The condition is: We can't write any code in the 3.1I system. Tell me the solution.
2007 Sep 27 7:02 AM
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.
2007 Sep 27 11:02 AM
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 *