‎2012 Apr 09 12:26 PM
Hi frnds how to print the data in tabular format in smartforms? And how to fetch the data from selection screen into smartforms?
Example:
Parameter value 1 | Hav to fetch from selection screen |
Parameter value 2 | Hav to fetch from selection screen |
Table value 1 | Hav to fetch from selection screen |
Table value 2 | Hav to fetch from selection screen |
Table value 3 | Hav to fetch from selection screen |
Pls help me out frnds..
‎2012 Apr 09 12:33 PM
It's a very basic question. A little search for smart form tutorial may help
‎2012 Apr 09 1:03 PM
‎2012 Apr 09 3:17 PM
Check these example programs that use a SmartForm.
‎2012 Apr 09 4:02 PM
Hi Linganathan
how to print the data in tabular format in smartforms?
if your data structure is fixed, use the node "template", on designing the smartform.
If your data has multiple rows to show , use the node "table"
These are elements of Smartform designing.
And how to fetch the data from selection screen into smartforms?
you mean to say you have some parameters and Select Options...
you can pass those values into the functional module you are calling, to trigger the Smartform.
Map the same structure into the smartform in the Form Interface.( These Data now available in the smartform). You can display in the required area by design the form and assigning the structure.
try to take any example given above by mr.tuncay you will get to know about in detail.
Regards
Prabhu
‎2012 Apr 09 4:29 PM