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

Function Module to insert and Modify

Former Member
0 Likes
864

Hi Gurus,

Is there any Function module which can be used to insert the new records, update the existing one and which retains the unchanged one into the database table from an internal table.

Thanks in advance,

Raghu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
523

there is no such function modules but there are BAPI available for Updating or Inserting the records in to the database...or u can create your own function module for inserting or changing the records.

reward points if helpful......

2 REPLIES 2
Read only

Former Member
0 Likes
524

there is no such function modules but there are BAPI available for Updating or Inserting the records in to the database...or u can create your own function module for inserting or changing the records.

reward points if helpful......

Read only

amit_khare
Active Contributor
0 Likes
523

It depends on the transaction you want to update.

There are FMs & BAPI both are available based on the transaction and modules you want to update.

For BAPIs check Tcode BAPI.

Regards,

Amit

Reward all helpful replies.