Application Development 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: 

How to Update the data in R/3 From BW

Former Member
0 Kudos

Hi All ,

I Need some suggestion . i want to update the data of MARC table in R/3 from BW . Here data goes from BW to R/3 . so How to do this ? . There are no standard BAPI's in BW for this .

Thanks

Prithvi.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

The scenario you are explaining is little opposite to what happens generally. Are you sure, you want to update R/3 from BW?

If you have to update MARC table that means you have to extend the material for different plants. Try using BAPI_MATERIAL_SAVE_DATA.

Regards,

Ravi

Note : Please mark all the helpful answers

6 REPLIES 6

Former Member
0 Kudos

Hi,

The scenario you are explaining is little opposite to what happens generally. Are you sure, you want to update R/3 from BW?

If you have to update MARC table that means you have to extend the material for different plants. Try using BAPI_MATERIAL_SAVE_DATA.

Regards,

Ravi

Note : Please mark all the helpful answers

0 Kudos

yes it is different scenario . when ever an entry is created in BW it has to update in R/3 . BW gets the data from other system . Here BAPI_MATERIAL_SAVE_DATA is not exist in BW.

thanks.

prithvi.

0 Kudos

BAPI_MATERIAL_SAVE_DATA will exist only in R/3 and from BW you call it something like below.

call function 'BAPI_MATERIAL_SAVE_DATA' destination <dest>

where <dest> is the RFC destination created in BW pointing to R/3 system

Regards

Raja

0 Kudos

Hi raja ,

How to create the RFC destination in BW (transaction). BW has SE37 .

0 Kudos

generally its not developer task. BASIS team should do that.

the transaction to create RFC destination is SM59

Regards

Raja

0 Kudos