BADI:ME_PROCESS_REQ_CUST 接口:IF_EX_ME_PROCESS_REQ_CUST 需求:创建采购申请时检查每个行项次的采购组是否一致 method if_ex_me_process_req_cust~check. data:lt_items type mmpur_requisition_items, ls_items type mmpur_requisition_item. data:ls_ekgrp type ekgrp, ls_item_data type mereq_item,...
have put the folowing code in CHECK Method METHOD if_ex_me_process_req_cust~check . * DATA i_items TYPE mmpur_requisition_items. DATA: wa_item LIKE LINE OF i_items,
ME_PROCESS_REQ_CUST 这里简单实现里面的check FM内具体代码见最后 这里说下不借助其他帮助的时候,怎么找到想要的方法,怎么找到需要的值 显示参数 双击进入im_header 一般都会有get_data.此处还有个get_tiems 打开参数 双击查看该结构 就是想要的采购申请号和行项目号,不过描述是:last item number 说明是一条数据,...
• Allow at most one process at a time to execute a receive() operation. 最多允许一个进程在一个时刻内执行一个receive()操作 • Allow the system to select arbitrarily which process will receive the message 允许系统按照一定的算法选择其中一个进程接受信息。例如一个任务只需要其中一个进程完成就...
IF-EX-ME-PROCESS-REQ-CUST~CHECK Di**e"上传2KB文件格式txtABAPBADI采购申请 采购申请BADI:ME_PROCESS_REQ_CUST 方法:CHECK (此无法更新成免费,看文章最后) (0)踩踩(0) 所需:1积分
Solved: hi friends , I have problem to get Activity Number (ESLL-SRVPOS) in me_process_req_cust (me51n). DATA item TYPE mereq_item. CALL METHOD im_item->get_data
check not sy-subrc is initial. message e001(zmm01). endmethod. And, when i try to actvate, i got the messages: "Classe ZCL_IM_ME_PROCESS_REQ_CUST,Method IF_EX_ME_PROCESS_REQ_CUST~PROCESS_ITEM" "The field "IM_REQ_ITEM" is unknown, but there is a field with the similar name ...
Solved: I've created a custom class to use this BADI interface. Inside this process_header method I get the Purchase Requisition's item data, I now need to read the
Execute your transaction and check whether the program flow stops at this break-point. Regards Uwe Reply Former Member In response to uwe_schieferstein 2010 Jul 16 8:20 AM 0 Kudos 398 SAP Managed Tags: ABAP Development Hello UWE, ME_PROCESS_REQ_CUST BADI already I have implemen...
data: gs_mereq_itemTYPEmereq_item. 更改custom fields tab 名称, Se38: SAPLXM02->text element 选择change 添加一条记录ID 为111的文本:并保存激活,(不需要 Access Key) 二. BADI enhancement 用来对输入信息报Error message SE19: 创建 enhancement implementation:ZME_PROCESS_REQ_CUST ...