cancel
Showing results for 
Search instead for 
Did you mean: 

Internal Table in smartforms

Former Member
0 Kudos

how can we declare an internal table for a standard sap table in smartforms in the 'Global Setting' part of smartforms?

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

You can declare as below mentioned:

Variable name Type assignment Associated type

LS_VBRK TYPE VBRK

if it is an internal table

TBL_SHIP TYPE TABLE OF TY_SHIP

Thanks,

Sree.

Former Member
0 Kudos

Hai,

You can define the standard table in smartforms like this.

In Global settings:

variable name type assignment reference type

it_ekpo type table structure

In Global definitions:

variable name type assignment reference type

it_ekpo type table structure

regards,

kamala.

Former Member
0 Kudos

Hai,

You can define the standard table in smartforms like this.

In Global settings:

variable name type assignment reference type

it_ekpo type table structure

In Global definitions:

variable name type assignment reference type

it_ekpo type table structure

regards,

kamala.

Former Member
0 Kudos

Hai,

You can define the standard table in smartforms like this.

In Global settings:

variable name type assignment reference type

it_ekpo type table structure

In Global definitions:

variable name type assignment reference type

it_ekpo type table structure

regards,

kamala.

Former Member
0 Kudos

Hi,

In the Global Definitions use the Global Data tab to enter;

MY_TABLE TYPE SAP_TABLE

or

MT_TABLE TYPE TABLE OF SAP_STRUCTURE

Regards,

Nick

former_member609120
Contributor
0 Kudos

You can declare Internal tables in Form Interface - > Tables section in Smartforms

Parameter Name Type Assignment Associated Type

T_ITEMDET LIKE ZSTRUC_NAME

/ TABLE TYPE