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

function module j_1i_create_deftax_item not found

Former Member
0 Likes
1,047

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

7 REPLIES 7
Read only

bharat_rathod2
Active Participant
0 Likes
974

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

Read only

0 Likes
974

Dear Bharat,

I have already created FM 00001025-FI-TAX-CREATE_DEFTAX_ITEM, but i am getting same error.

Read only

0 Likes
974

please check in SE37 whether ur FM is ther or not.

Read only

0 Likes
974

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.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
974

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

00001025J_1I_CREATE_DEFTAX_ITEM
00001030J_1I_SET_DEFTAX_ITEM
00001040J_1I_CREATE_DEFTAX_ITEM_REVERS
00001050J_1I_CREATE_DEFTAX_ITEM_MR1M

Must have been created

00001025CREATE_DEFTAX_ITEM
00001030SET_DEFTAX_ITEM
00001040CREATE_DEFTAX_ITEM_REVERS
00001050CREATE_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.

Read only

0 Likes
974

Dear Raymond,

We have moved from ECC 5 to ECC 6,

Secondly, we have already removed

00001025J_1I_CREATE_DEFTAX_ITEM
00001030J_1I_SET_DEFTAX_ITEM
00001040J_1I_CREATE_DEFTAX_ITEM_REVERS
00001050J_1I_CREATE_DEFTAX_ITEM_MR1M

and created

00001025CREATE_DEFTAX_ITEM
00001030SET_DEFTAX_ITEM
00001040CREATE_DEFTAX_ITEM_REVERS
00001050CREATE_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...

Read only

0 Likes
974

The dump is raised in SAPLBFFM so I suppose it comes from a call to an OPEN_FI_PERFORM* FM. Look at  the dump for the name of the FM that raise the error in the dump, and check, once again, in FIBF the BTE that yet trigger the wrong FM.

Regards,

Raymond