‎2009 Jan 02 3:22 AM
hi,
im getting the text elements values as &wa_kna1-kunnr& not getting the exact values . what im doing wrong
‎2009 Jan 02 4:48 AM
Hi,
while displaying text use text editor. if we use this, variable name will be displayed in brown color.
if we didn't used text editir, it will display as it is.
Regards,
Phani.
‎2009 Jan 02 3:49 AM
Check whether the values are flowing from the driver program to the form interface of the smartform
‎2009 Jan 02 4:11 AM
hi ,
wat exactly u r getting ... put a breakpoint in smartform ... chek value in runtime ...
hope it helps ...
‎2009 Jan 02 4:12 AM
Hello Abdul,
I think you have declared the value &wa_kna1-kunnr& as text in the text module. You need to declare it as a field.
In the text module, just above the text fields there are some buttons. Click the "Insert Field" button (Button with a green plus sign) & in the pop-up type &wa_kna1-kunnr&.
This will work.
BR,
Suhas
‎2009 Jan 02 4:21 AM
Hi
you should not direcly type the variable . Use + button , insert field to enter a variable , it automatically concatenates '&' to it and consider it as a variable. otherwise it takes it as constant value and prints it
reg
Ramya
‎2009 Jan 02 4:43 AM
Hi,
try to call the variable through 'Editor button (which is available on the left side above the syntax check button)'. if u call it directly smartform will not recognize the variable.
Hope it helps!!
Regards,
Pavan
‎2009 Jan 02 4:48 AM
Hi,
while displaying text use text editor. if we use this, variable name will be displayed in brown color.
if we didn't used text editir, it will display as it is.
Regards,
Phani.
‎2009 Jan 02 4:53 AM
‎2009 Jan 02 6:17 AM