‎2008 May 08 5:10 PM
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...
‎2008 May 08 6:31 PM
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.
‎2008 May 08 6:31 PM
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.
‎2008 May 08 8:27 PM
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
‎2008 May 09 7:50 AM
Hi
Change fields contents are only logged once you set the change document flag to data element.
Rewards points if useful.
Regards
Nikunj shah
‎2008 May 09 12:01 PM
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.