cancel
Showing results for 
Search instead for 
Did you mean: 

BADI, FM or report to update the customs value W001 at item level in import declaration

dks0070
Discoverer
0 Kudos
326

Hi All,

We have a requirement to implement where we need to copy and round off the value from C100 field to W001 field for customs purposes for import declaration in GTS.

Can you please help me with any FM or BAPI or reports which are involved in this process and what tables do we need to update.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member215181
Active Contributor
0 Kudos

Hi Daksh,

You can use BAdI /SAPSLL/DUTY_CALC_EV. In the schema configuration, mark 'W001' as using the BAdI; then the BAdI will be called for possible adjustments to that entry in table /SAPSLL/LEGCULC. If you copy into the AMNT_CUS and CUR_CUS fields, the system should be able to convert for any currency discrepancies.

But the requirement doesn't sound like it's very well thought-out. Free-of-charge and similarly discounted imports may have significant differences between Value for Customs and Statistical Value. Simply making them the same won't generally satisfy the Customs Authorities.

Hope that helps.

Regards,
Dave

dks0070
Discoverer
0 Kudos

Hi Dave,

Thanks for providing the badi and the table that needs to be updated. The requirement is still under review and we are just checking if this can be fulfilled or not.

I am quite new to this so can you also let me know how can I mark W001 as using the BADI /SAPSLL/DUTY_CALC_EV in schema configuration. If you let me know the path for it.

Thanks