‎2013 Sep 05 1:36 PM
Dear Gurus,
I am implementing an OSS notes 1435326 which is creating new function module (RSAH_LAUNCH_EXCEL_WITH_TICKET)
In the correction instruction there is the code of the function module but I can't find the interface (import/export/table) anywhere.
Do you know where it is stored usually when an OSS notes is creating a new FM ?
Thanks for your help !
Manuel
‎2013 Sep 05 2:27 PM
Hi Manuel,
generaly it's a manuel step ..
in the code, did they put the IMPORTING .. CHANGING .. ?
regards
Fred
‎2013 Sep 05 2:27 PM
Hi Manuel,
generaly it's a manuel step ..
in the code, did they put the IMPORTING .. CHANGING .. ?
regards
Fred
‎2013 Sep 06 10:41 AM
On oldest version of SNOTE that was always a manual step, create the parameter tab from header of function module name, as we were used even before to create some include before SNOTE could add source in those. On recent version that become less and less required.
So if SNOTE does not perform well, look at the signature of the FM in the top part of the source, if none, raise an OSS message.
Regards,
Raymond