Hi All,
I'm deploying a Java Web Dynpro application at CE 7.1.1, accesing a RFC function.
The Backend system is a SAP ECC 6.0
I'm using a the Adaptive RFC 2 Model to access the RFC, but when running it I receive the following error message:
java.lang.NullPointerException
at com.sap.mdi.ddtypes.DDDataelement.getFieldtexts(DDDataelement.java:219)
at com.sap.dictionary.types.mdi.util.TextServices.
getFieldLabel(TextServices.java:67)
at com.sap.dictionary.runtime.DdDataType$TextService.
getFieldLabel(DdDataType.java:203)
at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.
getDisplayText(DataAttributeInfo.java:382)
at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.
getDisplayText(DataAttributeInfo.java:355)
... 115 more
I've successfuly configured the destinations at NWA -> Configuration Management -> Destinations
I could ping both destinations successfuly (Modeldata & Metadata).
The Functiom Module (ZOutboundDeliveryByTransp) is already RFC enabled, and I could access it from Visual Composer, using another destination.
I've tested the access to the same RFC with the Deprecated Adaptive RFC Model, and I got the same error.
Regards,
Cezar