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

techinal settings

Former Member
0 Likes
1,171

Hi ,

could anybody please tel me that in techical settings while creating table, wt is the use of log data changes and write access to JAVA.

Regards,

kiran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,133

Hi ,

To log the changes made to the table the following settings have to do.

1. Check the check box "Logging Enable" in the table

settings for that table.

2. We have to set the profile parameter "rec/client" using the

transaction TCode: RZ10. Basically this setting will be

provided by the BASIS guys.

Hope this one helps you.

Sreekar.Kadiri

10 REPLIES 10
Read only

Former Member
0 Likes
1,133

Hi,

Log data changes

The logging flag defines whether changes to the data records of a table should be logged. If logging is activated, every change (with UPDATE, DELETE) to an existing data record by a user or an application program is recorded in a log table in the database.

Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables.

Dependencies

Logging only takes place if parameter rec/client in the system profile is set correctly. Setting the flag on its own does not cause the table changes to be logged.

The existing logs can be displayed with Transaction Table history (SCU3).

Regards,

Sujit

Read only

bpawanchand
Active Contributor
0 Likes
1,133

This message was moderated.

Read only

Former Member
0 Likes
1,133

Hii!

Technical Settings are used for

· Optimize storage space requirements.

· Table access behavior.

· Buffering required.

· Changes to entries logged.

You must maintain the technical settings when you define a transparent table in the ABAP Dictionary.

The technical settings are used to individually optimize the storage requirements and accessing behavior of database tables.

The technical settings can be used to define how the table should be handled when it is created on the database, whether the table should be buffered and whether changes to entries should be logged.

Regards

Abhijeet

Edited by: Abhijeet Kulshreshtha on Jul 15, 2008 7:31 AM

Read only

Former Member
0 Likes
1,133

hi ,

The logging flag defines whether changes to the data records of a table should be logged or not . If logging is activated, every change to an existing data record by a user or an application program is recorded in a log table in the database.

but Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables.

Read only

Former Member
0 Likes
1,133

Hi,

In technical settings if u check the log data change option, it will enable log table in database and then it will record all the changes made to ur ztable. so in way u can keep track of changes to ur tables by cheking this option.

hope this information will help you.

regards

saurabh

Read only

Former Member
0 Likes
1,133

The logging flag defines whether changes to the data records of a table should be logged. If logging is activated, every change (with UPDATE, DELETE) to an existing data record by a user or an application program is recorded in a log table in the database.

Note: Activating logging slows down accesses that change the table. First of all, a record must be written in the log table for each change. Secondly, many users access this log table in parallel. This could cause lock situations even though the users are working with different application tables.

Read only

Former Member
0 Likes
1,133

Use of log data changes

The database system logs all transactions that change application data or the database catalog in log entries. The database system uses these log entries to roll back or repeat SQL statements, if necessary.

A power outage has occurred. The data changes that the last transactions executed had only been stored by the database system in the data cache and had not yet been written to the data area with a savepoint. These data changes in the data cache (working memory) were lost due to the power outage and must therefore be repeated by the database system.

reward if helpful

Read only

Former Member
0 Likes
1,133

This message was moderated.

Read only

Former Member
0 Likes
1,133

Hi,

I think i need not tell you about technical settings and other stuff as somany had posted regarding that...

anyway im providing link for that.. check it out...

[Technical settings|]

Log data changes links...

[SAP HELP - Log data changes|http://help.sap.com/saphelp_nw04s/helpdata/en/e3/e693df6e23b94fb953b780cf8e28e5/frameset.htm]

[Log data changes to Table DATA|http://help.sap.com/saphelp_nw04s/helpdata/en/c7/69bcd2f36611d3a6510000e835363f/frameset.htm]

Regarding WRITE ACCESS TO JAVA

check this link...

http://help.sap.com/saphelp_nw04/helpdata/EN/66/6f040c5ce8214eaf48c92e691639ed/frameset.htm

If more interested in communication between the integration tools in depth.. check this link...

http://help.sap.com/saphelp_nwpi71/helpdata/en/5e/f85141196ff423e10000000a155106/frameset.htm

Hope this would help you.

Regards

Narin Nandivada

Read only

Former Member
0 Likes
1,134

Hi ,

To log the changes made to the table the following settings have to do.

1. Check the check box "Logging Enable" in the table

settings for that table.

2. We have to set the profile parameter "rec/client" using the

transaction TCode: RZ10. Basically this setting will be

provided by the BASIS guys.

Hope this one helps you.

Sreekar.Kadiri