License Data Missing in CULOEX - Custom Declaration

Hello Dear Friends,
I wanted to send AES iDoc from customs document type - CULOEX. This iDoc reads license information out of CULOEX.  License information is missing in CULOEX/item level and this causes failure in iDoc. Can any one of you pls. suggest what piece of information i am missing?
Thanks,
Bala

Hi Bala,
Could you let us know whether you have assigned the license to the corresponding SO Customs Document. If Yes, I n your license type configuration, under external Identification tab, input the license type and the cateogry and try...
Pls revert if you try with the result.
Best Regards,
Shiva

Similar Messages

  • Packaging data not populated in customs declaration

    Hi all,
    I'm creating Pro-forma invoice in ECC and as a result Custom Declaration is getting created in GTS. In GTS the Packaging data in item level is coming as empty. So I implemented the BADI /SAPSLL/IF_EX_IFEX_SD0C_R3 and tried to pass the packaging data. But as a result the custom document stopped getting created in GTS.
    I'm using the below code to populate the fields of the table cs_itm_cdoc-pge-
    LOOP AT lit_vepo ASSIGNING <lfs_vepo>.
            lwa_itmpge-item_number = <lfs_vepo>-posnr.
            lwa_itmpge-int_id = <lfs_vepo>-vepos.
            lwa_itmpge-quantity = <lfs_vepo>-vemng.
            lwa_itmpge-dim_uom = <lfs_vepo>-vemeh.
            APPEND lwa_itmpge TO cs_itm_cdoc-pge.
            CLEAR lwa_itmpge.
          ENDLOOP.
    I'm taking the value of <lfs_vepo> from the standard table vepo. Can anybody please tell me what I'm doing wrong?
    Thanks,
    Sarif

    Hi Dave,
    I’m new to GTS. I’ll list the steps here which I’m following-
    1.       1. In ECC, In tcode VF01, put Billing Type = ‘F8’ and Document = Outbound Delivery ID
    2.       2. Click Save, the billing document in ECC will be saved
    3.       3. In GTS, go to tcode /sapsll/menu_legal
    4.       4. Go to Customs Management->Export->Display Customs Declarations.
    5.       5. You’ll see a new document has been created with reference to the billing document in ECC.
    6.       6. Open the document. Go to Item Details->Packaging Data.
    7.       7.  The packaging details is empty.
    This is the current default behavior. Now my job as an ABAPer is to fetch the packaging data from VEPO table and fill it in the BADI /SAPSLL/IF_EX_IFEX_SD0C_R3 so that it gets reflected in GTS.
    But when I’m trying to do it the custom document in GTS isn’t getting created at all. Note that it’s getting created properly when I’m removing the coding related to the packaging data. So obviously I’m doing something wrong here. Do I need to fill the packaging data for  header as well? Also the field for container is currently empty, do I need to fill it? If yes, where shall I get the data?
    Thanks,
    Sariful

  • Function Module to Retrieve License Masters Assigned to Customs Declarations

    Hi,
    Is there a function module in GTS to determine which license masters have been created to release the blocked document?
    My requirement is that I need to determine if there is a license master created to release a blocked document. If there is, I need to retrieve the text entered in the "External License Number" field.
    Thanks.

    Thanks for the responses so far. I don't understand the linkage between maintaining "Default Document for SAP Customs Management" in "Define License Types" configuration activity and having the respective legal regulation / license master appear on the "Documents" tab of the Customs Declaration.
    For instance, if I have a legal regulation / license master that was used to unblock the delivery prior to the invoice / customs declaration being created, it will appear on the "Control" tab of the "Customs Declaration"
    Legal Reg: LEGR1
    License Type: LIC
    License Master: 100000External License Number: EXT123
    ... how can I get the External License Number from the license above to appear on the "Documents" tab of the Customs Declaration.
    I need an entry on the "Documents" tab that contains the following:
    Category: CUII
    Type: X035
    Number: <External License Number>This will be pulled from license master 100000 created above. There will only ever be 1 license master.
    Thanks for your explanations and help so far.

  • External Data in Customs Declarations

    Hello -
    What BAdIs can be used to default external data from the Feeder System (but not from a PO, Inbound Delivery, or Goods Receipt document) into a GTS Customs Declaration?

    Hi ,
    There is way to default data from Feeder system , suppose you need data like Bill of Lading to be pushed on custom declaration in GTS
    you can use BADi /SAPSLL/IFEX_MM0C_R3 which is called at time of  GR  to transfer Bill of Lading value in additional data ( this field is available in the structure of the Badi ) to GTS on customs declaration document  and then use another BAdi /SAPSLL/CUHD_PROP to default the data to the particluar field where you want this to get defaulted.
    Not sure this is what you looking for.
    Kind Regrads,
    Sameer.

  • Propose item packaging data for customs declaration

    Hi All,
    My requirement is to update packaging data information as mentioned below in the item level of Customs declaration
    1. CNTNO  (Container Number)
    2. PGETY   (Package Type)      
    3. PGESU   (Number of Packages)
    4. PGEX1    (External Package Number)
    I am using BAdI for Default Data in Customs Shipment and Customs Declaration. I have checked all the methods in this BAdI, and the method which fits more close to my requirement is ITEM_LEGPGE_PROPOSE. But this method allows me to update 
    a. Package Tye
    b. Number of Packages
    How should I take care of updating other two fields : Container Number and External Package Number?
    Is there any other BAdI in GTS which takes care of it?
    I would really appreciate your inputs on this.
    Note:
    I am transfering this Packaging Data information from Packaging data tab present at item level in Transit document (Type: TRLOIM) to Packaging data tab present at item level Customs declaration (Type: CULOIM).
    The transit document is extended with items and packaging information through the receipt of an EDI message from Customs.
    Thanks & regards,
    Yogesh A Sharma

    When transfering the DATA to GTS the Program fills the API for the transfer, you can go and change the information there. For this you can use the BADI's that are found in the feeder System under
    SPRO / Sales & Distribution / Foreign Trade/Customs / SAP GTS Plugin / BADI for SAP Global Trade Services / Edit control for document transfer.
    As mentionned above you may replace the GU number by your container Number (Field EXT_ID) or you can try by filling EXT_ID2 / or use any of the additionnal Fields of the Declaration, or in GTS you have the possibility to add supplementary fields in to the declaration (but I never tried it up to now) in the API which is called at  "Perform api6800_csd_Synchronize" during the document transfer.
    Regards,
    Marc

  • Transfer data from Foreign Trade/Customs tab to GTS Customs Declaration

    Hello -
    How can we enter data on the Foreign Trade/Customs tab of the PO & Inbound Delivery and make this data transfer to GTS and default into the GTS Customs Declaration?
    Specifically data such as Country of Origin, Mode of Transport, Commodity Code).
    Thanks for the help.

    Hi,
    In GTS you can default data directly .
    1. First  you define Custom Code list  under Customs Mgmt--> General Settings.
        Here you have to define:
       a.  Custom code List procedure .
       b. Assigen Custom code list object like MTBRC for mode of transport to the legal regualtion .
       c. Assign Valu to the Custom Code list object like MTBC defined in last step.
    2.  Now under Customs Mgmt> General Settings>Proc for defaulting data.
    a. Here under Define Default Data for Document Fields, Messages option define your rule to default 
         required field.
      b. And the Default procedure defined in last step has to be assigned to leg reg under  Define Determination Procedure for Defaulting Data
    c. In GTS main menu under  SAP Customs Mgmt--> Master Data ---> Define Rules for Default Document Data. Here you have to maintain value which you want to default.
    Kind Regards,
    Sameer

  • Forms not active in Communication tab in Customs Declaration

    Hi,
    The forms (Shippers Letter of Instructions, SED, COO etc) are not active and not showing up in "Communication" tab of Customs Declaration while creating a customs declaration manually from transaction /SAPSLL/CL_CUS_01.
    Appreciate any help in pointing to missing configuration or activation of BAdI etc. 
    Followed the steps in "Communication Processes" in Customs Management in IMG
    1. Action Profile:          US_CU_EX      (US: Customs Processing (Export)
    No changes made
    2. Action Definition:
    Action Definition     Description     Sort Order
    US_CU_EX_CUSEX_M_UAES2     Export Declaration Option 2 (US)     0
    US_CU_EX_CUSEX_P_COO     Certificate of Origin (US)     
    US_CU_EX_CUSEX_P_SED     Shipper's Export Declaration (US)     0
    US_CU_EX_CUSEX_P_SLI     Shipper's Letter of Instructions (US)     
    No changes made
    3. Messages for Communication Process:
    Message     Description     Message Type     Scheme
    P0350     Certificate of Origin (US)     /SAPSLL/CUS_EXP     CUS_US
    P0360     Shipper's Export Declaration (US)     /SAPSLL/CUS_EXP     CUS_US
    P0370     Shipper's Letter of Instructions (US)     /SAPSLL/CUS_EXP     CUS_US
    Assigned Scheme
    4. Control Settings for Communication Process:
    Process – CUSEX     
    CUSEX     Export     Export/Dispatch     Export / Reexport
    Activities:
    CUSEX     Export Declaration          SED
    Messages:
    M0410     Export Declaration Option 2 (US)
    P0130     NAFTA Certificate of Origin (NAFTA)
    P0140     Export Packing List NAFTA (NAFTA)
    P0350     Certificate of Origin (US)
    P0360     Shipper's Export Declaration (US)
    P0370     Shipper's Letter of Instructions (US)
    5.Print Control for Foreign Trade Documents:
    Assigned Message to Legal Unit
    6. Print Profile:
    Defined Print Profile (where to assign this?)
    Thanks
    Sreekar

    Hi Venkat,
    Sorry for delay in reply and thanks for helping me out on this issue. We have worked out the ADS configuration issues, set up master data for printer, set up .xdc files for printer etc. and are now able to display the forms and able to 'print preview' the forms.
    However, when I print preview the form, the print icon is grayed out. I am not able to print the form. Can you please advise what am I missing?
    Thanks
    Sreekar

  • Customs Declaration: wrong legal unit displayed

    Hi, we have a funny situation in the customs declaration doc CULOEX where in the organisation data tab all the available legal units are shown, when only one is assigned to the FTO in the config.
    When we select the correct LU, the wrong one disappears. This does not look right and could confuse users anyone else had the same problem?
    Thx
    Philip

    Check one more time the legal unit assignments to the foreign trade org.
    check your legal reg determiniation also. Might be it is trying to determin the country that is not assigned properly.

  • Customs-declaration: Customizing message E0010 (e-Mail)

    Hello,
    if there are sombody who is able to describe me, how i can customize the Message E0010. I am getting the Message M0940 but the Email-Message doesn't appear in the customs declaration. I have already defined attributes of rules for defaulting Data (Messages), but it's doesn't work. I haven't customized the message E0010 in the IMG not yet.
    Thanks for your help.

    Hi, Sameer,
    in the first step, I have defined rules for the output determination:
    Default data selection:
         Procedure for Defaulting Data: "COEDE"
         Legal Regulation: "ATLAS"
    For example:
    Process Templ.         Process        Activity      Message
    CUSDE                      CUSEX         EXAZ       M0940
    CUSDE                      CUSEX         EXAZ       P0010
    CUSDE                      CUSEX         EXAZ       E0010
    But at this point only the messages M0940 and P0010 were found in the customs declaration.
    I have looked in the determination log in the customs declaration and the EMail message E0010 can not be found, because it is not in the ..
    Process: CUSEX; Activitiy sequenze: EXAZ; activity: EXZAA
    and
    Process: CUSEX; Activitiy sequenze: EXAZ; activity: EXZAD
    and
    Process: CUSEX; Activitiy sequenze: EXAZ; activity: CUSEX
    and
    Process: CUSEX; Activitiy sequenze: EXAZ; activity: EXZAB
    After this, I have tried to find out in the customizing why the Email/Message can not be found.
    Customizing:
    IMG
    1. SAP Global Trade Services
    2. SAP Customs Management
    3. General settings
    4. Define Control Settings for Communication Processes
    Here, I was able to see that the activity that contains the E-Mail Message which is called 'EXZAM'  can not be found in the message determination log.  For Example the activity 'CUSEX' contains the print Messages.
    When I display the Subsequent Activities of the Activity Sequence 'EXAZ':
    1. Activtiy sequence: EXAZ
    The following Subsequent Activities are shown:
    10     EXZAA
    20     EXZAD
    30     CUSEX
    40     EXZAB
    50     EXZAM  is not listed
    The activity "EXZAM" is not listed in the subsequent activities. I think that is the reason, why the message E0010 doesn't appear in the customs declaration. The activity 'EXYAM' is not listed as an subsequent Activity of the Activity sequence "EXAZ". 
    Now I have added the activity manually in the subsequent Activitiy listu2026.. but the message E0010 still doesn't appear in the customs declaration. If I display the Message determination Log, the activity EXZAM is still not shown in the list.
    Important:
    Only when I customize the message into the Activity CUSEX, which contains the print messages, then the message will be found in the declaration. It is funny because it's works. But I think that is not the right way to solve this problem. Can you tell me which customizing setting are missing?
    Thanks for your help, Cüneyt

  • Customs documents and customs declaration.

    Hi Experts,
    Can any one please briefly explain what is the difference between customs document and customs declaration. Is there any special process required to convert customs document as customs declaration?
    I will explain by taking one scenario.
    If we transfer any documents from ecc to gts those documents will called as customs documents. Please tell me am I Right or wrong if right,
    another scenario,
    when we send proforma invoice to gts those invoice will be converted as customs declaration. Is it right or wrong if it is right how it converts to customs declaration why cann't it convert as customs document.
    for converting customs document to as customs declaration is there require any process or configuration settings if yes please let me explain i am little bit confuse.
    Thanks in advance for help ful answer.

    Hi Hari,
    You are exactly bang on in explaining about what is a Customs document and What is a Customs declaration.
    Firstly, please take a look at the below thread where this had been discussed earlier also.
    Difference between customs document and customs declaration document
    But to further differentiate in real sense,
    A Custom document is something that is record in the SAP GTS system of the trade transactions occurring in the SAP logistics system and some time may a supporting document as well. An example of such a case is when we create a sales order , then a customs document is being generated in the GTS system. Here, SAP GTS Custom Documents are just a replica of the SAP feeder system's documents like Sales order etc. with Trade specific data like licenses embedded into them to further assist for future declarations and tracking.
    A Custom Declaration is something that contains data to be declared to the appropriate authorities in the specified format.  During this process ,data from the company's SAP business documents is copied into a declaration to further pass on to the authorities for approval for trade and related processes.
    I hope that now the things will be clear to you. If not, please open a discussion thread for an open discussion to get the required stuff.
    Regards,
    Aman

  • Missing method body or declare abstract error

    Hi!
    I have been working on this simple Java 1.3.1 program for three days now and cannot figure out what I am doing wrong. If anyone has done the "Building an Application" tutorial in the New to Java Programming Center, you might recognize the code. I am trying to set up a frame with panels first using the BorderLayout and then the FlowLayout within each section of the BorderLayout. It will have textfields and checkboxes. I am working on the code to retrieve the user input from the text boxes and also to determine which checkbox the user has checked. Here is my code: (ignore my irrelivent comments!)
    import java.awt.*;
    import javax.swing.*;
    import java.io.*;
    import java.awt.event.*;
    import java.awt.Color.*;
    import java.awt.Image.*;
    //Header Comment for a Routine/Method
    //This method gathers the input text supplied by the user from five text fields on the Current
    //Purchase tab of the tabbed pane of the MPGLog.java program. The way it gathers the text
    //depends on the current processing state, which it retrieves on its own. It saves the text to
    //a text file called textinput.txt.
    public class CollectTextInput extends JPanel implements ActionListener
    { // Begin class
         //Declare all the objects needed first.
         // These are the text fields
         private JTextField currentMileage;
         private JTextField numofGallonsBought;
         private JTextField dateofPurchase;
         private JTextField pricePerGallon;
         private JTextField gasBrand;
         // Declaring the Labels to go with each TextField
         private JLabel lblcurrentMileage;
         private JLabel lblnumofGallonsBought;
         private JLabel lbldateofPurchase;
         private JLabel lblpricePerGallon;
         private JLabel lblgasBrand;
         // Declaring the Checkboxes for the types of gas bought
         private JCheckBox chbxReg;
         private JCheckBox chbxSuper;
         private JCheckBox chbxUltra;
         private JCheckBox chbxOther;
         private JCheckBox chbxHigher;
         private JCheckBox chbxLower;
         // Declaring the Buttons and images needed
         private JButton enter;
         private JButton edit;
         //private JButton report; //Will be used later
         private JLabel bluecar;          //Used with the ImageIcon to create CRV image
         private JPanel carimage;     //Used in buildImagePanel method
         private JPanel datum;          //Used in buildDatumPanel method
         private JPanel gasgrade;     //Used in buildGasTypePanel method.
         //Declaring the Panels that need to be built and added
         //to the border layout of this panel.
         //private JPanel panlimages;
         //private JPanel panltextinputs;
         //private JPanel panlchkBoxes;
         // Class to handle functionality of checkboxes
         ItemListener handler = new CheckBoxHandler();
         // This is where you add the constructor for the class - I THINK!!
         public CollectTextInput()
         { // Opens collectTextInput constructor
              // Must set layout for collectTextInput here
              // Choosing a BorderLayout because we simply want to
              // add panels to the North, Center and South borders, which, by
              // default, will fill the layout with the three panels
              // we are creating
              setLayout(new BorderLayout());
              //Initialize the objects in the constructor of the class.
              //Initialize the textfields
              currentMileage = new JTextField();
              numofGallonsBought = new JTextField();
              dateofPurchase = new JTextField();
              pricePerGallon = new JTextField();
              gasBrand = new JTextField();
              // Initialize the labels that go with each TextField
              lblcurrentMileage = new JLabel("Enter the mileage at the time of gas purchase: ");
              lblnumofGallonsBought = new JLabel("Enter the number of gallons of gas bought: ");
              lbldateofPurchase = new JLabel("Enter the date of the purchase: ");
              lblpricePerGallon = new JLabel("Enter the price per gallon you paid for the gas: ");
              lblgasBrand = new JLabel("Enter the brand name of the gas: ");
              //Initialize the labels for the checkboxes.
              chbxReg = new JCheckBox("Regular ", true);
              chbxSuper = new JCheckBox("Super ");
              chbxUltra = new JCheckBox("Ultra ");
              chbxOther = new JCheckBox("Other: (Choose one from below) ");
              chbxHigher = new JCheckBox("Higher than Ultra ");
              chbxLower = new JCheckBox("Lower than Ultra ");
              //Initialize the buttons that go on the panel.
              enter = new JButton("Save Data");
              edit = new JButton("Edit Data");
              //Initialize the image that oges on the panel.
              bluecar = new JLabel("2002 Honda CR-V", new ImageIcon("CRVBlue.jpg"),JLabel.CENTER);
              // Now bring it all together by calling the other methods
              // that build the other panels and menu.
              buildImagePanel();
              buildDatumPanel();
              buildGasTypePanel();
              // Once the methods above build the panels, this call to add
              //  them will add the panels to the main panel's border
              // layout manager.
              add(datum, BorderLayout.NORTH);
              add(carimage, BorderLayout.EAST);
              add(gasgrade, BorderLayout.CENTER);
         } // Ends the constructor.
            // This method creates a panel called images that holds the car image.
         public void buildImagePanel();
         { // Opens buildImagePanel.
              // First, create the Panel
              carimage = new JPanel();
              //Second, set the color and layout.
              carimage.setBackground(Color.white);
              carimage.setLayout(new FlowLayout());
              // Third, add the image to the panel.
              carimage.add(bluecar);
         }// Closes buildImagePanel
         //This method creates a panel called datum that holds the text input.
         public void buildDatumPanel();
         { //Opens buildDatumPanel
              // First, create the Panel.
              datum = new JPanel();
              //Second, set the background color and layout.
              datum.setBackground(Color.white);
              datum.setLayout(new GridLayout(2, 4, 20, 20));
              //Third, add the textfields and text labels to the panel.
              datum.add(lblcurrentMileage);
              datum.add(currentMileage);
              datum.add(lblnumofGallonsBought);
              datum.add(numofGallonsBought);
              datum.add(lbldateofPurchase);
              datum.add(dateofPurchase);
              datum.add(lblpricePerGallon);
              datum.add(pricePerGallon);
              datum.add(lblgasBrand);
              datum.add(gasBrand);
              //Optionally - Fourth -set a border around the panel, including
              // a title.
              datum.setBorder(BorderFactory.createTitledBorder("Per Purchase Information"));
              //Fifth - Add listeners to each text field to be able to
              //  know when data is input into them.
              currentMileage.addActionListener(this);
              numofGallonsBought.addActionListener(this);
              dateofPurchase.addActionListener(this);
              pricePerGallon.addActionListener(this);
              gasBrand.addActionListener(this);
         }// Closes buildDatumPanel
         // This method builds a panel called gasTypePanel that holds the checkboxes.
         public void buildGasTypePanel()
         { // Opens buildGasTypePanel method
              // First, create the panel.
              gasgrade = new JPanel();
              // Second, set its background color and its layout.
              gasgrade.setBackground(Color.white);
              gasgrade.setLayout(new GridLayout(5, 1, 10, 20));
              // Third, add all the checkboxes to the panel.
              gasgrade.add(chbxReg);
              gasgrade.add(chbxSuper);
              gasgrade.add(chbxUltra);
              gasgrade.add(chbxOther);
              gasgrade.add(chbxHigher);
              gasgrade.add(chbxLower);
              //Optionally, - Fourth - set a border around the panel, including
              // a title.
              gasgrade.setBorder(BorderFactory.createTitledBorder("Gas Type Information"));
              // Fifth - CheckBoxes require a CheckBox Handler.
              // This is a method created separately
              // outside of the method where the checkboxes are added to
              // the panel or where the checkboxes are even created.
              // This method (CheckBox Handler) implements and ItemListener
              // and is a self-contained method all on its own. See
              // the CheckBox Handler methods following the
              // actionPerformed method which follows.-SLM
         } // Closes the buildGasTypePanel method
    // Create the functionality to capture and react to an event
    //   for the checkboxes when they are checked by the user and
    //   the text fields to know when text is entered. Also to react to the
    //   Enter button being pushed and the edit button being pushed.
    public void actionPerformed(ActionEvent evt)
    { // Opens actionPerformed method.
         if((evt.getSource() == currentMileage) || (evt.getSource() == enter))
              { // Opens if statement.
                // Retrieves the text from the currentMileage text field
                //  and assigns it to the variable currentMileageText of
                //  type String.
                String currentMileageText = currentMileage.getText();
                lblcurrentMileage.setText("Current Mileage is:    " + currentMileageText);
                // After printing text to JLabel, hide the text field.
                currentMileage.setVisible(false);
           } // Ends if statement.
          if((evt.getSource() == numofGallonsBought) || (evt.getSource() == enter))
              { // Opens if statement.
                // Retrieves the text from the numofGallonsBought text field
                //  and assigns it to the variable numofGallonsBoughtText of
                //  type String.
                String numofGallonsBoughtText = numofGallonsBought.getText();
                lblnumofGallonsBought.setText("The number of gallons of gas bought is:    " + numofGallonsBoughtText);
                // After printing text to JLabel, hide the text field.
                numofGallonsBought.setVisible(false);
           } // Ends if statement.
           if((evt.getSource() == dateofPurchase) || (evt.getSource() == enter))
                     { // Opens if statement.
                       // Retrieves the text from the dateofPurchase text field
                       //  and assigns it to the variable dateofPurchaseText of
                       //  type String.
                       String dateofPurchaseText = dateofPurchase.getText();
                       lbldateofPurchase.setText("The date of this purchase is:    " + dateofPurchaseText);
                       // After printing text to JLabel, hide the text field.
                       dateofPurchase.setVisible(false);
           } // Ends if statement.
           if((evt.getSource() == pricePerGallon) || (evt.getSource() == enter))
                            { // Opens if statement.
                              // Retrieves the text from the pricePerGallon text field
                              //  and assigns it to the variable pricePerGallonText of
                              //  type String.
                              String pricePerGallonText = pricePerGallon.getText();
                              lblpricePerGallon.setText("The price per gallon of gas for this purchase is:    " + pricePerGallonText);
                              // After printing text to JLabel, hide the text field.
                              pricePerGallon.setVisible(false);
           } // Ends if statement.
           if((evt.getSource() == gasBrand) || (evt.getSource() == enter))
                       { // Opens if statement.
                         // Retrieves the text from the gasBrand text field
                         //  and assigns it to the variable gasBrandText of
                         //  type String.
                         String gasBrandText = gasBrand.getText();
                         lblgasBrand.setText("The Brand of gas for this purchase is:    " + gasBrandText);
                         // After printing text to JLabel, hide the text field.
                         gasBrand.setVisible(false);
           } // Ends if statement.
           // This provides control statements for the Edit button. If the
           //  Edit button is clicked, then the text fields are visible again.
           if(evt.getSource() == edit)
           { // Opens if statement.
             // If the edit button is pressed, the following are set to
             //  visible.
                currentMileage.setVisible(true);
                numofGallonsBought.setVisible(true);
                dateofPurchase.setVisible(true);
                pricePerGallon.setVisible(true);
                gasBrand.setVisible(true);
         }// Closes if statement.
    } // Closes actionPerformed method.
         private class CheckBoxHandler implements ItemListener
         { // Opens inner class
              public void itemStateChanged (ItemEvent e)
              {// Opens the itemStateChanged method.
                   JCheckBox source = (JCheckBox) e.getSource();
                        if(e.getStateChange() == ItemEvent.SELECTED)
                             source.setForeground(Color.blue);
                        else
                             source.setForeground(Color.black);
                        }// Closes the itemStateChanged method
                   }// Closes the CheckBoxHandler class.
    } //Ends the public class collectTextInput classThe error I keep receiving is as follows:
    C:\jdk131\CollectTextInput.java:128: missing method body, or declare abstract
         public void buildImagePanel();
    ^
    C:\jdk131\CollectTextInput.java:142: missing method body, or declare abstract
         public void buildDatumPanel();
    ^
    2 errors
    I have looked this error up in three different places but the solutions do not apply to what I am trying to accomplish.
    Any help would be greatly appreciated!! Thanks!
    Susan

    C:\jdk131\CollectTextInput.java:128: missing methodbody, or declare ?abstract
    public void buildImagePanel();^
    C:\jdk131\CollectTextInput.java:142: missing methodbody, or declare abstract
    public void buildDatumPanel();Just remove the semicolons.
    Geesh! If I had a hammer I would be hitting myself over the head with it right now!!! What an obviously DUMB newbie mistake!!!
    Thanks so much for not making me feel stupid! :-)
    Susan

  • User exit for Change the Tariff Number in Customs Declaration Document

    Hi Guru,
    Due the business requirement, user only maintain the Tariff Number in ECC, there is an solution when GTS creating the customs declaration document in GTS, there is an user exit calling the Function Module (Customized program) to get the Tariff Number from ECC and then update the Tariff number in the item level automatically.
    Do you know if there is user exit or BADI can update the "Tariff Number" in the item level of Customs Declaration Document in GTS?
    Thanks,

    Hi,
    I would not do it in that manner, first because of performance reasons and 2nd, GTS needs to have the Data in the system and for certain procedures (for example swiss customs you will have to manipulate them in GTS). Furthermore we tried to do this for dummy numbers and then conclusion is that it only works with a Programm modification (at least for CH customs) becasue the system needs to retreive more than just the Tarif number.
    Yet if ECC has to be your master for Numbering (which I dont recommend by the way), but if there is really no other way.
    Then create a batch job that transfers the ECCN number to GTS (there is a standard functionnality to do so), and then do a batch job in GTS that retreives these numbers.
    Regards,
    Marc

  • Customs declaration number in VAT Invoice output

    Hi Gurus,
    I need to print the customs declaration number in VAT invoice output.I have given the logic to fetch this number from ITEM>Foreign Trade/Customs>Comments tab,but I have come across a scenario if some times user forgot to mention this number in the respective field then the print program won't print,I have tried to enter the value in change mode of billing document VF02 and this field is grayed out.Is there is any other field to maintain this field after the creation of billing document.
    Regards,
    Hari Challa.

    To my knowledge, pretty much the only thing that may be changed in VF02 is the text. See Item Text tab for item-level text, same is available on the header level.
    Usually the right approach is to make sure all the required data is entered in the preceding document (order, delivery, etc.). Then it should be just copied to the invoice.

  • Customs Declaration - Legal Regulation incorrect

    I believe there is an issue with how the legal regulation determined during creation of an export customs declaration.  My first thought, and from what I have read, the customs declaration legal regulation is determined based of the country where the goods are physically shipped.  However, in our situation it appears the determination happens based on the country of the foreign trade organization.  Can anyone else confirm this is the case?  I have been searching the OSS site for some documentation but apparently have been unable to find the right combination of search keys.
    Our situation is this, we have a drop ship sales order where:
    Sales Org in ECC: Netherlands
    Supplying Plant:  United States
    Receiving Customer: Serbia
    We expected that the customs declaration would have determined an US legal regulation (thus determining US HTS numbers) however, instead, the document determined an EU legal regulation and therefore EU HTS codes.  The Geography tab clearly shows the country of departure as US.  Does this seem wrong to anyone else?  Am I just not understanding the proper determination method for customs declarations?
    I did debug and trace to ensure we are not overwriting this information anywhere during the transfer from ECC --> GTS, so I have ruled out code customization as an issue.  Any thoughts, comments would be appreciated.
    Thanks,
    Rachael

    Hi Rachael,
    For the Export Declaration, GTS determines the Legal Regulation from the country of the Company Code of the Billing Document.
    If that does not suit your purpose, you can over-write the data in the ERP BAdI /SAPSLL/IFEX_SD0C_R3.
    Regards,
    Dave

  • Error: Export data missing

    while Invoice-Release to accounting I got error as "Export data missing"
    when I check I found that Foreign trade data is incomplete as per system. Also I have seen foreign trade no also in invoice foreign trade/customes view.
    I dont know why this error is coming. system is asking to complete foreign trade for which no customizations available.
    So I want to know what triggers to generate foreign trade no means why it has become essentials to provide these data?
    which master data are important to trigger foreign trade? I have not maintained anything in foreign tarde view in material master.
    Also let me know how can I resolve this problem?
    Vijay

    Hi Vijay,
    The note 173411 described that there are hard-coded checks for the
    listed in the note. If you choose for business reasons not to use the
    incompletion procedure, then it can be de-activated. For this, kindly
    refer to note 118573.
    Please complete the following steps:
    - create a new customer project via CMOD.
    - assign the enhancement V50EPROP (which contains the userexits) to
      the customer project.
    - place source code inside the include found in exit_saplv50e_005
      & _006, for example,
      INCLUDE ZXV50U06
           if ( i_exp_imp_flag eq 'E' ).
             clear: c_complete.
             c_complete = 'X'.
           endif.
    - generate the two new objects (exit_saplv50e_005 & _006) via
    SE37.
    - activate the project via CMOD.
    ========================================================================
    If foreign trade functionalities are to be used, the corresponding
    customizations must be maintained using transaction VI29 and VI49.
    note 354222    Foreign trade data incomplete for domestic business
    may also be helpful.
    Thanks,
    Alex

