Achieving Control-Break Statements Functionality in Smart Forms
Achieving Control-Break Statements Functionality in Smart Forms
By Phani Diwakar, YASH Technologies Step1: T-code for smart forms is SMARTFORMS. Provide the name of the smart form.
Step2: we can define user-defined structure in TYPES tab in the Global Definitions.
Step3: Define the field string, internal table and global variables in Global Data tab.
Step7: Execute
the
smart
form,
the
output
would
be
Step8: suppose, if we want to know the item details sales document wise. To achieve this, we have to write the events in the loop as shown below.
Step10: Now the requirement is to sum the net price of all items of sales document. To achieve this,
In program lines,