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: 

Modify BLPK Table (Standard SAP table) using a BAPI or a FM

Former Member
0 Kudos

I want to modify fields WAKZH and FLKZH in BLPK table using a BAPI or a FM. Any pointers immediately would be really helpful.

4 REPLIES 4

Former Member
0 Kudos

If you want to update only one single table, then you can make use of the below function module.

DB_UPDATE_TABLE.

0 Kudos

This would not be the right approach.

0 Kudos

Have you tried using this FM?

0 Kudos

DB_UPDATE_TABLE does a direct UPDATE without any database integrity check, do you really think it's a good idea? (if you still stick on "yes", then why don't you simply propose the UPDATE or MODIFY ABAP statements)

When the OP is asking for a "FM", I think she's asking for a FM which does such database integrity checks.