Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Interface of new function modules in OSS Notes

Former Member
0 Likes
716

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

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
0 Likes
648

Hi Manuel,

generaly it's a manuel step ..

in the code, did they put the IMPORTING .. CHANGING ..  ?

regards

Fred

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
649

Hi Manuel,

generaly it's a manuel step ..

in the code, did they put the IMPORTING .. CHANGING ..  ?

regards

Fred

Read only

RaymondGiuseppi
Active Contributor
0 Likes
648

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