Skip to Content
-1
Apr 28, 2018 at 12:06 PM

Change G/L Account could not be effected

725 Views Last edit May 01, 2018 at 01:58 PM 4 rev

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...