Multiple choice technology

Java Mapping is executed by implementing the interface ?

  1. com.sap.api.mapping.StreamTransformation

  2. com.sap.api.mapping.aii.StreamTransformation

  3. com.sap.mapping.api.StreamTransformation

  4. com.sap.aii.mapping.api.StreamTransformation

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Java Mapping in SAP XI/PI requires implementing com.sap.aii.mapping.api.StreamTransformation interface, which defines the execute() method for transformation logic and setParameter() for runtime configuration. Options A, B, and C have incorrect package hierarchies - 'aii' (Application Integration Infrastructure) is required.