Maybe you are looking for

  • Can no longer edit events in Calendar on iPod 2ndG

    We have a MP, MBP, iPhone 4S and iPod 2nd G and to be able to sync Calendar and other programs on iCloud we installed Lion. We used to sync the iiPod to the MP but after switching to Lion shifted it to the MBP and she can no longer edit events on Cal

  • Make click box feedback stay on screen

    How do I make the feedback for a clickbox stay on screen till the learner moves on? I see where I can designate a specific number of seconds for it to stay on screen, but I just want it to stay on the screen indefinitely till the learner moves on...s

  • Use of patch_paris_repos_sys.sql & patch_paris_repos.bat in OWB11gR2?

    Hi Gurus, I am using OWB 11gR1 & Oracle 10gR2 as a repository database on a windows machine. There are patch_paris_repos_sys.sql & patch_paris_repos.bat given in the product\11.1.0\db_1\owb\UnifiedRepos directory. What is the use of this script? Has

  • Netmask and IPMP configuration question...

    Hello all, I have two questions. Question 1. I changed ip address on Solaris 10 server. The ip address was 122.232.243.122 and netmask was 255.255.255.0. the /etc/netmasks file was "122.232.243.122 255.255.255.0" and it worked fine. Today. I got new

  • XMP and Quicktime .mov

    Is there a formal specification for embedding XMP within Quicktime .mov containers, and any associated new XMP schema? Perhaps I'm missing the specs, but I thought this was part of the Production Studio release (which I don't have a copy of), but I'v