Application Development 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: 

Want to create function module with unicode

Former Member
0 Kudos

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

8 REPLIES 8

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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.

Former Member
0 Kudos

Try using the include name for the function module.

- Cheers

Former Member
0 Kudos

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

0 Kudos

Try to rename your FM as Z_<AnyName> and then activate.

For Ex. Z_TESTFM

0 Kudos

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

Former Member
0 Kudos

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