‎2007 Oct 16 2:04 PM
Hi ,
I want to create a function module with unicode enabled.
so can you let me know where can i check for unicode in the function module.
Thanks in advance.
Best regds,
zubera
‎2007 Oct 16 2:14 PM
Hi,
In the Function Module, Goto Menu GOTO-> Main Program. In that program again goto the menu GOTO -> Attributes -> in that there will be a checkbox for the unicode check select and save.
Reward if useful.
Thanks,
Muthu
‎2007 Oct 16 3:17 PM
Hi Mathur,
Thanks for your reply.
I want to check the syntex of the the function module for unicode. I tried to using transaction UCCHECK. i can check syntax for program but for FM i am not able to check. please help me.
Thanks in advance
zubera
‎2007 Oct 16 3:20 PM
You do not need transaction uccheck. uccheck does the same a s the compiler does, the diffewrence is that uccheck does this with a bunch of programs and the compiler only with one. If you marked you FM as unicode enabled the compiler will show all errors and warnings you have to fix. If your compilation comes to end without any error you have nothing else to do.
‎2007 Oct 16 3:23 PM
‎2007 Oct 16 3:29 PM
Hi ,
I am getting following error while activating function module.
Program SAPLZSKG
REPORT / PROGRAM STATEMENT MISSING, or program type I include.
Syntax check no error.
Please help me what is the problem.
thanks in advance.
Best regards,
zubefra
‎2007 Oct 16 3:32 PM
Try to rename your FM as Z_<AnyName> and then activate.
For Ex. Z_TESTFM
‎2007 Oct 16 3:36 PM
Hi Zubera,
In order to check Unicode error of a function module, you will have to give <b>Function group </b>name in transaction UCCHECK.
Regards,
Amit
*Always reward points for helpful answers
‎2007 Oct 16 3:44 PM
Hi ALL,
I am new to ABAP.
I have created function module ZMM5 , no syntax error is there.
but while activating i am getting error,
PROGRAM SAPLZSKG REPORT / PROGRAM STATEMENT MISSING, OR PROGRAM TYPE IS I ( INCLUDE).
I WANT TO CHECK THE SYNTAX FOR UNICODE.
i am not able to check the syntax as i tried by giving FM name, FG name and include name.
can you please help me.
Thanks in advance.
best regards,
zubera