cancel
Showing results for 
Search instead for 
Did you mean: 

BW to R/3?

Former Member
0 Kudos

Hi ,

We have 1 requirement like ..one data was loaded from R/3 to BW ..and we implemented some critical calculations in report on INFOCUBE..now we need to send these detailed information data to backend end R/3?

How it possible ..i need to know the flow or steps to do this..

Thanks,

Vasu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

You can schedule the query in background to run daily or periodically in transaction RSCRM_BAPI and place the output onto the BW application server as a comma delimited file. An ABAP program should be written to read this file from BW and post this data into R/3. You can trigger an event through process chain that will kick off the ABAP program in R/3 thereby fully automating this entirely.

Hope this helps

Ramesh

Former Member
0 Kudos

Hi,

you can download the file into a flat file and sent it to R/3 from R/3 an abaper can

write a code to read this file and update the corresponding database tables.

cheers,

Pattan.

Former Member
0 Kudos

You can use the t-code RSCRM_BAPI and send the ouput of the query either into a DB table or as a flat file onto the application server and have the R/3 folks access it from there.

Good luck!