Skip to Content
0
Former Member
Dec 02, 2008 at 11:29 AM

regarding smartforms

36 Views

Moved to correct forum by moderator. Please use a meaningful subject in future

why we have to create table type and then define it in import parameter of form interface

like in standard form ex SM_EXAMPLE_01.

below is code of SM_EXAMPLE_01

data: customer type scustom,

bookings type ty_bookings,

connections type ty_connections.

here for bookings and connections we have to create table type.then in import parameter of form interface we hv defined it. why to do this,and what is use of table type,can't we simply define table in table parameter of iform interface.

Edited by: Matt on Dec 2, 2008 2:19 PM