‎2011 Apr 18 10:26 AM
Hi Gurus,
I tried to create a new function module i.e a copy of a standard function module 'SAMPLE_PROCESS_00002040'.
But when I tried doing so it shows "Function Module reserved for SAP", so I am not able to create one...
When i tried in SE37 to create ZSAMPLE_PROCESS_00002040 also tried to copy it using menu se 37 --> Function module --> other function -->copy..
Either of these ways shows the same error.
Please do suggest solutions to create the FM.
Regards,
Gopi gs.
Edited by: Gopigs on Apr 18, 2011 11:27 AM
‎2011 Apr 18 10:32 AM
You can do in two ways..
You just press enter after that message since it is a warning message.
OR
Create a Function Module with name ZFI_SAMPLE_PROCESS_00002040
Thanks and Regards,
Chandra
‎2011 Apr 18 10:32 AM
You can do in two ways..
You just press enter after that message since it is a warning message.
OR
Create a Function Module with name ZFI_SAMPLE_PROCESS_00002040
Thanks and Regards,
Chandra
‎2011 Apr 18 10:33 AM
Hi Gopi gs,
try to creare a custom Z function group , then ZSAMPLE_PROCESS_00002040 manually copying all parameters from SAMPLE_PROCESS_00002040.
Very Important: you must call tcode FIBF to link process 00002040 with your new custom function module (Menu Settings->Process Modules..->of a customer)
‎2011 Apr 18 10:41 AM
thanks for the replies.. I created a function group first then the function module..
‎2011 Apr 18 10:52 AM