2008 Jun 20 3:10 PM
hi experts....
can anyone tell me how to use custom structure in
form interface (parameters) without creating any structure
in the dictionary.
2008 Jun 20 3:14 PM
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
2008 Jun 20 3:14 PM
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
2008 Jun 20 3:52 PM
can't i use types in smart form and declare a structure using that and use it in interface?
2008 Jun 20 3:53 PM
can't i use types in smart form and declare a structure using that and use it in interface?
2008 Jun 20 7:41 PM
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*****************&
2008 Jun 20 3:14 PM
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
2008 Jun 20 3:52 PM
can't i use types in smart form and declare a structure using that and use it in interface?
2008 Jun 20 3:16 PM
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.