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

smartforms

Former Member
0 Likes
425

Hi all,

can anyone let me know,how to get sub-columns for a cloumn in a smartform?

i.e. -


column1

-


! column1 ! column2 ! column3 !

! ! ! !

! ! ! !

! ! ! !

4 REPLIES 4
Read only

Former Member
0 Likes
401

Create a window for the column and create a template for the subcolumn below the column window.

Read only

Former Member
0 Likes
401

Hi,

You won't display sub columns under a column.

Only thing is if you sort the table and build the I_SORT internal table with the sequence of fields then you will get a feeling of that:

like First under a single Vendor-> different PO's -> under PO's different materials -> sum of prices of the items etc.

Regards,

Anji

Read only

amit_khare
Active Contributor
0 Likes
401

Its dicey with Tables but can be achieved with templates.

You just need to define a row with that number of columns and pass your value to them.

Regards,

Amit

Read only

Former Member
0 Likes
401

You can do it with templates.