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 update data into table BKORM

Former Member
0 Likes
1,357

Hi

Any one please suggest me a Function Module to update data into Database table BKORM from a work area.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
819

Hi there. Take a look at this:

CORRESPONDENCE_REQUEST_TABLES

I hope this helps.

- April King

Message was edited by:

April King

Message was edited by:

April King

4 REPLIES 4
Read only

Former Member
0 Likes
820

Hi there. Take a look at this:

CORRESPONDENCE_REQUEST_TABLES

I hope this helps.

- April King

Message was edited by:

April King

Message was edited by:

April King

Read only

Former Member
0 Likes
819

I found out the solution make use of

DB_UPDATE_TABLE FM

Read only

0 Likes
819

Hi Kiran,

I'm afraid, you must not directly update the table. It would hurt the intergrity of the data.

Find an appropriate transaction and do a bdc for it , ot find an appropriate bapi to do it.

Regards,

Ravi

Read only

0 Likes
819

Thanks Ravi for your response

but my reqiurement is to use a function module.

and also i am updating only one field that to a date field. to know when the form is printed.