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: 
Read only

Want to create function module with unicode

Former Member
0 Likes
1,057

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
Read only

Former Member
0 Likes
932

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

Read only

Former Member
0 Likes
932

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

Read only

0 Likes
932

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.

Read only

Former Member
0 Likes
932

Try using the include name for the function module.

- Cheers

Read only

Former Member
0 Likes
932

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

Read only

0 Likes
932

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

For Ex. Z_TESTFM

Read only

0 Likes
932

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

Read only

Former Member
0 Likes
932

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