Application Development 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: 

ECS Rate in % field in J_1IEXCDTL table is not getting updated for export excise invoices.

Former Member
0 Kudos

Hi All,

In J_1IEXCDTL table when we save export excise invoice BED%, BED value, ECS value, SECS%, SECS value is getting updated. only ECS % is not getting updated for export excise invoices in J_1IEXCDTL table where as it is getting saved for domestic & deemed invoices.

Please let me know if any OSS notes available.

Regards,

S.Himavanth.

1 ACCEPTED SOLUTION

Lakshmipathi
Active Contributor
0 Kudos

Apply user exit J_1I7_USEREXIT_DUTY_IN_EXPORT where you can pass the field SUPPRESS_CALCULATION value as 'X' then this issue will be resolved.

G. Lakshmipathi

7 REPLIES 7

Former Member
0 Kudos

Hi,

what is the Ad valorem value in documents other than tables?

Can you brief little bit more.

Check this note

583496 - Sub transaction type not filled in Excise Invoice Creation

Regads

shiva

0 Kudos

Hi Shiva,

Thanks for your reply, but my question is not regarding sub transaction type its regarding the ECS rate is not getting saved for export excise invoices.

Regards,

S.Himavanth.

0 Kudos

Hi Himanvanth,

Previously It was hard code ECS 2 % ( ECSRATE) later on SAP Has released one SAP Note which explains what are changes we need to do to update the ECS Rate in J_1IEXCDTL table

SAP NOTE: 1175362 - ECS rate hardcoded as 2% in J1IIN, J1IS, J1IG, J1IEX

Based on the above Mentioned SAP Note kindly check all includes and its corresponding code modifcations in the program Level

Lakshmipathi
Active Contributor
0 Kudos

Apply user exit J_1I7_USEREXIT_DUTY_IN_EXPORT where you can pass the field SUPPRESS_CALCULATION value as 'X' then this issue will be resolved.

G. Lakshmipathi

0 Kudos

Hi Lakshmipathi,

Thanks for your reply.

In my previous engagements I never used this exit where system itself updates the table J_1IEXCDTL.

Here also there is no problem in case of domestic & deemed this issue is happening only in case of export invoices where all values are getting saved except ECS%.

Regards,

S.Himavanth.

Former Member
0 Kudos

Hi All,

Thanks for your replies.

I had raised the OSS to SAP but there no response still now.

But I had observed in the FM J_1I4_GET_ECESS, the corrections mentioned this OSS note are present. 1974906 - Circular No. 978/2/2014-CX dated 07-01-2014: Edu. cess to be calculated for only duties wh...

I pursume that because of this it might not updating ECS% rate in J_1IEXCDTL.

Please provide your inputs if some has faced this issue & corrected recently.

Regards,

S.Himavanth.

Former Member
0 Kudos

Hi All,

Anyway now ECS itself not there, hence I am closing this thread.

Regards,

S.Himavanth.