Skip to Content
0
Former Member
Sep 29, 2005 at 12:14 PM

Diff between the following declarations

36 Views

Diff b/n the fllowing declarations

*data: begin of ITAB1 occurs 0.

  • include structure /nam/abc_dates.

*data: end of ITAB1.

and

data : ITAB2 TYPE TABLE OF ITAB2 WITH HEADER LINE.

and please let me know

how to declare and use interanl table in two diff function modules in the same function group

Message was edited by: Pavankumar P