‎2009 Feb 09 11:24 PM
Hello Experts,
Am implementing process_item method in me_process_out_cust BADI for this methods parameters are im_item (type if_purchase_out_item) and im_count, both are import parameters..so I cant change.
My query is I have get_data and set_data methods for if_purchase_out_item interface, What is the purpose of these methods?
get_data: might be to read the data,
set_data: to set/modify the data, if so? as parameters are import parameters how can we change the data using this method.
Thanks in Advance
Bala
‎2009 Feb 10 12:02 AM
Refer the BADI documentation in SE18 and please close the duplicate thread.
‎2009 Feb 10 12:43 AM
Hi Amit,
I read the documentation it was saying that we can modify the dat using this (set_data) method bt still am not able to do that..am sure am passing proper data to the method.. do I need to set any flgs? plese give me any other inpus,