I was looking at the table I_THX_VAR using the Debugger from executing an exit like:
READ TABLE I_THX_VAR WITH TABLE KEY VNAM = '0P_KEYDT' INTO L_THX_VAR
The problem is I didnt see anything in the table I_THX_VAR.
Can anyone give me a better understanding of what that table is? How is it loaded? Does it need to be loaded when the exit executes?
Any help appreciated .... points rewarded.
Mike