Application Development and Automation 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: 
Read only

condition smartform ..ge

Former Member
0 Likes
361

hi

i have a text in the field KOMV-KSCHL and its conditon type is ZI03 and when it is coming in the smart form it is getting printed as GS_HD_KOND_W-VTEXT and i dont want to print the text when it is equal to condition type ZI03 but even tough in the d smart form am giving GS_HD_KOND_W-VTEXT NE ZI03....the text undeer the Zi03 is getting printed...please help

with regards

vijay

hi

i have a text in the field KOMV-KSCHL and its conditon type is ZI03 and when it is coming in the smart form it is getting printed as GS_HD_KOND_W-VTEXT and i dont want to print the text when it is equal to condition type ZI03 but even tough in the d smart form am giving GS_HD_KOND_W-VTEXT NE ZI03....the text undeer the Zi03 is getting printed...please help

with regards

vijay

2 REPLIES 2
Read only

Former Member
0 Likes
335

Hi,

that could be caused by spaces before or after the string.

Instead of EQ, use NP (not contains Patern) GS_HD_KOND_W-VTEXT NP 'ZI03'.

Regards,

Read only

Former Member
0 Likes
335

hh