cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in smartform loop

Former Member
0 Kudos

Hi,

I am developing one form for <b>Bank Payment voucher</b>.

My internal table has three records,while printing using loop only one record is printing(out of three) in form .

200501 01.01.2006 US$

200502 02.01.2006 SAR

200503 03.01.2005 INR

but only printing only one record i.e 200503 03.01.2005 INR

Any help to solve this problem.

MAM.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

This problem is solved as we brought all the required fields in the loop.

Thanks all for the help.

Bye.

Abdul

Former Member
0 Kudos

Hi,

i think u r not calling the internal table in proper way. I mean it is not in loop, pls check ur code in ur programme and get back. Else give ur code, we can found.

The last record only retrieve if the table is not properly called.

Former Member
0 Kudos

How are you displaying the TABLE data?

Have you created a TABLE Node in the SMART Form? If you create a table node, it will automatically loop at the internal table and display all the records.

http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.h...

http://www.esnips.com/doc/13b7ae7a-b32c-4b96-b588-881859d4ac99/Template,Table,Loop,Command-in-Smartf...

See the above links that should help you.

Regards,

Ravi

Note - Please mark all the helpful answers