Quantcast
Channel: SCN: Message List - SAP Global Trade Services (GTS)
Viewing all 1854 articles
Browse latest View live

Re: IDOC type to update Commodity code in SAP GTS Material master

$
0
0

Hello Akshaya,

 

if you use the transcation WE82 - Assign Messages for IDoc Type you find the following entries:

 

Message Type                 Basic type

/SAPSLL/MATMAS_SLL MATMAS01 30A

/SAPSLL/MATMAS_SLL MATMAS02 30D

/SAPSLL/MATMAS_SLL MATMAS03 40A

/SAPSLL/MATMAS_SLL MATMAS04 46C

/SAPSLL/MATMAS_SLL MATMAS05 470

/SAPSLL/MATMAS_SLL MATMASDI 46C

 

and with the Transaction WE30 - IDoc Type Development you can examine the Basic type.

But the standard procedure does not used this Idocs. The FM /SAPSLL/API_6850_SYNCH_MASS

transfers the material master data form ECC to GTS and us standard api6850 structures.

 

So, what do you want to do?

 

Regards,

 

Thomas


Need a new Message for XML-File download

$
0
0

Dear all,

Instead of message P0300 to print a PDF I need a new message to create a XML-File(including the PDF-Binarydata) with an own program(Method) for downloading on application server.

Is it possible to implement the new Z0300 instead of P0300 as described above?

Thanks.

Kind regards

Frank

US FTZ: Goods Issue Stock Posting

$
0
0

Hello All,

 

I am testing US FTZ functionality in GTS. I have configured 601 and 643 (for intercompany stock transfer) movement types. As per SAP suggestion, I have created Sales Order, Outbound delivery and PGI. As per SAP, I need to execute the transaction "Process stock issue from FTZ [/SAPSLL/CUSWLY_01] but it says no data found.

 

While debugging I found that the above transaction checks the entries in table /SAPSLL/CUSWLY by passing customs ID and as it is blank, said error displayed.

 

Could you please help me on understanding how the table /SAPSLL/CUSWLY is getting updated?

 

Thanks & Regards

 

Rahul

Re: US FTZ: Goods Issue Stock Posting

$
0
0

Hi Rahul,

 

Make sure you have:

  • flagged the Product for FTZ,
  • transferred the SCP attributes back to the feeder system,
  • and made the initial stock transfer

 

In the GTS system, check ST22 for short-dumps - if the set-up is not consistent, the API code aborts.

 

Hope that helps.

Regards,

Dave

Re: IDOC type to update Commodity code in SAP GTS Material master

$
0
0

Dear All,

 

Following is the process.

 

We are planning to implement global trade management system called Amber Road wherein users will do classification of the material i.e. they will assign commodity code to the material.

Amber road will send xml file to Middleware called Biztalk & Biztalk will send idoc so that commodity code is updated for the material in the GTS.

As I understand that if there is any change in the material master in SAP ECC related to  global trade data will be updated to SAP GTS. So I expect that Middleware Biztalk to send idoc directly SAP ECC.

After ECC is updated SAP GTS will be updated automatically. Can you also please confirm if commodity code can be different according to plant for same material. Asking because this field is maintained at plant level.

So which Idoc can be used to update such data.

Re: IDOC type to update Commodity code in SAP GTS Material master

$
0
0

Hello Dave,

 

Following is the process.

We are planning to implement global trade management system called Amber Road wherein users will do classification of the material i.e. they will assign commodity code to the material.

Amber road will send xml file to Middleware called Biztalk & Biztalk will send idoc so that commodity code is updated for the material in the GTS.

As I understand that if there is any change in the material master in SAP ECC related to  global trade data will be updated to SAP GTS. So I expect that Middleware Biztalk to send idoc directly SAP ECC.

After ECC is updated SAP GTS will be updated automatically. Can you also please confirm if commodity code can be different according to plant for same material. Asking because this field is maintained at plant level.

