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

Smartform error

Former Member
0 Likes
497

Hi Guys,

I have one peculiar thing,

in my smartform out put certain fields are not populating for certain document s only..

I checked in debug mode values are there in the internal table but not showing for certain documents only..

can any one guide me in this..

5 REPLIES 5
Read only

Former Member
0 Likes
474

Hi,

check that fields in layout is it correct or not..

Read only

Former Member
0 Likes
474

Hi Nihi,

There may be number of reasons for this kind of situation,

*.Values may be overlapped by some other windows

*.They might have been truncated (beyond the window)

Please change the prttern of table/template/window to checks pattern & you can see the lines & cells in the smartform, then you can find out where the issue is exactly.

Regards,

Sujatha

Read only

Former Member
0 Likes
474

Hi,

Check if you are looping it properly or not.

If the declaration is not proper also this will happpen..like you declaration mismatch in driver program and smartform..

Please check it out..

All the best..

Regards,

Sreeja

Read only

0 Likes
474

Hi

thanks all,

infact everything is perfect and printing properly for all documents except one document...

i have debugged and the values are ther in the table..

anyhow i will come back with my findings..

Read only

Former Member
0 Likes
474

Changed the template, resolved the issue..