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

Problem facing in the passing internal table data from driver program to smartforms

Former Member
0 Likes
532

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.


3 REPLIES 3
Read only

Former Member
0 Likes
503

Hi ABAP_UDUPI,

              Please check the Work area . whether any clear statement there, check the Workarea and iTab with same structure ...

Rgds,

Vijay SR

Read only

romit_raina
Active Participant
0 Likes
503

Hi,

Can you please share your code / Screen shot , this will help me to easily got your problem.

Thanks

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
503

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.