cancel
Showing results for 
Search instead for 
Did you mean: 

alphanumaric number range for SD billing for Kerala state

saikrishna_vallurupalli
Active Contributor
0 Kudos

Dear Experts,

As per legal requirement of Kerala state we have to give alpha numeric number(3 digit for alpha 7 digit for numeric) for commercial invoice. But SAP allowed me only if put the external number check box, But i need internal number( system has to generate continues number)

How to meet the above requirement.

Accepted Solutions (1)

Accepted Solutions (1)

jpfriends079
Active Contributor
0 Kudos

Based on standard, it is not possible to have automatic alphanumeric number range, but if you want, you can use an number range determination exit to accommodate your requirement.

You can set a number range for example from 00079000001 - 0007999999

and in the exit, replace the leading zeros if KLR then update the status of number range.

You need to work with your ABAPer for this, and it's still possible.

Try this user exit USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ

Hope this can assist you.

Thanks & Regards

JP

Former Member
0 Kudos

Contact ABAP er to make those ALpha character to come in all invoices as a prefix to the invoice number , else have the first 3 Alpha characters (if those are common like KLR) then have the KLR as preprinted and get the number data printed from SAP ....

saikrishna_vallurupalli
Active Contributor
0 Kudos

we have to maintain the alphanumeric number in data base. as per your view it can't be available in data base.

saikrishna_vallurupalli
Active Contributor
0 Kudos

THANK YOU very much for reply, if you have sample code it will be very helpful to me

Former Member
0 Kudos

Hi,

Please go through the below link . It will explain you step by step to modify the user exit along with codes.

http://saptechsolutions.com/pdf/SDDocumentNumberRangeEnhancements.pdf

Hope this will help you !!!

REgards,

KRishna O

jpfriends079
Active Contributor
0 Kudos

Check SAP

Note 1276711 - For Kerala state - VAT number should have 3 alphabets

for the code.

Some Note details:

Release Status: Released for Customer

Released on: 10.06.2009 11:02:57

Master Language: English

Priority: Correction with medium priority

Category: Correction of Legal Function

Hope your query is solved.

Thanks & Regards

JP

ivano_raimondi
Active Contributor
0 Kudos

Hello,

what you need is not possible just be userexit.

An alphanumeric number range can be only external.

By USEREXIT_NUMBER_RANGE you can change the number range to be used. But it must be internal. It is not possible to set external number range in billing, neither by userexit.

After the execution of userexit the system calls the function NUMBER_GET_NEXT to determine the NUMERIC number of the INTERNAL number range.

Sorry for the negative answer.

Best regards,

Ivano.

Answers (0)