How to create Import Declaration (Inward Processing) in SAP GTS

How to create Import declaration in SAP GTS system for transaction based on Sales Order and Return Delivery documents in ECC6 feeder system. The scenario is described as below:
In backend (feeder) system ECC6:
1. Sales Order SD Document Category = u2018C u2013 Orderu2019 will be used.
2. A Return Delivery Document similar to LR will be used (Document category u2018T u2013 Returns Delivery) to take back the material.
Import Declaration functionality system requirement is as below:
1. It should be possible to send out Pre-notification to Customs when the goods are picked up from the customer site (based on the order cerated).
2. When the return material is received (on Goods Receipt against the Return Delivery) final Import Declaration to be submitted to the customs authorities.
3. It should be possible to track (tag) if any replacement material is sent back to the customer. Meaning the Import of a return material should be tagged with corresponding export (replacement material sent to the customer) transaction.
My understanding is that the Import Declaration functionality in SAP GTS is based on Purchase Order and Shipping Notification. I would like to know how the above scenario (Sales document based) can be best supported for Import Declaration via SAP GTS system.
Thansk in advance for suggestions/ideas.
BR/Arup

Hello Arup,
In GTS 8.0, the Returns Delivery can act just like an Inbound Delivery in GTS.  Of course you need to populate the "Preliminary Document" type and number in the FT header.
The Delivery creates a Customs Shipment in GTS.  You could configure message processing to send data from the Customs Shipment to the Customs system for pre-alert, providing that only header data is required at that stage.
The subsequent Goods Receipt appears in the normal work-list for Declaration after GR, provided you close the "safekeeping" using Transit processing or the BAdI provided for that purpose.
The GTS Inward Processing solution does not currently support a single Product being both a component and a compensating product, so your wish to tie up re-exports with the customer returns may be quite difficult.
I hope that helps.
Best regards,
Dave

