field-symbols: <ATTR> type ANY.
field-symbols: type ANY.
* importing iv_root_list type refer to if_genil_cont_root_objectlist
DATA lv_root TYPE REF TO if_genil_cont_root_object. "IF_GENIL_CONT_ROOT_OBJECTLIST is an interface
DATA lv_key TYPE zattr_cust_key.
DATA lv_cust_att TYPE zattr_cust.
* Get the first object of data container.
lv_root = iv_root_list->get_first( ). "iv_root_list type refer to IF_GENIL_CONT_ROOT_OBJECTLIST ,
"get_first() will return to a object which implementIF_GENIL_CONT_ROOT_OBJECTLIST
* data items TYPE REF TO IF_GENIL_CONTAINER_OBJECTLIST. " container object list.
* items = lv_root->GET_RELATION( "acquire the relation.
* iv_relation_name = 'Item_Rel'
* iv_as_copy = abap_ture ).
*
*
* data item TYPE REF TO IF_GENIL_CONTAINER_OBJECT.
* item = items->get_first( ). "get the first object
* data shiptos TYPE REF TO IF_GENIL_CONTAINER_OBJECTLIST. * shiptos = item->GET_RELATION( iv_relation_name = 'ShipTo_Rel' * iv_as_copy = abap_true ).
method IF_GENIL_APPL_INTLAY~GET_DYNAMIC_QUERY_RESULT.
*CALL METHOD SUPER->IF_GENIL_APPL_INTLAY~GET_DYNAMIC_QUERY_RESULT
* EXPORTING
* IV_QUERY_NAME =
* IS_QUERY_PARAMETERS =
* IT_SELECTION_PARAMETERS =
* IV_ROOT_LIST =
** IS_REQUEST_OBJECT =
* .
data: lr_msg_cont type ref to cl_crm_genil_global_mess_cont,
lv_num_hits type i,
lt_results type ZATTR_CUST__KEY_TAB,
lv_max_hits type char5,
lv_max_hits_tmp type int4,
lr_root_object type ref to if_genil_cont_root_object,
lt_request_obj type crmt_request_obj_tab.
field-symbols: <fs_results> type ZATTR_CUST_KEY.
* Retrieve the message container to log eventual messages
" breakpoint in GET_DYNAMIC_QUERY_RESULT.
lr_msg_cont = iv_root_list->get_global_message_container( ).
field-symbols: <ATTR> type ANY.的更多相关文章
- openerp学习笔记 domain 增加扩展支持,例如支持 <field name="domain">[('type','=','get_user_ht_type()')]</field>
示例代码1,ir_action_window.read : # -*- coding: utf-8 -*-from openerp.osv import fields,osv class res_us ...
- java.lang.NoSuchFieldError: No static field abc_ic_ab_back_mtrl_am_alpha of type I in class Landroid/support/v7/appcompat/R$drawable
出现java.lang.NoSuchFieldError: No static field abc_ic_ab_back_mtrl_am_alpha of type I in class Landro ...
- Android java.lang.NoSuchFieldError: No static field xxx of type I in class Lcom/XX/R$id; or its superclasses
项目开发快到尾声,突然发现之前一个模块莫名其妙的奔溃了,我的内心也是奔溃的.以前一直都是好好的,也没去动过它,为啥会出现这样的问题呢? 下面我会根据自己的理解来看待问题 android是怎么根据id查 ...
- Android 找不到所标识的资源 java.lang.NoSuchFieldError: No static field XXX of type I in class Lcom/XX/R$id
报错: java.lang.NoSuchFieldError: No static field XXX of type I in class Lcom/XXX/R$id; or its supercl ...
- java.lang.NoSuchFieldError: No static field XXX of type I in class Lcom/XX/R$id; or its superclasses
报错: 当启动一个页面的时候报错: java.lang.NoSuchFieldError: No static field XXX of type I in class Lcom/XXX/R$id; ...
- ReSharper warns: “Static field in generic type”
http://stackoverflow.com/questions/9647641/resharper-warns-static-field-in-generic-type It's fine to ...
- 程序编译是出现"field has incomplete type"问题的解决
在编译程序是出现了如下错误, 类或结构体的前向声明只能用来定义指针对象或引用,因为编译到这里时还没有发现定义,不知道该类或者结构的内部成员,没有办法具体的构造一个对象,所以会报错. 将类成员改成指针就 ...
- error: field has incomplete type
在头文件使用某一自定义的类的指针或引用时,只需要前置声明该类即可,然而如果该类中有静态成员时,必须包含该类的头文件,而不是使用前置声明.
- Android No static field XXX of type I in class Lcom/XXX/R$id错
问题复现: 问题原因: 出现这样的情况,你先检查你的依赖工程(module)的对应布局layout/xxx.xml是否跟主项目的layout重名,你点开R文件的时候,你会发现你的布局发生了错乱,导致你 ...
随机推荐
- mysql连接时提示错误太多的解决
mysqladmin flush-hosts -uroot -p -h127.0.0.1 -P3306 然后输入密码就可以了
- JMeter命令行执行及问题解决 Error in NonGUIDriver java.lang.RuntimeException: Could not find the TestPlan class!
下面介绍的是在windows环境下如何运行jmeter linux 命令相同 1.首先要准备好脚本,并且设置好线程属性,假设我们设置一个线程,循环一次. 2. ...
- 正则表达式/(^\s*)|(\s*$)/g意思
包含以空格.回车符等字符开头 或者 空格.回车符等字符结尾 的字符串,可过滤出所有空格.回车符的字符
- uni-app,wex5,APPcan,ApiCloud几款国内webapp开发框架的选型对比
框架列表. https://www.cnblogs.com/xiaxiaxia/articles/5705557.html 前言 近期,要开一个新的项目,APP类型.最重要的需求就是能够随时调整APP ...
- I - The 3n + 1 problem(2.4.2)
I - The 3n + 1 problem(2.4.2) Crawling in process... Crawling failed Time Limit:1000MS Memory Li ...
- SPRING的事务配置详解
spring事务配置的两种方式: 1.基于XML的事务配置.2.基于注解方式的事务配置. 前言:在我们详细介绍spring的两种声明式事务管理之前,我们需要先理解这些概念 1)spring的事务管理是 ...
- db2 reorg table failed处理
概要: 当对一个表的结构进行改变后,需要reorg表,重新组织其目录统计信息,为数据库的访问计划提供信息,以便高效执行对其的操作. 对表作reorg操作,发生错误,通过db2 "? sql0 ...
- 树剖+线段树||树链剖分||BZOJ2238||Mst
题面:https://www.lydsy.com/JudgeOnline/problem.php?id=2238 思路:先求个最小生成树,然后就对最小生成树上的边做树剖,依次对非树边进行处理,维护非树 ...
- {前端CSS} 语法 Css的几种引入方式 css选择器 选择器的优先级 CSS属性相关 背景属性 边框 CSS盒子模型 清除浮动 overflow溢出属性 定位(position)z-index
前端CSS CSS介绍 CSS(Cascading Style Sheet,层叠样式表)定义如何显示HTML元素,给HTML设置样式,让它更加美观. 当浏览器读到一个样式表,它就会按照这个样式表来对文 ...
- 如何写好.babelrc?Babel的presets和plugins配置解析
什么是Babel The compiler for writing next generation JavaScript. 官网是这么说的,翻译一下就是下一代JavaScript 语法的编译器. 作为 ...