cancel
Showing results for 
Search instead for 
Did you mean: 

RFC_READ_TABLE

Former Member
0 Kudos

The RFC RFC_READ_TABLE can read table by suppling the

query table and delimiter.

Is there any similar RFC for write table. If no , how can i make one RFC for filling data in different table.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member183804
Active Contributor
0 Kudos

Hello Chun Kit,

RFC_READ_TABLE is for demo purposes only. Using it frequently introduces a risk for data security.

More worse would be to have such a function module to alter data. When changing your own data please stick to specific modules. Altering SAP tables is by no means a good idea neighter locally nor remote. Check out the corresponding BADIs.

Best Regards

Klaus

Former Member
0 Kudos

Hi Chun,

have you checked in SE37?

How would you write an insert/update report? Maybe you compare the coding of function RFC_READ_TABLE and do it in a similar way.

Kind regards,

Thomas.