
Define change document object
Proceed as follows:
- Table name
Name of the table, as defined in the Dictionary
- Copy as internal table flag.
If the change data are to be passed in an internal table (multiple case), mark this field. If it is not marked, the change data are passed in a work area (single case).
- Doc. for individual fields at delete flag
If you want separate log entries for each field when data are deleted, mark this field. If it is not marked, the deletion of all relevant fields is entered in one document item.
- Ref. table name. (Name of the reference table)
If the currency and unit fields are defined in a reference table, rather than in the table passed, you must pass the name of the reference table, and the field referred to, to the function module. Create an INTTAB structure in the Dictionary, and define fields for this structure, which are made up of the names of the associated reference table and the reference fields.
Enter the name of this structure here.
In the individual case, the reference information is passed in the form of two extra work areas (old, new). In the collective case, the internal tables are extended to include the reference structure.
- Name of the old record fields
Only possible for single case, i.e. when passing change data in a work area: If you do not want to use the * work area, enter an alternative work area name here.
Transport change document object
The change document objects are a transport object type, a change request is made when the object is created.
During transport the object-specific update is generated in the target system.