‎2011 Oct 28 2:09 PM
Hi
I am trying to display address data in address window in SMART FORMS from the Table T8JOA.
An error is showing when i run the smart form saying
Formating Error V_ADRNR : Invalid type "U" (Internal Abap).
‎2011 Oct 28 5:11 PM
So, did you create a variable to hold the Adrnr ? Or ? I can't seem to replicate this error....
‎2011 Oct 28 11:34 PM
See if this note helps you any [689252|https://service.sap.com/sap/support/notes/689252], looking at the way SAP fixed the issue.
Text element: TXT_SERIAL
Delete: ,,&tline&
Insert: ,,&tline-tdline&
‎2011 Oct 29 8:35 AM
Hi,
What is the type that you are using for V_ADRNR.?
Thanks,
Venkatesh
‎2011 Nov 02 7:00 AM
i took the reference from the table field T8JOA-ADRNR
V_ADRNR TYPE T8JOA-ADRNR.