Hi All,My requirement is to unrelease Purchase order whenever PO Delivery date changes. for this i'm using BADI 'ME_PROCESS_PO_CUST1' & method 'IF_EX_ME_PROCESS_PO_CUST~POST'. But it is not unreleasing PO on delivery date change. kindly see the code ...
Dear All,do anyone know Bapi for mbrl (Movement type 122). I have tried Bapi BAPI_GOODSMVT_CREATE. It is giving error (E M7 096 Goods movement not possible with mvmt type 122). Please suggest some solution for this.RegardsAK
Hi All,I'm creating a session in SM35 through BDC. Now i want to schedule background job for this session on particular time (set by user) through ABAP code in BDC. I'm using SUBMIT RSBDCSUB for this but there is no field to set time. Can anybody hel...
Hi All,I am using FM 'SO_DOCUMENT_SEND_API1' to send mails to vendor with Purchase Order PDF attachment. Everything is fine but it is not showing the correct sender's mail ID. I am passing ID donotreply.poalert@companyname.co.in in the sender address...
Hi All,Is there anyone who worked with BAPI_MATERIAL_MAINTAINDATA_RT to create Generic & Variants Articles?We are not able to use this BAPI. Pls Share the same.Thanks,AK
Hi,I am using method CL_PO_HEADER_HANDLE_MM on method POST. But it is not reflecting changes in Purchase order. Pls see the code below. DATA: l_po_rel TYPE REF TO cl_po_header_handle_mm. DATA : lv_re_allowed TYPE mmpur_bool. l_po_rel ?= im_he...
Hi Felipe Simionatto,We are doing reversal in respect Purchase order and Article document. According to the BAPI documentation we have already done GOODSMVT_ITEM-XSTOB= 'X' but the bapi still giving error "E M7 096 Goods movement not possible with m...
Hi Felipe Simionatto,We are using GOODSMVT_CODE= '06' and BAPI_GOODSMVT_CANCEL is not suitable for us as it does not have movement type input.RegardsAK