Can anyone provide example for XtendM3, how to send datastructure throug exitpoint into XtenM3 and back to M3 ? I only found "ReadOnlyData" for datastructure which does not allow to send back data from XtendM3 into M3.
thanks and regardsIvo
Not possible,
Hi Rene,
Thanks for feedback. Do you know, what is idea of exit point "getPurchaseDistributionDetails" in program PCCALGCM ?
For me, it looks as it should be possible - but I do not have that much experience with exit points.
Any idea ?
Hi Ivo, you could check program DRRTVRDE. It has got exit points that pass datastructure to extension and get back database record.
for example : getRouteDepartureDetails(ROUDI, DRRTVRDEDS));
rgds, Helen