Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with set_data method in me_process_out_cust

Former Member
0 Likes
426

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

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
354

Refer the BADI documentation in SE18 and please close the duplicate thread.

Read only

0 Likes
354

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,