Import Tab SAPLMEGUI

Hi Folks,
When creating a PO in ME21N, where is the line of code that tells the program to display the import tab?
I know the business reason for this is when the Company code is in one EU country and the Vendor is in another EU country it displays the Import tab for Intrastat purposes but I would like to see where this is done in the standard program but I can't see it anywhere.
Thanks for any advice.
Colm

Hi,
a quick answer is function module IMPORT_DETERMINE. Full answer is that GUI displays tab only if there is at least one visible field. In case of tab Import the logic for field visibility determination is implemented in class LCLFS_MMMFD_HEADER_IMPORT (function group MEPO) method lif_field_sel~execute. The logic is really simple,
    IF xegimp EQ space AND import EQ space.
      switch_field_to '-'.
    ELSE.
      switch_field_to '.'.
    ENDIF.
If both global variables xegimp and import are initial then all fields are invisible. If you look for places where these global variables are set then you will find that it's done using FM IMPORT_DETERMINE.
Cheers

Similar Messages

  • Import tab in a purchase order

    Hi Friends,
    We have one requirement. How to make commodity code, import procedure and country of origin fields as required fileds in import tab of a purchase order?
    Help appreciated and rewarded. It is urgent
    Thanks,
    Bhairav

    Instead of the PO you can already make the commodity code and country of origin  in the material master mandatory.
    The import procedure should default from info record.
    Accurate maintenance of master data avoids problems in transactional data.
    For the PO you can customize incompletness schemes that makes the fields required.
    No an option for parameter is not available

  • Exit for Foreign trade data(import tab) on ME22N

    In Purchase Order transaction ME22, the requirement is to copy the contents of office of entry field (EIKP-ZOLLA) to EKKO-INCO2 field.(whenever there is any change in office of entry field).The office of entry field is present in import tab of purchase order screen. Whenever any changes happen in it, the standard PO customer exits like ‘EXIT_SAPMM06E_007’  , EXIT_SAPMM06E_006 does not get triggered  Nor the BADI ‘ME_PROCESS_PO_CUST’. However,  foreign trade exit EXIT_SAPLV50E_005 gets triggered. In this exit only completeness of data is checked and EKKO values cannot be modified from this exit.
    Is there any alternative exit or BADI which gets triggered on the making changes in any data in the import (foreign trade data) tab in PO? Is there any mechanism to change EKKO-INC02 (screen value) from any of the other exits (i.e. exits triggered on data entry in foreign trade tab)?

    Transaction Code - ME22N                    Change Purchase Order
    Exit Name           Description
    LMEDR001            Enhancements to print program
    LMELA002            Adopt batch no. from shipping notification when posting a GR
    LMELA010            Inbound shipping notification: Transfer item data from IDOC
    LMEQR001            User exit for source determination
    LMEXF001            Conditions in Purchasing Documents Without Invoice Receipt
    LWSUS001            Customer-Specific Source Determination in Retail
    M06B0001            Role determination for purchase requisition release
    M06B0002            Changes to comm. structure for purchase requisition release
    M06B0003            Number range and document number
    M06B0004            Number range and document number
    M06B0005            Changes to comm. structure for overall release of requisn.
    M06E0004            Changes to communication structure for release purch. doc.
    M06E0005            Role determination for release of purchasing documents
    ME590001            Grouping of requsitions for PO split in ME59
    MEETA001            Define schedule line type (backlog, immed. req., preview)
    MEFLD004            Determine earliest delivery date f. check w. GR (only PO)
    MELAB001            Gen. forecast delivery schedules: Transfer schedule implem.
    MEQUERY1            Enhancement to Document Overview ME21N/ME51N
    MEVME001            WE default quantity calc. and over/ underdelivery tolerance
    MM06E001            User exits for EDI inbound and outbound purchasing documents
    MM06E003            Number range and document number
    MM06E004            Control import data screens in purchase order
    MM06E005            Customer fields in purchasing document
    MM06E007            Change document for requisitions upon conversion into PO
    MM06E008            Monitoring of contr. target value in case of release orders
    MM06E009            Relevant texts for "Texts exist" indicator
    MM06E010            Field selection for vendor address
    MMAL0001            ALE source list distribution: Outbound processing
    MMAL0002            ALE source list distribution: Inbound processing
    MMAL0003            ALE purcasing info record distribution: Outbound processing
    MMAL0004            ALE purchasing info record distribution: Inbound pro
    MMDA0001            Default delivery addresses
    MMFAB001            User exit for generation of release order
    MRFLB001            Control Items for Contract Release Order
    AMPL0001            User subscreen for additional data on AMPL
    No of Exits:         35
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    BAPI
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    /people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework
    http://esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://esnips.com/doc/365d4c4d-9fcb-4189-85fd-866b7bf25257/customer-exits--badi.zip
    http://esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt
    http://help.sap.com//saphelp_470/helpdata/EN/eb/3e7cee940e11d295df0000e82de14a/frameset.htm
    Rewards if useful.........
    Minal

  • Import Tab for Service Purchase Order

    Dear Friends,
    Is it possible to bring Import Tab (Foriegn Trade) at item level of Service Purchase Order.  Please let me know the configuration step.
    Regards,
    S.Suresh

    Hi Suresh ,
    Follow the below customsing path :
    MMSPROPurchasingForeign Trade/CustomsControl Foreign Trade Data in MM and SD Documents--Import Screens In Purchasing Document
    Regards
    Ramesh Ch

  • Error in the  import tab of form interface with parameter name

    Hi Experts,
                    in the import tab of form interface i have define the following..
              Parameter Name               type assignment                  Associated Type
             t_vbrk                                    type                                         vbrk
    and then in a loop i am using this as follows...
    t_vbrl into fs_vbrk
    after executing check i am getting the error 'T_VBRK" is neither specified under "TABLES" nor defined as an internal table.'
    plz help me out with this.....
    why this error is occuring?
    thnks n reagrds,
    Ashmita

    Hi,
    U cannot loop the import tab i think....Give tat one in tables statement and execute..
    t_vbrk type vbrk in Tables tab...
    I think it will solve ur issue..

  • Export and Import tab in BusinessView Manager

    Post Author: palm
    CA Forum: Crystal Reports
    Hello All, I want to know the use of Export and Import tabs in BVM I tried to export a BV using the Export tab , it created an XML file and now , what can we do with that XML file Appreciate any replies on this
    Thanks!!

    HI
    Export is to take a copy of rule set from CC and export it to a flat file. Same way you can import the to any other environemnt of CC
    My second question regarding creating a new rule set for Training environemnt, that you have to create Functions with different names probably you can put "z" or "T"in front of the functions do denote it is for training system and than create it
    Parveen

  • Import tab for Serive PO

    Hi,
    My europen client  is procuring a service from a European vendor from other EU country.
    so What should he enter as mode of transport in import tab?
    Thansk
    akkshaya
    Edited by: akkshaya on Feb 5, 2009 10:52 AM

    cancelled

  • Import Tab grayed out in Aperture 3.1

    Hi folks, need some help:
    When I try to import a .jpg from SDHC or HDD into an existing project in my library, the import tab will gray out and is no more selectable. It is no more possible to switch to the library or to chose another button in the toolbar. I need to close the application and open again to work with.
    Steps to Reproduce:
    Import photos from SDHC-Card with integrated Card Reader or from HDD in a already existing Project, add some metadata-settings during import. Repeat the step several times and always import in a existing project and the the import-tab will gray out. So it is no more possible to move over the library.
    I have tried:
    - Repair permissions
    - Aperture 3: Basic Troubleshooting
    I am using:
    - Mac OS X 10.6.4, current updates
    - Aperture 3.1 clean install
    - Latest Pro-Kit-Updates
    Are there other people having the same GUI-bug like I do? Or is there maybe a solution? I am looking forward to your answers.
    Sincerely'
    Immo

    Hi Folks
    @spikeyjonze: A new local user account has no impact on this issue, it is still present. This steps also belongs to the Aperture 3: Basic Troubleshooting
    @Adrian Wackernah: I also have the same issues, but this issue ain't so big for me. My current issue with a grayed out import tab seems to be much worse. But thanks a lot for your answer.
    @Gary: I also work with shortcut cmd-i to enter or leave the import-window. But I have never tried with <esc>-key to leave to import-window, if the import tab grays out. I will give it a try when I reproduce the bug again.
    I also have opened a case at Apple Care Pro Apps Support Europe. I have send them the System Profiler and a screen-recording of the issue. So I need to wait until Apple has done their troubleshooting and analysis.
    Thanks for your answers. If you have any questions regarding this issue, do not hesitate to contact me.
    Sincerely'
    Immo

  • Lightroom crash when opening import tab

    is anyone having this problem? My lightroom 4 instantly crash whenever I opened the import tab. I tried using a new catalog but it also crash. Any suggestions?

    I am getting the same issue.  Brand new install of LR 4.3, 64-bit.  I can start the application and click on "Import", but approx 15 seconds later it crashes. Here is the event log data:
    Faulting application name: lightroom.exe, version: 4.3.0.11, time stamp: 0x50be3a95
    Faulting module name: wpdmanager.mox, version: 0.0.0.0, time stamp: 0x48a324a9
    Exception code: 0xc0000005
    Fault offset: 0x000000000000c516
    Faulting process id: 0x19dc
    Faulting application start time: 0x01cdf40c9430a17a
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop Lightroom 4.3\lightroom.exe
    Faulting module path: C:\Program Files\Adobe\Adobe Photoshop Lightroom 4.3\moxplugins\wpdmanager.mox
    Report Id: e2383641-5fff-11e2-be7e-e006e6da9f3f
    Faulting package full name:
    Faulting package-relative application ID:
    I am running Windows 8, 64-bit, 8GB RAM on a Dell Lattitude 6420 with all of the latest drivers.

  • Import tab missing in PO header

    Dear gentlemen
    I do not know how I could configure import POs to have the import tab shown in PO header. Please give me a hint.
    Regards,
    Carlos Piana
    La Universal
    Guayaquil, Ecuador

    Hi,
    Check note 481600 - FAQ: Import data in purchasing which gives more informarion.
    specially these points
    1.         Question:
    Why does the system generate message 06698 (Import data is incomplete or
    not available) when generating or changing a purchase order?
    Answer:
    For one or several fields, which are not filled in the purchase order,
    the incompleteness check is active in the Customizing.(How to change the
    Customizing is described below.)
    2.         Question:
    How and where can the check of the import data be set to incompleteness
    in the Customizing?
    Answer:
    First of all, check which incompleteness procedures are assigned to the
    respective country for the header and item data.You can find this in the
    Customizing under:
           Materials Management -> Purchasing -> Foreign Trade/Customs ->
           Control Foreign Trade Data in MM and SD Documents ->
           Incompleteness Schemas for Foreign Trade Data
    Now, check which fields are assigned to the corresponding incompletenes
    procedure. For this purpose, follow the path:
           Materials Management -> Purchasing -> Foreign Trade/Customs ->
           Control Foreign Trade Data in MM and SD Documents ->
           Incompleteness Schemas for Foreign Trade Data
    Select the desired schema and click on 'Document fields'.For all fields
    which are displayed here, you can now check which value there is define
    in field 'Field control'.(This value controls both the field selection
    and the incompleteness check.).
    Regards,
    Sunitha.

  • Import tab is misssing when doing the GR with MIGO

    Hi,
    When we do the GR for an STO or Purchase order with MB01,The Import tab is seen in the material document.If we use MIGO to do the GR then the Import tab is not seen in the material document screen.Need your help if there is any config that is controlling or there is any Exit for this.
    Regards
    Sreejith

    Yes,
    This is Import PO Process.
    Regards
    Sreejith

  • Control Code field in Material master- Foreign Trade imports tab

    Hello Experts,
    I am trying to understand the purpose of Control Code(MARC-STEUC) field in Material master- Foreign Trade imports tab. I am also interested in knowing where does this field appear in our PO.
    Please help..
    Manish

    Normally control code specifies the norm to follow by the supply plant for a sale of exposrts. each contry will have a set of rules to get follow as a stuatory . this code specifies the rules or certificates.
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/93/7443a5546011d1a7020000e829fd11/frameset.htm
    may be comes in a sale order.
    Regards

  • Import tab in purchase order

    Hi,
    I am creating PO through ME21N.I am getting tab -Import at header level when po is for one company code XXXX.Document type is NB.
    When I am creating another po through ME21N only but for other company code say YYYY I am not getting this import tab at header level for document type NB only.
    If i do not want import tab in po for company code xxxx what are setting required.
    purchasing organisation,purchasing group,vendor is same in both the cases.
    Thanks & Regards

    Hi,
    Active import TAB at header level for document type NB  in company code  YYYY {by entering 1 (Call up import data screens for every import) }in following path:
    Materials Management -> Purchasing -> Foreign Trade/Customs -> Control Foreign Trade Data in MM and SD Documents ->Import screens in purchasing document
    For more check Note: 481600
    Regards,
    Biju K

  • The import tab on the file dropdown menu is not functional under any type ussage, I want to import bookmarks from internet explorer

    The Import tab of the file drop down menu will not highlight (function) when I follow all the instructions of firefox help. I want to import bookmarks from Internet explorer. At no time does the Import tab ever react when I move the cursor over it.
    Thanks

    * Make sure that you not run Firefox in [[Private Browsing]] mode
    * In Private Browsing mode some menu items are disabled (grayed) and features like visited links are disabled and not showing
    * You are in Private Browsing mode if you see "Tools > Stop Private Browsing", possibly grayed
    * You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    * To see all History settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Uncheck: [ ] "Automatically start Firefox in a private browsing session"
    It usually works better if you export the Favorites in IE to an HTML file and import that file in the Firefox Bookmarks Manager.
    * Export the favorites in IE to an HTML file (bookmarks.html): File > Import and Export
    * Import the HTML file in Firefox: Bookmarks > Organize Bookmarks > Import & Backup > Import HTML: From File
    See also http://kb.mozillazine.org/Import_bookmarks ("Import from another browser" and "Import from file")

  • Import tab delimited data in livecycle designed form

    Hello,
    Is it possible to import tab delimited data in livecycle designed xdp form?
    Also will it work when we user right enable form so that user can import their data in PDf form?
    Thanks
    Manoj

    Hi Paul,
    This is what I get when in use the function importData
    NotAllowedError: Security settings prevent access to this property or method.
    Doc.importXFAData:-1:XFA:topmostSubform[0]:Receipt[0]:Button8[0]:click
    so what settings are needed and how should my file be formatted. doe sthis function work for XMl or text files or both?
    Now when I use load xml function I get this error
    Xml parsing error: syntax error (error code 2), line 1, column 1 of file
    the file contents are:
    <?xml version="1.0" encoding="ISO-8859-1"?>
          <Receipt>
               <cfien>This is the new string</cfien>
          </Receipt>
    where receipt is my form name and cfien is my field name.
    Can you tell me how to make an XMl file to load the data or give a sample file. Do I need to have SOM expressions in field names?
    Thanks
    Manoj

Maybe you are looking for

  • Create a single delivery for different schedule lines in the scheduling agr

    Hi I want to create a single delivery for different line items with different delivery dates in the scheduling agreement,  as Iam aware it is possible to combine different line items into one delivery through sales order. Need your inputs Aravind

  • Can a script run faster?

    I've written a script that uses Adobe Soundbooth to compile and manipulate audio clips. Generating an 8 minute track via the script, however, takes about 5+ minutes. (Soundbooth must import and manipulate the files 1 by 1). Furthermore, during this t

  • Hello my web only scrolea in chrome browser, as I can make it escrolee in all browsers? I use dreamweawer c6

    Hello my web only scrolea in chrome browser, as I can make it escrolee in all browsers? I use dreamweawer c6

  • Script form

    Hi,      I have to avoid blank lines in between line items.For this i have to give  the check box 'No blank lines' for particular paragraph format in form main window. I dont know how to give this 'No blank lines' in particular paragraph format . For

  • Date changing when dragging/copying photos

    Help! I am trying to organize my iPhoto library.  I am essentially dragging my photos from my library to a folder or dragging them to an externa hard drive so I can then organize them into a new library.  The dates and times are correct in iPhoto.  T