Hi All,
Using the BADI IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM , I am trying to change the GL Account value. But it is giving me the below error.
Change G/L Account could not be effected
Can anyone please help me to resolve this.....
Attached the code below.
ls_acc_data-sakto = lv_tvarvc-low.
CALL METHOD ls_accounts->set_data
EXPORTING
im_data = ls_acc_data.
Thanks in Advance...