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

Problem creating Function Module

Former Member
0 Likes
465

hi guys, I try to create a function module, within SAP Namespace(SAPBC_DATAMODEL_CONVERSION), but I can't, I'm using a Mini-SAP version 4.6d, the message I get is the following

"Function module name is reserved for SAP"

I tried with all possible names with and without "y", "z", What should I do?

Any Ideas would be appreciated.

3 REPLIES 3
Read only

suresh_datti
Active Contributor
0 Likes
440

Did you try using Z_SAPBC_DATAMODEL_CONVERSION ?

~Suresh

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
440

The naming convention for function modules is Z or Y and underscore.

for example......... Z_TEST

REgards,

Rich Heilman

Read only

Former Member
0 Likes
440

U should try with Z_SAPBC_DATAMODEL_CONVERSION. If it is allowing you to do so then you should check whether function module with same name exista or not.

For more help related to creation of function module have a look at below link.

http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801ee8454211d189710000e8322d00/frameset.htm

I hope it helps.

Best Regards,

Vibha

*Please mark all the helpful answers