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

Complex Section

Former Member
0 Likes
438

Hi all,

what is the use of complex section in the Smart form of abap. And if possible give me a example.And reply ASAP.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

Hi,

Complex Section

Use

The node type Complex section is a real all-purpose node. It allows you to combine the tab pages of the node types Folder, Template, Table, and Loop in any way.

We generally recommend not to use this node type any longer. The node types Folder, Template, Table, and Loop directly offer the correct tabs and, in addition, within the navigation tree, you can recognize these node types immediately.

Procedure

Create a node of type Complex section in the navigation tree of the Form Builder.

Enter a unique name for the node and a description (for example, template with data).

Determine the general purpose of the complex section. To do this use the General Attributes tab:

Select U nstructured if you need only the Events tab to display header and footer areas. In this case, you can use the Data tab for repeated processing.

Select Table if you need the Table tab. In this case, you can use the Data tab for repeated processing.

Select Template if you need the Template tab. In this case, you cannot use the Data tab for repeated processing.

To read data from an internal table using the Data tab mark the Repeat Processing field in the Data box.

If, due to changing the selection, tab pages would disappear, the Smart Builder offers a warning beforehand.

Result

You can now use the selected tab pages.

Refer the following links.

http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.h...

http://www.saptechnical.com/Tutorials/Smartforms/PO/page2.htm

http://www.sap-press.com/downloads/h955_preview.pdf

Reward If Helpful

Jagadish

2 REPLIES 2
Read only

Former Member
0 Likes
420

Hi,

Complex Section

Use

The node type Complex section is a real all-purpose node. It allows you to combine the tab pages of the node types Folder, Template, Table, and Loop in any way.

We generally recommend not to use this node type any longer. The node types Folder, Template, Table, and Loop directly offer the correct tabs and, in addition, within the navigation tree, you can recognize these node types immediately.

Procedure

Create a node of type Complex section in the navigation tree of the Form Builder.

Enter a unique name for the node and a description (for example, template with data).

Determine the general purpose of the complex section. To do this use the General Attributes tab:

Select U nstructured if you need only the Events tab to display header and footer areas. In this case, you can use the Data tab for repeated processing.

Select Table if you need the Table tab. In this case, you can use the Data tab for repeated processing.

Select Template if you need the Template tab. In this case, you cannot use the Data tab for repeated processing.

To read data from an internal table using the Data tab mark the Repeat Processing field in the Data box.

If, due to changing the selection, tab pages would disappear, the Smart Builder offers a warning beforehand.

Result

You can now use the selected tab pages.

Refer the following links.

http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.h...

http://www.saptechnical.com/Tutorials/Smartforms/PO/page2.htm

http://www.sap-press.com/downloads/h955_preview.pdf

Reward If Helpful

Jagadish