‎2012 Aug 20 4:10 AM
Dear Expert,
We have upgraded our development server from ECC 5 to ECC 6. we are finding below error while doing any type of Material Movement. Please help.
function module j_1i_create_deftax_item not found
‎2012 Aug 20 4:37 AM
Dear,
j_1i_create_deftax_item FM is not in ECC 6.0
please try below FM and reply me if it is satisfy your requirement.
CREATE_DEFTAX_ITEM
‎2012 Aug 20 4:49 AM
Dear Bharat,
I have already created FM 00001025-FI-TAX-CREATE_DEFTAX_ITEM, but i am getting same error.
‎2012 Aug 20 5:34 AM
‎2012 Aug 20 5:47 AM
J_1I_CREATE_DEFTAX_ITEM does not exist at SE37.
Bharat, let me repreat the issue again. we have technically upgraded development server from ECC 5 to ECC 6, while doing movement type based transaction like MIGO-103, 105, we are getting said error.
‎2012 Aug 20 7:31 AM
Those BTE FM are now obsolete, read Note 1304228 - J_1I_RFUMSV50: Migration from releases below ERP2005 (*) and Note 921634 - Service tax India: Transfer from Interim to Final Account.
Must have been removed
| 00001025 | J_1I_CREATE_DEFTAX_ITEM |
| 00001030 | J_1I_SET_DEFTAX_ITEM |
| 00001040 | J_1I_CREATE_DEFTAX_ITEM_REVERS |
| 00001050 | J_1I_CREATE_DEFTAX_ITEM_MR1M |
Must have been created
| 00001025 | CREATE_DEFTAX_ITEM |
| 00001030 | SET_DEFTAX_ITEM |
| 00001040 | CREATE_DEFTAX_ITEM_REVERS |
| 00001050 | CREATE_DEFTAX_ITEM_MR1M |
Regards,
Raymond
(*) Beware : There are steps in this note that must be done after the productive system is down before upgrade starts.
‎2012 Aug 20 7:38 AM
Dear Raymond,
We have moved from ECC 5 to ECC 6,
Secondly, we have already removed
| 00001025 | J_1I_CREATE_DEFTAX_ITEM |
| 00001030 | J_1I_SET_DEFTAX_ITEM |
| 00001040 | J_1I_CREATE_DEFTAX_ITEM_REVERS |
| 00001050 | J_1I_CREATE_DEFTAX_ITEM_MR1M |
and created
| 00001025 | CREATE_DEFTAX_ITEM |
| 00001030 | SET_DEFTAX_ITEM |
| 00001040 | CREATE_DEFTAX_ITEM_REVERS |
| 00001050 | CREATE_DEFTAX_ITEM_MR1M |
but, still system is showing same error.
i have doubt that why system is considering J_1I_CREATE_DEFTAX_ITEM, even when it is not available... it is confirmed that J_1I_CREATE_DEFTAX_ITEM does not exist...
‎2012 Aug 20 7:57 AM