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: 

Function name when you use NameSpace

0 Kudos
256

We must migrate our functions module in our namespace (/ITESOFT/).

I create a function group /ITESOFT/BALANCE.

Which name must I give to my function modules ?

Must it begin with NameSpace:

Function Name = /ITESOFT/Function_1 ?

Must it begin with Any character :

Function Name = Function_1 ?

Must it begin with Z or Y character :

Function Name = Z_Function_1 ?

Thanks for your help,

Regards,

Charlotte Bragard

4 REPLIES 4

Former Member
0 Kudos
193

Hi,

I guess it doesnt need Z or Y before the function module name spaces. So you can give the name of the function module with respect to its function.

Example: /ITESOFT/GET_ORDER_DETAILS

Pavan

Former Member
0 Kudos
193

hi Charlotte Bragard,

We can create a function module with any name ( Not only starting with Y or Z ). No probs if you want to change the name you can change it by using the RENAME button.

Give the actual name in SE37 and press Ctrl+F6 then give the new name.

Nore: see where used list just before changing of the function module.

Regards,

Mahi.

0 Kudos
193

Many Thanks

Charlotte

0 Kudos
193

Many thanks,

Charlotte.