Show TOC

Technical Information for Field Catalogs

The following technical issues are of interest when maintaining field catalogs:

Special source tables

Special source tables are required in the LIS interface to interact between document processing and the updating of statistical data. The LIS interface works with different datasets than those used in document processing. It uses structures which are automatically supplied with the document data when the documents are posted. The use of these communication structures has the following benefits:

All of the communication structures that are used have a similar structure. They contain three types of field:
Example from Sales:
Communication structure MCVBAP (sales document: item data)
Example from Purchasing:
Communication structure MCEKKO (purchasing document header)

Different reference field

Reference fields which differ from the source field are needed if the target field in the information structure needs to have other technical features .

Example

You can define new reference fields in the Data Dictionary of the system. Tables have already been created in the Data Dictionary and are designed to contain your new field definitions. Differing reference fields are also used in the standard SAP system. You can find the definitions in the following tables:

table MCVKUSR (additional self-defined fields ..USR)
table MCEKUSR (additional self-defined fields ..USR)

Additional fields in statistics updating

In the operative business processes, information which is not available in the SAP standard system is often processed. In this case, standard processing is usually modified.

If you want to use this additional information for the statistics update, then you need to make this available to the LIS interface as well. You can do this by enhancing the respective communication structures in the Data Dictionary and maintaining the area "user-specific enhancements".

Note

If the additional fields are also to be used in the application in the corresponding structures, you then do not need to expand the communication structure. In Sales, for example, the complete application structure has been integrated into the communication structure. It therefore already includes the new fields.

If the additional fields are not used in the application in the corresponding structures, the respective information cannot be copied automatically. You then need to write your own program which supplies the additional fields with data.

Caution

Before you program the enhancements, you are strongly advised to consult the SAP contact person responsible.