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

difference between smartform and function module

Former Member
0 Likes
401

hi

difference between smartform and function module

2 REPLIES 2
Read only

former_member378318
Contributor
0 Likes
380

Are you serious?

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
380

They are too totally different development objects. Smartform is a tool that you use to develop forms in R/3, function modules are modularization techniques in ABAP programming, you can call function modules, passing parameters and they do some function for you. The only connection between these too is that when you create a smartform, it will generate a function module which you can then call in your print program.

Regards,

Rich Heilman