接口: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, ls_item type ref to if...
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,
IF-EX-ME-PROCESS-REQ-CUST~CHECK Di**e"上传2KB文件格式txtABAPBADI采购申请 采购申请BADI:ME_PROCESS_REQ_CUST 方法:CHECK (此无法更新成免费,看文章最后) (0)踩踩(0) 所需:1积分
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 ...
Check the Process mode using the LOCAL class parameter TRTYP Populate the Text only if TRTYP is eqal to H (Creation) Use the interface method IF_LONGTEXTS_MM~SET_TEXT of importing parameter IM_HEADER to create long text. Use Text Object EBANH, Text ID B01 as parameters for above step...
lt_act = <fs_act>-GET_EXKN(). "GET_EXKNX.()..."check the syntax... endloop. ENDLOOP. Reply Former Member In response to Former Member 2011 Dec 07 2:21 AM 0 Kudos 411 SAP Managed Tags: ABAP Development The line that is commented out gets a syntax error...expectin...