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
data:ls_ekgrp type ekgrp, ls_item_data type mereq_item, ls_item type ref to if_purchase_requisition_item."获取行项目数据的类lt_items= im_header->get_items( ).***手工pr项次中采购组不一致不能保存loop at lt_items into ls_items. ls_item= ls_items-item. clear ls_item_data. ls_...
Di**e"上传873B文件格式txtABAPBADI采购申请 采购申请BADI:ME_PROCESS_REQ_CUST 方法:PROCESS_ITEM (0)踩踩(0) 所需:1积分 校导师指导青年教师培养计划.docx 2025-01-10 22:18:28 积分:1 童鞋码数对照表.docx 2025-01-10 22:09:42 积分:1 ...
where bednr eq l_mereq_item-bednr. 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 the...
I am using Badi ME_PROCESS_REQ_CUST , method PROCESS_ITEM. The issue I am facing is when I enter material and press enter, it is going to endless loop(i.e. not able to see the output). Can anybody suggest where I am going wrong or if I need to write the logic in some other...
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
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,