Application Development 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: 

function module name is reserved for sap is not capturing in BDC in sap

Former Member
0 Kudos

Hi,

Iam copying a funciton module thru BDC.

STEP1. SE37 -> ZFM_ABC

STEP2. COPY From FM: ZFM_ABC TO ZFM_XYZ

STEP3. Function Group: ZFGP

STEP4. copy

STEP5. 'function module name is reserved for sap'  THIS STEP IS NOT GETTING CAPTURED AND GIVING ERROR

Please advise is this and is there any other program to capture or create Function Module in background.

Please find the attachment with highlited popup which is not getting captured.

Thanks,

Basheer.

5 REPLIES 5

Former Member
0 Kudos

ZFM* is in the SAP namespace.  Z_FM is not.  Suggest you change your FM naming to recognize SAP namespaces.

0 Kudos

hi,

z_fm_abc ..like  also we can create a fm.

regards

mahesh.

0 Kudos

Yes customer FM sould start with Z_ or Y_ or customer namespace. (Note 16466 - Customer name range for SAP objects).

Look at Function Group SEUF.

Regards,

Raymond

former_member189849
Contributor
0 Kudos

Hi,

Can u say what is error or error description plz.

Regards

Mahesh.

kesavadas_thekkillath
Active Contributor
0 Kudos

Look at the functions

RS_FUNCTION_COPY    

RS_FUNCTION_PARAMETER_COPY

RS_FUNCTION_POOL_COPY