cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Check box free of charge in customs declaration

former_member256034
Participant
0 Likes
745

Hi All,

we want the check box in the customs declaration zto be filled automatically, when a free of charge delivery has been transferred. Price should when be zero, but the statistical value should be filled. Has anybody enabled this feature? Do we have to use a BADI?

Thanks,

Carsten

Accepted Solutions (1)

Accepted Solutions (1)

former_member215181
Active Contributor
0 Likes

Hi Carsten,

I assume you are talking about Export Declarations? If so, the FoC indicator should be set automatically if the Net Value = 0 and Statistical Value is greater than 0.

But you could also code in the feeder system BAdI /SAPSLL/IFEX_SD0C_R3. The FREE_OF_CHARGE field is included in structure CS_ITM_CDOC-GEN.

Hope that helps, and sorry for a slow response,

Dave

former_member256034
Participant
0 Likes

Hi Dave,

thanks a lot again for your helpful answer, yes, it´s the export declaration. Unfortunately so far it´s not working automatically in our system when I delete the value manually in the declaration, so we will have to adjust the calculation schema in ERP. If this also won´t result in a automatical setting of the check box in GTS we will have to use the BADI.

Best regards,

Carsten

Answers (1)

Answers (1)

dean_hinson2
Active Contributor
0 Likes

Hello Carsten,

You could try BAdI /SAPSLL/CUHD_PROP, if required. Or even Default Data.

Regards, Dean.

former_member256034
Participant
0 Likes

Thanks! We´ll try this.