Dear Freinds,
I have developed a smart form . when iam running from the custom program the data from
the internal table ITAB iam getting data into smartform.
iam looping the internal table in smartform
in the looping i have given as ITAB to WA_ITAB.
in the table
Header
Main Area
Footer
I have given fields as EmpNo.
Name
Designation
Salary
in the Main Area
&WA_ITAB-EMPNO&
&WA_ITAB-NAME&
&WA_ITAB-DESIG&
&WA_ITAB-SAL&
In the Footer
i have given the description.
now when i run the custom report it is passing the internal tablel ITAB to Smart form and data is being
flown into wa_itab.
instead of data EMNO : &WA_ITAB-EMPNO&
Name : &WA_ITAB-NAME&
Designation : &WA_ITAB-DESIG&
Salary &WA_ITAB-SAL&
coming in that
iam getting data as
EMNO :
Name :
Designation :
Salary
101
Akbar
clerk
1000
ie. iam gettin data just above the footer comments int he ouput .....Could any please let me know where i went wrong in mapping the fields.
regards
madhuri.