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

How do I do UCCHECK on Function Modules

Former Member
0 Likes
487

Team,

Can anyone throw some Idea on doing UCCHECK on Function Modules, I was able to do it on programs.

2 REPLIES 2
Read only

Former Member
0 Likes
415

Do it on the main program for the FM.

Rob

Read only

Former Member
0 Likes
415

Hi Sam,

You can do UCCHECK on the objects for which you can directly perform syntax check, however the FM is not independent you can not do uccheck on FM directly.

Identify the main program and do uccheck on it.

Please read documentation in uccheck transaction.

Thanks,

Rakesh.