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.