Hi,
I have configured a proxy for a BAPI (SAP EM EventHandler.AddEventMessage02) but it does not work.
EventHandler.AddEventMessage02 has a deep structure.
Step by Step:
ABAP Proxy generated.
Activate changes
Export WSDL from Proxy.
Import WSDL to ESR, and generate a Service Interface.
Activate changes
Use SIW to generate the AIF configuration
Correct syntax ABAP errors in the code generated.
Activate changes
When I execute the service, AIF log says message header does not exist.
Looking through debug, the source data is not mapped to the target. When BAPI is called, curr_line structure is INITIAL
So I tried to check if the mappings are fine in /AIF/CUST but when I tried to define a source mapping, AIF says "DDIC structure ZCHAR1 does not exist"
Do you have any tips?
Thanks,
Erik Bengtson