Application Development 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: 

problem with smartforms printing unknown text variable

Former Member
0 Kudos

Hi,

I have a question in smartforms printing, they are using variable lv_clei to print the modal no for print modal in smartforms.

but when printing they are using as &'CLEI #: 'lv_clei& ,  to be clear as  &CLEI #: 'lv_clei& please note this is not syntax error and they are intentionally printing like this , 

I want to know how this variable is interpretted and how it prints the value, I know &LV_CLEI& prints the variable value of lv_clei

Thanks,

RG

1 ACCEPTED SOLUTION

prajeshdesai
Contributor
0 Kudos

'CLEI #: '   text with in quotes as static text and print as it is.


lv_clei   this is dynamic text, print variable value


Hope this helps.

3 REPLIES 3

prajeshdesai
Contributor
0 Kudos

'CLEI #: '   text with in quotes as static text and print as it is.


lv_clei   this is dynamic text, print variable value


Hope this helps.

0 Kudos

Hi ,

Thanks for your reply , the behaviour is if variable LV_CLEI is blank the static text CLEI is not printing if LV_CLEI variable is not blank the static text along with the value is printed.

Thanks,

RG

0 Kudos