2008 Jan 31 11:15 AM
hi abap'rs
I have a problem related to number range assignment with billing document ,I have to assign three series to the billing document,like first series will be 01 - 50,second will be 51 - 100 and third will be 101 - 151 .How we can do this.
for one billing doccument i have to assign a number range in three sub ranges.
Regards
Edited by: pardeep kumar on Jan 31, 2008 5:28 PM
Edited by: pardeep kumar on Feb 4, 2008 1:41 PM
2008 Jan 31 4:01 PM
Hello Pardeep, if you ask about SD billing documents, you can use the user exit USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ)
"The internal number range used in the standard system is specified in the billing type table and can be changed in this user exit. This user exit is only called when the billing documents is created."
In this user exit, you can assign a new number range number.
That means that you should define your number ranges in the SD customizing (VN01). Each number range is identified by his own number. The billing document gets the next free number from the number range identified by the field US_RANGE_INTERN in USEREXIT_NUMBER_RANGE.
Please be aware that US_RANGE_INTERN can be CHAR.
Good luck.
Martin
Hello Pardeep, if you ask about SD billing documents, you can use the user exit USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ)
"The internal number range used in the standard system is specified in the billing type table and can be changed in this user exit. This user exit is only called when the billing documents is created."
In this user exit, you can assign a new number range number.
That means that you should define your number ranges in the SD customizing (VN01). Each number range is identified by his own number. The billing document gets the next free number from the number range identified by the field US_RANGE_INTERN in USEREXIT_NUMBER_RANGE.
Please be aware that US_RANGE_INTERN can be CHAR.
Good luck.
Martin
2008 Jan 31 4:01 PM
Hello Pardeep, if you ask about SD billing documents, you can use the user exit USEREXIT_NUMBER_RANGE (Module pool SAPLV60A, program RV60AFZZ)
"The internal number range used in the standard system is specified in the billing type table and can be changed in this user exit. This user exit is only called when the billing documents is created."
In this user exit, you can assign a new number range number.
That means that you should define your number ranges in the SD customizing (VN01). Each number range is identified by his own number. The billing document gets the next free number from the number range identified by the field US_RANGE_INTERN in USEREXIT_NUMBER_RANGE.
Please be aware that US_RANGE_INTERN can be CHAR.
Good luck.
Martin
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |