cancel
Showing results for 
Search instead for 
Did you mean: 

Work Area in Smartform

Former Member
0 Kudos

can i declare headerline inside SF.

or how can i declare work area? I want to declare work area for internal table IT_REGUH.

Under global data

IT_REGUH TYPE TABLE OF T_REGUH.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi there

u can declare the work area in the global data tab...

variable name: work_area_name

type assignment: type

associated type: ur dictionary structure/table name

hope this works for you..

reward if helpful

regards

niharika

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Mention that under Global defination.

Variable name type asignment asosicated type

WA type ITab.

Regards,

Kumar.

Former Member
0 Kudos

Hi Christy

WorkArea can be declared in the Global Definitions -> Global Data in the smartforms.

for eg: wa_reguh like Associated TABLE TYPE

Reward points if info is helpful

Regards

Karan

Former Member
0 Kudos

Hi,

You can declare the workarea in the same place. Is there any problem you are facing in that?

Declaration statement will be,

DATA: wa_reguh TYPE t_reguh.

Thanks and Regards,

Lakshmi.