‎2007 Aug 24 1:34 PM
Hi,
If we want to use a workarea/internaltable in the form interface of Smartform of a user defined structure type,how we will do so.
ie teh structure type is like
TYPES: BEGIN OF ty_matr,
matnr TYPE mara-matnr,
maktx TYPE makt-maktx,
meins TYPE mara-meins ,
END OF ty_matr.
in the imort parameter or table og form interface
when i m giving
IT_MATR type ty_matr
then its giving error.
I m looking for a solution to this problem.
Thanks and Regards,
Vivek
‎2007 Aug 24 1:43 PM
Hi,
Make this structure at se11 and use it in your import parameters as well as type definition.
Reards points if it is useful.
‎2007 Aug 24 1:43 PM
Hi,
Make this structure at se11 and use it in your import parameters as well as type definition.
Reards points if it is useful.
‎2007 Aug 27 7:24 AM
Hi,
The issue not yet solved.
Can you please eleborate.
Regards,
Vivek
‎2007 Aug 27 9:30 AM