Entering content frameProcedure documentation Writing the fields in the program  Locate the document in its SAP Library structure

Complete the change document-relevant fields and tables as follows.

General data

These are the fields which are defined in the INCLUDE program part F<K4>CDF.

Object-specific data

These are the fields which are defined in the INCLUDE program part F<K4>CDV .

Single case tables:

Multiple case tables:

Caution

These tables must be passed sorted by key.

The processing flag can be switched from space to "D", if it is to be processed in the application. Otherwise it has no effect.

The parameter UPD_<table name > (see below) initially determines whether the record is new or changed. The processing flag is only checked when, with the parameter value "U", the following key comparison between the two tables TABLE_OLD and TABLE_NEW finds two records with the same key.

Note

Multiple case internal table processing flags can always contain space, with the exception of the special case (in X<table name >). The possibility of setting the processing flag to "D", "I" or "U" as well was created so that the tables could also be used for other purposes in which such processing flags are useful, in application programs.

Text changes:

If text changes are to be logged (according to the change document object definition), the following fields are to be completed:

Optional parameters

You can also use the following INCLUDE program part F<K4>CDF parameters:

 

 

Leaving content frame