In the previous lesson - Learn ABAP (6)- I showed you the simplest way to use smartforms. Now, it's time to show you the more interesting part as an ABAP-er. How to call the smartform inside ABAP ?
/nse38
name : zcallsmartform01
attributes : type = 1 (executable program), application = * (cross application)
ABAP code :
report zcallsmartform01.
call function '/1ABCDE/FG00000000'. "it's the function module code
then execute your program with the output device LP01.
Voila ! you see the same output "First Thing First"