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

Save BADI Check Method

Former Member
0 Likes
378

ME_PROCESS_PO_CUST

All,

I'm able to change Purchase order at the item level using the check method

CALL METHOD LO_ITEM->SET_DATAX

EXPORTING

IM_DATA = LS_ITEMX.

I can see the changes before I hit the save button

But once I hit save button and create the Purchase order the fields are not changed.

Am I missing something?

Meghna

2 REPLIES 2
Read only

vijy_mukunthan
Active Contributor
0 Likes
335

Hi Meghna

Which BADI your are using.? For which t-code your are trying to implement.

Regards

vijay

Read only

0 Likes
335

Thanks Vijay.

I'm using ME_PROCESS_PO_CUST and the transaction is ME21n.

Any Ideas.

Meghna