Transfer Duty Values from Customs Declaration to ECC

Does anyone have any experience in transferring duty values to a document in ECC  (i.e. a Purchase Order) after calculating it in a Customs Declaration?
I see in the IMG where you can assign duty types in the Customs Declaration to pricing condition types in the Purchase Order (Assign Duty Type to Pricing Condition Type at Feeder System Level) to be used in calculating customs duty in the GTS Customs Declaration. Is there a way to display the Duty Value that is calculated back in the Purchase Order (either before or after Goods Receipt) or in some other document?
Has anyone had any experience with this?

Did you find the code for this routine?
The SAP Help information (http://help.sap.com/erp2005_ehp_03/helpdata/EN/46/6d5cf006290ad5e10000000a11466f/content.htm) indicates that the following BAdIs must be implemented: BUFFER_PO_DATA and BUFFER_PO_DATA_CLEAR.
It then directs you to Sales and Distribution -> Foreign Trade/Customs -> SAP Global Trade Services u2013 Plug-In -> Customs: Retail: Retransfer of Calculation Results from SAP GTS or Customs: Retail: Delete Buffer for Retransfer of Calculation Results.
However, I do not see this in the IMG in the Feeder. Does anyone else see this? Has anyone had any experience with how this can be used?

Similar Messages

  • Transfer field value from one screen to another screen

    hi gurus,
    I am using field exit in mm02, i want to transfer field value from one screen to another screen. I am using Export, Import, Some FM like DYNP.......
    but not getting the value.
    can any one give idea about this.
    Thanks in Advance,
    Sudheer.

    I THINK IN FIELD EXITS SOME RESTRICTION IS THERE YOU CAN NOT USE CALL TRANSACTION OR CALL SCREEN. I DONT KNOW WHAT IS YOUR ACTUAL REQUIREMENT. BUT YOU ARE TRYING TO CALL TRANSACTION USING MEMORY ID OR SOMETHING THEN I THINK IN FIELD EXIT YOU CAN NOT DO THAT. PLS CORRECT ME IF I AM WRONG
    REGARDS
    SHIBA DUTTA

  • Transfer of values from one recon to other recon account

    Guru's,
    I wanted to change the recon account of a vendor from 8050001 to 8050002.
    Few entries are already posted in the vendor with the recon 8050001. I know that FAGL101 can be used to transfer the values from 8050001 to 8050002.
    In the OBBW I did the configuration like this
    Reconciliation account : 8050001
    Adjustment Account : 9000014(Clearing account)
    Please advise me if I need to do any other settings in Config and also tell me the procedure to run that in FAGL101.
    Thanks in advance and points will defnitely be assigned.
    Deepak

    Hi,
    I dont think you can update members. However, you can definitely send transactional data from one application to another using the DESTINATION_APP statement.
    You have a good example available in BPC 320 on beforerange and afterrange.
    Lets say that there are 5 columns in the report after the EVDRE expansion is done. Then in the beforerange or afterrange, you can use EVRNG function with a range of 5 cells. Lets say that you define EVRNG(J1:N1). In these cells, you can use formulas like EVSUM etc, and these formulas will be taken by the rows in your EVDRE report. If you define afterrange, then you will have additional row at the bottom. If you define beforerange, then you will have additional row at the top.
    Hope this helps.

  • Transfer field Value from ECC to APO

    Hi,
    I want to transfer a field from material master to APO. For this i am, using a CIF user exit... The field is not available in the ECC side (EXIT_SAPLCMAT_001), but i found a user exit on APO which has this field (EXIT_SAPMMDUSER_005) which i m not sure if it is called.. please help...

    Hi,
    Could you please send the details..What field you are checking..Field name ?
    You can explore the below 2 table in ECC EXIT EXIT_SAPLCMAT_001. It has the option for expansion.
    OT_CIF_MATKEYCUS
    OT_CIF_MATLOCCUS
    Thanks
    RKS

  • On VA01 transfer an value from Condition type Z000 from sub-item to main it

    Hi,
    I want to create a sales order and I have one main item an one promotion  (sub-item) item without determination price. I want to transfer cost price from VPRS form sub-item to an Z000 contidion to main item for tranfer this value to CO_PA for a field value different from VPRS field value.
    How can i do this?
    Thanks in advance.
    Catarina Alves

    Hi,
    In copy controls of Del to Bill - VTFL .... in the item screen copy control.... u have a button called cumulate coast set this for the item u need to transfer i.e to item category of subitem u have.
    Reward if helpful
    Please find the help for this "Cumulate Cost" below -
    Cumulate cost
    This field is used in the main item to control whether the cost value (usually condition type VPRS) is to be copied from the relevant sub-items. The following cases are taken into account:
    Free of charge sub-items (free goods)
    Batch split items
    Bill of material components
    This function is needed especially if the sub-items involved are not relevant for billing. In this case the costs of these sub-items do not appear in CO-PA or the statistics.
    Reward if helpful
    Krishna

  • How to use value from Custom Select tag

    Hi,
    I have made a custom tag for html element select. It is a very basic tag with the selection of one vaule. I am able to populate the list using custom tag in JSP but i am not able to optain the value from that. Kindly see my jsp code.
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Expenses Report</title>
    </head>
    <body>
    <center>
    <table summary="layout">
    <tr>
    <td>Month:</td>
    <td>
    <tt:Select name="month" from="${ExpensesDBO}"/>
    </td>
    </tr>
    </table>
    <c:if test="${fn:length(param.month) > 0}">
    <table summary="layout" border="1">
    <tr>
    <td align="center">Year</td>
    <td align="center">Month</td>
    <td align="center">Shopping</td>
    <td align="center">Groceries</td>
    <td align="center">Fixed Expenses</td>
    <td align="center">Transportation</td>
    </tr>
    <tt:Expenses var="exp" username="${sessionScope.user}" from="${ExpensesDBO}">
    <tr>
    <td>${exp.year}</td>
    <td>${exp.month}</td>
    <td>${exp.shopping}</td>
    <td>${exp.groceries}</td>
    <td>${exp.fixedExpenses}</td>
    <td>${exp.transportation}</td>
    </tr>
    </tt:Expenses>
    </table>
    </c:if>
    </center>
    </body>
    </html>
    Basically based on the selected value I want to show the same page with the details including page with the default value in select list.
    I have made a generic select custom tag to be used within the application.
    Regards,
    Rahul.

    If both tables come from the same data source, join the two tables in one data set rather than two as shown. If they are from different data sources, use a 'join data set'

  • How to transfer variable value from one query to another query?

    I create two queries which contain the same variable "Year" and "Month".
    In the wad,Query1 is used to be a table and Query2 is used to show the chart in the condition with the same variable value of Query1
    So I want to transfer the variable  value from query1 to query2.
    Can anyone help me ?

    Let me explain the issue in detail.
    In Query Designer, both the year and  month variables are defined by user exit function to read current year and month and can be modified  during the query runtime.
    In WAD, Query1 is  used  to be a table with a table interface to hyperlink a chart which is defined by Query2 with the same variable value of Query1.
    During the runtime of template, if I change the variable value of Query1 , I want the variable of Query2 to be changed automatically with the same new value.
    So in the table interface of Query1 , I write the ABAP code in "SE24" and related source code to the variable is following:
    concatenate
    'function fire_urlJGSP_Col(filter) {'
    Cl_rsr_www_renderer=>c_lf
    'chart_url="' url '" + "&CMD=LDOC'
    '&TEMPLATE_ID=GCCHART_9' "WEB ID of the work book
    '&PAGEID=Graphics'       "Name of the view
    '&CMD=PROCESS_VARIABLES&SUBCMD=VAR_SUBMIT&VAR_NAME=Z2MYEAR&VAR_VALUE_EXT=" + filter'
    Cl_rsr_www_renderer=>c_lf
    'openWindow(chart_url,"chart_window","dependent=yes","600",'
    '"450","true")'
    Cl_rsr_www_renderer=>c_lf
    into l_coding.
    In this way , I can only transfer the year variable value from Query1 to Query2 and not two variables .
    So , how  shall I do to transer the two variable value in the same?

  • CRM contact record passing the values from Custom application

    Hi,
    I am passing the values from my custom WPF application to create the contact.
    while passing the first name, last name, addressLine 1  Mobile number it's working fine. while am passing the date of birth it's throughing an error. I am not able to identify the exact issue please giv me the suggestions
    var firstname = txtFirstName.Text;
                var lastname = txtLastName.Text;
                var dataofbirth = this.DatePickerValue;
                var mobilenumber = txtMobileNumber.Text;
                var rfcvalue = txtRFC.Text;
                var addressValue = txtAddress.Text;
                var extraqs = "firstname=" + firstname;
                extraqs += "&lastname=" + lastname;
                extraqs += "&mobilephone=" + mobilenumber;
                extraqs += "&address1_line1=" + addressValue;
                extraqs += "&birthdate=" + dataofbirth;
                //var totalextravalue = "extraqs=firstname%3D" + firstname + "lastname%3D" + lastname + "birthdate%3D" + dataofbirth + "mobilephone%3D"
    + mobilenumber + "ifp_rfc%3D" + rfcvalue + "address1_line1%3D" + addressValue;
                var contacturl = Constants.Contact.Attributes.URLNew + "etc=2&id=&pagetype=entityrecord&extraqs=" + HttpUtility.UrlEncode(extraqs);
    -Regards
    Rammohan

    You should set date in this format 
    &extraqs=date=01/31/11Hope this helps
    Sreeni Pavalla

  • Outputs from customs declaration

    Hi guys,
    Have a question. My clients wants to have this kind of output flow.
    export declaration created> IDOC sent to ATLAS> inbound msg comes from atlas with approval status-->printout triggered.
    How do I configure this output flow?
    what is the normal output assignment that I can do for a simplified declaration from export declaration.Can you please help me with the configuration steps.
    regards

    Hi Subhrajit,
    Please take a look at the documents available in Service Market Place for GTS, reference to your version
    Path: service.sap.com/swdc --> Installations and Upgrades" -->SAP Solutions for Governance, Risk and Compliance" --> SAP GLOBAL TRADE SERVICES" --> SAP GTS XX
    (XX= your version)
    Regards,
    Prarit
    Edited by: Prarit Sehgal on Mar 27, 2009 7:00 PM

  • Auto transfer of values from one customer to another/vendor to vendor

    Hi,
    Do we have any transaction code which transfers values automatically from one custmer/vendor to another customer/vendor.
    Thank you,
    Asam

    try f-30
    This is transfer with clearing.
    You need to know the value of the customer and then you can journal it to clear all open items against the customer and create a single line item in the new Company Code.
    This t code is also used to move line items to different company codes and special gl indicators.
    It can be used for Vendors as well.
    Please award points if this is helpful.

  • Automatic deletion of Items from Customs Declaration

    Hello Experts,
    I will be thankful to anyone could help me with this one : We need to automatically delete line items from declaration based on certain criteria before the first outbound message is sent. For example : The process should be : 4 items in invoice, but only 2 in the declaration (duty unpaid goods). It cannot filter the data in the Feeder system. I was hoping data proposal BADI could be the solution however It does not seem to work...
    Your comments are appreciated,
    Branislav Petricek

    Dear Branko,
    if you want to delete the items before creating the idoc while processing the message, you can use the Badi /SAPSLL/CUS_ECC. There you can modify the data that are sent to customs.
    The items will still be physically available in the document itself but only the ones you do not filter will be sent.
    best regards,
    Christin

  • In SOP- transfer forecasted values from material master to info structure?

    Hi All,
    I wanted to test out a few scenarios. Do you know the answers  / can you help simulate and check the below?
    1.     If I run the forecast using different models for different materials using the total forecast run (MP38), the forecast values will get updated in the material master. Can I get these values transferred directly into the SOP (standard or flexible), without re-running the forecast in SOP? What I am looking at is a possible scenario where individual materials have different forecast model, so do not want to run forecast from SOP using one model for all.
    2.       Can you have the capability of selecting diff model (say based on material master data) in SOP for diff materials? When I ran SOP, the model I specify there for forecasting is applied for all materials
    3.       If I upload historical values/forecasted values in the material master, can I directly transfer them to SOP without any change to the value?
    Appreaciate your inputs.

    Hi All,
    I wanted to test out a few scenarios. Do you know the answers  / can you help simulate and check the below?
    1.     If I run the forecast using different models for different materials using the total forecast run (MP38), the forecast values will get updated in the material master. Can I get these values transferred directly into the SOP (standard or flexible), without re-running the forecast in SOP? What I am looking at is a possible scenario where individual materials have different forecast model, so do not want to run forecast from SOP using one model for all.
    2.       Can you have the capability of selecting diff model (say based on material master data) in SOP for diff materials? When I ran SOP, the model I specify there for forecasting is applied for all materials
    3.       If I upload historical values/forecasted values in the material master, can I directly transfer them to SOP without any change to the value?
    Appreciate your inputs.

  • Fetch value from custom container in WD Abap component

    Hi all,
    I am using a web service to call a RFC function module into my web dynpro component.When I create a new service then a new custom controller will created and in this controller a method is created for FM.
    Now my query is, when I run the WD application, FM will retun a table at my end and I want to use it at view level.
    I declared a global table in Component controller attribute and want to fill that table when I execute service. when I use wd_this-><Table name> (at custom controller level, in method for FM) then it shows me that this table is not exist.
    Please suggest how to fetch table's value.
    Thanks
    Sanket sethi

    solved.

  • Where  to Store the value from custom Module?

    Hi Experts,
                   I am having Custom Module for altering the payload .From that payload I need to store a particular value.where can i store that that vlaue ?.Custome module is inOutBound.
    Regards,
    Rajesh.D
    Edited by: Rajesh Kumar on Sep 18, 2008 1:13 PM

    Hi Bhavesh,
                My scenario is Idoc to WebService.In custom module i had called webservice through http call it had returned connection id.Payload is passed with connectionID to Web Service for calling other methods.Next i have to close the connection with Same Conncetion ID in another Custome module.so i have to store some where and reterive in my module.pls help
    Regards,
    Rajesh.D

  • Peculiar attitude selecting a value from custom profile ...

    Hi,
    I have a very strange situation in which sometimes the selection of a row of the lov on the default form of the EBS 11.5.10.(setting profile values, sysadmin responsibility, profiles->system) is not accepted and the lov appears again suddenly...
    More specifically, as application developer responsibility we have defined a custom profile(setting a sql query, so as the user->the sysadmin should select from a custom table of a custom application).
    Afterwards, as sysdamin resp. , the user should select a value for the profile from the lov defined and setting it at the responsibility level.(default form : Profile->system).
    Sometimes, but unfortunately the circumstances or the conditions are not reproducible, although the value the user desires and finds it in the lov, when selected the system does not accept it.... and the lov window re-appears ... the user selects it again and the lov appears again....and again...as the value selected from the lov is not valid....{but it is selected from the lov and there is no problem in the majority of cases....}
    Does anybody have the slightest idea....a patch maybe...???
    Note: I use EBS 11.5.10, DB 10g v.2
    I hope , i have described the problem so as to be understandable....
    Thank you,
    Sim

    Sim,
    What is the client OS and browser? Can you reproduce the issue on multiple clients with different username?
    Can you find any errors in application/database log files?
    Can you reproduce the issue on a test (cloned) instance? If yes, I would suggest you enable debug and see if you can produce the issue and collect more details.
    You may also enable debug on JRE/Jinitiator and see if any errors are logged (see Note: 549423.1 - How to enable tracing and logging for Sun JRE (Native Plug-in)).
    Regards,
    Hussein

Maybe you are looking for

  • Outlook 2007 won't sync Calendar events on my 755p, but everything else will sync fine?

    null Post relates to: Treo 755p (Sprint)

  • Java.lang.NoSuchMethodException: kodo.jdo.jdbc.JDOConnectionFactory. init

    I am trying to update 3.x to 4.0.1 Cloning of JDOConnectionFactory is throwing following exception (JDOConnectionFactory)pmf1.clone(); I had this working with 3.x the only difference was that JDBCConnectionFactory was being used instead of JDOConnect

  • MORE iTunes store non-connectivity

    Not only is the store not connecting, but also AVG free anti-virus can't connect in order to update. Is this related? I've done everything, just like everyone else has... deleted the anti-virus and checked the store again and still nothing. But I can

  • Adobe Reader doesn't open on Mac

    Hi, I cannot open PDF files on my mac.  As per other forums, I have tired deleteing and un-installing all adobe reader, then tried re-downlading it.  I still can't get the PDF's to open.  I have read through the 'terms' and agree, but it still doesn'

  • Why was my post deleted?

    OK Apple Discussion Admins. Hosts, or others. A new iPhone owner had a question about applications running in the background on their phone. I told them about, and pointed them to, an article about a PUBLIC announcement Apple made at this years Devel