cancel
Showing results for 
Search instead for 
Did you mean: 

Use Internal table in WebDynpro ABAP.

senthil_kumar29
Participant
0 Kudos

Hi,

I am using a internal table, for calling a FM, which require Internal table as its parameter. Since Internal table with header line is not supported in ABAP OO. How to attain this.

Thanq For Ur time.

Cheers,

Sam

Accepted Solutions (0)

Answers (1)

Answers (1)

S-H
Active Participant
0 Kudos

Hi Sam,

If we want to use an internal table for the FM as input then we can declare a table and use it.

But when we want use it as a workarea we need to define a work area (another attribute) of a internal table saparatly and use it.

Best regards,

Suresh