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

BI to ECC

Former Member
0 Likes
574

hi Experts,

How to move the selected data from BI tables to ECC (Application server).

Which FM ???

I need to select data from BI table then need to store the recordsinto application server.

All relevent answers wll get points.

Regards

Amit

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
544

hi,

first select ur data from tables to internal tables and send to desktop using GUI_download function module then using CG3Z transaction or DX_FILE_WRITE function module u can upload that data into application server.

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
545

hi,

first select ur data from tables to internal tables and send to desktop using GUI_download function module then using CG3Z transaction or DX_FILE_WRITE function module u can upload that data into application server.

Read only

Former Member
0 Likes
544

hi

Any other FM so that i can directly get the recods in ECC or in Application server

Amit

Read only

Former Member
0 Likes
544

Hi Amit Kumar,

Pls have a look on below thread...

also u can create ur own RFC enabled function module and u can call it from R/3 to get the data there

Jst Try it out...

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

Read only

Former Member
0 Likes
544

FM name ??

which can be used for storing the records from BI to application server

Amit