Product ID Not in valid range
Created by Jerry Wang, last modified on Mar 24, 2014
在试图创建一个IP product时,UI上遇到error message "Product ID is not in the valid range":
通过debug发现,在function module COM_PR_NUMRANGE_READ里面,根据product type 04( IP product)和product category ID 获得IP product对应的
number range object为IP_PRODID.
IP product category对应的number range group存放在comm_prip_nrel里:
05和06对应的number range group可以在表NRIV里找到:
最后的error message是由于下面这个check不通过造成的: