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

vender creation

Former Member
0 Likes
434

when we create a vender why zero comes before the no.

000005678.what is mean by zeros

2 REPLIES 2
Read only

Former Member
0 Likes
410

If you check the domain for the vendor number (LIFNR), you'll see a conversion routine for it (ALPHA).

Rob

Read only

RaymondGiuseppi
Active Contributor
0 Likes
410

The field vendor number LFA1-LIFNR belongs to data-element LIFNR which in turn belongs to domain LIFNR which has conversion routine ALPHA.

So when you put number, SAP align it right and fill with leading zeroes.

Regards