‎2008 Nov 13 8:45 AM
Hi there,
is it possible to create and delete a function module by a RFC function?
I found the function module RS_FUNCTIONMODULE_INSERT but no function module to delete it.
Any ideas?
Thx,
Andi
‎2008 Nov 13 9:30 AM
Hi,
You can create a batch input for this purpose and call it from an RFC.
Regards,
Ali.
‎2008 Nov 13 10:27 AM
Sorry, this is not what I am asking for. I do not want to import data.
I am searching for a function module (SE37) which can create a new function module with a given source code and name.
And also a function module that can delete my created function module.
This function modules must be callable by remote.
Is this possible?
Andi
‎2008 Nov 13 12:55 PM
For creating a function module use RS_FUNCTIONMODULE_INSERT and for deleting create your own RFC which uses RS_FUNCTION_DELETE.
‎2008 Nov 13 12:58 PM
‎2009 Jan 16 8:11 AM
Hi Mxg,
I want to use this to dynamically export data from SAP and use the function module as extractor.
cu,
Andi