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

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

Former Member
0 Likes
1,607

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

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
Read only

Former Member
0 Likes
1,353

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

DB_UPDATE_TABLE.

Read only

0 Likes
1,353

This would not be the right approach.

Read only

0 Likes
1,353

Have you tried using this FM?

Read only

0 Likes
1,353

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.