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
489

how i can ask

<b>if zxxx is initial</b>

in sapscript

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
460

if your field is character.

/: if zxxx = space.

if your field is number

/: if zxxx = 0.

how i can ask

<b>if zxxx is initial</b>

in sapscript

2 REPLIES 2
Read only

Former Member
0 Likes
461

if your field is character.

/: if zxxx = space.

if your field is number

/: if zxxx = 0.

Read only

anversha_s
Active Contributor
0 Likes
460

if zxxx = space

rgds

anver