2008 Aug 07 1:57 PM
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
2008 Aug 07 2:00 PM
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
2008 Aug 07 2:09 PM
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.
2008 Aug 08 7:52 AM
2008 Aug 08 7:51 AM