Hi experts,
I would to know how to read the log from Android native, i'd created a MBO with one operation which call a RFC.
And i want to read the log from that operation.
I read the documentation from infocenter, i see that if the operation is defined with Result Checker "default" it's implemented automatically the result checker. And the condition it's that i should have a RETURN parameter, with that in mind I guess the only thing it's to read the log from the native code after synchronize but i have nothing on my log.
Regards