cancel
Showing results for 
Search instead for 
Did you mean: 

Output of fields from Smartforms

former_member210563
Participant
0 Kudos

Hi,

In my first window, I have to output some general information (2 fields)

I have defined a node of type program lines where I have defined my fields as output fields on top

Further to that I have a text node that prints the fields

&ls_bil_invoice-HD_GEN-BIL_NUMBER&

&ls_bil_invoice-HD_REF-ORDER_DATE&

All I get is the labeltexts and the 2 lines above, no field content ????

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I´m not sure if I understand, but I think you´re not telling SmartForms to print the fields on the form. The node of program lines is for doing some processing with ABAP code, where you have the input and output parameters. The output parameters are not responsible for printing the fields but for returning information. It works just the folder Export in a function module.

Once you get the fields filled, you need nodes of type text for those fields to be printed out.

Greetings

former_member210563
Participant
0 Kudos

What puzzles me is that fields that are included in the RLB_INVOICE that they sholuld be printable directly by stating them in the text node ? Right ?

But only the fieldnames are printed not the content....?

Former Member
0 Kudos

Put a break-point in the programs line node "break-point." and make sure those fields contain values. The only reason for them not to print is if they do not hold any values.

Regards,

Davis

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

check if the fields have values with a break point, make sure also that is looping on the internal table you have (I guess you r with in a loop)

Bye,

Gabriel P..