cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms - Structure

Former Member
0 Kudos

Hi,

How to call and access below structure in Smartforms mainly in Global definitions....

whether it is possible to call this structure in smartforms....

DATA : BEGIN OF ITAB OCCURS 0,

VBELN LIKE VBAK-VBELN,

ERNAM LIKE VBAK-ERNAM,

POSNR LIKE VBAP-POSNR,

KUNNR LIKE KNA1-KUNNR,

END OF ITAB.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member188685
Active Contributor
0 Kudos

First of all you need this as a part of Interface or Just you want it inside the Smart form. If you need it inside the smart form you can declare that in Global definitions.

But if you need it in Interface then you create a table type and use it in Interface Table's attribue.

Regards

Vijay

Former Member
0 Kudos

Hi,

Define one table type ( in se11 ) with these fields, and use this table type when declaring Form interface data in smartform.

Thanks,

Hari.

Former Member
0 Kudos

U need to create a structure for this 4 fields and then declare

in tables( in form interface of global settings of smartform)