Do you have any question about this error?
Message type: E = Error
Message class: 6G - Messages for System Administration Assistant
Message number: 070
Message text: Function module may not contain any transfer parameters
In the System Administration Assistant, a function module is to be
linked as an executable action to a node.
The function modules contains transfer parameters.
In the System Administration Assistant, only function modules without
parameters can be executed.
Only use modules without transfer parameters.
You can also modifiy the particular module if it is not an SAP standard
object and you can eneter the required values per dialog.
You can also create a function module that performs the dialog and
transfers the specified values to the relevant module.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
6G070
- Function module may not contain any transfer parameters ?The SAP error message 6G070 indicates that a function module is being called with transfer parameters, which is not allowed. This error typically arises when you attempt to use a function module that is defined as a "remote-enabled" function module, but you are trying to pass parameters that are not allowed in this context.
Cause:
- Function Module Definition: The function module is defined in such a way that it does not accept any transfer parameters. This is common for function modules that are designed to be called remotely (RFC-enabled) or are intended for specific internal processing.
- Incorrect Call: The calling program or function module is incorrectly trying to pass parameters to a function module that does not accept them.
Solution:
Check Function Module Definition:
- Go to transaction SE37 (Function Module) and enter the name of the function module that is causing the error.
- Check the parameters defined for the function module. Ensure that it does not have any parameters defined as "Import" or "Export" if it is not supposed to.
Modify the Call:
- If you are calling this function module from another program or function module, ensure that you are not passing any parameters. Remove any transfer parameters from the call.
- If you need to pass data, consider using a different function module that allows transfer parameters or modify the existing function module to accept them if appropriate.
Consult Documentation:
- Review the documentation for the function module to understand its intended use and any restrictions on parameter passing.
Check for Updates:
- If this is a standard SAP function module, check if there are any notes or updates from SAP that might address this issue.
Related Information:
By following these steps, you should be able to resolve the error message 6G070 and ensure that your function module calls are correctly configured.
Get instant SAP help. Start your 7-day free trial now.
6G069
Error occurred when calling function
What causes this issue? The selected function could not be executed.System Response A detailed error analysis cannot be made here.How to fix this er...
6G068
Job & could not be scheduled
What causes this issue? To determine the alerts, schedule the periodic job &V1&.System Response An error occurred during the scheduling.How ...
6G071
& is now the default setting
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
6G072
Refresh function updates the Alert display
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.