cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform not showing Field Value

Former Member
0 Kudos

I am modifing a Smartform for a Proforma Invoice and in the main window I am trying to add this field:

GS_IT_REFDLV-DELIV_NUMB

But it is coming blank, in fact all the fields from GS_IT_REFDLV are not showing. Why althought they are in the field list value they are not getting any value?

I added GS_IT_GEN-CUST_MAT and that field its printing ok.

Thank You.

Accepted Solutions (1)

Accepted Solutions (1)

kesavadas_thekkillath
Active Contributor
0 Kudos

Did you check whether the values are getting populated properly in the calling program in which the smartform is called ?

Former Member
0 Kudos

Thank you Keshav,

I thought that all the variables in the Field List of a smartform were already available for that particular Smartform.

I am using program RLB_INVOICE in the processing routine. Should I look for some code in particular?

Or you mean in the Main window node in my Smartform?

Regards,

Carlos

Edited by: Carlos Salazar on Sep 18, 2010 5:04 PM

kesavadas_thekkillath
Active Contributor
0 Kudos

Please check when the smartform is called from the praogram using call function whether all the parameter in the interface ( particularly yours ) are populated with values.

Answers (0)