Package com.sap.aii.mapping.value.api

API for value mapping requests.

See:
          Description

Interface Summary
IFIdentifier Represents one identifier with mapping context, agency and identification scheme.
IFRequest Represents one value mapping request consisting of the source identifier, target identifer and source value.
IFResponse Value mapping result that can consist of several groups of source identifier, source value, target identifier and target value.
 

Class Summary
XIVMFactory Factory for creating instances of IFIdentifier and IFRequest to execute value mappings by means of XIVMService.
XIVMService Service for executing value mappings during a mapping program.
 

Exception Summary
ValueMappingException Exception can be thrown from XIVMService during the executing of a value mapping.
 

Package com.sap.aii.mapping.value.api Description

API for value mapping requests. It is possible for an object (for example, a material number) to be identified differently at the receiver than at the sender; in this case, an object is said to have different representations. The package com.sap.aii.mapping.value.api contains the interfaces IFIdentifier, IFRequest, and IFResponse. You request objects for these interfaces to describe such representations. One way to execute a value mapping is using IFIdentifier in order to construct IFRequest and when you execute the value mapping an object of type IFResponse is returned.



Copyright 2007 SAP AG Complete Copyright Notice