E
Evan Bleicher
Guest
As Peter noted you can use a TABLE parameter (to pass the complete temp-table) or a HANDLE parameter for a buffer. The challenge with using a TABLE parameter is that you will be passing more data than you may want to pass and the challenge with using a HANDLE for a buffer is that the method will need to use dynamic programming to access the information. The issue you have raised is a limitation with the implementation of interfaces. I have added this issue to the Language team’s backlog. Please note, that if you did not want to enforce the method signature via an Interface, the existing method syntax does support passing a buffer. This limitation exists with the ABL’s ability to enforce the method signature via interfaces.
Continue reading...
Continue reading...