cancel
Showing results for 
Search instead for 
Did you mean: 

how to insert the data system created table throuch RFC

Former Member
0 Kudos

How can i Insert any data system created table like MARC T100w .... throuh RFC.

I created Funstion module.

MY Email Address : ckdas003@gmail.com

ckdas003@yahoo.com

Accepted Solutions (0)

Answers (3)

Answers (3)

uwe_schieferstein
Active Contributor
0 Kudos

Hello Chandan

It is pure madness to update or modify tables like MARC or T100W directly, whether on remote systems or locally.

If you need to update or modify such tables on remote system search for the appropriate <b>BAPI </b>(e.g. in case of MARC use BAPI_MATERIAL_SAVEDATA).

Regards

Uwe

Former Member
0 Kudos

Hi,

In the target system first read the data from the source system by using the fucntion module RFC_READ_TABLE and in function module give destination.

Then you get the all entries and you will simply use the MODIFY statement in the target system.

Thanks,

shyla

Former Member
0 Kudos

Hi

First in one system you develop the RFC fun module with some code

you will connect to the other system using DESTINATION

Once you are connected to the other system means it is like your other program, so fetch data into int table ITAB

and use MODIFY or INSERT statement and modify the table MARA or MARC etc

Reward points for useful Answers

Regards

Anji