文章列表
below is the error i am facing..
The storage location is not defined for delivery item 000010
solution:
Go to VL01N / VL02N and select "Picking" tab. Underneath you can see tabs like Material, Plant etc., where you can also see SLoc. Maintain the required storage location here and ...
/**
* @author Aray Chou
* Email: Aray(dot)Chou(dot)CN(at)gmail(dot)com
* Replace "(dot)" with "." and replace "(at)" with "@"
*/
package com.aray.core.filter;
import java.io.IOException;
import java.util.HashMap;
import javax.servlet.Ser ...
显示属性和导航属性的区别:
1、导航属性可以灵活地做限制,但是显示属性不可以;
2、导航属性的效率没有显示属性的效率高。
_______________________________________________________________
导航属性可以用于维度分析而显示属性只能用于辅助信息的显示,不能用于分析。
默认是显示属性,将一个显示属性设置为导航属性,可以分为三个步骤:
1、编辑显示属性界面,去掉仅属性勾;
2、在特征的属性标签页里面有个设置是否为导航属性的开关,设置为导航属性;
3、在Cube中找到这个导航属性,然后勾选。
__________________ ...