So which Idoc can be used to update such data.

Re: IDOC type to update Commodity code in SAP GTS Material master

$
0
0

Hi Akshaya,

 

The Commodity Code may be different for each country.

 

Since there is no "country" view of a Material in ECC, maintenance is at Plant level (table MARC).

In GTS, maintenance is at Legal Regulation level.

 

How does Amber Road work - what is the scope of classification there?  Per country, or according to some other idea?  Depending on that, the approach for transferring to the SAP systems may be different.

 

Regards,

Dave

GTS Customs document creation BADI

$
0
0

Hi,

 

I am creating PO in ECC and corresponding customs document is getting created in GTS. My requirement was to create a PO with text material (without material number) and then i was using ECC BADI   /SAPSLL/IFEX_MM0A_R3 to populate a generic material called 'GENERIC' in Custom document item table (without material number GTS gives error).  'GENERIC' material ID has already created in GTS.


Now, when i am saving PO this BADI is getting called and GENERIC is getting updated into Item table of Cust.Doc, i am getting below message then:

"Legal Control: Custs Prod. Mast. Required

Material GENERIC"


PO saved. When i check Customs document, its created with Incomplete Status and without material number (Generic one).


1. Please suggest what program i should debug in GTS to check if GENERIC ID is getting transfer into GTS or not. (I am also sending vendor material in additional data, it is reflating in GTS customs document).


2. I need to update some information in GTS side just before the creation of customs document. Please suggest BADI/EXIT.



Thanks





Re: Updation of commodity code in GTS

$
0
0

Hi Dave ,

 

Following is the process Akshaya want to implement.

 

We are planning to implement global trade management system called Amber Road wherein users will do classification of the material i.e. they will assign commodity code to the material.

Amber road will send xml file to Middleware called Biztalk & Biztalk will send idoc so that commodity code is updated for the material in the GTS.

As I understand that if there is any change in the material master in SAP ECC related to  global trade data will be updated to SAP GTS. So I expect that Middleware Biztalk to send idoc directly SAP ECC.

After ECC is updated SAP GTS will be updated automatically.

So which Idoc can be used to update such data.

 

Thanks,

Kiran

Re: Updation of commodity code in GTS

Re: GTS Customs document creation BADI

$
0
0

Hi Sumit,

 

How have you created the GENERIC Product Master record in GTS?  Please note that it will need to be created for the same Logical System Group that you are using in the ERP system.

 

And where are you seeing that error (or warning) message?  If possible, please let us know the Message Number (click on the "question mark" to find it).

 

For point 2, please expand - what kind of information would you like to add, and whereabouts in the customs document?

 

Regards,

Dave

Re: GTS Customs document creation BADI

$
0
0

Hello Dave,

 

Thanks for replying.

 

Ok, i have created GENERIC material ID in GTS by using a function module /SAPSLL/API_6850_SYNCH_MASS in SE37. After that i can check the product by usinf tcode /n/SAPSLL/PR_PRCONI_02 in Legal control tab. (using Logical System Group   GRP_GTS as i created this in GTS)

 

Should i create the same material in ECC too?

 

I am getting this error in ECC while saving PO after create or change.

 

4500000828                           Blocked - Incomplete
   Legal Control: Custs Prod. Mast. Required
   Material GENERIC

 

There is no error no on question mark but text "Service for Status Management for Legal Sevices"

 

I want to add licensing information into classification tab on line item of Customs document.

 

Thanks,

Sumit

Re: GTS Customs document creation BADI

$
0
0

Hi Sumit,

 

As I said before, the GENERIC Product must be created in the ERP Logical System Group, not the GTS one.  That's why the P.O. transfer doesn't find it.

 

Should you also create that Material in ERP?  I'm not sure, but it would certainly make it easier to create and maintain the GTS Product Master record.

 

Please get that working first, and then we can think more about the error message, depending on your further findings...

 

Regards,

Dave

Re: GTS Customs document creation BADI

