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

Creating a z function module for email payment advice

Former Member
0 Likes
1,012

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
757

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

4 REPLIES 4
Read only

Former Member
0 Likes
758

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

Read only

AlessandroSpadoni
Contributor
0 Likes
757

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)

Read only

Former Member
0 Likes
757

thanks for the replies.. I created a function group first then the function module..

Read only

0 Likes
757

Name the FM Z_PROCESS_00002040 to respect [Note 16466 - Customer name range for SAP objects|https://service.sap.com/sap/support/notes/16466] and no longer get the annoying warning message.

Regards,

Raympnd