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

Bapi Or Function Module for Updating a table

Former Member
0 Likes
3,054

Can u Plz let me know , is there any bapi or function module to update few fields of a standard table using an internable.

2 REPLIES 2
Read only

Former Member
0 Likes
1,233

To update an Infotype(Table) use FM

HR_INFOTYPE_OPERATION

Read only

Former Member
0 Likes
1,233

Hi Shiva Kumar Tirumalasetty ,

There is no FM / BAPI to update directly to any SAP tables . SAP won't suggests to develop a FM/BAPI like that , as it will cause some data inconsistency problem .

We have to search and find BAPI's/ FM's for requirement specific if not exists then need to think about the alternate options (LSMW/ BDC etc..)

Hope this answers your question.

Thanks,

Greetson