$
0
0

Hello Dave,

 

You are awesome. This works. Now i am able to update generic material in Customs document. I just change the logical system group as ERP while creating material in GTS and it worked.

 

Now i need to update some data in on Classification tab in Customs document item. I found class /SAPSLL/CL_CTSGEN and method MAINTAIN_OBJECT to update this by using GTS BADI /SAPSLL/LCC_DOCUMENT, but not sure this will work at the time of Customs document creation (Class method needs GUID of Customs Tariff Number). Also, this BADI item structure is protected and i am not able to make change in it. I need to change product description that is coming from ECC in additional data. If i am changing the description from ECC it is not getting reflated in cust. doc and taking description from GTS product master data. I need to replace it.


Please suggest if some BADI/Exit available just before creation of custom document.


Thanks,

Sumit

Re: GTS Customs document creation BADI

$
0
0

Hi Sumit,

 

I'm glad to hear that you're making progress.  But you're still being a bit vague about what you want to change in the customs document, and why.

 

For the classification data, there is no BAdI or user-exit available during the creation, but if you can be more specific about exactly what you want to change, then I can probably suggest a way forward.

 

Regarding the Product Description; you can change it in GTS BAdI /SAPSLL/CUHD_PROP, Method ITEM_DATA_PROPOSE.  If you have not used field ADDDA3 for anything else, then you have a 30-character field already available in which you can convey the description from the IFEX_MM0A ERP BAdI.

 

Hope that helps.

Regards,

Dave


Re: US FTZ: Goods Issue Stock Posting

$
0
0

Hello Dave,

 

I have completed all above activities and the GR process is working perfectly for the given material. But when I am taking out the same material as component with 643 or 601, system is not updating the stock issue details.

 

There is no short dump even in ECC system but in GTS system for ABAP program /SAPSLL/CUSWLY_PROCESS Is it the same error?

 

Thanks & Regards

 

Rahul

Re: US FTZ: Goods Issue Stock Posting

$
0
0

Hi Rahul,

 

Please check the contents of table /SAPSLL/CUSWLY, using Transaction SE16.  Are your 643 and 601 documents showing there?

 

Regards,

Dave

Re: GTS Customs document creation BADI

$
0
0

Hi Dave,

 

I need to update classification data for licensing purpose. We need legal control license determination in case of third party materials where only description available and hence we are populating custom generic material ID. By populating Tariff Numbers (HTS code) in item classification tab, we can determine licensing functionality. I need a place in GTS (BADI/EXIT) where i can modify GTS custom document structure just before this gets created.

 

BADI /SAPSLL/CUHD_PROP specified by you contains all the Customs document information including classification (Customs Document: Tariff Number Attributes) table. If i could modify this, may be i get what i need.

 

But for checking this BADI when i set break point in its implementation and add some dummy value in item additional data 2, it is not stopping and not saving this dummy value in Customs document upon modification of PO in ECC. I am not sure this is getting called or not. Please suggest.

 

Thanks,

Sumit

Re: GTS Customs document creation BADI

$
0
0

Hi Sumit,

 

I realise that I gave you wrong information.  The BAdI /SAPSLL/CUHD_PROP runs only during creation of Customs Declarations, not P.O. replica.  BAdI /SAPSLL/BADI_IFMAP_CON_CDOC is available for creation of the P.O. replica, although I'm not sure if it also runs during updates (changes).

 

The BAdI allows you to change the Customer Append structures for the Header and Items, but not any of the standard fields - the only way to change those is in the ERP "IFEX" BAdI.  So you can pass additional data into the structures, but you won't see it in the dialog unless you implement your own screen - there is also a BAdI for that somewhere.

 

Sorry for not having better news.

Regards,

Dave

Re: US FTZ: Goods Issue Stock Posting

$
0
0

Hello Dave,

 

The table is blank. There is no entry for single transaction.

 

Thanks & Regards

 

Rahul

Viewing all 1854 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>