cancel
Showing results for 
Search instead for 
Did you mean: 

error in smartforms

Former Member
0 Kudos

hi friends,

in smartform when i run same code in development it runs successfully but when i run same code in

production it shows me the following dump error :

For typing of TABLES parameters, only table types should be used

what should i do to remove this error.

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

shiva,

basically it is structure. earlier i get error for this then i transport it in production.

Former Member
0 Kudos

Hi

Analyse the error in SE09.

Remove the error and re transport the same to PROD again.

Then you will get the output.

Regards

Shiva

Answers (7)

Answers (7)

Former Member
0 Kudos

THANKS SHIVA .

now its working.

Former Member
0 Kudos

zitempo1 created by me.

Former Member
0 Kudos

Hi,

I was guessing about this only. Check whether the table has been transported along with form.

And try to find the Z table in productiion.

Regards

Shiva

Former Member
0 Kudos

perfectly executing sir.

Former Member
0 Kudos

Could you please provide the table used for delcaration?

Former Member
0 Kudos

but friend it run perfectly on development.

Former Member
0 Kudos

Hi

Try executing only the form only using T code Smartforms in DEV.

Regards

Shiva

Former Member
0 Kudos

Hi

Have you declared the table using LIKE statement if you r using in form interface.

If ITAB is used in global definitions then delcare using TYPE TABLE OF

Regards

Shiva

Former Member
0 Kudos

i am using LIKE only.

Former Member
0 Kudos

in FORM INTERFACE

in tab TABLE what r the things u specified......

if IEKKO like ekko.

if ur refering to any table use like