Hi,
I have Written below Query in SmartForms To get The address details...
SELECT SINGLE *
FROM ADRC
INTO V_ADRNR
WHERE ADDRNUMBER = WA_FINAL-ADRNR.
In Global Definitions i have declared it as V_ADRNR TYPE ADRC
Im Getting following warnings...
%Text10 : Field V_ADRNR-STREET has no defined value
%Text11 : Field V_ADRNR-STR_SUPPL3 has no defined value
%Text12 : Field V_ADRNR-LOCATION has no defined value
How to Resolve this ?
Can Anybody help me on this