using complexsection node (smartforms)
I would like to print a table data by using the complexsection node in smart forms. Can you please tell me the procedure to do it.
What I did is ,
1. I create a complex section node under main window.
2. 1 table and 1 work area of required table type are declared.
3. In general attributes of the complexnode I selected table and cliked on the repeat processing check box.
4. Under that complexsection node I declared the text nodes for the required fields.
4. In main program I called the function module by passing one table with data(in exporting).
NOw , if I run the program i am not getting the output. Instead of that it is again come back to the main program.