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

Reg : Data Element

Former Member
0 Likes
635

Hi All,

I am creating a Data element.In that we are having Further Characterisitcs tab.

In this tab What is the purpose of CHANGE DOCUMENTS check box.Its a little bit important.

Please provide information regarding that.

Thanks in advance...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
604

Hi.

Please find the answer of your query.

Data of business object is often distributed on several tables in order to trace the changes to this business object these tables can be combined in change document object.Changed fileld contents are only loggged if change document flag is set for data element of the field.

Please reward points if useful.

4 REPLIES 4
Read only

Former Member
0 Likes
605

Hi.

Please find the answer of your query.

Data of business object is often distributed on several tables in order to trace the changes to this business object these tables can be combined in change document object.Changed fileld contents are only loggged if change document flag is set for data element of the field.

Please reward points if useful.

Read only

Former Member
0 Likes
604

Mark data element as relevant for change documents:

The data of a business-oriented object is often distributed on several tables.

To be able to trace changes to this business object, these tables can be combined in a Change document object

Function modules that can be integrated in the corresponding application programs and that log the changes are generated from such a change document object.

Changed field contents are only logged if the Change document flag is set for the data element of the field

Chk this for more.

http://help.sap.com/saphelp_nw70/helpdata/en/90/8d7307b1af11d194f600a0c929b3c3/content.htm

Read only

Former Member
0 Likes
604

Hi

Change fields contents are only logged once you set the change document flag to data element.

Rewards points if useful.

Regards

Nikunj shah

Read only

Former Member
0 Likes
604

If you are looking at creating your own Z.. Data Elements for your own Z... Tables.

The you need to look at transaction SCDO which helps you set up the Function Modules needed to create the change documents.

Finally you need to add these FM's to the code of your table maintenance program.