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

Difference between DBTABLOG and CDPOS

Former Member
0 Likes
3,358

Hello forum,

hope that i'm right in this forum, couldn't find any better. So, my problem is (it's not really a problem) that we implmented logging on our tables using cdpos. Then we found out that changes also were logged in DBTABLOG, but not on every table and not quite the same fields like in cdpos. So can anyone tell me the differece between these two ways of logging table changes?

Thank you, Harry

3 REPLIES 3
Read only

Former Member
0 Likes
1,498

Hi,

I think, the R/3 System logs customizing table changes to DBTABLOG if:

The Log data changes flag is set in the technical settings for the table and Logging is active.

But CDPOS logs any changes to data through various transactions to any type of tables.

This is my understanding.

Regards,

Renjith Michael.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,498

DBTABLOG Log changes of records in transparent tables eg: customizing tables

Master transaction : SE11

You can log changes to table contents. This is primarily intended for Customizing tables. If you want to be able to log changes to table contents, you must set the corresponding flag in the technical attribute of the table. The profile parameter rec/client must also be set.

Look at [Activate/Deactivate Table Change Logging|http://help.sap.com/saphelp_47x200/helpdata/en/7e/c81ebb52c511d182c50000e829fbfe/frameset.htm]

CDHDR & CDPOS log changes to logical document, eg: purchase order, etc.

Master transaction : SCDO

Change document management, is programmatically updated (in update task after COMMIT)

Look at [ Change Documents|http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa015b493111d182b70000e829fbfe/frameset.htm]

Regards

Read only

0 Likes
1,498

Hi,

the DBTABLOG in DEV it's works, but i want activate this table in PRD. How can i do tihs?

thanks,

Anderson.