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

Template in Smartform not displaying data.

Former Member
0 Likes
3,777

I a passing data from program to smartform via it table IT_ZTEXT which i read into WA_ZTEXT in the smartform. I m able to display some fields of WA_ZTEXT in the Text boxes of the template, but some field are not displayed.

I have checked the whole SF, but unable to trace the error...

Plz help

Binoy

I a passing data from program to smartform via it table IT_ZTEXT which i read into WA_ZTEXT in the smartform. I m able to display some fields of WA_ZTEXT in the Text boxes of the template, but some field are not displayed.

I have checked the whole SF, but unable to trace the error...

Plz help

Binoy

6 REPLIES 6
Read only

former_member196331
Active Contributor
0 Likes
2,037

May i know who developed the Smart forms.

Which means is there any conditions in the text field.Is Data is Coming in to the Field ,

Have you checked.

Read only

satyabrata_sahoo3
Contributor
0 Likes
2,037

Possibilities..

1- Some conditions could be on displaying the values

2- Check the data length in the work-area field and length provided for display in the template.

3- Check data existence in the fields..(just in case..)

4- Ensure you maintained the Template Text in proper Line n column..

-Satya

Read only

Former Member
2,037

Select the Text inside the Template & go to the output option , in that you need to maintain the

Line       [1]

Column  [2] the text has to display

Read only

0 Likes
2,037

This is the Correct Answer

Read only

Former Member
0 Likes
2,037

thanks Badrinarayan, Satyabrata, NewB...problem solved...minor mistake...sequence of the CODE to read IT_ZTEXT to WA_TEXT under template was not in order.

...new to ABAP

Read only

0 Likes
2,037

You need to mark as a correct answer