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: Form Interface

Former Member
0 Likes
447

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
430

Hi,

Make this structure at se11 and use it in your import parameters as well as type definition.

Reards points if it is useful.

3 REPLIES 3
Read only

Former Member
0 Likes
431

Hi,

Make this structure at se11 and use it in your import parameters as well as type definition.

Reards points if it is useful.

Read only

0 Likes
430

Hi,

The issue not yet solved.

Can you please eleborate.

Regards,

Vivek

Read only

0 Likes
430

Thanks Gurprit,

It worked .