cancel
Showing results for 
Search instead for 
Did you mean: 

Shipment to US Territories

Former Member
0 Kudos

Shipments originating from US to US Territories need to perform License Determination.

AESDirect Filing requires shipment to Puerto Rico to have Country US and State as PR (Puerto Rico).

If the Legal Regulation is setup for Excluding Domestic Shipment, how would you recommend to activate License Determination for shipment from and to US.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jamali,

As MR.David said you need to code some logic in BAdI /SAPSLL/CUS_ECC, Method MODIFY_IDOC_VIEW to adjust the country and state codes when sending AES messages and with this you need to add code some logic in the feeders system as well. As it is a US to US order, system doesn't consider it as an export,  please make below changes in feeder system to forcefully consider it has an export in Peutorico as the region case.

BAdi :  /SAPSLL/CTRL_SD0C_R

Method : API_CONTROL_MODIFY


if  is_vbrk-regio = 'PR'.

cs_control-gcuma = 'X'.

endif.


former_member215181
Active Contributor
0 Kudos

Hi Jamali,

You could leave PR as a separate country, so that Licence determination continues to work properly.  And code some logic in BAdI /SAPSLL/CUS_ECC, Method MODIFY_IDOC_VIEW to adjust the country and state codes when sending AES messages.

Hope that helps.

Regards,

Dave