2008 Mar 13 6:00 AM
Hello,
In my smartform there is 30 columm in a table structure. i want to show them according to internal table data..
Like in the internal table if there is only 10 columm in with data than only 10 columm should be show off there in smartforum.
IS IT POSSIBLE IN SMART FORUM??
2008 Mar 13 6:25 AM
It is not Possible to build dynaimc columns in smarforms.
Thanks
2008 Mar 13 6:25 AM
It is not Possible to build dynaimc columns in smarforms.
Thanks
2008 Mar 13 6:31 AM
It is not possible, But you can conditionally )Dynamically show the Tables which ever way you want.
2008 Mar 13 6:38 AM
2008 Mar 13 6:44 AM
if you are aware of the condition in Smartform then it is simple.
You need to use conditon
if condition success (TRUE)_
then show one table (assume it holds 10 columns).
(FALSE)
if fails then show other table.(this is with 5 coloumns).
2008 Mar 13 6:47 AM
yah it can be.. but this solution will not solve my problem. becouse the smartforum columm are based on the internal table record. which are unknow initially..
do you have any other solution?