‎2008 Jun 27 4:45 PM
Hi
How to get alphanumeric value for number ranges in sales document, we have number ranges in only digits not in alphanumeric fashion how to solve this
Regards
Chandu
‎2008 Jun 27 4:55 PM
Hi,
Keep the number assignment as external.
Check for BADI or exits where you can code to have alphanumeric numbering as per your reqirement.
Hope it helps.
<REMOVED BY MODERATOR>
Regards,
Siddhesh S.Tawate
Edited by: Alvaro Tejada Galindo on Jun 27, 2008 1:14 PM
‎2008 Jun 27 4:52 PM
Hi,
I dont think we have any alphanumeric number range in SAP.
You can create your own.
Concatenate a character and number to create the new number range.
If required you can maintain the values in a 'Z' table and keep updating the entry to create the new next number.
Regards,
Subramanian
‎2008 Jun 27 4:55 PM
Hi,
Keep the number assignment as external.
Check for BADI or exits where you can code to have alphanumeric numbering as per your reqirement.
Hope it helps.
<REMOVED BY MODERATOR>
Regards,
Siddhesh S.Tawate
Edited by: Alvaro Tejada Galindo on Jun 27, 2008 1:14 PM
‎2008 Jun 27 4:59 PM
Actually the internal number are assigned through Number Range Objects defined through tcodes SNRO and SNUM.
You have to change the number range assignments SNUM, but remember these number ranges defined are not transportable. They have to manually defined in each client/system.
Go to transaction VN01
‎2009 Nov 11 6:01 AM