SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Hi experts, I am trying to implement ME_PROCESS_PO_CUST. My requirement is before the PO is saved it should check whether the matnr lifnr combination is present in my z-table or not. Which method shou...
In method write BREAK-POINT. Save and activate. Run ME21N and check if it stop in the BREAK-POINT. Regards Eduardo Reply Former Member In response to eduardo_hinojosa 2011 Mar 09 2:30 AM 0 Kudos 266 SAP Managed Tags: ABAP Development, ABAP Extensibility Hi All. I tried ...
SAP Managed Tags: ABAP Development Hi, I am trying to change the field delivery date(EEIND). I am using transaction ME29N, where I release the PO and save. The Badi stops at a break point kept in POST method on the save button, however the date field is not getting updated although...
SAP Managed Tags: ABAP Extensibility, MM Purchasing I would appreciate some expert advise on coding the process_item method to change certain standard ekpo fields. Below is my current code. Of the 3 fields we are trying to change, EKPO-LEBRE does not get changed in the database. Any idea...
SAP Managed Tags: ABAP Development Hello, when you create a purchase order (ME21N) the language of your supplier (XK03) is influencing the language of all dynamic text fields in the PO due to field EKKO-SPRAS. Example field: short description when using MATNR (EKPO-TXZ01) So if your...
SAP Managed Tags: ABAP Extensibility Hi, Check example class for this badi CL_EXM_IM_ME_PROCESS_PO_CUST. You need to use method SET_DATA to modify values. Regards, Ashok. Reply Former Member In response to Former Member 2010 Mar 04 3:28 PM 0 Kudos 506 SAP Managed Tags: ...
IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM:Processing of Item Data 项目数据处理 业务需求:新建THPO类型po交货日期为当前po的创建日期(今天) 1 METHOD if_ex_me_process_po_cust~process_item.
SAP Managed Tags: ABAP Development, ABAP Extensibility Hi Guys, I have a question, i have added a field in a user and i want to save it in the purchase order. I thought that the badi that i have to implement is the me_process_pos_cust, but when i try to locate it putting a br...
SAP Managed Tags: ABAP Development Hello friends, I want to change some data in PO-Item using IF_EX_ME_PROCESS_PO_CUST. But something doesn't work. I tried my coding in different methods (check, post)... My Coding: METHOD if_ex_me_process_po_cust~post . CONSTANTS: c_emb TYPE ...
SAP Managed Tags: ABAP Extensibility Hi! I know that there are many post regarding this but can't find my answer. I implemented both badis and created a new custom tab at item level. All the fields are customs fields that are in a z structure. I already checked all the example code...