Re: US FTZ: Goods Issue Stock Posting
Hi Rahul, I think you are going to have to get your developer to debug the transfer, to find out where it is going wrong. The code looks quite simple, although that's not to say that there couldn't be...
View ArticleRe: US FTZ: Goods Issue Stock Posting
Hello Dave, Can you share the program which you are checking? I will try to debug the program from technical consultant and check. Thanks & Regards Rahul
View ArticleRe: US FTZ: Goods Issue Stock Posting
Hi Rahul, Set a break-point in the IFEX BAdI, and start from there. In the "synchronize" form, change the RFC Mode to 'S' in order to continue stepping through into the GTS system. Regards,Dave
View ArticleRe: GTS Customs document creation BADI
Hi Dave, Yes you are right, now this new BADI /SAPSLL/BADI_IFMAP_CON_CDOC contains all required item structures including classification (Customs Document: Tariff Number Attributes) table. Debugger...
View ArticleRe: GTS Customs document creation BADI
Hello Sumit, try this, maybe it works FIELD-SYMBOLS: <ITM_HTS_T> TYPE /SAPSLL/API6800_ITM_HTS_S. LOOP at is_api_if-itm_HTS_t ASSIGNING <ITM_HTS_T>. * MODIFY OR INSERT your values...
View ArticleRe: GTS Customs document creation BADI
Hi Sumit, That's right - you can't change any of the standard fields, only fields in the Customer Append structures. By convention, the letter 'I' means "input only", so you would never expect to be...
View ArticleRe: GTS Customs document creation BADI
Hi Dave, Do we have another options to change data in customs document. I need to change material description and insert classification information. Thanks,Sumit
View ArticleRe: GTS Customs document creation BADI
Hi Sumit, Please see my answer yesterday at 11:26. Apart from that, you would need to consider code enhancements. It would probably be much better to go back to the business and persuade them to set...
View ArticleRe: How to import the Duty value from GTS system to SAP ECC
Hi Dave, Thank you. Following your suggestion, I could retrieve the duty value from GTS. Best Regards,Yoga
View ArticleRe: GTS Customs document creation BADI
Hello Dave, I found another BADI /SAPSLL/LCC_DOCUMENT (method: CUSTOMS_PRODUCT_MASTER_GET) specifically make changes into custom document classification structure. Here structure CS_PRODUCT is...
View ArticleRe: GTS Customs document creation BADI
Hi Sumit, I confess that I don't know anything much about that BAdI. The IMG documentation suggests that it's used to over-write data for Import and Export List determination. Did you try changing...
View ArticleGTS Materials Display
Hi GTS Expert, I understand that all the materials are automatically transferred from ECC to GTS thru batchjob. How can I display all the transferred materials from GTS? do we have a TCode to view all...
View ArticleRe: GTS Materials Display
Hi Iris, You may use Transaction /SAPSLL/PRODUCT_03 to display the transferred Materials. For Customs classification, use the work-list, Transaction /SAPSLL/PR_CLWB_CUS. Hope that helps.Regards,Dave
View ArticleRe: GTS Materials Display
Thank you Sir. This would help a lot. Thanks and More power,Iris
View ArticleRe: US FTZ: Goods Issue Stock Posting
Hello Dave, The program is checked and found that system is trying to check if /SAPSLL/PRECIP - PUCPR = X for the given material. But the problem is such field is not exist in the tab material ->...
View ArticleRe: US FTZ: Goods Issue Stock Posting
Hi Rahul, That field appears on the screen when the ECPID is configured for CWH, IPR or PUC, not when it is configured for FTZ. For FTZ, the field will not be filled with 'X' (or anything else). Which...
View ArticleInbound Deliveries are not making into Worklist in GTS 10.1
Hello Gurus Trying to create Import Declaration prior to GR. Do not see the IBDs in the worklist. Looking for help please
View ArticleRe: Inbound Deliveries are not making into Worklist in GTS 10.1
Hi Keshav, There have been quite a few correction Notes over the past months regarding this work-list. Please make sure that your system is up to date with those. If all is well in that respect,...
View ArticleRe: Inbound Deliveries are not making into Worklist in GTS 10.1
Hi Dave Upon analysis the technical team came back saying 2 notes were required to be installed - Note 1947027 and Note 1492741, But later they came back saying they are not able to implement these...
View ArticleRe: Inbound Deliveries are not making into Worklist in GTS 10.1
Hi Keshav, No - I'm not a Basis expert. Get the guys to post on the appropriate forum, or find a training course . The most usual reason is that the Note has already been applied, for example via the...
View Article