Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

using complexsection node (smartforms)

Former Member
0 Likes
433

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.

1 ACCEPTED SOLUTION
Read only

former_member480923
Active Contributor
0 Likes
398

the Complex Section of Smartform works like a normal table control for design and standard point of view you can have a look at the the smartform <b>ZSF_EXAMPLE_01</b>

which has a complex section under main window.

You can also analyze by writing a code block with hard coded break-point inside the smartform to look at the functionality of the smartform at the present.

hope it helps

Anirban

1 REPLY 1
Read only

former_member480923
Active Contributor
0 Likes
399

the Complex Section of Smartform works like a normal table control for design and standard point of view you can have a look at the the smartform <b>ZSF_EXAMPLE_01</b>

which has a complex section under main window.

You can also analyze by writing a code block with hard coded break-point inside the smartform to look at the functionality of the smartform at the present.

hope it helps

Anirban