Need help with calling ZSQLMethod from External Method
Hi, I am having some dificulties with calling a ZSQLMethod with parameters from an External Method that has itself been passed the parameters it needs to pass onto the ZSQLMethod. Everything works ok if i just dont send any parameters but as soon as i try to use them the thing just fails. Is there a standard way to do the following.... DTML Method calls External Method which calls ZSQLMethod and all the time passing parameters forward? Any help will be greatly apreciated, Michele America -- mamerica@aenor.pt AENOR Auto Estradas do Norte, SA Serviço de Sistemas de Informação e Comunicação ------ Internet Email Confidentiality Notice ------ This email including any attachment hereof are confidential and may be privileged or otherwise legally protected from disclosure and it/they may be read, copied and used by the intended recipient only. If you are not the intended recipient, please contact the sender immediately either by return email or by telephone +351-22-999 74 90 and delete this email and any attachment permanentely from your system. You must not copy this email or any attachment or disclose it/their contents to any other person. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Thank you for your cooperation.
Michele America writes:
I am having some dificulties with calling a ZSQLMethod with parameters from an External Method that has itself been passed the parameters it needs to pass onto the ZSQLMethod. Everything works ok if i just dont send any parameters but as soon as i try to use them the thing just fails. There is nothing special in calling a Z SQL Method from an External Method.
You knowm, however, that you must pass all parameters as keyword parameters (everywhere, in External Methods, too). Dieter
participants (2)
-
Dieter Maurer -
Michele America