Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below is an overview of the corresponding functions. For some of the individual functions, there are also corresponding methods for querying whether this function is possible. These are listed in the "Test Method" column.

Function

Method
(Check method)

Tipp

Create material

PREPARE_MATERIAL_CREATE

Also to be used for a creation of a plant or sales view.The actual creation must be done via a call of SAP standard modules for the creation (e.g. MATERI-AL_MAINTAIN_DARK).

The corresponding material status must be set correctly. This method PRE-PARE_MATERIAL_CREATE must be done before the actual creation.

Start material change

PREPARE_MATERIAL_CHANGE und START_MATERIAL_CHANGE

The method START_MATERIAL_CHANGE executes the necessary status change on the material master directly. If other data is to be changed in addition to the status, the change can be prepared with PRE-PARE_MATERIAL_CHANGE and the actual status change with other data can be carried out with an SAP standard function module such as MATERIAL_MAINTAIN_DARK.

Query of current configuration for set material object

GET_CONFIGURATION

Query information about data packages for set material object

GET_DATAPACKAGES

Provides information about existing and all defined data packages and whether they can be changed or created.

Create data package

CREATE_DATAPACKAGE
(GET_DATAPACKAGES)

Start data package change

START_DATAPACKAGE_CHANGE
(GET_DATAPACKAGES)

Determine the use of a document in configurations of ProConfiguration

GET_DOCUMENT_CFM_USAGE

Returns the change number of the current change for the set material object.

Check validity / change number and assignment mode Set change number

SET_ECM_MODE

Check can be: none, >= valid today or same change number as material change.Set: if activated and the document info record has no change number assigned, the change number of the current material change is set to the document.

Add a document info record or a new version of a document to the configuration

ADD_DOCUMENT
(CAN_DOCUMENT_BE_ADDED)

The set document is added to the configuration of the currently set material object. The data package is determined automatically.

Remove a document info record

REMOVE_DOCUMENT
(CAN_DOCUMENT_BE_REMOVED)

The set document is removed from the configuration of the currently set material object. The data package is determined automatically.

Registration in the management of documents used more than once

REGISTER_DOCUMENT_IN_MLD
(CAN_DOCUMENT_BE_REGISTERED_MLD)

Registers the set document for adding or exchanging the version in the ProConfiguration mvD administration. The mvD setting for the corresponding document must be set up correctly.