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

simple QA

Former Member
0 Likes
421

how i can ask

<b>if zxxx is initial</b>

in sapscript

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

if your field is character.

/: if zxxx = space.

if your field is number

/: if zxxx = 0.

2 REPLIES 2
Read only

Former Member
0 Likes
393

if your field is character.

/: if zxxx = space.

if your field is number

/: if zxxx = 0.

Read only

anversha_s
Active Contributor
0 Likes
392

if zxxx = space

rgds

anver