‎2014 Mar 17 11:03 AM
Hi Experts,
I am facing the problem while passing the internal table data from driver program to smartforms.
I have created the structre in the se11, and created one interla table and one table line for that structure.
I am passing the internal table data using function module, and in debugging of the smartforms
i am able to see the whatever data passed in the driver program
In the smartforms i have created one internal table in the interface it_ouput.
one structure wa_output i declared in the global data reference to structure.
when i am looping in the table, i am able to see the data in the internal table it_output
but data not populating to wa_output.
what might be the problem and how to rectify it.
Thanks in Advance.
‎2014 Mar 17 11:07 AM
Hi ABAP_UDUPI,
Please check the Work area . whether any clear statement there, check the Workarea and iTab with same structure ...
Rgds,
Vijay SR
‎2014 Mar 17 11:12 AM
Hi,
Can you please share your code / Screen shot , this will help me to easily got your problem.
Thanks
‎2014 Mar 17 11:14 AM
Hi,
Are you sure data is flowing till itab is passing to wa?
If not, create program line before or after itab and then check the entries there.
Use breakpoint in program line.