Skip to Content
0
Former Member
Jul 20, 2005 at 11:24 AM

Declaring Global Variables in a Function

3218 Views

Hi,

I have a function. At the end of the function I have a subroutine ( Form ).

Instead of passing data to the form, is it possible to declare , some of my varibles in the function as Global so they are visible in the Form.

These variables, are Internal tables with header line.

If it is possible how do I declare them.

The type of internal tables I have are like the following:

data lt_itemdata TYPE TABLE OF bapi_incinv_create_item

WITH HEADER LINE.

thanks