cancel
Showing results for 
Search instead for 
Did you mean: 

not all data being displayed in smartform!

Former Member
0 Kudos

I started on smartforms today! so a total novice...

i have amended a print program to select the extra two fields i require to add to my output. this included extending the structure and then populating the data.

i created a new window on the smart form.

I then created two text elements and two data elements in this new window.

when i display the form, only a single value is displayed - a value from my print program. the program is definitely picking up both values. i can see them in the structure in debug mode....

not even the text descriptions to go next to the values are displayed. :o(

in the Template of the window i have a 2x2 table for the four items. it all fits in nicely. it is just not displaying at runtime.

i set the breakpoint in the FM just before the CALL FUNCTION 'SSFCOMP_PROCESS_DOCUMENT' but i cannot find where the data is being written out in the FM...

can someone help me???

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

On the Output Options add the column and line of the field. 🐵

Former Member
0 Kudos

I think the question i need to ask is how do i map the value/text to the field in the table on the template page?