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

SMARTFORMS

Former Member
0 Likes
361

I CREATED A STRUCTURE WITH A VARIABLE SALARY AND ACTIVATED IT.

BUT IF I CALL THAT VARIABLE IN THE SMARTFORM IT IS SHOWING THE FOLLOWING ERROR.

*"ITAB-SALARY UNKNOWN IN FORM"*

2 REPLIES 2
Read only

Former Member
0 Likes
347

itab is the internal table know?

i think u r trying to call that variable inside a table.

u need to maintain this in the table,

Loop at itab into wa...

and u have to use like wa-variable...

tk?

or else if u r calling that in a template,

insert a loop before the template and do the same...

Read only

chaithanya_mk
Participant
0 Likes
347

Hi,

Can you please show us the code you have written for declaring this ITAB and where have you declared it?