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

Problem with updating database

Former Member
0 Likes
351

Hello Friends,

I have a issue with updating the database.Below is the statment by which i am modifying the database.

MODIFY ZSRM_DET_ALRTS FROM TABLE FP_I_MOD_TABLE .

The isssue is when i am running the program the data is getting modified correctly. In production there is a job scheduled to run the program . I see that in production the data is not getting properly updated in this table.From the past 5 to 6 months the issue has increased.

Currently the total no of records in the table ZSRM_DET_ALRTS is 530. Below is the technical description os the table

Data class-APPL1

Size Catagory - 1.

What can be going wrong . I tried running the program in production but it is working fine there and the table is getting updated.

Pls Help.

Rohit

2 REPLIES 2
Read only

Former Member
0 Likes
316

Hi Rohit,

Use FM DB_COMMIT after insert.

This will definitely help you.

Kindly set to resolved if it helps you.

Regards

Abhii

Read only

0 Likes
316

Thanks Abhi,

I am already using commit work statement after that.