|
Each SAP session has
its own set of GuiXT variables: when you set V[x] in one session, this does not
affect V[x] in another session. Are you perhaps using an SAP function that calls
a new transaction in the same session, i.e. without showing two windows in
parallel? In order to avoid mixing up variables of two transactions it saves a
lot of trouble to prefix all variables with the transaction id, e.g.
V[XD01_account].
|
|