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

Updating database table DDSHVAL50

Former Member
0 Likes
604

Hi experts,

I need to append some entries in the DDSHVAL50 table for personal value list. And also have to delete some entries.

If any standard Fm's are there to achieve the same.

Regards,

Pankaj Aggarwal

Hi experts,

I need to append some entries in the DDSHVAL50 table for personal value list. And also have to delete some entries.

If any standard Fm's are there to achieve the same.

Regards,

Pankaj Aggarwal

3 REPLIES 3
Read only

Former Member
0 Likes
549

HI,

Check with the BAPI BAPI_RECORD_DELETE Try Bapi

Regards,

Ansari.

Read only

Former Member
0 Likes
549

For updating a database table to use underneath Function Module.

BAPI_RECORD_CREATE : Create Record.

BAPI_RECORD_DELETE : Delete Record.

To use these function module some authorization required.

Required authorization objects:

S_SRMGS_PR

S_SRMGS_DC

S_SRMGS_VV

S_SRMGS_PR

S_SRMGS_PR

S_SRMGS_CT

Read only

Former Member
0 Likes
549

Hi Pankaj,

U need not use FM for updating or inserting..

You can use insert or modify statement for that..

regards,

Archana