Skip to Content
0
Sep 25, 2008 at 07:57 AM

Printing the invoice number

33 Views

Hi all,

I try to print the invoice number with &VBDKR-VBELN&.

On my abap program i have the following :

Tables : VBDKR.

For test : I put : VBDKR-VBELN = '000001'.

The value '1' is printed without the leading zeros.

How to solve this ?

Thanks.