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

update the Data base table through Transaction Code

Former Member
0 Likes
515

Hi,

Good day experts,

I would like to update the database table for a Transaction which is BP. i hope we can do BDC and BAPIs.

Actualy my requirment is if i run a BP(Business Partner) transaction code which is update the CITY1 then Automatically DataBase Table should be updated. Data Base table is DFKKOP.

i hope , we we can do BDC or BAPIs.

Can any one give me suggestions or Sample Code for this senario.

Regards,

kk

2 REPLIES 2
Read only

Former Member
0 Likes
464

Hi

U have to write a BDC program to update the CITY values.

Narendra

Read only

Former Member
0 Likes
464

Hi,

If you are manually running the transaction, you can go for user exits/BADIs with your transaction.

Else if you need to do the operations w/o runing the transaction, you may use BAPIs or BDC.

Regards,

Renjith Michael.