Tab 'ETM Data' in FD01

In FD01 Create Customer there is a new tab 'ETM Data' if you create the
Company Code Data (the General Data of the customer already exist).
Nobody knows what ETM means, we certainly don't use it.
Somewhere we must have set a switch so we see the tab, but where?

Hi,
ETM means Equipment and Tools Management.
You can deactivate the tab under SPRO->Logistics - General->Business Partner->Customers->Control->Define Account Groups and Field Selection for Customers.
For the Group Account you may want to deactivate  in General Data the ETM tab.
Regards,
Rogério Reis

Similar Messages

  • How to read a tab seperated data from a text file using utl_file

    Hi,
    How to read a tab seperated data from a text file using utl_file...
    I know if we use UTL_FILE.get_line we can read the whole line...but i need to read the tab separated value separately.....
    Thanks in advance...
    Naveen

    Naveen Nishad wrote:
    How to read a tab seperated data from a text file using utl_file...
    I know if we use UTL_FILE.get_line we can read the whole line...but i need to read the tab separated value separately.....If it's a text file then UTL_FILE will only allow you to read it a line at a time. It is then up to you to split that string up (search for split string on this forum for methods) into it's individual components.
    If the text file contains a standard structure on each line, i.e. it is a fixed delimited structure, then you could use external tables to read the data instead.

  • Data Origin Types not filled in the tab "Control Data" of BP interface

    Hello experts,
    I have loaded the clients from ECC6.0 to CRM 4.0.
    Before I have loaded the clients I have maintained the data origin type for the BP in spro -> cross application components -> SAP Business Partner -> Business partner -> Basic settings -> Data Origin -> Maintain Data Origin Type.
    After I have done the load initial of clients, the field  "Data Origin" is empty in  the tab "Control Data" in BP interface. If I do F4 in the field appear the configuration that I did in spro appear.
    For this field will appear filled I'll need to do more configurations in spro?
    Best regards,
    Mary

    Hi Mary,
    The middleware does not fill this field in BP master data. You can maintain data origin type in SPRO, however the mBdoc does not use this customizing in order to fill this field.
    Please try to use the BADI CRM_DATAEXCHG_BADI in order to fill this field during master data download.
    It hope it helps.
    Regards,
    Gabriel Santana

  • Add a new field in the Tab Addicional data en la ME22N

    Hi,
    Please, can anyone tell me how can we add a new field in the tab Addicional data en la ME21N? I have to use the MM06E005, but I don't know which screen exit should I use and also how to add this subcreen in the tab Addicional data.
    Thanks in advance.
    Saida.

    Hi,
    using SE80 you can add your fields with subscreens
    SAPLXM06 0101 for Headerfields
    SAPLXM06 0111 for Items.
    This will add a tab in ME2..N.
    if you want your own Text on the tabstrip just edit the Textsymbols
    101 and 111 from SAPLXM06.
    At output you have to open a module asking the gl_aktyp to switch edit/display mode.
    then you must code the Exits to import/export values
    EXIT_SAPMM06E_006
    store transaction type for later modification of screen attributes
    gl_aktyp = i_trtyp.
    gl_no_screen = i_no_screen.
    store current state of customer data in ekko_ci (structure for screen)
    ekko_ci = i_ci_ekko.
    store reference document
    if i_rekko-ebeln ne gl_rekko-ebeln and
    not i_rekko-ebeln is initial and
    gl_rekko-ebeln is initial.
    ekko_ci-zzemail = i_rekko-zzemail.
    gl_rekko = i_rekko.
    endif.
    EXIT_SAPMM06E_007
    move-corresponding i_ekko to gl_ekko_ci.
    EXIT_SAPMM06E_008
    e_ci_ekko = gl_ekko_ci.
    ekko_ci contains the actual values of the Dynpro fields
    e_ci_update is only set if you really want the fields
    on the Dynpro to be saved. You must set it then to 'X'
    the field ekko_ci-zzflag will here only be saved if there
    was a change and the transaction is not in display mode
    if gl_ekko_ci-zzemail ne ekko_ci-zzemail.
    e_ci_ekko-zzemail = ekko_ci-zzemail.
    if gl_aktyp ne 'A'.
    e_ci_update = 'X'.
    endif.
    endif.
    Regards
    Kiran Sure

  • How to change the name of the Tab "Additional Data B" in VA02 Tcode?

    Hi All,
    I have enhanced the VA02 Header screen, and placed another Tab called DATA A.
    Here I have two requirements
    I want to change the name of the Additional Data B to some other name say DATA B
    2. I have to add these two tabs in the menu  Go to->Header->Additional Functions ->DATA A
           Go to->Header->Additional Functions ->DATA B.
            in VA02/VA03 T codes.
    How can I Achieve these functionalities, please help me.
    Thank you.
    Regards
    Ram.

    Hi,
    Check this link Adding extra tabs in standard transactions for sales and contracts without access key.

  • Use of Assignment tab in Data Manager

    Hi,
        Can someone give me some real time example of using Assignment tab in data manager and what is the need of assignment.
    In Data manager guide it's written that : "Instead of retuning boolean value, we can use any data type and we can assign this value to user editable field" ... Can some one explain me with example?
    I also want to know "Is it possible to define assigment in Data Manager and on the basis of users i can assign this assigments with the help of workflow?
    Thanks in advance,
    Message was edited by:
            Ronak Gajjar

    Assignments provide users a convenient way to fill in fields.
    You can set values for a certain field using the "Assignment" workflow step.
    Eg: Approval Status
    You can set the value for the field "Approval Status" based on certain other fields.
    Several assignments for the same field can be defined.
    Assignments are selected during runtime to calcualte the field value.
    You have to be in Record mode to create Assignments.
    Select the table for which you want to define the assignment.
    The assignment is later bound to this table which is unchangeable.
    Hope this helps.

  • How to change label of tab 'Customer data' in transaction ME53N

    Hi,
    I need to change the label of tab 'Customer data' in transaction ME53N.
    Please help me.
    Thanks!!!
    S.

    Hi Sebastiano,
    having the same requirement, I found this solution in some older postings: You must add a new Text symbol to the main program (which is SAPLXM02 for ME51N / ME52N / ME53N) of the customer-subscreen in order to rename the customer data tab in these Transactions.
    Try the following steps:
    1. call Tx SE38
    2. open Program SAPLXM02
    3. from the menu, call Goto->Text elements->Text symbols
    4. Add a new Row for the subscreen dynpro you want to rename (e.g. dynpro 111 for item details in ME51/ME52N/ME53N), with Sym = dynpro number (e.g. 111 for item details) and Text = your new tab name
    5 save & activate
    This basically works the same for Transactions ME21N / ME22N /ME23N customer tabs, just open Program SAPLXM06 instead and follow the above steps.
    Note: if you develop in multi-language environment, you might have to translate the text symbol.
    I hope this helps.
    Rudi
    refer to:
    [http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6937865|http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6937865]
    [http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6147389|http://forums.sdn.sap.com/click.jspa?searchID=32160998&messageID=6147389]

  • 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

  • ETM data in customer master

    Hi experts,
    In CM, there's ETM data except general data, sales area data & company code data. Suppose CM has three data only: general data, etc. Why does CM have ETM data? What does ETM data mean? What's the usage of it?
    Pls illustrate it. Thx.
    Edited by: Cathy on Aug 6, 2009 3:52 AM

    Dear Cathy,
    SAP has given us the options for industry specific data for the customers. Apart from General, Company code and Sales area data, ETM data is used basically in Engineering , and construction industry.
    ETM is acronym for Equipement and Tool management.. You will get all details in the SAP help link
    [ETM|http://help.sap.com/erp2005_ehp_03/helpdata/EN/06/b1e7b2788711d2b434006094b9e959/frameset.htm]
    Thanks,
    Raja

  • Backend Operation for OK button of Data Set tab of Data Definition

    Hello everyone,
    Please let me know what happens at backend when we click on OK button Data Set tab of Data Definition in Unifier !
    Cheers,
    Gagan

    To only select the first 100 records is rather easy.  Use the addition on your select statement "UP TO X ROWS".  This will only select the first X number of entries for your condition or if you simply say SELECT from any table.  To keep selecting the next 100 could be a bit of a pain, I honestly do not have an exact idea of how to accomplish that.<br><br>However, I would suggest looking into keeping an internal counter, but for purposes of efficiency you would have to start your selection of rows at the last record of the 100.  Perhaps it is best to look into ways of buffering this table before you start doing your selections out of it.  This would be useful if the application will be used a lot.

  • PR Release date in TAB Quantity/Dates

    Hi Experts ,
    When i am creating a PR then In the TAB>Quantity/Dates the release date is coming same as the delivery date .
    As per my opinion it by default should be same as the PR requested date .and when it release by( me54 or me55) .then it will update as the dated on which we are releasing the PR.
    Please Suggest
    Varun Bisaria

    Hi Varun,
    The field 'release date' is a bit confusing. It has nothing to do with
    the date you perform the release strategy (transaction ME54 or ME55).
    The help on the field tells you more about it.
    The release date does not mean PR release approval date.
    In PR table/EBAN-FRGKZ or ME53 screen you can find the 'release date',
    then press F1 -> purchase requisition release date which means for the
    material to be available on the date it is needed the PR must be release
    on xx.xx.xx (date) (that's requirement date less GR proessing time, GR
    proessing time, planned delivery time, and purchasing department
    processing time).
    In ME53 screen -> item detail -> MRP data block (include release date.)
    click 'statistics' icon -> administrative data (include release ind. and
    rel. strategy).
    In ME5A -> press F1 on 'release date' of initial screen which have same
    explain for this field.
    There is no actual PR release date field in EBAN, so in PR display,
    we can not see "actual PR release date".
    BR
    Nadia Orlandi

  • Mixing of two tab's data when tabs visible option is Unchecked (Urgent) ?

    Hi All
    I have a problem with tab, when tab visible option is checked it works properly but actually i have to uncheck this option due to my application requirement.
    When i uncheck this option in tab properties or set attribute in programming, tab does not shift and the next tab's data is displayed in the previous tab. In short the data of both tabs is mixed together.
    For clarity i have attached screenshots
    Picture 1.bmp and 2.bmp indicate the scenario when tab visible option is checked and 3.bmp is taken when this option is unchecked.
    How to cater this problem ?
    Regards
    umer
    Attachments:
    Tabs Problem.zip ‏121 KB

    I can't reproduce this... can you attach a simplified program that shows this behavior?

  • Add checkbox on header level Tab Org.data

    Dear All,
    My requirement is I need to add checkbox on header level Tab Org.data in ME21n or ME21.
    And if checkbox is checked in the tab Org.data, it should display Terms and Conditions in the print preview.
    Please suggest how to write code? Is there any user exit for transactions ME21N or ME21.
    Thanks,
    Rana.

    hi praveen,
    search this forum on how to implement a badi if you haven't done one before. also, go to transation SE18 and read the documentation on badi_fdcb_subbas01 which clearly says that its used for FB60... see the example how they have used it by going to menubar Implementation->Overview then choose FI_FDCB_SUBBAS01_EX (Example for Screen Enhancement 1 on FDCB Basic Data Screen)...you should look at the method PUT_DATA_TO_SCREEN_OBJECT and tab Subscreens where the screen exits are available to use.
    In FB60, if you go to menubar System->Status and check the Program (Subscreen) and Screen Number, you'll see it'll match the program name and screen no. provided in the Subscreen tab of the BADI.
    Hope this helps.
    Cheers,
    Sougata.

  • HTMLDB_TOOLS by Vikas  (Post Tab Delimated Data using Text Area)

    Hi
    We want to upload tab delimated data using text area (user will paste data in text atrea instead of uploading csv file)
    The data format will be
    .-----Col_1-----Col_2-----Col_3
    1-----10.78-----12.58-----11.92
    2-----11.66-----12.77-----12.49
    3-----10.83-----13.05-----12.92
    4-----11.54-----13.27-----13.72
    5-----11.45-----12.83-----12.89
    6-----11.81-----11.29-----12.33
    7-----12.60-----12.31-----12.72
    8-----11.78-----12.44-----12.55
    9-----11.97-----11.95-----12.49
    10-----11.50-----12.28-----12.15
    Where
    ----- indicates tabs
    1. Col_1 ,Col_2,..... are column headings
    2. Col_1 heading will be always blank as indicated
    3. Default Data Type for all columns will be varchar2(10)
    4. Number of Columns may vary upto *150*
    Regards
    Edited by: jazib on Jan 21, 2009 8:15 PM

    thanx for the re Dalerich1, but no, unfortunately i have a
    banking CRM-app which i have to simulate, and within that
    simulation swf there has to be that functionality.
    plus, since the app is still in development, it may change
    within the next couple of weeks, so i'd have to be able to record
    the functionality again with captivate (customer requirement) &
    then efficiently & quickly make it work like in the real thing.
    otherwise (if thmy customer wouldn't insist in using
    captivate) i might have dropped captivate in favor of flash a long
    time ago...
    any other directions anybody? i can't believe this simple
    task is costing me so much time and effort.
    thanx
    caveman

  • How to link Excel tabs so data shows up in one report

    I have a huge excel file with 16 tabs (sheets) of data. Each tab has an excel speadsheet filled. I have the data in Crystal. Each tab shows up as a separate table. I've tried to link each in different ways but can only get one table to show up in the report. I want all the data in one report. If that's possible. It would be very large.

    Graham,
    Thanks for answering,
    Yes I have the tables and can link them (have tried a couple of different ways) One has all the data fields linked between tables and the other way was to run them in series with just one field linked. Either way the Field Explorer on the right side of the screen shows each table and each table lists all the fields. But the problem is that the report only shows data from one table, not all the tables or all the data. The data that it shows is only from the table that I selected the fields from.
    Hope this makes sense. Thanks

Maybe you are looking for