2006 Oct 18 8:19 PM
Hi,
I am trying to create a vendor and i am getting the error as 'Enter a number between 0010000000 and 00ZZZZZZZZ for account group 1099'. As per the functional consultant the configuration is in place just like the other client where it works fine. Can some one tell me what cud be the problem.
Thanks.
2006 Oct 18 8:33 PM
Check the number range assignment.
SPRO->Financial Accounting->Accounts Receivable and Accounts Payable->Vendor Accounts->Master Data->Preparations for Creating Vendor Master Data->Assign Number Ranges to Vendor Account Groups
See what number range is assigned to 1099. Then go back to the IMG and into Create Number Ranges for Vendor Accounts and click the Display Intervals button.
Do this in both clients to verify the config.
Hi,
I am trying to create a vendor and i am getting the error as 'Enter a number between 0010000000 and 00ZZZZZZZZ for account group 1099'. As per the functional consultant the configuration is in place just like the other client where it works fine. Can some one tell me what cud be the problem.
Thanks.
2006 Oct 18 8:22 PM
2006 Oct 18 8:24 PM
2006 Oct 18 8:25 PM
I think you have to specify the vendor number while creating vendor master for that account group. The Vendor number should fall in that range.
Thanks,
Ramakrishna
2006 Oct 18 8:44 PM
Well, 'ANGEDE' is not in the range '0010000000' to '00ZZZZZZZZ'.
Rob
2006 Oct 18 8:45 PM
It is very well in the range Rob. Thanks for all of you.
Message was edited by: lakshmi
2006 Oct 18 8:51 PM
ANGEDE is not in the range specified in the error message. 0010ANGEDE would be.
2006 Oct 18 8:52 PM
Really? Run this:
REPORT ztest MESSAGE-ID 00.
TABLES lfa1.
RANGES r_lif FOR lfa1-lifnr.
CLEAR r_lif.
MOVE '0010000000' TO r_lif-low.
MOVE '00ZZZZZZZZ' TO r_lif-high.
MOVE 'BT' TO r_lif-option.
MOVE 'I' TO r_lif-sign.
APPEND r_lif.
IF 'ANGEDE' IN r_lif.
MESSAGE s001 WITH 'In range'.
ELSE.
MESSAGE e001 WITH 'Out of range'.
ENDIF.Rob
2006 Oct 18 8:33 PM
Check the number range assignment.
SPRO->Financial Accounting->Accounts Receivable and Accounts Payable->Vendor Accounts->Master Data->Preparations for Creating Vendor Master Data->Assign Number Ranges to Vendor Account Groups
See what number range is assigned to 1099. Then go back to the IMG and into Create Number Ranges for Vendor Accounts and click the Display Intervals button.
Do this in both clients to verify the config.
2006 Oct 18 8:38 PM
Hi Lakshmi,
You can check number range provided for your vendor account using transaction SNRO with object for vendor (like KREDITOR).
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |