2016 Sep 21 11:12 AM
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
2016 Sep 21 11:19 AM
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.
2016 Sep 21 11:29 AM
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
2016 Sep 21 11:56 AM
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
2020 Aug 14 9:25 AM
2016 Sep 21 12:34 PM
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
2016 Sep 21 12:52 PM