Hi i had used this function module......
Error is here where i mentioned in functionmodule .....
some change from space or nospace.in function module
remaining is same....
-
CALL FUNCTION 'RS_FUNCTIONMODULE_INSERT'
EXPORTING
FUNCNAME = P_FUNCNM
FUNCTION_POOL = 'SUNI'-------this is the mistake i had done
INTERFACE_GLOBAL = ''
REMOTE_CALL = ' '
SHORT_TEXT = ' '
SUPPRESS_CORR_CHECK = 'X'
UPDATE_TASK = ' '
CORRNUM = ' '
NAMESPACE = 'x'
SUPPRESS_LANGUAGE_CHECK = ' '
AUTHORITY_CHECK = ' '
SAVE_ACTIVE = 'X'
NEW_SOURCE = 'X'
EXCEPTION_CLASS = 'x'
IMPORTING
FUNCTION_INCLUDE = INCLNAME
CORRNUM_E = CORRNUM_E
TABLES
IMPORT_PARAMETER = I_IMP
EXPORT_PARAMETER = I_EXP
TABLES_PARAMETER = I_TBL
CHANGING_PARAMETER = I_CHA
EXCEPTION_LIST = I_EXC
PARAMETER_DOCU = I_
SOURCE = I_CODE
EXCEPTIONS
DOUBLE_TASK = 1
ERROR_MESSAGE = 2
FUNCTION_ALREADY_EXISTS = 3
INVALID_FUNCTION_POOL = 4
INVALID_NAME = 5
TOO_MANY_FUNCTIONS = 6
NO_MODIFY_PERMISSION = 7
NO_SHOW_PERMISSION = 8
ENQUEUE_SYSTEM_FAILURE = 9
CANCELED_IN_CORR = 10
OTHERS = 11
.
IF SY-SUBRC <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
***********this is the screen content************
syntax error in the program :SAPLSUNI
in include :LSUNI$25
in line : 9
last cahnged by :sap*
author :username
Field "NOVBLOCAL" is unknown. It is neither in one of the specified
tables nor defined by a "DATA" statement.
***********this is the screen content************