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

smartform

Former Member
0 Likes
733

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
701

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.

6 REPLIES 6
Read only

Former Member
0 Likes
702

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.

Read only

0 Likes
701

Thanks.

So t_offdata table is available in DDIC?

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
701

Hi

The Table which stores the smartform data is :

STXFADM

reward me points if it is useful.

Regards,

kumar

Read only

Former Member
0 Likes
701

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^

Read only

Former Member
0 Likes
701

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

Read only

Former Member
0 Likes
701

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