Hello,
I've written a little function module that reads some pay-results from SAP. While iterating through a bunch of personnel-numbers, most of the import-parameters, e.g. date-from, date-to etc, remain the same (obviously not the personnel-number). What changes, is a table of wagetypes, that is passed to SAPNWRFC. So my questions is, do I have create a new function call every time then contents of the wagetype-table changes (and therefor fill the "static" import-parameters again) or is there a way to initialize/clear the table so that I can re-use the functioncall-handle created with the "create_function_call"-method?
cheers Axel