Application Development 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: 

Error after commit work

Former Member
0 Kudos

What tables are ready to be updated using commit work. Is there a way to find out?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Just put an F1 help on COMMIT WORK ABAP statement.

As per my knowledge, if you have declared your database table's technical settings to log data changes as checked, then CDHDR and CDPOS table will hold the changes reflected by COMMIT statement.

But if log data changes check box is unchecked (Initial), then there is no way to find other than finding in the database table itself.

Also, for your information, all these works when COMMIT works. If commit fails, then no table will be updated and no information is available, as per my knowledge.

Best Regards,

Suresh

1 REPLY 1

Former Member
0 Kudos

Hi,

Just put an F1 help on COMMIT WORK ABAP statement.

As per my knowledge, if you have declared your database table's technical settings to log data changes as checked, then CDHDR and CDPOS table will hold the changes reflected by COMMIT statement.

But if log data changes check box is unchecked (Initial), then there is no way to find other than finding in the database table itself.

Also, for your information, all these works when COMMIT works. If commit fails, then no table will be updated and no information is available, as per my knowledge.

Best Regards,

Suresh