Similar Messages

  • Unable to create Import Declaration Prior to GR in GTS 10.1

    Hello Experts need your help
    Unable to create Import Declaration Prior to GR in GTS 10.1
    All Plug-In settings are in place
    All configurations in GTS are in place
    Till yesterday I was facing the issue of IBD not getting transferred to GTS. I was getting a message RFC Error (Could not determine e-manual) wile trying to manually transfer the IBD
    Came to know that SAP Note 2037230 was required. After applying this note (which is coming with patch 13-we were running on patch 12) I am able to transfer IBDs to GTS
    But now neither PO nor IBD is found in the worklists and I am unable to create a declaration prior to GR.
    I see that in table /SAPSLL/CUHD the field CDCUS is blank. I understand this should be populated with value 'X". Not sure why this is blank
    Appreciate help from anyone who know about this issue.
    Thanks
    Keshav Murthy

    Hi Dave
    Thank yo for your immediate response. yes I do see an entry in the table. Still I do not see the PO in worklist and not able to create the declaration. I am getting a message data not found. That is why I was thinking if it is due to missing entry 'x' in the field CDCUS  in CUHD table. What could be the possible reasons for that entry to be missing?
    Also do you think there could be any problem with the PO itself? I have checked the PO. Vendor is from GB. Receiving plant is US. Appreciate your expert adicvse.
    Thanks again

  • How to create parent and chile process in java

    i'm beginning in java, and i want to ask something, please help me...
    1. i want to ask how to create parent and child process in java???
    example :
    if have one window and explore menu, when i click the explore menu.
    new window come out.
    how if i close the parent window the child window will close too...
    2. what is the method from runtime class to get available memory and Active Threads count

    ONE way to do what you wanted is this.
    class Parent{
    Child c = new Child
    allChildren.add(c);
    //if close
    iterate through list
    (Child)allChildren.get(index).close();
    ArrayList allChildren;
    class Child{
    public void close(){ }
    i dont know if you can get the thread count. but you can
    get the current thread by using System.
    Memory: Runtime.freeMemory() .maxMemory() .totalMemory()
    http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html
    Careful though you have to do a calculation to get the
    actual memory because those 3 methods refer to freeMemory
    of the CURRENT heap not the total memory.
    i think its: total - (max - free)

  • How to create Handling Unit using Process Order no. & Packing Instruction

    Hi experts,
    Please guide me how to create Handling Unit using Process Order number & Packing Instruction reference?Noramlly this is done using standard transaction 'COWBPACK'.
    ANY FUNCTION MODULE OR BAPI TO DO THIS.
    if any solution please explain with proper example..
    Thanks In advance
    Thanks,
    Yogesh

    Hi experts,
    Please guide me how to create Handling Unit using Process Order number & Packing Instruction reference?Noramlly this is done using standard transaction 'COWBPACK'.
    ANY FUNCTION MODULE OR BAPI TO DO THIS.
    if any solution please explain with proper example..
    Thanks In advance
    Thanks,
    Yogesh

  • How  to  create  adhoc  chain  in process chain

    how  to  create  adhoc  chain  in process chain

    hi,
    ad hoc process chain is also the process cahin which will run seperatly from main chains.
    as you do for process cahin create it also.
    Process chain creation
    http://help.sap.com/saphelp_nw04s/helpdata/en/67/13843b74f7be0fe10000000a114084/content.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/86/6ff03b166c8d66e10000000a11402f/frameset.htm
    Ramesh

  • How to create info area for process chains?

    How to create info area for process chains?

    Hi,
    If I understand your question clearly, you want to assign display componets.
    once you have created you chain you assign the components by clicking CTRL+F11
    Regards,
    Namrata

  • How to create Import format for building  version Hirerarchy and Node

    Hi
    i Want to know  how to create  Import format for building version  Hirerarchy and Nodes.Can anyone  show me with example  or format  for version  Hierarchy  with few nodes for the hierarchy
    i Want to Build   this   1. Version1 (Version)
                                     2.Account (Hirerarchy)
                                     3. Balancesheet (Limb)
                                     4. Assets (Limb)
                                     5. Cash (Leaf)
    Thanks,

    Please follow the DRM User Guide,
    http://docs.oracle.com/cd/E17236_01/epm.1112/drm_user.pdf
    Below is my preferred approach, by selecting only relation and Hierarchy sections,
    The relation section contains the Node Name and Parent Name ( you can include any other properties, but as a best practice keep the Parent Node as the last column).
    The Hierarchy ( Hier ) section contains the Hierarchy Name, Top Node and Hierarchy description
    Follow the Import steps and provide a Name for the version.
    ++++++++++++++++++++++++++++++++
    [relation]
    AC_BalanceSheet AC_Account
    AC_Asset AC_Account
    AC_Cash AC_Account
    [hier]
    Account AC_Account AccountHier
    ++++++++++++++++++++++
    Note: Please delete all the special characters (TAB) created at the end of  [relation] and [hier] sections while you copy the content from an Excel sheet to a Notepad.

  • How to create one more server node for SAP J2EE server?

    Hi,
    Can any one please suggest how to create one more server node for SAP J2EE server? I am using WAS700.
    Thanks and Regards,
    Smriti.

    Hai,
          Login into the Configtool(C:\usr\sap\SID\DVEBMGS<inst no>\j2ee\configtool) if ABAP+JAVA stack or C:\usr\sap\SID\JC<inst no>\j2ee\configtool) if JAVA stack
    click on the instance and and select the addserver button on the top to create a servernode for J2EE server.
    Thanks and Regards,

  • How to create a interface with NTR from SAP XI?

    How to create a interface with NTR from SAP XI?

    Hi,
        What do you mean by NTR ?...
    What are the details you needed...Please be clear and more elaborative as far as possible..so that you will get straight forward answers...
    HTH
    Rajesh

  • How to manage pulp and paper  processing through SAP

    Hi...
    please let me know how to manage pulp and paper  processing through SAP-PP in details......
    or please provide sum links where i can get the solution....
    regards,
    sandeep.

    Hi Ema,
    you need to ensure in your BAdi implementation that the records do not overlap. Ideally (for performance reasons) you also keep the number of records in RPM_BUPA_AVL low
    i.e. one record for 01.Jan to 05 Jan with 8 hours is better compared to 5 records with 8 hours each.
    Best regards
    Thorsten

  • How to create BPEL Guided Business Process

    I am using JDeveloper 11.1.1.3 with the updates for BPM Studio.
    I created an application with a SOA project with a SOA BPEL Process. When I opened the BPEL process, I can't find the "Activity Guide Properties" icon to open the "Edit Activity Guide" window to setup the "Activity Guide" as per the documentation:
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15176/soa_activity_guides.htm#insertedID7
    I looked through everywhere on the BPEL process screen and the menus but had no luck to find a way to open the "Edit Activity Guide" window.
    Anyone knows how to open the "Edit Activity Guide" window within the BPEL process ?

    I believe the documentation for createing a BPEL Guide Business Process may be incorrect
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15176/soa_activity_guides.htm#CJAHCECC
    Incorrect #1: there is no "Activity Guide Properties" icon anywhere when the BPEL process is opened.
    (I am able to open the "Edit Activity Guide" window by clicking the "Activity Guide" node under the "BPM Project Navigator")
    Incorrect #2: There is no "Expose as Activity Guide" check box in the "Edit Activity Guide" window
    My hypothesis on setting up a Guided BPEL process is to set the set the BPEL process as the root process in the "Edit Activity Guide" window.
    This is based on how a Guided BPMN process is setup.
    However, the drop down listbox for the "Root Process" is empty even there is a BPEL process created in the project.
    As a result, I can't set the BPEL process to be the root process of the "Activity Guide".
    I am pretty sure there is no way you can create a Guided BPEL Business Process following the instructions in the above documentation link.
    Hopefully, I'll hear from some BPM guru from Oracle who can point out how to create a Guided BPEL Business Process using JDeveloper 11.1.1.3 with plug-ins for BPM Studio.

  • How to create the Declarative Component?

    Hi,
    I am using jdev 11g Release 2.
    I want to create reusable component. So I want to create a declarative component.
    Please let me know some sample and study materials.
    Regards,
    Ragu

    another examples can be found in these links:
    Missing In or Out Parameter at Index 1
    http://andrejusb.blogspot.com/2009/10/custom-declarative-components-in-adf.html
    http://download.oracle.com/docs/cd/E17904_01/web.1111/b31973/af_reuse.htm#CACBFGFC

  • How to create Variant Configuration Material Master in SAP PP

    Dear Friend's,
    Pl 's guide me for How to Create Variant Configuration Material Master.
    Give me step by step procedure for Creation of Variant Configuration.If some of you having screen shots for the same with one Example, that will be a very helpful to me for creating  VC.
    Thanks & Regards,
    Sandeep N.Theurkar

    Hi,
    Eg: Ford car.If a sale order is raised for fiesta lxi model the system should choose red colour & for vxi blue colour respectively.
    ie you need to define the characteristic and assign the values .
    This characteristic need to assigned to class.
    class need to be assigned to material master
    1. T.code : CT04(characteristic) FORD_MODEL, Choose single value & entry required tab & give the input as 01 - fiesta_lxi & 02 - fiesta_vxi.( characteristic values)
    2.Tcode: CT04, FORD_BODY( another characteristic)
    Choose single value , don't click entry required.
    01 - Red( characteristic values)
    02- Blue
    3. Create class T.code : CL02
    fiesta_class
    type : 300
    4. OBJECT DEPENDENCY:
    T.CODE : CT04
    FORD_MODEL
    CLICK VALUES TAB,
    IN FIESTA_LXI CLICK THE 'O' meant for Obj dependency, action & extra.
    Edit the dependecy,
    010 $Self.ford_body = '01'. & save
    Repeat the same for FIEST_VXI & instead of '01' give '02' for blue colour.
    , then create a ROH as ford_body. & a KMAT material for the car. .
    Then create a Super BOM with usage 3 & give component as ford_body
    Then use T.code cu41 (Create config profile)
    enter a profile name & class 300 & choose class assignment, choose fiest_class ,
    Use T.code cu50 to check the values.
    Then create a sale order.
    Pl. reward if helpful.
    Regards,
    nandha

  • How to create HMAC256 Key from Key Manager (SAP SWIFT Integration Package)

    Hi,
    I am not sure how to create key HMAC Key. There is 2 input
    Key id = .............
    Key value = .................
    I have tried many times but still having below errors message.
    com.sapcons.xi.swift.CryptServiceException: Parameter key Value is invalid
    Is there any documentation on this ?
    Thank You and Best Regards
    Hidayat

    Solved.
    Key Value Length must be 32 bytes.
    The first 16 digit must be at least 1 number, 1 upper case, 1 lower case.
    The seconds 16 digit also the same.
    each character cannot repeated more than 7 times per each halft.
    There is no documentation about this, i just extract the SCA file and check the program logic.

  • How to create widget webservice Enabled RFC using SAP WidgetDevelopmentTool

    Hi,
    I have Exposed one RFC as webservice. How to execute that RFC using webservice using SAP Widget development tool.
    Regards
    Vijay

    hi vijay,
    this blog will be useful for your furthur development :
    /people/anton.wenzelhuemer/blog/2007/03/04/kpi-speedometer-widget
    aslo you check the services available in the widget foundation.
    try with this service ;
    /ewcs/service/rfct POST Executes specified RFC through JCO or WS and allows XSL transformation of results
    link : http://localhost:7531/SapMiddleTier/REST/ewcs/service/rfct
    thanks
    Jaideep Srinivasan

Maybe you are looking for

  • How do I keep ITunes from automatically starting when I boot my PC?

    Everytime I start my PC, my I tunes starts automatically. I close it an it automatically starts again 5-6 minutes later. It happens when my IPhone is not connected. The problem began immediately after I updated to the new IPhone iOS 5 software.

  • Incomplete Syncing of Mail via Wi Fi

    On my iMac I have 3 e-mail accounts as shown. I thought that I had arranged the iMac and the Touch so that the Touch would be synced through Mobile Me via Wi Fi which I set up in the house with an Airport unit. Well, I do get the syncing, but the onl

  • Vendor evaluation Transactional ODS

    Hi all, I need follwoing information with respect to supplier evaluation, pulling the data from SRM: 1) what is the differnce between the ODS 0SRVE_O4 and 0SRVE_O2? 2) what is the differnce betwwen the ODS 0SRVE_O3 and 0SRVE_O1? 3) How and when can w

  • Transactional business method is called 4 times on failure

    Hi I'm experiencing a strange situation. does anybody have an idea what is wrong or just going on?. There is a stateful session bean which has a transactional business method called 'apply' to delegate insert/update requests to Toplink which will per

  • There was a problem updating photoshop

    I'm trying to update Photoshop CC and (2014) but I keep getting and "update failed" message. I also updated Lr5 and had no problems. Why one and not the other?