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

Split criteria for Import declaration

0 Kudos
528

Hi,

We have a requirement to have a split criteria for the import declaration based on royality indicator while created through worklist. Could you please guide me on this.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member215181
Active Contributor
0 Kudos

Hi Kunchala,

Thanks for the additional information.

The "Declaration before GR" program has the facility for automatic splitting when running in the background, but the spilts are only by currency. If you wanted to split by any additional field(s), you could insert a Code Enhancement at the start of Function Module /SAPSLL/CIBD_CUHD_CREATE_MASS, basically to copy the standard code (there's not very much of it) with additional sorting criteria, and exit without running the standard code.

In foreground (dialog) mode, no splitting is possible; instead it's necessary to select any entries that should be combined into a single Customs Declaration. In that case, you would need to somehow be able to display the entries with your chosen criteria to that they could be sorted and selected prior to creation. The UI includes the ADDDA1 - 3 fields, which are not populated in the standard code. It would be possible to insert a Code Enhancement at the end of Function Module /SAPSLL/CIBD_IFACE_BUILD to fill one or more of the fields.

In case those solutions don't appeal to you, it could be useful to let us know how you would want to use the "royalty indicator" in the Customs Declaration.

Hope that helps.

Regards,
Dave

0 Kudos

Thanks Dave for the input. We will try to apply the inputs and get back to you.

0 Kudos

Hi Dave,

we are creating the import declaration manually. we are using the royalty indicator in ECC for vendor material combination. So the purchase order will be having /not having the indicator at line item level accordingly. so we want this royalty indicator to be visible in import worklist in GTS so that the business could know if they want to create different declarations based on the royalty indicators visibility. please suggest the Function module which can be used to get the royalty indicator visible in the import worklist in GTS. also do we need to do any code enhancement in ECC as well for the royalty indicator to appear in GTS import worklist.

Thanks.

former_member215181
Active Contributor
0 Kudos

Hi Kunchala,

Thanks for the invitation. I would be very pleased to assist you in designing a workable solution for your customer - just drop me a private message with contact details, and I will advise my rates and T&Cs.

Regards,
Dave

former_member215181
Active Contributor
0 Kudos

Hi Kunchala,

From which work-list are you creating the Declarations (e.g. before GR, after GR, from Domestic Issues)?

And where (technically) is the "royalty indicator" that you speak of?

And, of course, which version of GTS are we talking about?

Based on those additional information, maybe we can assist - although there is no BAdI or user-exit available to enhance the splitting.

Regards,
Dave

0 Kudos

Hi Dave,

we are creating the declaration before GR.

we need to find out which field in the declaration we can use as royalty indicator or do we need to create a field in additional tab.

we are using GTS 11.0 version. Please check if this could help to provide some input.

Thanks.

former_member194424
Active Participant
0 Kudos

Hi Kunchala,

The only thing I see is to put an explicit enhancement in include /SAPSLL/LCIBD_IFACEF01.

Please wait for others to share their thoughts too

Regards,

Satish

0 Kudos

Thanks Satish for the input.