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

Condition amount not transferred to gts

0 Likes
1,484

Hi Team,

We have defined new duty types in ECC and prices are updated in the invoice. These prices are not transferred to GTS Customs Declaration.

Duty types are determined in the Export customs Declaration. But values are not transferred to Declaration. Can someone help me on this.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member215181
Active Contributor
0 Likes

Hi Gurram,

Yes, you would need to map GTS Duty Types 'A001' and 'W001' from corresponding Condition Types in the Billing Document.

Obviously I have no idea about your SD Pricing Procedure(s), but you need to find or create Condition Types for both the Net Value and the Statistical Value. In the standard ECC system, those are held in sub-totals '2' and 'C'.

In Pricing Procedure RVAA01, the Net Value appears only as a total (step 800), so you would need to add a new Condition Type below that step, marked as Statistical, with standard Formula/Routine '002' ("Net Value") assigned, to copy the Net Value into your new Condition. Then you would map that new Condition Type to GTS Duty Type 'A001'.

In that same Procedure, the Statistical Value is determined by Condition Type 'GRWR'. If you use that, then it can be mapped to GTS Duty Type 'W001' without any further work.

Hope that helps.

Regards,
Dave

former_member215181
Active Contributor
0 Likes

Hi Gurram,

After checking the program code, I can see that the system gives a choice - allow it to transfer the standard values (net value and Statistical Value), or "do it yourself" with the condtions.

Unfortunately that means you have to also transfer the goods value and statistical value using Condition mapping. But now that you have the technique, I don't suppose that should be too difficult for you.

Regards,
Dave

0 Likes

Thank you so much for digging into the issue. I have instructed my technical team to check on the above instructions. Will keep you posted on the status of technical changes. Thank you.

0 Likes

Hi Dave,

Because of system refresh and other priorities this is still is an open issue. Below are the comments mentioned in your previous message.

"Unfortunately that means you have to also transfer the goods value and statistical value using Condition mapping. But now that you have the technique, I don't suppose that should be too difficult for you"

Does this mean Duty Type A001, W001(Statistical Value) should be mapped against with which condition types? Could you please elaborate little more on this.

Below assignments done in GTS and tested but still condition price is not getting transferred to Export Declaration.

Scenario1:

Application level Condition type Duty Type

SD0C ZXXX Z123

Scenario2:

Application level Condition type Duty Type

SD0C A001 A001

SD0C ZXXX Z123

Scenario3:

Application level Condition type Duty Type

SD0C A001 A001

SD0C W001 W001

SD0C ZXXX Z123

former_member215181
Active Contributor
0 Likes

Hi Gurram,

Basically, you need to do 2 things:

  1. Code the BAdI /SAPSLL/IFEX_SD0C_R3 to fill the 'CVL' structures with the new Condition values.
  2. Assign the Condition Types to the associated GTS Duty Types in the IMG.

Have you done those things?

Regards,
Dave

0 Likes

Assigned condition types with Duty types in GTS. But no changes done to the BADI. Thank you for your swift response and clarification.

Will let you know if we get any challenges while implementing the BADI.

0 Likes

Done the BADI changes but only the new custom condition type value gets transferred to Export Declaration. Other Duty type values like A001, W001 are not transferred. Can you check on this.

former_member215181
Active Contributor
0 Likes

Hi Gurram,

Interesting. Are you saying that the Net Value was previously transferring to the 'A001' Duty Type, but has now stopped doing so, or did it also not previously work?

Thanks for clarifying.

Regards.
Dave

0 Likes

Yes. It was transferring before the code change. After the code change only value for new Z Condition type is displaying. Remaining duty types for eg: A001 value of goods updated with zero USD.