cancel
Showing results for 
Search instead for 
Did you mean: 

internal table with occurs 0 with header line in smartforms

Former Member
0 Kudos

Hi all,

I want to define a internal table in smartforms with " occurs 0 with header line".

How to do this??

Please help me.

Accepted Solutions (1)

Accepted Solutions (1)

krishnendu_laha
Active Contributor
0 Kudos

Hello,

You can declare your own table types in the INITIALIZATION...in Global Data section...

like example:

TYPES: BEGIN of ty_xx,

field 1

filed2

END of ty_xx.

TYPES: TT_XX type standard table of ty_xx with header line.

then refer the TT_XX with the internal table reference...

Hope it will help

Answers (1)

Answers (1)

prakashjasti
Contributor
0 Kudos

hi ankita,

Take Work araea instead of internal table then ur problem will be solved.

Regards,

Prakash.