‎2007 Feb 08 11:15 AM
Hi Gurus,
When a smartform is created and exicuted all the data of that smartform is stored in one table.Can any body tell me that table name?
Regards
‎2007 Feb 08 11:35 AM
Hi,
t_otfdata will store the data which is a internal table. you can check in control parameters for more info. when you set getotf as 'X' all the data of smartforms will be stored in t_otfdata.
‎2007 Feb 08 11:35 AM
Hi,
t_otfdata will store the data which is a internal table. you can check in control parameters for more info. when you set getotf as 'X' all the data of smartforms will be stored in t_otfdata.
‎2007 Feb 08 11:41 AM
‎2007 Feb 08 11:45 AM
Hi
The Table which stores the smartform data is :
STXFADM
reward me points if it is useful.
Regards,
kumar
‎2007 Feb 08 11:48 AM
hi
good
everytime you execute a smartform a new function module is generate ,but it doesn't store the data in to a database table,the data that you r displaying in the output ll be stored in the internal table from which you r fetching the data and displaying in the output screen.
Thanks
mrutyun^
‎2007 Feb 08 11:53 AM
hi ,
it is stored in otfdata check out the control parameters and output options when u r callin smartform function module
in the control parameters, set this field getotf = 'x'.
u will get the data in the otf table
cheers
‎2007 Feb 08 11:58 AM
Hi Rao,
ya t_otfdata is an internal table which holds all the data in smartforms. it is not a ddic table. check out table TTCPO, In that TDGETOTF.
null