Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smart Forms Formating error

Former Member
0 Likes
707

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).

4 REPLIES 4
Read only

Former Member
0 Likes
598

So, did you create a variable to hold the Adrnr ? Or ? I can't seem to replicate this error....

Read only

sjeevan
Active Contributor
0 Likes
598

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&

Read only

Former Member
0 Likes
598

Hi,

What is the type that you are using for V_ADRNR.?

Thanks,

Venkatesh

Read only

0 Likes
598

i took the reference from the table field T8JOA-ADRNR

V_ADRNR TYPE T8JOA-ADRNR.