on ‎2020 Aug 26 10:03 AM
Good Morning,
for our Bonded Warehouse (BWH) in Belgium, we are updated our GTS version from SLL-LEG 900 to SLL-LEG V1100.
Now, when we want to simulate the aggregation or send an Idoc, the system say "Item aggregation is not permitted for import declarations destined for IPR, BWH, PT and FTZ".
The problem is the Import PLDA document countain a lot of pages and it is not possible to print all.
How can we activate the aggregation for BWH without changes in the Form ?
Thank you.
Kind regards,
Gerald Bachmann
Function Group
/SAPSLL/SAPLCUHD_LOAD_IFACE
Include
/SAPSLL/LCUHD_LOAD_IFACEF0U
Form
USER_COMMAND_0050
896 *---- Item aggregation is not permitted for import declarations
897 *---- destined for IPR, BWH, PT and FTZ
898 IF ( cs_obj-prdes = gc_procedure_dest-ipr OR
899 cs_obj-prdes = gc_procedure_dest-bwh OR
900 cs_obj-prdes = gc_procedure_dest-pt OR
901 cs_obj-prdes = gc_procedure_dest-ftz ) AND
902 ( cs_obj-indei = gc_indei-import ).
903 MESSAGE i206(/sapsll/cus_cdoc).
904 ELSE.
Request clarification before answering.
Hi Dave,
Thank you for your reply. You are right about Closing Portion.
The aggreagtion is "active" only for the Idoc/Message to Seeburger/Customs or simulation but not at the IM creation. The Items are not aggregated in the IMPORT.
Simply... only the Idoc aggregate the Items and the PDF from Customs are aggregated.
The actual aggregation was proposed by the SAP consultant.
We will contact the Customs Office to have the confirmation of our process.
Thank you !
Kind regards,
Gerald Bachmann
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mouaz,
thank you for the answer and yes it's for SAD Import.
The aggregation logic is include in the Idoc creation when we start the output/message. Customs receive the information and return the PDF with same informations from Idoc.
I will open an OSS message to know why BWH is an aggregation exclution for Import flow.
Kind regards,
Gerald Bachmann
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gerald,
I think the reason is that the CWH inventory needs to create "Closing Portions" when removed by Export Declarations or Domestic Issues, and that can only work if each piece is linked to exactly ONE original Import item. If the Import item is aggregated, then the "Closing Portions" tab of the subsequent document could not be properly determined.
Hope that helps,
Dave
Hi Gerald,
As you have seen in the ABAP coding, this restriction is hard coded.
This is not really answering your question, but may be the way forward should be to solve the issue with the print of the document instead? (you mentioned it has too many pages...)
That being said, which document is this you are having issues with? Is it the SAD? If yes, did you know that you can get a copy of this document (PDF format) sent to you by email from PLDA? As you can get it in PDF format as an email attachment, then you don't have anymore to print it from GTS...
Hope this helps.
Mouaz BEN REDJEB
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.