Learn ABAP (6)


SMARTFORM

What is SAP smartform ? It's like a report builder in visual programming. The easiest way to show you the procedures is by following these steps :
1. What we want to show
-------------------------
/nsmartforms
Form : zsmartform_01
Pages and Windows > %Page1 > Main Window > %Text1
Text : text_practice
General Attributes : "First Thing First"
click [SAVE], Local Objects
click [ACTIVATE]
click menu [ENVIRONMENT], [FUNCTION MODULE NAME] copy the code

2. Print Preview
---------------
/ose37
paste the code of function module name
click [DISPLAY]
click [TEST]
click [EXECUTE]
OutputDevice : LP01, Page selection : 1, Title : Practice
click [PRINT PREVIEW] then will show the text "First Thing First"


That's it !
All SAP products are trademark of SAP AG. This blog is not affiliated with nor endorsed by SAP AG.