Material Classification on 0Mat_Plant?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Material Classification on 0Mat_Plant?相关的知识,希望对你有一定的参考价值。

Hey Guys,I see 0Material_Attr as a basic datasource and we are already using it but if I try creating 0MAT_PLANT_ATTR as a datasource in transaction CTBW, I get error..Class type not defined for this object type. Message No. CLBW011Basic DataSource: 0MAT_PLANT_ATTRClient: 400Class type: 001Object Table: MARCDatasource type: ATTRDatasource: 1CL_OMAT002Is it possible to create material classification in BW for 0MAT_PLANT characteristics?Nida

参考技术A Try this. It is not specific to your error but may be of use. http://www.sapfans.com/forums/viewtopic ... sification

android material design

谷歌2015 I/O大会上,发布了Android新版本,为了能使用 这些 material design 组件,需要去更新最新的SDK中的Extras支持库

Android Support Library

Android Support Repository  

下面是android studio sdk manager 相关安装的截图:

技术分享

 

更新完之后,在build.gralde文件添加依赖:

技术分享

 

基于matterial design的组件:

1. FloatingActionButton (浮动按钮)

2. TextInputLayout (该控件是用于EditView输入框的,主要解决EditView在获得焦点编辑时hint属性提示语消失)

3. Snackbar (提供了一个介于Toast和AlertDialog之间轻量级控件,它可以很方便的提供消息的提示和动作反馈)

4. TabLayout (Tabs选项卡, 一般结合viewpager 与fragment使用)

5. CoordinatorLayout , CollapsingToolbarLayout 和 AppBarLayout,NavigationView 等 

 

以上是关于Material Classification on 0Mat_Plant?的主要内容,如果未能解决你的问题,请参考以下文章

如何解决:OSError: Unable to create file (unable to open file: name = ‘. et_classification.h5‘, errno = 2

android material design

Material Design

Material Design组件之FloatingActionButton

Material Design复杂响应式设计

Material Design之TextInputLayoutSnackbar的使用