Hi Ann,
In the same function module RFIELDLIST table you have a type field which will hold whether it is an internal table,work area or variable.
internal table - type h
work area - u
variable of type char - C
variable of type string - g
Hi Ann,
In the same function module RFIELDLIST table you have a type field which will hold whether it is an internal table,work area or variable.
internal table - type h
work area - u
variable of type char - C
variable of type string - g