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

BADI

Former Member
0 Likes
420

Hi

I am implementing the badi ME_PROCESS_PO_CUST in the ZMM_FOR_TAXCODE

I need to access field MWSKZ which is in GET_PREVIOUS_DATA method of PROCESS_ITEM

Can u plz write the proper syntax

Points will be awarded

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
395

Hi ,

Please check this

Data : lv_var type EX_DATA .

EX_DATA = IM_ITEM->GET_PREVIOUS_DATA

Reward if usefull

Hi

I am implementing the badi ME_PROCESS_PO_CUST in the ZMM_FOR_TAXCODE

I need to access field MWSKZ which is in GET_PREVIOUS_DATA method of PROCESS_ITEM

Can u plz write the proper syntax

Points will be awarded

1 REPLY 1
Read only

Former Member
0 Likes
396

Hi ,

Please check this

Data : lv_var type EX_DATA .

EX_DATA = IM_ITEM->GET_PREVIOUS_DATA

Reward if usefull