‎2007 Mar 16 11:11 AM
Hi all,
can anyone let me know,how to get sub-columns for a cloumn in a smartform?
i.e. -
column1
-
! column1 ! column2 ! column3 !
! ! ! !
! ! ! !
! ! ! !
‎2007 Mar 16 11:13 AM
Create a window for the column and create a template for the subcolumn below the column window.
‎2007 Mar 16 11:14 AM
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
‎2007 Mar 16 11:14 AM
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
‎2007 Mar 16 11:18 AM