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

How to create custom structure in smart forms & use them in interface

Former Member
0 Likes
1,531

hi experts....

can anyone tell me how to use custom structure in

form interface (parameters) without creating any structure

in the dictionary.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,239

Hi Shrama,

If you want to use the structure in interface. You have to create structure in dictionary.

if you create in form or in report ..they won't recongnize the local structures.

Thanks,

Sunil

7 REPLIES 7
Read only

Former Member
0 Likes
1,240

Hi Shrama,

If you want to use the structure in interface. You have to create structure in dictionary.

if you create in form or in report ..they won't recongnize the local structures.

Thanks,

Sunil

Read only

0 Likes
1,239

can't i use types in smart form and declare a structure using that and use it in interface?

Read only

0 Likes
1,239

can't i use types in smart form and declare a structure using that and use it in interface?

Read only

0 Likes
1,239

Hi chaitanya sharma

IF you declare a structure in the smartform then you can access that structure only in the smartform

&****************Reward point if helpful*****************&

Read only

Former Member
0 Likes
1,239

Hi,

There is no other way, you have to create custom structure or use the existing structure in the ddictionary.

Thanks,

Rajinikanth

Edited by: Rajinikanth G on Jun 20, 2008 4:14 PM

Read only

0 Likes
1,239

can't i use types in smart form and declare a structure using that and use it in interface?

Read only

Former Member
0 Likes
1,239

similar to function modules, you need a structure in the DDIC.

what you may be able to do if find some structure in the DDIC, let's say 1,000 char long, and pass your data into that. Then while in your smartform, define your structure appropriate and parse data into it.