Inicio del área de contenido

Procedimiento Matching Customer Database Fields Localizar documento en árbol de navegación

Use

If you have added customer fields to the CATSDB table (Database Table for Time Sheet) in SAP R/3, you have to create the same fields in the CATS notebook data store. This is irrespective of whether you want to display these fields in CATS notebook or use them to enter data.

Atención

If there are fields in the CATSDB table that do not exist in the CATS notebook data store, you cannot use CATS notebook.

Prerequisites

You have used the appropriate include, CI_CATSDB, for the customer fields in the CATSDB table.

Procedure

The description of the procedure is oriented on the following example:

Ejemplo

You have added the following fields to the CI_CATSDB include in the CATSDB table:

You now have to create these fields in the CATS notebook data store.

  1. Add the following to the CI_CATSDB_REC.xml file:

<field name="Z_FELD1" type="T_FELD1"/>

<field name="Z_FELD2" type="T_FELD2"/>

  1. Create the corresponding type definitions in the CI_TYPES.xml file:

<type name="T_FELD1" basetype="char" length="20"/>

<type name="T_FELD2" basetype="char" length="60"/>

Result

During synchronization, SAP R/3 transfers the contents of the customer fields in the CATSDB table to the corresponding fields in the CATS notebook data store.

 

 

 

Fin del área de contenido